﻿@media (min-width: 1280px) {
    .container {
        max-width: 1400px !important;
    }
}

@media (max-width: 768px) {
    .kodory-socials .socials-list {
        padding-right: 0 !important;
    }
}
.kodory-socials.style-02 .socials-list li {
    margin-top: 30px !important;
}
img {
    max-width: 100%;
}
@media (max-width:600px) {
    .kodory-banner.style-11 .banner-info {
        top: 8.5% !important;
        -webkit-transform: translateY(-8.5%);
        -moz-transform: translateY(-8.5%);
        -ms-transform: translateY(-8.5%);
        -o-transform: translateY(-8.5%);
        transform: translateY(-8.5%);
    }
}
img:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    text-align: center;
    content: attr(alt);
    background: #fff url(/content/image-placeholder.svg) no-repeat 50%;
    background-size: contain;
    width: 100%;
    height: 100%;
}

    .img-sm, .img-xs {
        display: none;
    }

    @media only screen and (min-width: 600px) {
        .img-sm {
            display: block !important;
        }
    }

    @media only screen and (max-width: 600px) {
        .img-xs {
            display: block !important;
        }
    }

    .fa {
        font-size: initial;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .modal-backdrop {
        z-index: 99999;
    }

    .modal {
        z-index: 999991;
    }
    /* Firefox */
    input[type=number] {
        -moz-appearance: textfield;
    }

    .ageList > li {
        margin-right: 0px !important;
        margin-left: 10px;
    }

        .ageList > li > a {
            padding-right: 5px;
            padding-left: 5px;
            font-weight: 500;
            width: 55px !important;
            font-size: 18px !important;
        }

    .font-24 {
        font-size: 24px !important;
    }

    .font-23 {
        font-size: 23px !important;
    }

    .font-22 {
        font-size: 22px !important;
    }

    .font-21 {
        font-size: 21px !important;
    }

    .font-20 {
        font-size: 20px !important;
    }

    .font-19 {
        font-size: 19px !important;
    }

    .font-18 {
        font-size: 18px !important;
    }

    .font-17 {
        font-size: 17px !important;
    }

    .font-16 {
        font-size: 16px !important;
    }

    .font-15 {
        font-size: 15px !important;
    }

    .banner1 img {
        height: auto;
        width: 100%;
    }

    .banner1 .btnBanner {
        display: table !important;
        margin-top: 10px;
    }

        .banner1 .btnBanner:not(:hover) {
            color: #fff !important;
        }

    .block-user:hover .sub-menu {
        margin-top: 10px;
    }

    @media only screen and (min-width: 600px) {
        .colForget {
            left: 25%;
        }
    }

    .btnCart {
        vertical-align: middle;
        height: 46px;
        line-height: 46px;
        min-width: 180px;
        font-size: 14px;
        letter-spacing: 0.05em;
        padding: 0 10px;
        text-align: center;
        display: inline-block;
        margin-bottom: 20px;
        overflow: hidden;
        position: relative;
        border-radius: 30px;
        background-color: var(--theme-sh);
        font-weight: 700;
    }

        .btnCart:hover {
            background-color: var(--theme-sh);
        }

        .btnCart::before {
            font-weight: normal;
            display: inline-block;
            vertical-align: top;
            margin-right: 9px;
            font-family: 'Pe-icon-7-stroke', sans-serif;
            content: "\e66e";
            font-size: 21px;
        }

        .btnCart::after {
            content: '';
            border: 1px dashed #fff;
            border-radius: 30px;
            position: absolute;
            top: 2px;
            left: 2px;
            right: 2px;
            bottom: 2px;
            pointer-events: none;
        }

    .widget_shopping_cart .product_list_widget li a:not(.remove):not(:hover) {
        max-inline-size: fit-content;
    }

    .block-minicart .widget_shopping_cart .product_list_widget li .remove_from_cart_button {
        color: red;
    }

    .kodory-cart-form .shop_table td.product-price, .kodory-cart-form .shop_table td.product-subtotal {
        font-size: 16px;
    }

    .shippLogin > div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .kodory-checkout-login .kodory-info::before, .kodory-checkout-coupon .kodory-info::before {
        content: "\e6b0";
    }

    .checkout-before-top .kodory-checkout-login, .checkout-before-top .kodory-checkout-coupon {
        float: none;
        margin: auto;
    }

    @media only screen and (max-width: 767px) {
        .product-thumb img {
            width: 130px;
            height: auto;
        }

        .cover-comment h2 {
            font-size: large;
            padding: 1px;
            right: 0 !important;
            margin: 30px;
            text-align: center;
        }
    }

    @media only screen and (min-width: 768px) {
        .product-thumb img {
            width: 236px;
            height: auto;
        }
    }

    .hovertagA:before {
        border-color: var(--theme-sh) !important;
        background-color: var(--theme-sh);
        content: '\f00c' !important;
        font-family: 'FontAwesome', sans-serif;
        font-weight: normal;
    }

    .cover-comment {
        opacity: 0.4;
        padding: 30px;
        border: 1px solid;
        margin-top: 15px;
    }

        .cover-comment h2 {
            position: relative;
            color: black;
            right: 25%;
            transform: translate(0, 370%);
            margin: auto;
        }

    .banner-wrapper.has_background > img {
        width: 100% !important;
    }

    .slide-home-04 .slide-wrap .slide-info h2 {
        margin: 0 0 20px 0;
    }

    @media only screen and (max-width: 350px) {
        .imgPostInsta {
            height: 150px;
        }
    }

    @media only screen and (min-width: 351px) {
        .imgPostInsta {
            height: 175px;
        }
    }

    @media only screen and (min-width: 450px) {
        .imgPostInsta {
            height: 200px;
        }
    }

    @media only screen and (min-width: 601px) {
        .imgPostInsta {
            height: 250px;
        }
    }

    @media only screen and (min-width: 768px) {
        .imgPostInsta {
            height: 223px;
        }
    }

    @media only screen and (min-width: 991px) {
        .imgPostInsta {
            height: 270px;
        }
    }

    .kodory-brand .fa-angle-left, .kodory-brand .fa-angle-right {
        display: none !important;
    }

    .kodory-blue-color {
        color: var(--theme-sh) !important;
    }

    .kodory-red-color {
        color: var(--theme-sh) !important;
    }

    .datered::after {
        background-color: var(--theme-sh) !important;
    }

    .kodory-red-color a:hover, .kodory-red-color a:focus, .kodory-red-color a:active {
        color: var(--theme-sh) !important;
    }

    .parent-frame {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-top: 56.25%;
    }

    .frame-responsive {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%
    }

    .rowExam {
        margin-bottom: 0 !important;
    }

    .examColumns h4, .resultExamColumns h4 {
        margin-bottom: 20px;
        margin-top: 30px;
    }

    @media only screen and (max-width:600px) {
        .examColumns h4, .resultExamColumns h4 {
            font-size: 14px;
        }

        .examColumns .kodory-form__label span, .resultExamColumns .kodory-form__label span {
            font-size: 13px;
        }
    }

    @media only screen and (min-width:600px) {
        .examColumns .kodory-form__label span, .resultExamColumns .kodory-form__label span {
            font-size: 17px;
        }

        .examColumns .col-1, .examColumns .col-2 {
            margin-left: 20px;
            width: calc(55% - 20px) !important;
            right: 25%;
            float: unset !important;
        }
    }

    .examColumns .col-1, .examColumns .col-2, .resultExamColumns .col-1, .resultExamColumns .col-2 {
        padding: 8px 25px 7px 25px !important;
        background: var(--theme-sh);
        border-radius: 30px !important;
    }

        .examColumns .col-1::before, .resultExamColumns .col-1::before {
            content: '';
            border: 1px dashed #fff;
            border-radius: 30px;
            position: absolute;
            top: 2px;
            left: 2px;
            right: 2px;
            bottom: 2px;
            pointer-events: none;
        }

    .btn-kodory-blue {
        display: inline-block;
        min-width: inherit;
        height: 48px;
        line-height: 48px;
        padding: 0 20px;
        text-align: center;
        font-size: 14px;
        border-radius: 30px;
        background-color: var(--theme-sh) !important;
        position: relative;
        cursor: pointer;
    }

        .btn-kodory-blue::before {
            content: '';
            border: 1px dashed #fff;
            border-radius: 30px;
            position: absolute;
            top: 2px;
            left: 2px;
            right: 2px;
            bottom: 2px;
            pointer-events: none;
        }

        .btn-kodory-blue:hover {
            background-color: var(--theme-sh);
        }

    .border-number-exam {
        margin-top: 10px;
        display: inline-block;
        padding: 5px 15px 5px 15px;
        border: 1px dashed #fff;
        color: #fff;
        border-radius: 150px;
        margin-top: 5px;
        margin-right: -11px;
        position: absolute;
    }

    .countdown-product > div > span {
        display: inline-block;
        color: #fff;
        text-align: center;
        box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
        vertical-align: middle;
        overflow: hidden;
        padding: 12px;
        width: 70px;
        height: 70px;
        min-width: 70px;
        margin-right: -6px;
        border-radius: 49px;
        background-color: var(--theme-sh);
        position: relative;
    }

        .countdown-product > div > span .text {
            display: block;
            margin-bottom: -10px;
        }

        .countdown-product > div > span .number {
            font-size: 20px !important;
            user-select: none;
        }

        .countdown-product > div > span::before {
            content: '';
            border: 1px dashed #fff;
            border-radius: 49px;
            position: absolute;
            top: 2px;
            left: 2px;
            right: 2px;
            bottom: 2px;
            pointer-events: none;
        }

    .exam-countdown {
        text-align: center;
    }

    .startdateexam-countdown {
        text-align: center;
        padding-bottom: 15px;
    }

    .itsTrueAnswer::before {
        content: "\f00c";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        padding-top: 4px;
        right: 47px;
        color: #62C062;
    }

    .TrueLabelAnswer span::before {
        background-color: #62C062 !important;
    }

    .MistakeLabelAnswer span::before {
        background-color: orangered !important;
    }

    .resultExamColumns {
        margin: 0 75px;
    }

    .btn-last-exam {
        display: block;
        height: 30px;
        width: 40px;
        border-radius: 50%;
        line-height: 28px;
        color: #fff;
        background-color: var(--theme-sh);
        text-align: center;
        position: relative;
    }

        .btn-last-exam:hover {
            color: #fff !important;
        }

        .btn-last-exam::before {
            content: '';
            border: 1px dashed #fff;
            border-radius: 50%;
            position: absolute;
            top: 2px;
            left: 2px;
            right: 2px;
            bottom: 2px;
            pointer-events: none;
        }

    @media only screen and (max-width: 600px) {
        .resultExamColumns .col-1 {
            flex: 0 0 100% !important;
            width: 100%;
            margin-bottom: 10px !important;
        }

        .resultExamColumns {
            width: 100% !important;
            margin: 0 !important;
        }

        .premium-info input[type=radio] {
            width: 14px;
            height: 14px;
        }
    }

    .premium-info {
        display: block;
        text-align: center;
    }

.premium-page .premium-description {
    display: unset !important;
    text-align: right;
}

    .premium-info h3 {
        font-size: large;
    }

    .premium-info h4 {
        font-size: small;
    }

    .premium-info input[type=radio] {
        width: 16px;
        height: 16px;
    }

    .premium-item, .premium-item img {
        user-select: none;
        -webkit-user-drag: none !important;
    }

    .btn-day-package {
        display: inline-block;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        padding: 0 20px;
        border-radius: 30px;
        background-color: var(--theme-sh);
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        position: relative;
        font-family: 'Baloo 2', sans-serif;
        margin-top: 20px;
        margin-left: 15px;
    }

        .btn-day-package:hover {
            color: #fff;
        }

        .btn-day-package:before {
            content: '';
            border: 1px dashed #fff;
            border-radius: 30px;
            position: absolute;
            top: 2px;
            left: 2px;
            right: 2px;
            bottom: 2px;
            pointer-events: none;
        }

        .btn-day-package.locked {
            color: #868686;
            background-color: #eeeeee;
            cursor: not-allowed;
            padding-left: 40px;
        }

            .btn-day-package.locked:hover {
                color: #868686;
            }

            .btn-day-package.locked:before {
                border: 1px dashed #868686 !important;
            }

            .btn-day-package.locked:after {
                left: 18px;
                position: absolute;
                top: 30%;
                font-family: Flaticon;
                font-size: inherit;
                font-style: normal;
                content: "\f122";
                line-height: 1;
            }

        .btn-day-package:hover, .btn-day-package:focus, .btn-day-package:active {
            color: #fff !important;
        }

    .title-day {
        text-align: center;
        color: var(--theme-sh);
        display: inline-block;
        user-select: none;
    }

    .content-package .prev {
        background-color: var(--theme-sh);
        color: #fff;
        left: 100px !important;
        top: 5px;
        right: auto !important;
        border-radius: 55px;
    }

        .content-package .prev:after {
            content: '';
            border: 1px dashed #fff;
            border-radius: 50%;
            position: absolute;
            top: 2px;
            left: 2px;
            right: 2px;
            bottom: 2px;
            pointer-events: none;
        }

    .content-package .next {
        background-color: var(--theme-sh);
        color: #fff;
        right: 100px !important;
        top: 5px;
        left: auto !important;
        border-radius: 55px;
    }

        .content-package .next:after {
            content: '';
            border: 1px dashed #fff;
            border-radius: 50%;
            position: absolute;
            top: 2px;
            left: 2px;
            right: 2px;
            bottom: 2px;
            pointer-events: none;
        }

    .content-page.btn-disabled, .content-package .btn-disabled span, .content-package .btn-disabled span:hover, .content-page.btn-disabled:hover {
        color: #868686 !important;
        background-color: #eeeeee;
        cursor: not-allowed;
    }

        .content-package .btn-disabled span:after, .content-page.btn-disabled:after {
            border: 1px dashed #868686 !important;
        }

    @media (max-width: 1199px) {
        .content-package .slick-arrow.prev::after {
            height: unset !important;
        }
    }

    .payment_box {
        text-align: justify;
    }

    .btn-place-order2 {
        cursor: pointer !important;
        background-color: var(--theme-sh) !important;
        color: #fff !important;
        height: 52px !important;
        line-height: 52px !important;
        font-size: 16px !important;
        border-radius: 30px !important;
        width: calc(100% - 60px) !important;
        margin-bottom: 30px !important;
        font-weight: 700 !important;
        position: relative !important;
    }

    .btn-credit {
        font-size: 14px !important;
        width: fit-content !important;
        margin-bottom: 0 !important;
        height: 51px !important;
        line-height: 52px !important;
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }

    .txtAmountCredit {
        width: 70% !important;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
    }

    .btn-kodory-2 {
        font-size: 14px !important;
        width: fit-content !important;
        margin-bottom: 0 !important;
        padding: 5px 13px !important;
        margin-right: 10px !important;
        display: inline-block !important;
        height: 38px !important;
        line-height: 28px !important;
    }


    /* -------------------------------------------  /*
    //////
Responsive Package Content Start
    //////
/* ------------------------------------------- */

    .content-package .videos video:nth-child(3n+1) {
        border: 14px outset var(--theme-sh);
    }

    .content-package .videos video:nth-child(3n+2) {
        border: 14px outset var(--theme-sh);
    }

    .content-package .videos video:nth-child(3n+3) {
        border: 14px outset var(--theme-sh);
    }
    /* Extra small devices (phones, 600px and down) */
    @media only screen and (max-width: 600px) {
        .content-package .videos video {
            width: 100% !important;
            height: 200px !important;
            margin-bottom: 15px;
        }
    }

    @media only screen and (max-width: 767px) {
        .content-package .audioes audio {
            margin-bottom: 20px;
            width: 100%;
        }
    }

    @media only screen and (min-width: 450px) {
        .content-package .videos video {
            height: 230px !important;
        }
    }

    @media only screen and (min-width: 500px) {
        .content-package .videos video {
            height: 240px !important;
        }
    }
    /* Small devices (portrait tablets and large phones, 600px and up) */
    @media only screen and (min-width: 600px) {
        .content-package .videos video {
            width: 45% !important;
            margin-left: 20px;
            margin-bottom: 20px;
        }
    }

    /* Medium devices (landscape tablets, 768px and up) */
    @media only screen and (min-width: 768px) {
        .content-package .audioes audio {
            margin-bottom: 20px;
            width: 47%;
            margin-left: 20px;
        }
    }

    /* Large devices (laptops/desktops, 992px and up) */
    @media only screen and (min-width: 992px) {
    }

    /* Extra large devices (large laptops and desktops, 1200px and up) */
    @media only screen and (min-width: 1200px) {
        .content-package .videos video {
            margin-left: 20px !important;
            width: 31% !important;
            margin-bottom: 20px;
        }
    }


    /* -------------------------------------------  /*
    //////
Responsive Package Content End
    //////
/* ------------------------------------------- */
    @media (min-width: 768px) {
        .slide-wrap img {
            min-height: unset !important;
        }
    }

    .kodory-newsletter.style-01 .subtitle {
        font-size: 23px !important;
    }

    .boxes .image-box {
        background-size: cover !important;
    }

    .boxes {
        border-radius: 10px 10px 10px 10px;
        overflow: hidden;
        border-width: 2px;
        border-color: #dddddd !important;
        transition: border 300ms ease 0ms;
        border: solid;
    }

        .boxes:hover {
            border-color: #64686c !important;
        }

        .boxes .kodory-posts, .boxes .post {
            display: flex;
        }

        .boxes .kodory-posts {
            direction: ltr;
        }

        .boxes .post-info {
            direction: rtl;
            padding: 25px;
        }

    .box-double .post-info, .box-double .image-box {
        width: 100% !important;
    }

    .box-double .kodory-posts, .box-double .post {
        display: block !important;
    }

    .box-double .post-info {
        padding: 25px;
    }

    .card-overlay {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
        background-position: center center;
        background-size: cover !important;
    }

    .boxes .post-thumb a:hover::before {
        opacity: 0 !important;
    }

    @media (max-width: 768px) {
        .box-main .image-box {
            height: auto;
        }

        .boxes .post {
            display: block !important;
        }

        .w-100-small {
            width: 100% !important;
        }
    }

    @media (max-width: 600px) {
        .text-bottom-banner {
            font-size: 10px;
        }
    }

    .div-up-text-banner {
        position: relative;
        display: block;
        border: solid;
    }

    .text-bottom-banner {
        left: 0;
        padding: 25px;
        padding-bottom: 0;
        right: 0;
        text-align: justify;
        background-color: rgba(255, 255, 255,0.82);
        direction: rtl;
        bottom: 0;
        position: absolute;
        z-index: 1;
        border-top-right-radius: 18px;
        border-top-left-radius: 18px;
    }

    .text-bottom-slider {
        padding-top: 22px;
        font-size: 17px;
    }

        .text-bottom-slider p {
            margin-bottom: 0;
        }

    @media (max-width: 768px) {
        .text-bottom-slider {
            padding-right: 20px !important;
            padding-left: 20px !important;
        }
    }

.owl-slick:not(.owl-prem) .slick-arrow.prev {
    right: calc(50% + 200px) !important;
    left: auto !important;
}

.owl-slick:not(.owl-prem) .slick-arrow.next {
    right: auto !important;
    left: calc(50% + 200px) !important;
}

    .product-inner .group-button-inner {
        text-align: -webkit-center;
    }

    .header.header-transparent {
        background: #fbfbfb;
    }

    .modal-dialog {
        width: max-content;
    }

    .modal-dialog-kodory {
        background: #fff;
        border-radius: 120px;
        width: max-content;
        border-top-right-radius: 0;
    }

        .modal-dialog-kodory::before {
            content: '';
            border: 6px dashed var(--theme-sh);
            border-radius: 120px;
            border-top-right-radius: 0;
            position: absolute;
            top: 3px;
            left: 3px;
            right: 3px;
            bottom: 3px;
            pointer-events: none;
            z-index: 100000;
        }

        .modal-dialog-kodory.danger::before {
            border: 6px dashed #ED7165;
        }

        .modal-dialog-kodory.success::before {
            border: 6px dashed #43d39e;
        }

        .modal-dialog-kodory.warning::before {
            border: 6px dashed var(--theme-sh);
        }

    .messageModal {
        text-align: center;
        margin-bottom: 0;
        padding-right: 25px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-top: 20px;
        color: var(--theme-sh);
        font-weight: bold;
    }

    .modal-dialog-kodory .modal-body .close {
        position: absolute;
        font-size: 20px;
        top: 0;
        right: 13px;
    }

    .kodory-orders-table {
        display: inline-table;
    }

    .conversation-list {
        list-style: none;
        height: 332px;
        padding: 0 7px
    }

        .conversation-list li {
            margin-bottom: 24px
        }

        .conversation-list .chat-avatar {
            float: left;
            text-align: center;
            width: 34px
        }

            .conversation-list .chat-avatar img {
                border-radius: 100%;
                width: 100%
            }

            .conversation-list .chat-avatar i {
                font-size: 12px;
                font-style: normal
            }

        .conversation-list .ctext-wrap {
            background: #f0f2fe;
            color: #5369f8;
            border-radius: .3rem;
            display: inline-block;
            padding: 10px 20px;
            position: relative;
            min-width: 160px;
            text-align: right;
            font-size: 14px;
        }

            .conversation-list .ctext-wrap i {
                display: block;
                font-size: 12px;
                font-style: normal;
                font-weight: 700;
                position: relative
            }

            .conversation-list .ctext-wrap p {
                margin: 0;
                padding-top: 3px
            }

            .conversation-list .ctext-wrap:after {
                right: 98%;
                top: 0;
                border: solid transparent;
                content: " ";
                height: 0;
                width: 0;
                position: absolute;
                pointer-events: none;
                border-top-color: #f0f2fe;
                border-width: 6px;
                margin-left: -1px;
                border-right-color: #f0f2fe
            }

        .conversation-list .conversation-text {
            float: left;
            font-size: 12px;
            margin-left: 12px;
            width: 70%;
            text-align: left;
        }

        .conversation-list .odd .chat-avatar {
            float: right !important
        }

        .conversation-list .odd .conversation-text {
            float: right !important;
            margin-right: 12px;
            text-align: right;
            width: 70% !important
        }

        .conversation-list .odd .ctext-wrap {
            background-color: #e2e7f1;
            color: #4b4b5a
        }

            .conversation-list .odd .ctext-wrap:after {
                border-color: transparent;
                border-left-color: #e2e7f1;
                border-top-color: #e2e7f1;
                right: -8px !important;
                left: auto;
            }

    .slimScrollDiv, .left-side-menu-condensed .left-side-menu .slimscroll-menu {
        overflow: inherit !important;
        height: auto !important
    }

    .left-side-menu-condensed .left-side-menu .slimScrollBar {
        visibility: hidden
    }

    #ticketItems {
        align-items: center;
        margin: auto;
    }

    @media (min-width: 768px) {
        #ticketItems {
            width: 75%;
        }
    }

    .rowTicketMessage {
        display: inline-flex;
        margin-top: 30px;
        width: 100%;
    }

    .kodory-card-border::before {
        content: '';
        border: 1px dashed #fff;
        border-radius: inherit;
        position: absolute;
        top: 2px;
        left: 2px;
        right: 2px;
        bottom: 2px;
        pointer-events: none;
    }

    .button-package {
        padding: 18px;
        display: block;
        text-align: center;
        margin: auto;
    }

    .btngroup-toggle {
        display: block;
        overflow: auto;
    }

    .row-content-package:not(:first-child) {
        margin-top: 15px;
    }

    .row-content-package audio {
        width: 92.2%;
    }

    .row-content-package p {
        width: 100%;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .btndownload, .btnAudio {
        place-self: center;
    }

    .showVideoModal {
        cursor: pointer;
    }

    @media (max-width: 768px) {
        #moda .modal-body video {
            max-height: 170px !important;
        }

        .row-package {
            padding: 0 !important;
        }

        .row-content-package audio {
            width: 88.2%;
        }
    }

    #moda .modal-body video {
        max-width: -webkit-fill-available !important;
    }

    .showVideoModal {
        display: inherit;
    }

        .showVideoModal span.ver-6 {
            padding-right: 0.5rem !important;
            vertical-align: middle;
            place-self: center;
        }

        .showVideoModal .material-icons {
            font-size: 30px;
            height: 100%;
            vertical-align: middle;
        }

    .row-content-package .fa-book {
        font-size: 24px;
        margin-left: 10px;
    }

    .card-overlay {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
        background-position: center center;
        background-size: cover !important;
    }

    .row-content-package:not(:first-child) {
        border-top: 1px solid #e6e6e6;
        padding-top: 16px;
        padding-bottom: 5px;
    }

    .row-content-package i {
        vertical-align: middle;
    }

    .row-content-package .fa, .row-content-package .fas {
        font-size: 26px;
        margin-right: 4px;
        margin-left: 11px;
    }

    #teacher_register > div > h2::before {
        content: "\e605" !important;
        font-family: 'Pe-icon-7-stroke', sans-serif;
        display: inline-block;
        height: 84px;
        line-height: 80px;
        border-radius: 50%;
        color: var(--theme-sh);
        vertical-align: middle;
        text-align: center;
        margin-right: 20px;
        font-size: 105px;
        font-weight: normal;
        letter-spacing: 0;
    }

    #teacher_register > div > h2 {
        font-size: 24px;
        text-transform: capitalize;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 25px;
    }

    .content-package .alert {
        width: auto !important;
    }

    .number-row-package {
        width: 30px;
        padding-top: 1px;
        text-align: center;
        padding-left: 10px;
        font-size: 18px;
        color: var(--theme-sh) !important;
    }

    .pack-display {
        cursor: pointer;
        display: inherit;
    }

    .block-audio {
        display: inherit;
        width: 100%;
        margin-bottom: 10px;
    }

    @media (min-width: 768px) {
        #rbCheckExperience td label, #dpMarriedStatus td label, #rbTeacherCourses td label {
            margin-right: 5px !important;
        }

        #rbCheckExperience tbody, #dpMarriedStatus tbody, #rbTeacherCourses tbody {
            display: inline-flex;
        }

        label {
            user-select: none;
        }
    }

    @media (min-width: 600px) {
        .rowTeacher {
            padding-right: 120px;
            padding-left: 120px;
        }
    }

    @media (min-width: 768px) {
        #ckTeacherCourses tbody {
            display: flex;
        }
    }

    .loadd-bod {
        overflow: hidden;
    }

    .preloader {
        position: fixed;
        top: 0;
        left: 0;
        background-size: 120px;
        width: 100%;
        height: 100%;
        z-index: 99999999;
        background-image: url('/content/images/loading-gif.gif');
        background-repeat: no-repeat;
        background-color: #FFF;
        background-position: center;
    }

    .box-header-nav .main-menu .toggle-submenu::before {
        height: 55px !important;
        font-size: 12px !important;
        width: 12px !important;
    }

    .box-header-nav .main-menu > .menu-item > a {
        font-size: 14px !important;
    }

    @media (max-width: 1350px) {
        .box-header-nav .main-menu > .menu-item > a {
            font-size: 12px !important;
        }
    }

    @media (max-width: 1450px) {
        .box-header-nav .main-menu > .menu-item > a {
            font-size: 13px !important;
        }
    }

    #slvj-window {
        z-index: 10000;
    }

    @media (max-width: 768px) {
        #slvj-back-lightbox {
            width: 100% !important;
        }
    }

    .meta-dreaming:not(.mobile) .block-dreaming .block-link, .header-search:not(.mobile) .link-dropdown {
        font-size: 16px !important;
        width: 37px !important;
        height: 37px !important;
        line-height: 37px !important;
    }

    .meta-dreaming .block-dreaming .block-link .count {
        bottom: -4px !important;
        right: -4px !important;
    }

    .block-caption-link {
        font-size: 14px;
        padding-right: 6px;
        padding-top: 3px;
    }

    @media (max-width:600px) {
        .block-caption-link {
            font-size: 12px !important;
        }
    }

    .block-link-mobile {
        width: 27px !important;
        height: 27px !important;
        line-height: 28px !important;
        font-size: 12px !important;
    }

    .kodory-menu-clone-wrap .kodory-menu-panels {
        margin-right: 18px;
    }

    @media (max-width:1025px) {
        #header {
            position: fixed !important;
        }

        .banner-wrapper {
            padding-top: 81.73px !important;
        }
    }

    .header.header-transparent {
        position: relative !important;
    }

    @media (min-width:1025px) {
        .header-logo {
            align-self: center;
        }
    }

    .header-control {
        min-width: 176px;
    }

    .header-logo-nav {
        display: flex;
        padding-top: 10px;
        margin: 0;
    }

    .modal-dialog-kodory::before {
        height: 100% !important;
    }

    .showArticle {
        cursor: pointer;
    }

    .showArticle {
        display: inherit;
    }

        .showArticle span.ver-6 {
            padding-right: 0.5rem !important;
            vertical-align: middle;
            place-self: center;
        }

        .showArticle .material-icons {
            font-size: 30px;
            height: 100%;
            vertical-align: middle;
        }

    .articleDesc {
        display: none;
        width: 100%;
        box-shadow: 0px 1px 11px var(--theme-sh);
        padding: 30px;
        margin-top: 25px;
        border-radius: 6px;
    }

    .arrow-showarticle {
        cursor: pointer;
    }

    .banner-wrapper.has_background > img {
        object-fit: unset !important;
        min-height: auto !important;
    }

    .banner-wrapper.has_background .banner-wrapper-inner:not(.imporBanner) {
        display: none !important;
    }

    #widget-area .fa-search:before {
        content: none !important;
    }

    .header-mobile-right a[href="/dashboard"] {
        color: var(--theme-sh);
        /* width: 20px; */
        display: inline-block;
        max-width: 100px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .kodory-banner.style-11 .banner-thumb img {
        width: 100% !important;
        height: auto !important;
        min-height: 100% !important;
    }

    .kodory-socials.style-02 .socials-list li a {
        display: inline;
        height: 50px;
        width: 50px;
        font-size: 24px;
        line-height: 0 !important;
        color: #fff;
        border-radius: 50%;
        padding: 15px;
        text-align: center;
        position: relative;
        background-color: var(--theme-sh);
    }

    .header-control-inner .first-grid-menu-link {
        color: #ed71a3 !important;
    }

    #BodyPh_divButtons {
        position: sticky;
        z-index: 1;
        top: 100px;
        overflow-x: hidden;
    }

        #BodyPh_divButtons > div {
            border-radius: 8px;
            padding: 15px;
            border: 1px solid rgba(0,0,0,.125);
        }