﻿* {
    overflow-anchor: none;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-display: optional;
    font-weight: 300;
    src: url('../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('../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('../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('../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('../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(/fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/OpenSans-Semibold.ttf);
}


@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/OpenSans-Bold.ttf);
}

.bottom-0 {
    bottom: 0;
}

.top-0 {
    top: 0;
}

a {
    color: #1e1e1e
}

code {
    color: #1e1e1e;
}

body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    line-height: 1.8;
}

h1, h2, h3, h4, h5 {
    font-weight: 500;
}

h1, .h1 {
    font-size: 24px;
}

h2, .h2 {
    font-size: 22px;
}

h3, .h3 {
    font-size: 18px;
}

h4, .h4 {
    font-size: 16px;
}

h5, .h5 {
    font-size: 16px;
}

a:hover {
    color: #007bff;
    text-decoration: none;
}

p {
    margin-bottom: 0.5rem;
    font-weight: normal;
    line-height: 24px;
}

.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 {
    width: 100%;
    background: #f8f8f8;
}

.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: 1.5rem;
    padding: 0;
    font-weight: 300;
    vertical-align: middle;
    line-height: 35px;
}

    .navbar-brand:hover {
        color: inherit;
    }


    .navbar-brand span, .navbar-brand h1 {
        font-size: inherit;
        margin-bottom: 0;
    }

.dropdown-item:hover {
    background: #fff;
}

.form-check-label {
    font-size: 0.9rem
}



.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;
        }


.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(/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 {
    padding: 15px;
    margin-top: 40px;
}

    footer p {
    }

.highlight {
    margin-bottom: 1rem;
    border-radius: 2px;
}

    .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;
    }

    .highlight h3, .highlight h3 * {
        font-size: 1.2rem;
        font-weight: 500;
    }

    .highlight img {
        max-width: 100%;
        height: auto !important
    }


.nav-footer {
    text-align: center;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

    .nav-footer li {
        display: inline-block;
    }

        .nav-footer li a {
            display: block;
            padding: 12px 20px;
            color: rgba(0,0,0,0.9);
            font-size: 14px;
        }

.scroll-top {
    background: url(/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;
}

.article iframe {
    max-width: 100% !important
}

@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;
            }
}

.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;
}


.quiz-result-modal {
    position: fixed;
    display: none;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
}

    .quiz-result-modal::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(/images/bg/popup-bg-1.gif) no-repeat center;
        background-size: cover;
        opacity: 0.2;
    }

    .quiz-result-modal .quiz-result-modal-body {
        margin: auto;
        background: #fff;
        z-index: 222;
        padding: 20px;
        text-align: justify;
        max-width: 800px;
        min-height: 50vh;
        width: 90%;
        left: 0;
        right: 0;
        top: 15%;
        border-radius: 8px;
        position: absolute;
        overflow: hidden;
        background: url(/images/bg/p-bg.jpg) no-repeat top center;
        background-size: cover;
        border-image: linear-gradient(#7D4196, #FF3494) 30;
        border-width: 10px;
        border-style: solid;
        border-radius: 24px;
    }

.quiz-result-modal-container {
}

.quiz-result-modal-body .img-fluid {
    max-width: 300px;
    margin: auto;
}

.quiz-result-modal-body .exit {
    display: block;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background: transparent linear-gradient(90deg, #7D4196 0%, #FF3494 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    line-height: 50px;
    box-shadow: 3px 4px 25px #c63a9580;
}

.quiz-result-modal-body img {
    max-width: 100%;
}

.quiz-result-modal-title {
    font-size: 1.5rem;
    color: #1e1e1e;
    text-align: left;
    line-height: 1.3;
    font-weight: 700;
    margin: 1.5rem auto;
    text-align: center;
}

.quiz-result-modal-content {
    text-align: center
}

.quiz-result-modal-title span {
    color: #dd3333;
}

.quiz-result-modal.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(/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: 1rem;
}

    .navbar-nav .nav-link:hover {
    }

.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;
    }

    .quiz-result-modal-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: 4px;
    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: #f7861e;
        }

    .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;
        width: 100%;
        height: 100%;
        object-fit: cover;
        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: 18px;
        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;
    margin-bottom: 0;
    justify-content: center;
}

    .breadcrumb li {
        margin: 0 5px;
    }

.main-container {
    min-height: 75vh;
    padding: 0 15px;
}



.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: 1.5rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 15px 50px;
    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;
}

    .btn-link svg {
        width: 1.25rem;
        transition-duration: .3s;
        margin-left: 0.5rem;
        vertical-align: middle;
        -webkit-animation: bounce 1s infinite;
        animation: bounce 1s infinite;
    }


@-webkit-keyframes bounce {
    0%,100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8,0,1,1);
        animation-timing-function: cubic-bezier(.8,0,1,1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
        animation-timing-function: cubic-bezier(0,0,.2,1)
    }
}

