* {
    overflow-anchor: none;
}


/* latin */

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-display: optional;
    font-weight: 300;
    src: url('/autoclick/fonts/Montserrat-Light.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-display: optional;
    font-weight: 400;
    src: url('/autoclick/fonts/Montserrat-Regular.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-display: optional;
    font-weight: 500;
    src: url('/autoclick/fonts/Montserrat-Medium.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-display: optional;
    font-weight: 600;
    src: url('/autoclick/fonts/Montserrat-SemiBold.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-display: optional;
    font-weight: 700;
    src: url('/autoclick/fonts/Montserrat-Bold.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url(/autoclick/fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(/autoclick/fonts/OpenSans-Regular/ttf);
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url(/autoclick/fonts/OpenSans-Semibold.ttf);
}


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url(/autoclick/fonts/OpenSans-Bold.ttf);
}


a {
    color: #1e1e1e
}

code {
    color: #1e1e1e;
}

body {
    background: #fff url(/autoclick/images/bg/white-background.png) repeat center;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.85rem;
    line-height: 1.8;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #190a32;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 32px;
}

h3, .h3 {
    font-size: 28px;
}

h4, .h4 {
    font-size: 24px;
}

h5, .h5 {
    font-size: 20px;
}

a:hover {
    color: #007bff;
    text-decoration: none;
}

p {
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
}

.line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line-2 {
    -webkit-line-clamp: 2;
}

.line-3 {
    -webkit-line-clamp: 3;
}

.line-4 {
    -webkit-line-clamp: 4;
}


.shadow {
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.1) !important;
    box-shadow: 0 3px 5px 0 rgba(0,1,1,.1) !important;
}

.navbar {
    background: #f8f8f8;
    width: 100%;
}

.navbar-toggler-icon {
    font-size: 1rem;
    width: 3rem;
    color: #1e1e1e;
    text-align: center;
}

.form-control, .btn {
    font-size: inherit;
}

.sub-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px
}


.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 222;
    width: 100%
}


.navbar-expand-lg .navbar-nav {
    justify-content: flex-end;
    flex-grow: 1;
}

.navbar-brand {
    font-size: 2rem;
    color: #1e1e1e;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-weight: 700;
}

    .navbar-brand span:first-child {
        color: #7D4196;
    }

    .navbar-brand span:nth-child(2) {
        color: #FF3494;
    }

.m-checkbox {
    padding-left: 33px !important;
}

.m-checkbox-checked {
    background: url(/autoclick/images/icon/checkbox_unchecked.png) 10px 12px no-repeat;
}

    .m-checkbox-checked:hover {
        background: url(/autoclick/images/icon/checkbox_unchecked_hover.png) 10px 12px no-repeat;
    }

.m-checkbox-unchecked {
    background: url(/autoclick/images/icon/checkbox_checked.png) 10px 12px no-repeat;
}

.d-search {
    border-left: 3px solid #b40000;
    box-shadow: #ccc 0 0 10px;
    padding: 15px;
    background: #dd3333;
}


.dropdown-item:hover {
    background: #fff;
}

.form-check-label {
    font-size: 0.9rem
}



#sidebar-left {
    border-radius: 2px;
}

    #sidebar-left .sidebar__inner {
        background: #fff;
        box-shadow: #ccc 0 0 10px;
    }

.sidebar__inner .sub-title {
    padding-left: 10px;
    padding-top: 8px;
    margin-bottom: 8px;
    font-size: 1rem;
}

.d-link {
    max-height: 600px;
    overflow-y: auto;
}

    .d-link::-webkit-scrollbar {
        width: 5px;
    }


    .d-link::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
    }


    .d-link::-webkit-scrollbar-thumb {
        background: #54BCC1;
    }


        .d-link::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }

#sidebar-left a {
    display: block;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 2px;
    margin-bottom: 2px;
    color: #337ab7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
}

    #sidebar-left a.active {
        color: red;
    }

    #sidebar-left a:last-child {
        border-bottom: 0;
    }