@keyframes bounce {
    0%,100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8,0,1,1);
        animation-timing-function: cubic-bezier(.8,0,1,1)
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
        animation-timing-function: cubic-bezier(0,0,.2,1)
    }
}


.animate-bounce {
    -webkit-animation: bounce 1s infinite;
    animation: bounce 1s infinite
}

.btn-link:hover {
    color: #fff;
    text-decoration: none;
}

    .btn-link:hover::before {
        opacity: 0;
    }



#conversionForm .btn-link {
    margin: auto;
    max-width: 350px;
    display: block;
    min-width: 250px;
}


.btn-close {
    box-sizing: content-box;
    width: 1em;
    padding: 0.25em;
    color: #000 !important;
    border: 0;
    border-radius: 0.375rem;
    background: none;
    font-size: 2rem;
    line-height: 0;
}




.features-item {
    min-height: 350px;
}

.features-title {
    text-align: center;
}

.slider .thumb img {
    max-width: 100%;
}

.abouts .step {
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
    display: inline-block;
    border-radius: 8px;
    background-clip: border-box;
    position: relative;
    background: transparent linear-gradient(90deg, #ea520e 0%, #f7861e 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    border: none;
    margin-right: 15px;
    text-align: center;
    width: 35px;
}



.abouts .thumb img {
    border-radius: 12px;
    overflow: hidden;
}

.abouts .row .col-sm-4:last-child {
    border-right: 1px solid #dee2e6
}

#myForm {
    margin-bottom: 2rem;
}

    #myForm .input-group-text {
        border-radius: .25rem 0 0 .25rem !important;
        border-right: 0;
    }

    #myForm #pasteBtn {
        border-radius: 0 .25rem .25rem 0 !important;
    }

#urlToast {
    max-width: inherit !important;
}

@media (max-width: 767px) {
    .blog-content {
        padding: 30px 20px;
    }

    .highlight h1, .highlight h1 * {
        font-size: 1.5rem;
        font-weight: 500;
        margin-bottom: 1rem;
    }

    .highlight h2, .highlight h2 * {
        font-size: 1.3rem;
        font-weight: 500;
    }

    .highlight h3, .highlight h3 * {
        font-size: 1.1rem;
        font-weight: 500;
    }

    .navbar-brand span, .navbar-brand h1 {
        font-weight: 400;
    }

    .features-item {
        min-height: auto !important
    }

    .btn-link {
        margin: auto;
        display: block;
        max-width: 300px;
    }

    h1, .h1 {
        font-size: 28px;
    }

    h2, .h2 {
        font-size: 24px;
    }

    h3, .h3 {
        font-size: 20px;
    }

    h4, .h4 {
        font-size: 18px;
    }

    h5, .h5 {
        font-size: 16px;
    }

    .navbar-brand {
        font-size: 1.25rem
    }


    .abouts .row .col-sm-4:last-child {
        border-right: 0;
    }
}

.downloader-container {
    position: relative;
}


.profile-photo {
    box-shadow: 2px 4px 15px 0px rgba(255, 121, 121, 0.2);
}

.profile-login {
    font-size: 30px;
    font-weight: 500;
    margin-right: 45px;
    color: #191a40
}

.profile-photo img {
    border-radius: 8px;
}

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs .nav-link {
        font-size: 18px;
        font-weight: 500;
        margin: 0 5px;
        background: none;
        color: rgba(0,0,0,0.5);
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            background: none;
            border: 1px solid #fff;
            color: #000;
            border-bottom-color: #1e1e1e;
        }

@media(max-width:767px) {
    .article img {
        max-width: 100% !important;
        height: auto !important
    }
}

.ads-hidden {
    position: relative;
    cursor: pointer;
}

    .ads-hidden .box-media {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999999;
        visibility: hidden;
        opacity: 0;
    }

        .ads-hidden .box-media.box-media-home {
            width: 75% !important;
        }

#box-media-7 {
    left: 0;
    right: unset;
}

#box-media-8 {
    right: 0;
    left: unset;
}


.dropdown-menu-lang {
    min-width: 30rem;
    top: 100%;
}

    .dropdown-menu-lang a {
        display: inline-block !important;
        width: 30% !important;
    }

@media(max-width:420px) {
    .dropdown-menu-lang {
        min-width: 290px !important;
    }
}

.unblocked-box {
    width: 100%;
    max-width: 728px;
    height: 90px;
    margin: 1rem auto;
    display: flex;
    align-items: center;
}

.unblocked-banner {
    background: linear-gradient(90deg, #007BFF, #0056b3);
    color: #fff;
    text-align: center;
    padding: 0.75em 1em;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: bold;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1000;
    position: relative;
    width: 100%;
    max-width: 728px;
}

    .unblocked-banner a {
        color: #fff;
        text-decoration: none;
    }