.item {
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
    border-radius: 2px;
    box-shadow: #ccc 0 0 10px;
}

    .item.active {
        border: 1px solid red;
    }

    .item.saved {
        position: relative
    }

        .item.saved:before {
            content: '';
            width: 16px;
            height: 16px;
            background-image: url(/autoclick/images/icon/star_16.png);
            position: absolute;
            top: 5px;
            right: 5px;
            z-index: 222;
        }

    .item .title {
        color: #dd3333;
        padding: 5px;
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 0;
    }



    .item .mb-1 span {
        color: #1e1e1e;
    }

    .item img {
        max-width: 100%;
        display: inline-block;
        margin: 0 10px;
    }

    .item .ct {
    }

    .item ul, .item ol {
        padding-left: 25px;
        margin-bottom: 0;
    }

    .item .ct li > strong {
        color: #c0392b;
        font-size: 0.9rem;
    }

    .item .ct img {
        max-width: 100% !important;
        height: unset !important;
        width: unset !important;
        display: block;
        margin: 10px auto;
    }

.js-btn-save.saved {
    color: #333;
}

.page {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

    .page a {
        display: inline-block;
        padding: 8px 15px;
    }

        .page a.active, .page a:hover {
            color: red;
        }

.news {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

    .news .h5 {
        font-size: 1.25rem;
    }

    .news .mb-1 span {
        color: #555;
    }

    .news img {
        float: left;
        max-width: 150px;
        margin-right: 15px;
    }

    .news .ct {
        max-height: 95px;
        overflow: hidden;
        color: #1e1e1e;
        font-size: 15px !important;
        line-height: 24px !important;
    }

#content {
    margin-bottom: 20px;
}

footer {
    background: url(/autoclick/images/bg/f-bg.jpg) no-repeat top center;
    background-size: cover;
    padding: 15px;
    color: rgba(255,255,255,0.9) !important;
    margin-top:40px;
}

    footer p {
        color: rgba(255,255,255,0.9) !important;
    }

    .highlight {
        margin-bottom: 1rem;
        padding: 40px 30px;
        border-radius: 2px;
        box-shadow: #ccc 0 0 10px;
        background: #fff;
    }

    .highlight p {
        margin-bottom: 1.2rem;
        line-height: 1.8rem
    }

        .highlight p:last-child {
            margin-bottom: 0;
        }


    .highlight h1, .highlight h1 * {
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 2rem;
    }

    .highlight h2, .highlight h2 * {
        font-size: 1.5rem;
        font-weight: 500;
        color: #dd3333;
    }

    .highlight h3, .highlight h3 * {
        font-size: 1.2rem;
        font-weight: 500;
        color: #dd3333;
    }

    .highlight img {
        max-width: 100%;
        height: auto !important
    }


.sidebar__inner {
    position: relative;
    transform: translate(0,0);
    transform: translate3d(0,0,0);
    will-change: position,transform;
    text-align: center;
}

    .sidebar__inner img {
        max-width: 100% !important;
    }

.nav-footer {
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

    .nav-footer li {
        display: inline-block;
    }

        .nav-footer li a {
            display: block;
            padding: 12px 20px;
            color: rgba(255,255,255,0.9);
            font-size: 14px;
        }

.scroll-top {
    background: url(/autoclick/img/icon/scroll.png) -9px -9px no-repeat;
    width: 40px;
    height: 40px;
    opacity: .7;
    position: fixed;
    cursor: pointer;
    bottom: 10%;
    right: 10px;
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=20);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    z-index: 9999;
    display: none;
    border-radius: 8px;
}

@media(max-width:768px) {

    #main .pl-4, #main .pr-4 {
        padding: 0 !important;
    }

    #content {
        padding-left: 3px;
        padding-right: 3px;
    }

    .news img {
        max-width: 100px;
    }

    .news .ct {
        font-size: 15px !important;
    }

    .nav-footer {
        white-space: nowrap;
        overflow-x: scroll;
    }

    .navbar-nav {
        display: block;
        border-top: 1px solid #fff;
        margin-top: 8px;
        padding-top: 5px;
        padding-bottom: 50px;
    }

        .navbar-nav li {
            display: block !important;
            width: 100%;
            margin: 3px 0;
        }

            .navbar-nav li a {
                display: block;
            }

    .highlight {
        margin-top: 15px !important;
    }
}

.ktdb-media {
    margin: 0 auto 15px;
}

    .ktdb-media img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

.box-media center {
    background: #f8f8f8;
}

.list span, #preview span[role="button"] {
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 24px;
    /* margin: 2px; */
    position: relative;
}

.vtitle {
    margin: 15px 0 10px;
    border-bottom: 2px solid #ededed;
    padding-bottom: 10px;
}

.tool-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #dd3333;
    margin-bottom: 12px;
}

    .tool-title.small {
        font-size: 1.1rem
    }

#ktdb-media {
    margin-bottom: 15px;
}

#fix-ads {
    width: 100%;
    height: 60px;
    overflow: hidden;
    border: 1px solid rgb(241, 241, 241);
    position: fixed;
    bottom: -60px;
    right: 0px;
    margin: auto;
    background: rgba(0, 0, 0,0.2);
    text-align: center;
    display: block;
}

    #fix-ads .ktdb-media {
        margin: 0 !important;
    }

.close {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 60px;
    overflow: hidden;
}

    .close.black::before, .close.black::after {
        height: 2px;
        margin-top: -4px;
    }

    .close::before, .close::after {
        content: '';
        position: absolute;
        height: 60px;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -1px;
        background: none;
    }

.close {
    position: absolute;
    top: 0px;
    right: 0px;
}

    .close.left {
        left: 0;
    }

.closes {
    display: inline-block;
    float: right;
    padding: 2px 12px;
    border: 1px solid #a31616;
    font-size: 12px;
    font-style: normal;
    color: #a31616;
    background: #a31616;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 767px) {
    .closes {
        position: absolute;
        top: 17px;
        right: 10px;
    }

    .filter-item-value-1 {
        min-width: 260px;
        white-space: normal !important;
    }
}

#dOverlay {
    transition: top 0.5s ease 0s;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 8888;
    opacity: 0.6;
    display: none;
}


.login-form {
    position: fixed;
    display: none;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
}

    .login-form::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5)
    }

    .login-form .login-form-body {
        margin: auto;
        background: #fff;
        z-index: 222;
        padding: 20px;
        text-align: center;
        max-width: 620px;
        width: 90%;
        left: 0;
        right: 0;
        top: 15%;
        border-radius: 8px;
        position: absolute;
        overflow: hidden;
    }

.login-form-body .img-fluid {
    max-width: 500px;
    margin: auto;
}

.login-form-body .exit {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    z-index: 111;
    text-align: center;
    cursor: pointer;
}

.login-form-body img {
    max-width: 100%;
}

.login-form-title {
    font-size: 1.6rem;
    color: #1e1e1e;
}

    .login-form-title span {
        color: #dd3333;
    }

.login-form.show {
    display: flex;
}

.btn-download {
    position: relative;
    font-size: 1.4rem
}

    .btn-download span {
        display: inline-block;
        margin-left: 50px;
    }

    .btn-download::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 70px;
        background: url(/autoclick/images/icon/download-32.png) no-repeat center;
        border-right: 2px solid #fff;
    }

.number {
    background: #dd1015;
    display: inline-block;
    width: 30px;
    height: 25px;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    font-weight: 700;
    border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: -3px 3px 3px 0 #ccc;
    margin-right: 4px;
    vertical-align: middle;
}

.sms-popup {
    position: fixed;
    display: none;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
}

    .sms-popup::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5)
    }

    .sms-popup .sms-popup-body {
        margin: auto;
        background: #fff;
        z-index: 222;
        padding: 20px;
        text-align: center;
        width: 360px;
        top: 20%;
        left: 0;
        right: 0;
        border-radius: 8px;
        position: absolute;
        overflow: hidden;
    }

.sms-popup-body .exit {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    z-index: 111;
    text-align: center;
    cursor: pointer;
}

.sms-popup-body .box-media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    visibility: hidden;
    opacity: 0;
}

.navbar-nav .nav-link {
    color: #1e1e1e;
    font-size: 0.9rem;
    cursor:pointer
}

    .navbar-nav .nav-link:hover {
        color: #000;
    }

.dropdown-menu {
    border-radius: 4px;
}

    .dropdown-menu a {
        display: block;
        padding: 5px 10px;
        color: #1e1e1e;
    }

.count, .sub-title {
    display: block;
    font-size: 1.4rem;
}

#main {
    overflow: hidden;
}

@media (max-width:767px) {
    .count, .sub-title {
        font-size: 1.4rem !important;
    }

    .login-form-title {
        font-size: 1.3rem;
    }
}


.section.inputurl-box {
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, #4080ff 0%, #2A9DFF 100%);
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 3rem 0 2rem 0;
}

.inputurl-box .title.h1 {
    margin-top: 0;
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
}

.section.inputurl-box .body {
    color: #fff;
}

.inputurl-box .title {
    color: #fff;
}

@media only screen and (min-width: 480px) {

    .shapes-right::before {
        content: "";
        width: 300px;
        height: 150px;
        background: rgba(255,255,255,.1);
        position: absolute;
        right: -60px;
        top: 0;
        border-radius: 4px;
        -moz-transform: skew(25deg,-10deg);
        -o-transform: skew(25deg,-10deg);
        -ms-transform: skew(25deg,-10deg);
        -webkit-transform: skew(25deg,-10deg);
        transform: skew(25deg,-10deg);
        moz-transform-origin: top left;
        -o-transform-origin: top left;
        -ms-transform-origin: top left;
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }

    .shapes-right::after {
        content: "";
        width: 150px;
        height: 600px;
        background: rgba(255,255,255,.15);
        position: absolute;
        right: 0;
        top: 30px;
        border-radius: 6px;
        -moz-transform: skew(25deg,10deg);
        -o-transform: skew(25deg,10deg);
        -ms-transform: skew(25deg,10deg);
        -webkit-transform: skew(25deg,10deg);
        transform: skew(25deg,10deg);
        moz-transform-origin: top left;
        -o-transform-origin: top left;
        -ms-transform-origin: top left;
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }

    .shapes-left::before {
        content: "";
        width: 300px;
        height: 150px;
        background: rgba(255,255,255,.1);
        position: absolute;
        left: -90px;
        top: 0;
        border-radius: 6px;
        -moz-transform: skew(25deg,-12deg);
        -o-transform: skew(25deg,-12deg);
        -ms-transform: skew(25deg,-12deg);
        -webkit-transform: skew(25deg,-12deg);
        transform: skew(25deg,-12deg);
        moz-transform-origin: top left;
        -o-transform-origin: top left;
        -ms-transform-origin: top left;
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }

    .shapes-left::after {
        content: "";
        width: 150px;
        height: 600px;
        background: rgba(255,255,255,.15);
        position: absolute;
        left: 0;
        top: 30px;
        border-radius: 4px;
        -moz-transform: skew(-25deg,10deg);
        -o-transform: skew(-25deg,10deg);
        -ms-transform: skew(-25deg,10deg);
        -webkit-transform: skew(-25deg,10deg);
        transform: skew(-25deg,10deg);
        moz-transform-origin: top left;
        -o-transform-origin: top left;
        -ms-transform-origin: top left;
        -webkit-transform-origin: top left;
        transform-origin: top left;
    }
}

.js-fixed-top.scroll {
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, #4080ff 0%, rgba(0,212,255,1) 100%);
}

    .js-fixed-top.scroll .navbar-brand {
        color: #fff;
    }

    .js-fixed-top.scroll .navbar-nav .nav-link {
        color: #fff;
    }


.single-post {
    background: #FFFFFF;
    overflow: hidden;
    box-shadow: 3px 4px 25px #0000001A;
    border-radius: 10px;
    transition: .3s;
    min-height: 445px;
}

    .single-post:hover {
        box-shadow: 0px 10px 80px 0px rgba(193, 193, 193, 0.41);
    }

        .single-post:hover .blog-btn {
            color: #fff;
            background: #ff3494;
        }

    .single-post.active {
        box-shadow: 0px 10px 80px 0px rgba(193, 193, 193, 0.41);
    }

.blog-thumb {
    height: 0;
    padding-bottom: 57%;
    position: relative;
}

    .blog-thumb img {
        position: absolute;
        max-height: 100%;
        max-width: 100%;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.blog-content {
    background: #fff;
    padding: 25px 20px;
    position: relative;
    z-index: 1;
}

    .blog-content h3 {
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 1.4;
    }

    .blog-content p {
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        color: #666666;
    }


.breadcrumb {
    background: none;
    padding-left: 0;
}

    .breadcrumb li {
        margin: 0 5px;
    }

.main-container {
    background: url(/autoclick/images/bg/pink-header-bg.png) no-repeat top right;
    margin-top: -120px;
    padding-top: 160px;
    background-size:50%;
}



.btn-link {
    -moz-user-select: none;
    background: transparent linear-gradient(90deg, #7D4196 0%, #FF3494 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 25px #c63a9580;
    color: #fff;
    border: none;
    border-radius: 50px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 15px 35px;
    text-align: center;
    text-transform: unset;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    cursor:pointer;
}

    .btn-link:hover {
        color: #fff;
        text-decoration: none;
    }

        .btn-link:hover::before {
            opacity: 0;
        }


.features-item {
    min-height: 350px;
}

.features-title {
    text-align: center;
}

.slider .thumb img {
    max-width: 100%;
}

.abouts .step {
    font-size: 22px;
    font-weight: 500;
    transition: .5s;
    width: 56px;
    height: 56px;
    display: inline-block;
    line-height: 56px;
    border-radius: 50%;
    background-clip: border-box;
    position: relative;
    background: transparent linear-gradient(90deg, #7D4196 0%, #FF3494 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 4px 25px #c63a9580;
    color: #fff;
    border: none;
    padding: 1px;
    margin-right: 15px;
    text-align: center;
}

.step2 {
    width: calc(100% - 100px);
}

@media (max-width: 767px) {
    .blog-content {
        padding: 30px 20px;
    }

    .highlight {
        padding: 30px 20px;
    }

        .highlight h1, .highlight h1 * {
            font-size: 1.5rem;
            font-weight: 500;
            margin-bottom: 1.5rem;
        }

        .highlight h2, .highlight h2 * {
            font-size: 1.3rem;
            font-weight: 500;
            color: #dd3333;
        }

        .highlight h3, .highlight h3 * {
            font-size: 1.1rem;
            font-weight: 500;
            color: #dd3333;
        }

    .main-container {
        background: none !important;
        margin-top: 0;
        padding-top: 0;
    }

    header {
        background: transparent linear-gradient(90deg, #7D4196 0%, #FF3494 100%) 0% 0% no-repeat padding-box;
        box-shadow: 3px 4px 25px #c63a9580;
    }

    .navbar-brand span {
        color: #fff !important
    }

    .features-item {
        min-height: auto !important
    }
}

.abouts .thumb img {
    border-radius: 12px;
    overflow: hidden;
}

/*
     FILE ARCHIVED ON 14:35:33 Jun 09, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:27:38 Oct 04, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.092
  exclusion.robots: 0.071
  exclusion.robots.policy: 0.051
  esindex: 0.018
  cdx.remote: 8.745
  LoadShardBlock: 179.977 (3)
  PetaboxLoader3.datanode: 74.664 (4)
  PetaboxLoader3.resolve: 68.286 (2)
  load_resource: 61.929
*/