﻿div:where(.swal2-container) div:where(.swal2-popup) {
    font-size: 1.5rem !important;
}

/* Responsive: Portrait tablets and up */
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .mainmenu-nav .mainmenu li.has-droupdown > a::after {
        right: 0px;
    }

    .mainmenu-nav .mainmenu > li > a {
        padding: 0 17px;
    }
}

@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}
.grecaptcha-badge {
    display: none !important;
}
.nav-company {
    background-color: #e8b521;
    height: 65px;
}

.navbar-brand {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* === card component ====== 
 * Variation of the panel component
 * version 2018.10.30
 * https://codepen.io/jstneg/pen/EVKYZj
 */
.card {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
}

    .card > .card-link {
        color: #333;
    }

        .card > .card-link:hover {
            text-decoration: none;
        }

        .card > .card-link .card-img img {
            border-radius: 6px 6px 0 0;
        }

    .card .card-img {
        position: relative;
        padding: 0;
        display: table;
    }

        .card .card-img .card-caption {
            position: absolute;
            right: 0;
            bottom: 16px;
            left: 0;
        }

    .card .card-body {
        display: table;
        width: 100%;
        padding: 12px;
    }

    .card .card-header {
        border-radius: 6px 6px 0 0;
        padding: 8px;
    }

    .card .card-footer {
        border-radius: 0 0 6px 6px;
        padding: 8px;
    }

    .card .card-left {
        position: relative;
        float: left;
        padding: 0 0 8px 0;
    }

    .card .card-right {
        position: relative;
        float: left;
        padding: 8px 0 0 0;
    }

    .card .card-body h1:first-child,
    .card .card-body h2:first-child,
    .card .card-body h3:first-child,
    .card .card-body h4:first-child,
    .card .card-body .h1,
    .card .card-body .h2,
    .card .card-body .h3,
    .card .card-body .h4 {
        margin-top: 0;
    }

    .card .card-body .heading {
        display: block;
    }

        .card .card-body .heading:last-child {
            margin-bottom: 0;
        }

    .card .card-body .lead {
        text-align: center;
    }

@media( min-width: 768px ) {
    .card .card-left {
        float: left;
        padding: 0 8px 0 0;
    }

    .card .card-right {
        float: left;
        padding: 0 0 0 8px;
    }

    .card .card-4-8 .card-left {
        width: 33.33333333%;
    }

    .card .card-4-8 .card-right {
        width: 66.66666667%;
    }

    .card .card-5-7 .card-left {
        width: 41.66666667%;
    }

    .card .card-5-7 .card-right {
        width: 58.33333333%;
    }

    .card .card-6-6 .card-left {
        width: 50%;
    }

    .card .card-6-6 .card-right {
        width: 50%;
    }

    .card .card-7-5 .card-left {
        width: 58.33333333%;
    }

    .card .card-7-5 .card-right {
        width: 41.66666667%;
    }

    .card .card-8-4 .card-left {
        width: 66.66666667%;
    }

    .card .card-8-4 .card-right {
        width: 33.33333333%;
    }
}

/* -- default theme ------ */
.card-default {
    border-color: #ddd;
    background-color: #fff;
    margin-bottom: 24px;
}

    .card-default > .card-header,
    .card-default > .card-footer {
        color: #333;
        background-color: #ddd;
    }

    .card-default > .card-header {
        border-bottom: 1px solid #ddd;
        padding: 8px;
    }

    .card-default > .card-footer {
        border-top: 1px solid #ddd;
        padding: 8px;
    }

    .card-default > .card-body {
    }

    .card-default > .card-img:first-child img {
        border-radius: 6px 6px 0 0;
    }

    .card-default > .card-left {
        padding-right: 4px;
    }

    .card-default > .card-right {
        padding-left: 4px;
    }

    .card-default p:last-child {
        margin-bottom: 0;
    }

    .card-default .card-caption {
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }


/* -- price theme ------ */
.card-price {
    border-color: #999;
    background-color: #ededed;
    margin-bottom: 24px;
}

    .card-price > .card-heading,
    .card-price > .card-footer {
        color: #333;
        background-color: #fdfdfd;
    }

    .card-price > .card-heading {
        border-bottom: 1px solid #ddd;
        padding: 8px;
    }

    .card-price > .card-footer {
        border-top: 1px solid #ddd;
        padding: 8px;
    }

    .card-price > .card-img:first-child img {
        border-radius: 6px 6px 0 0;
    }

    .card-price > .card-left {
        padding-right: 4px;
    }

    .card-price > .card-right {
        padding-left: 4px;
    }

    .card-price .card-caption {
        color: #fff;
        text-align: center;
        text-transform: uppercase;
    }

    .card-price p:last-child {
        margin-bottom: 0;
    }

    .card-price .price {
        text-align: center;
        color: #337ab7;
        font-size: 3em;
        text-transform: uppercase;
        line-height: 0.7em;
        margin: 24px 0 16px;
    }

        .card-price .price small {
            font-size: 0.4em;
            color: #66a5da;
        }

    .card-price .details {
        list-style: none;
        margin-bottom: 24px;
        padding: 0 18px;
    }

        .card-price .details li {
            text-align: center;
            margin-bottom: 8px;
        }

    .card-price .buy-now {
        text-transform: uppercase;
    }

    .card-price table .price {
        font-size: 1.2em;
        font-weight: 700;
        text-align: left;
    }

    .card-price table .note {
        color: #666;
        font-size: 0.8em;
    }

.jumbotron {
    padding-top: 25px;
    padding-bottom: 25px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 15px;
}

.img-video {
    border: 1px solid #d2d2d2;
    border-radius: 10px 10px;
}

.course-detail {
    padding: 20px 0;
    border-bottom: 1px solid #d2d2d2;
    margin-top: 30px;
}

.infor-course {
    padding: 15px 0;
}

.pro {
    /*position: absolute;*/
    bottom: 10px;
    width: 250px;
}

.section-title .title {
    color: var(--color-heading);
}

.progress {
    height: 10px !important;
    border-radius: 3px !important;
}

.lst-video {
    border-radius: 10px 10px;
    border: 1px solid #d2d2d2;
    padding: 20px 20px;
    margin: 20px 0;
    display: inline-block;
}

.item-course {
    background-color: #EEEFF3;
    margin-bottom: 20px;
}

.bg-media {
    background-image: url(~/Image/image_holder.png);
    background-color: transparent;
    border: none;
    border-radius: 10px;
    box-shadow: none;
    height: 260px;
    position: relative;
    text-align: center;
    top: -20px;
    width: 370px;
    padding-right: 50px;
}

    .bg-media img {
        background-position: center center;
        background-size: cover;
        height: 190px;
        width: 320px;
        position: relative;
        top: 31px;
        left: 10px;
    }

.lst-video h1 {
    background-color: #EEEFF3;
    color: #3c4a51;
    font-size: 14px;
    font-weight: 700;
    padding: 15px;
    margin: 0 -15px 35px -15px;
    position: relative;
}

.bg-video {
    border: 10px solid #E5E9EC;
    background-color: #E5E9EC;
    width: 320px;
    -webkit-box-shadow: 3px 3px 8px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 3px 3px 8px 0 rgba(0,0,0,.15);
    box-shadow: 3px 3px 8px 0 rgb(0 0 0 / 15%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    padding-right: 0;
}

    .bg-video img {
        background-position: center center;
        background-size: cover;
        height: 190px;
        width: 320px;
        position: relative;
    }

.card-header a, .media-heading a {
    color: #3c4a51;
}

#rdoSex td, #rdoSupport td, #rdoSupport2 td {
    border: none;
    padding: 7px 5px;
}

#rdoSupport, #rdoSex, #rdoSupport2 {
    margin: 0 0;
}

    #rdoSupport input[type="radio"], #rdoSex input[type="radio"], #rdoSupport2 input[type="radio"] {
        display: none;
    }

.header-menu-bar .white-box-icon {
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-instruct {
    position: relative;
    margin-right: 5px;
}
    .dropdown-instruct #btn-dropdown-instruct {
        font-size: 11px;
    }
    .dropdown-instruct .dropdown-menu-instruct {
        position: absolute;
        background: #fff;
        padding: 10px;
        margin: 0;
        left: 0;
        top: 100%;
        border-radius: 5px;
        list-style: none;
        width: 150px;
    }
        .dropdown-instruct .dropdown-menu-instruct li {
            margin-top: 0;
            margin-bottom: 0;
        }
            .dropdown-instruct .dropdown-menu-instruct li a {
                display: block;
                width: 100%;
                height: 100%;
                font-size: 14px;
                line-height: 18px;
                padding: 5px 0;
            }


            .login-register-box {
                padding: 30px;
                background-color: #fff;
                border-radius: 8px 8px;
            }

.video-btn-wrapper {
    display: flex;
    align-items: center;
}

.video-play-btn {
    width: 60px;
    height: 60px;
    background: rgba(251, 124, 86, 0.15);
    margin: inherit;
}

.video-gallery-wrapper .video-play-btn {
    margin-left: 0px;
}

.video-btn-wrapper .video-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    margin-left: 20px;
    display: inline-block;
    color: var(--color-heading);
}

.logo-title {
    font-size: 25px;
}

.eduvibe-sidebar .video-play-btn {
    background: #fff;
    margin-left: 0px;
}

.edu-course-details-area .course-details-content .edu-course-tab .nav-item {
    margin: 0 20px;
}

.wp-select-address.course-details-content {
    margin-right: 0;
}

    .wp-select-address.course-details-content .edu-course-tab .nav-item {
        margin: 0 25px;
    }

        .wp-select-address.course-details-content .edu-course-tab .nav-item .nav-link {
            font-weight: 500;
            font-size: 15px;
            line-height: 15px;
            padding: 9px 0;
            color: var(--color-heading);
        }

.wp-tab-select-address {
    background-color: #F5F5F5;
    padding: 25px;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}


@media (max-width: 575px) {
    .edu-pagination li {
        margin: 1px;
    }

        .edu-pagination li a {
            font-size: 13px;
        }

    .checkout-page-style input {
        padding: 0 10px;
    }

    .wp-select-address.course-details-content .edu-course-tab .nav-item {
        margin: 0 10px;
    }

    .wp-tab-select-address {
        padding: 25px 10px;
    }
}

.form-card-banking p {
    color: var(--color-heading);
    margin-bottom: 10px;
}

    .form-card-banking p span {
        font-size: 20px;
    }

.course-details-content .edu-accordion-02 .edu-accordion-body ul li.video-play-link {
    color: #333;
    transition: ease-in-out 0.3s;
}

.read-more-btn a.edu-btn, .read-more-btn input.edu-btn {
    height: 50px;
    line-height: 50px;
}

.wp-banner-sidebar a.edu-btn.btn-white:hover {
    background: var(--color-dark);
    color: var(--color-white);
}

.animation-zoom {
    animation: zoom 1.5s infinite;
}

.animation-right-left {
    animation: right-left 5s infinite;
}

.profile-left .btn-update-account {
    letter-spacing: 0px;
    padding: 10px 30px;
    height: auto;
}

.table-financial, .table-order-account {
    font-size: 15px !important;
}

.list-menu-sidebar-account {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .list-menu-sidebar-account li, .wp-sidebar-account-button li {
        font-size: 18px;
        margin-top: 0;
        margin-bottom: 0px;
        width: 100%;
    }

        .list-menu-sidebar-account li a {
            display: block;
            padding: 5px 10px;
            color: #231F40;
            font-weight: 600;
            border-radius: 5px;
            overflow: auto;
            transition: ease-in-out 0.3s;
        }

.profile-left {
    background: var(--color-shade);
    border-radius: 5px;
    padding: 25px 35px;
    min-height: 610px;
}

.account-form {
    padding: 30px 15px;
    background: #fff;
    height: 100%;
    min-height: 540px;
}

.profile-left .label-form {
    font-size: 16px;
}

.profile-left p, .profile-left span {
    color: var(--color-heading);
    font-size: 16px;
}
    .profile-left p{
        margin-bottom: 8px;
    }

    .profile-left span.desc-bank {
        font-size: 18px;
        font-weight: 600;
    }

.profile-left .thumbnail {
    position: relative;
    cursor: pointer;
    transition: ease-in-out 0.4s;
}

    .profile-left .thumbnail .btn-update-avatar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: #cccccc87;
        cursor: pointer;
        opacity: 0;
        transition: ease-in-out 0.4s;
    }

        .profile-left .thumbnail .btn-update-avatar i {
            font-size: 30px;
        }

    .profile-left .thumbnail:hover .btn-update-avatar {
        opacity: 1;
    }

.list-course-end-course-carousel.edu-slick-button .slick-dots, .list-certificate-slider.edu-slick-button .slick-dots {
    bottom: -50px;
}

.wp-item-course {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .wp-item-course span {
        font-size: 16px;
        width: calc(100% - 200px);
        padding-left: 15px;
    }

    .wp-item-course .btn-download {
        font-size: 16px;
        width: 100px;
        text-align: end;
    }

.btn-download-numerology {
    font-size: 16px;
}

.wp-item-course .box-img {
    width: 100px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}

#modalCertificate .wp-img-modal {
    width: 100%;
}

.wp-item-course .box-img img {
    width: 100%;
}

.profile-left .inner {
    text-align: center;
}

    .profile-left .inner .thumbnail {
        width: 180px;
        height: 180px;
        margin: 0 auto;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid var(--color-primary);
    }

        .profile-left .inner .thumbnail img {
            width: 100%;
            height: auto;
        }

.list-menu-sidebar-account.nav-pills .nav-link, .menu-account-button.nav-pills .nav-link, .sidebar-account-button.nav-pills .nav-link, #financial.nav-pills .nav-link {
    background-color: #ededed;
    color: var(--color-heading);
}

    .list-menu-sidebar-account.nav-pills .nav-link.active, .menu-account-button.nav-pills .nav-link.active, .sidebar-account-button.nav-pills .nav-link.active, #financial.nav-pills .nav-link.active {
        background-color: var(--color-primary);
        color: #fff;
    }

    .list-menu-sidebar-account.nav-pills .nav-link:hover, .sidebar-account-button.nav-pills .nav-link:hover {
        background-color: var(--color-primary);
        color: #fff;
    }

.wp-account-button {
    background: var(--color-shade);
    border-radius: 5px;
}

#list-course-relate-account .edu-card.card-type-3 .inner .content .title {
    min-height: 52px;
    font-size: 19px;
    line-height: 26px;
    color: var(--color-heading);
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.name-account-type {
    margin-bottom: 25px;
    text-transform: uppercase;
}

.btn-active-account-type {
    font-size: 16px;
    padding: 10px 15px;
    background: var(--color-dark);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
}

    .btn-active-account-type.btn-extend {
        background: #a70000;
    }

.box-account-type img {
    width: 60px;
    margin-bottom: 10px;
}

.btn-active-account-type.active {
    background: #198754;
    color: #fff;
}

.btn-active-account-type:hover {
    color: #fff;
    background: var(--color-primary);
}

    .btn-active-account-type:hover.active {
        background: #198754;
        color: #fff;
    }

.wp-box-account-type, .wp-box-tools {
    padding: 10px;
}

.box-account-type {
    padding: 15px;
    box-shadow: 0 5px 10px 2px #ededed;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.account-type-carousel.edu-slick-button .slick-dots, .tools-account-carousel.edu-slick-button .slick-dots {
    bottom: -30px;
}

.wp-list-course-right .edu-card.card-type-3 .inner .content .title {
    font-size: 16px;
    line-height: 21px;
    color: var(--color-heading);
}

.wp-list-course-right .edu-card.card-type-3 .inner .content .card-bottom {
    min-height: auto;
    padding-top: 15px;
}

.wp-list-course-right .edu-meta.meta-02 li {
    margin: 0 0 0 0;
}

.wp-list-course-right .edu-card.card-type-3 .inner .content {
    padding: 30px 15px 15px;
}

.wp-list-course-right .edu-meta.meta-02 {
    margin: 0 0 10px 0;
}

.wp-list-course-right .edu-card.card-type-3 .inner .content .card-top .author-meta {
    margin-right: 0;
    width: 100%;
}

.wp-list-course-right .edu-card.card-type-3 .inner .content .card-top {
    margin-bottom: 10px;
}

.wp-list-course-right .edu-slick-button .slick-dots {
    bottom: -40px;
}

.wishlist-top-right-account {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
}

    .wishlist-top-right-account img {
        width: 100%
    }

.wp-process {
    position: relative;
    margin-block: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .wp-process .progress {
        width: calc(100% - 50px);
    }

    .wp-process .progress-number {
        right: 0;
        width: 50px;
        font-size: 16px;
        text-align: end;
    }

#financial-content .number-total-account {
    font-size: 30px;
    font-weight: 700;
    color: #198754;
}

#financial-content .btn-export-money, #financial-content .btn-import-money, #financial-content .btn-advance-money, #financial-content .btn-update-account-bank {
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
    background: var(--color-dark);
}

#financial-content .btn-export-money, #financial-content .btn-import-money, #financial-content .btn-advance-money {
    border: none;
    transition: all 0.3s ease-in-out;
}

    #financial-content .btn-export-money:hover, #financial-content .btn-import-money:hover, #financial-content .btn-advance-money:hover, #financial-content .btn-update-account-bank:hover {
        color: #fff;
        background: var(--color-primary);
    }

.resources-tab-content ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

    .resources-tab-content ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .resources-tab-content ul li a {
            width: 100%;
            padding: 10px 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }


@keyframes zoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.06);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes right-left {
    0% {
        transform: translateX(0);
    }

    5% {
        transform: translateX(50px);
    }

    10% {
        transform: translateX(-20px);
    }

    15% {
        transform: translateX(30px);
    }

    19% {
        transform: translateX(-10px);
    }

    22% {
        transform: translateX(20px);
    }

    25% {
        transform: translateX(-5px);
    }

    27% {
        transform: translateX(5px);
    }

    28% {
        transform: translateX(0px);
    }
}

.white-box-icon:hover {
    background: var(--color-dark);
    color: #fff;
}

.wp-search-top {
    margin-bottom: 50px;
}

.btn-filter-tld {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-heading);
    border-radius: 3px;
    box-shadow: 2px 3px 5px 2px #eae7e7;
}

    .btn-filter-tld i {
        font-size: 20px;
    }

.shop-search-mobile {
    width: calc(100% - 80px);
    position: relative;
    box-shadow: 2px 3px 5px 2px #eae7e7;
    border-radius: 10px;
}

    .shop-search-mobile input {
        padding: 8px 50px 8px 20px;
        border: none;
        font-weight: 400;
    }

    .shop-search-mobile .search-button {
        position: absolute;
        top: 0;
        right: 0;
        width: 44px;
        height: 44px;
        border: none;
        border-radius: 0 10px 10px 0;
        background: var(--color-primary);
        color: #fff;
    }

.search-top-fixed {
    position: fixed;
    top: 79px;
    left: 0;
    background-color: var(--color-white) !important;
    width: 100%;
    z-index: 9;
    padding: 10px 15px;
    margin-top: 0;
}

.offcanvas-fillter {
    height: 100vh;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    font-size: 15px !important;
}

.select2-container--bootstrap-5 .select2-selection {
    font-size: 15px !important;
}

.product-hover-info a:hover {
    background: var(--color-primary) !important;
    color: #fff !important;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .search-top-fixed {
        padding: 10px 30px;
    }
}

@media (max-width: 991px) {
    .menu-account-button.nav-justified > .nav-link, .nav-justified .nav-item .nav-link {
        /*min-height: 57px;*/
    }

    .account-form {
        min-height: auto;
    }

    .profile-left {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .wp-item-course.wp-item-certificate {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

        .wp-item-course.wp-item-certificate span {
            padding-left: 0;
            text-align: center;
            margin: 5px 0;
            width: 100%;
        }

        .wp-item-course.wp-item-certificate .btn-download {
            text-align: center;
        }
}

@media (max-width: 575px) {
    .wp-account-info .edu-course-widget, .profile-left {
        padding: 20px 10px
    }

    .wp-item-course {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

        .wp-item-course span {
            padding-left: 0;
            text-align: center;
            margin: 5px 0;
        }

        .wp-item-course .btn-download {
            text-align: center;
        }

    .menu-account-button.nav-pills {
        flex-wrap: nowrap;
    }

    .menu-account-button.nav-justified > .nav-link, .nav-justified .nav-item {
        width: 25%;
    }

        .menu-account-button.nav-justified > .nav-link, .nav-justified .nav-item .nav-link {
            line-height: 15px;
        }

    .eduvibe-shop-single-product .inner .content .product-author {
        font-size: 11px;
        margin-bottom: 0;
        line-height: 18px;
    }

    .eduvibe-shop-single-product .inner .content .title {
        font-weight: 500;
        font-size: 13px;
        line-height: 18px;
    }

    .eduvibe-shop-single-product .inner .content .price-list.price-style-03 .current-price {
        font-size: 14px;
        line-height: 14px;
    }

    .eduvibe-shop-single-product .inner .content .price-list.price-style-03 .old-price {
        font-size: 13px;
        line-height: 13px;
    }

    .eduvibe-shop-single-product .inner .content .price-list.price-style-03 {
        margin: 0px;
    }

    .eduvibe-product-modal-popup.edu-product-modal .edu-modal-header {
        padding: 8px 10px;
        background: #616161;
        border-radius: 50%;
        top: 0px;
        left: calc(90% + 0px);
    }

    .shop-search-mobile {
        width: calc(100% - 60px);
    }
}

#modalBankInfo .modal-content, #modalExportMoney .modal-content, #modalAdvanceMoney .modal-content {
    padding: 30px;
}

#modalBankInfo .btn-bank, #modalExportMoney .btn-bank, #modalAdvanceMoney .btn-bank {
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 15px;
    color: #333;
    background: #ddd;
    transition: all 0.3s ease-in-out;
}

#modalBankInfo #btn-update-bank-info.btn-bank, #modalExportMoney #btn-export-money.btn-bank, #modalAdvanceMoney #btn-advance-money.btn-bank {
    background: var(--color-dark);
    color: #fff;
}

#modalBankInfo .btn-bank:hover, #modalExportMoney .btn-bank:hover, #modalAdvanceMoney .btn-bank:hover {
    background: #eee
}

#modalBankInfo #btn-update-bank-info:hover, #modalExportMoney #btn-export-money:hover, #modalAdvanceMoney #btn-advance-money:hover {
    background: var(--color-primary);
}

#modalBankInfo h5, #modalExportMoney h5, #modalAdvanceMoney h5 {
    font-size: 22px;
    color: #111;
}

#modalBankInfo p, #modalExportMoney p, #modalAdvanceMoney p {
    color: #111;
}

#modalBankInfo .form-group input:focus, #modalExportMoney .form-group input:focus, #modalAdvanceMoney .form-group input:focus {
    box-shadow: none;
}

.box-warning-export-point {
    padding: 20px;
    border-radius: 10px;
    background: #aad5fb;
    margin-top: 30px;
}

    .box-warning-export-point p {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 0;
    }

.box-price-course {
    margin-bottom: 10px;
}

    .box-price-course input[type="radio"] {
        max-width: 100px;
    }

.read-more-btn .btn-payment-course {
    position: relative;
}

    .read-more-btn .btn-payment-course .box-tag-sell {
        position: absolute;
        padding: 5px;
        width: 115px;
        top: 0;
        right: 0;
        transform: translate(30%, -50%);
    }

        .read-more-btn .btn-payment-course .box-tag-sell .tag-sell {
            font-size: 14px;
            line-height: 15px;
            color: #b90b15;
            border-radius: 3px;
            border: 1px dashed #b90b15;
            background-color: #fff;
            display: block;
            width: 100%;
            animation: shakeGift 1.5s ease-in-out infinite alternate;
        }

.box-price-course .label-custom-price {
    border-radius: 5px;
    border: 1px dashed #ccc;
    padding: 5px 5px 5px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 0;
}

.box-price-course .box-price-course-left {
    width: 60%;
}

    .box-price-course .box-price-course-left span {
        margin-bottom: 0;
        display: block;
    }

        .box-price-course .box-price-course-left span.price-current {
            font-weight: 600;
            font-size: 16px;
            color: var(--color-primary);
        }

        .box-price-course .box-price-course-left span.price-old {
            font-weight: 400;
            font-size: 15px;
            color: #888;
            text-decoration: line-through;
        }

.box-price-course .box-price-course-right {
    width: 35%;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    color: #666;
}

.box-price-course .custom-control-input ~ label::before {
    top: 50%;
    left: 10px;
    transform: translateY(-50%)
}

.box-price-course .custom-control-input ~ label::after {
    top: 50%;
    left: 16px;
    transform: translateY(-49%);
}

#btn-submit-reset-query, #btn-submit-reset-order-membership, #btn-submit-reset-user-referral {
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 400;
    background-color: #3c4a51;
}

#btn-submit-query-member, #btn-submit-query-order-membership, #btn-submit-query-user-referral {
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 400;
}

#boxSearchMemberModal .modal-content, #boxSearchOrderMembershipModal .modal-content, #boxSearchUserReferralModal .modal-content {
    padding: 0 20px;
}

    #boxSearchMemberModal .modal-content p, #boxSearchOrderMembershipModal .modal-content p, #boxSearchUserReferralModal .modal-content p {
        color: #333;
    }

#boxSearchMemberModal .modal-header .modal-title, #boxSearchOrderMembershipModal .modal-header .modal-title, #boxSearchUserReferralModal .modal-header .modal-title {
    font-size: 22px;
    color: #111;
}

#btn-show-filter-member, #btn-show-filter-order-membership, #btn-show-filter-user-referral {
    font-size: 13px;
}

.btn-voucher {
    margin-left: 10px;
    font-size: 14px;
}

#listVoucherModal .modal-content {
    padding: 20px;
    border: none;
    border-radius: 10px;
}

    #listVoucherModal .modal-content .modal-body {
        max-height: 350px;
        overflow-y: auto;
    }

        #listVoucherModal .modal-content .modal-body span.item-voucher {
            padding-right: 35px;
        }

        #listVoucherModal .modal-content .modal-body span {
            color: #111;
        }

            #listVoucherModal .modal-content .modal-body span b {
                color: var(--color-primary);
            }

            #listVoucherModal .modal-content .modal-body span.sub-text-voucher {
                font-size: 13px;
                line-height: 18px;
                display: block;
            }

.btn-close-voucher, .btn-select-voucher {
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
}

.btn-close-voucher {
    background: #ddd;
}

.btn-select-voucher {
    background: var(--color-primary);
    color: var(--color-text-button)
}

#voucher-name-show {
    width: calc(100% - 200px);
    text-align: end;
    margin-bottom: 0;
    color: var(--color-primary);
    font-weight: 700;
    font-size: 18px;
}

#price-cart .old-price {
    color: #666;
    text-decoration: line-through;
    margin-right: 10px;
    font-weight: 400;
}

.btn-active-contact {
    padding: 10px 20px !important;
    border: none !important;
    background: var(--color-primary) !important;
    color: var(--color-text-button) !important;
    border-radius: 5px !important;
    margin: 10px 0 !important;
    outline: none !important;
    font-weight: 500 !important;
    box-shadow: none !important;
}

.checkout-sepay .box-loading {
    display: flex;
    align-items: center;
}

    .checkout-sepay .box-loading .text-loading {
        color: #222;
        margin-left: 10px;
    }

    .checkout-sepay .box-loading .countdown-pay {
        margin-left: 10px;
        color: var(--color-primary);
    }

.wp-form-register-or-login {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: #fff;
}

    .wp-form-register-or-login .btn-register-home {
        padding: 15px 20px;
        width: 100%;
    }

.wp-tab-register-login {
    display: flex;
    margin-bottom: 20px;
}

.wp-form-register-or-login .tab-show-form {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    background: #fff;
    width: 50%;
    cursor: pointer;
    padding: 5px;
}

    .wp-form-register-or-login .tab-show-form.active {
        color: #fff;
        background: var(--color-primary);
    }

    .wp-form-register-or-login .tab-show-form.tab-show-form-login {
        border-radius: 10px 0 0 10px;
    }

    .wp-form-register-or-login .tab-show-form.tab-show-form-register {
        border-radius: 0 10px 10px 0;
    }


.wp-box-up-sell {
    position: fixed;
    right: 30px;
    bottom: 90px;
    z-index: 10000;
    width: 100px;
    height: 100px;
}

    .wp-box-up-sell .box-up-sell {
        cursor: pointer;
        display: block;
        border-radius: 50%;
        border: none;
        transition: ease-in-out 1s;
        cursor: pointer;
        width: 100%;
        height: 100%;
        background: url('../Image/box-upsell.png');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        animation: shakeGift 1.5s ease-in-out infinite alternate;
    }

    .wp-box-up-sell span.close-box-up-sell {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 15px;
        height: 15px;
        color: #666;
        cursor: pointer;
    }

@media(max-width: 500px) {
    .wp-box-up-sell {
        right: 15px;
        bottom: 35%;
        width: 80px;
        height: 80px;
    }
}

.list-item-course-sell .item-course-sell {
    margin-bottom: 30px;
    display: flex;
}

.title-box-sell {
    text-align: center;
    color: #f52828;
    font-size: 22px;
    font-weight: 600;
}

.list-item-course-sell .item-course-sell:hover {
    transform: scale(1.01);
}

.list-item-course-sell .item-course-sell .box-image {
    width: 30%;
    height: 150px;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.list-item-course-sell .item-course-sell .box-name {
    width: 70%;
    padding-left: 30px;
}

    .list-item-course-sell .item-course-sell .box-name h4 {
        color: var(--color-heading);
        font-weight: 600;
        font-size: 26px;
    }

    .list-item-course-sell .item-course-sell .box-name p {
        margin: 0;
        color: #c90000;
    }

    .list-item-course-sell .item-course-sell .box-name .old-price {
        font-size: 16px;
        color: #6d6b6b;
        text-decoration: line-through;
        margin-right: 10px;
    }

    .list-item-course-sell .item-course-sell .box-name .new-price {
        font-size: 18px;
        color: #111;
        font-weight: 600;
    }

@media(max-width: 500px) {
    .list-item-course-sell .item-course-sell .box-image {
        width: 50%;
        height: 120px;
    }

    .list-item-course-sell .item-course-sell .box-name {
        width: 50%;
        padding-left: 15px;
    }

        .list-item-course-sell .item-course-sell .box-name h4 {
            color: var(--color-heading);
            font-weight: 600;
            font-size: 16px;
        }
}

@keyframes shakeGift {
    0%, 100% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(5deg);
    }

    75% {
        transform: rotate(-3deg);
    }
}

@keyframes bounceGift {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.modal-ct .modal-dialog {
    max-width: 1021px;
}

.modal-ct .modal-content {
    background-color: #fff;
    width: 100%;
    max-width: 1021px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 15px;
}

    .modal-ct .modal-content .modal-header {
        display: flex;
        padding: 19px 17px;
        border: unset;
    }

        .modal-ct .modal-content .modal-header .form-logo {
            width: 100%;
            display: flex;
            justify-content: center;
        }

            .modal-ct .modal-content .modal-header .form-logo img {
                max-height: 50px;
            }

        .modal-ct .modal-content .modal-header button.btn-close {
            padding: 0;
            width: 32px;
            height: 32px;
            border: 1px solid #E3E3E3;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            background-color: #F7F7F7;
            transition: all ease-in 0.3s;
            border-radius: 5px;
            background: unset;
            margin: unset;
        }

    .modal-ct .modal-content .modal-body {
        max-width: 1021px;
        display: flex;
        padding: 0 49px 46px;
    }

@media only screen and (max-width: 1024px) {
    .modal-ct .modal-content .modal-body {
        flex-direction: row;
        padding: 0 30px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .modal-ct .modal-content .modal-body {
        flex-direction: column;
        padding: 0 20px 20px;
    }
}

.modal-ct .modal-content .modal-body .info-area {
    width: 50%;
}

@media (max-width: 767px) {
    .modal-ct .modal-content .modal-body .info-area {
        width: 100%;
    }
}

.modal-ct .modal-content .modal-body .info-area span {
    font-weight: 600;
    display: flex;
    align-items: center;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    margin-top: 16px;
}

.modal-ct .modal-content .modal-body .info-area h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
    color: var(--color-heading);
}

.modal-ct .modal-content .modal-body .info-area .info-container {
    padding-right: 28px;
}

@media (max-width: 767px) {
    .modal-ct .modal-content .modal-body .info-area .info-container {
        padding-right: 0;
    }
}

.modal-ct .modal-content .modal-body .info-area .info-container .info-group {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
    justify-content: space-between;
}

    .modal-ct .modal-content .modal-body .info-area .info-container .info-group .icon {
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: var(--color-primary);
        color: #fff;
    }

    .modal-ct .modal-content .modal-body .info-area .info-container .info-group .info {
        width: calc(100% - 45px);
    }

.modal-ct .modal-content .modal-body .info-area .info-container h3 {
    color: var(--color-heading);
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
}

.modal-ct .modal-content .modal-body .info-area .info-container .map-area {
    margin-top: 25px;
    border-radius: 10px;
    overflow: hidden;
}

.modal-ct .modal-content .modal-body .info-area .info-container p {
    color: var(--color-body);
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.modal-ct .modal-content .modal-body .info-area .info-container a {
    text-decoration: none;
    transition: all ease-in 0.3s;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-body);
}

.modal-ct .modal-content .modal-body .form-area {
    width: 50%;
    background-color: #F7F7F7;
    border: 1px solid #E3E3E3;
    padding: 31px 29px 32px;
    border-radius: 15px;
}

@media (max-width: 767px) {
    .modal-ct .modal-content .modal-body .form-area {
        width: 100%;
    }
}

.modal-ct .modal-content .modal-body .form-area h2 {
    color: var(--color-heading);
    margin: 0;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
}

.modal-ct .modal-content .modal-body .form-area #visited-guests-form {
    margin-top: 24px;
    width: 100%;
}

    .modal-ct .modal-content .modal-body .form-area #visited-guests-form .form-group {
        margin-top: 14px;
        width: 100%;
    }

        .modal-ct .modal-content .modal-body .form-area #visited-guests-form .form-group label {
            display: none;
        }

        .modal-ct .modal-content .modal-body .form-area #visited-guests-form .form-group input, .modal-ct .modal-content .modal-body .form-area #visited-guests-form .form-group textarea {
            font-family: var(--font-primary);
            border: unset;
            padding: 0px 21px;
            color: #111;
            font-weight: 400;
            font-size: 13px;
            transition: all ease-in 0.3s;
        }

        .modal-ct .modal-content .modal-body .form-area #visited-guests-form .form-group input {
            max-width: 391px;
            width: 100%;
            height: 45px;
            border-radius: 22.5px;
            line-height: unset;
            background-color: #fff;
        }

            .modal-ct .modal-content .modal-body .form-area #visited-guests-form .form-group input::-moz-placeholder, .modal-ct .modal-content .modal-body .form-area #visited-guests-form .form-group textarea::-moz-placeholder {
                -moz-transition: all ease-in 0.3s;
                transition: all ease-in 0.3s;
                color: #636363;
                font-family: var(--font-primary);
                text-transform: uppercase;
            }

            .modal-ct .modal-content .modal-body .form-area #visited-guests-form .form-group input::placeholder, .modal-ct .modal-content .modal-body .form-area #visited-guests-form .form-group textarea::placeholder {
                transition: all ease-in 0.3s;
                color: #636363;
                font-family: var(--font-primary);
                text-transform: uppercase;
            }

            .modal-ct .modal-content .modal-body .form-area #visited-guests-form .form-group input:focus, .modal-ct .modal-content .modal-body .form-area #visited-guests-form .form-group textarea:focus {
                background-color: var(--color-primary);
                outline: 1px solid #fff;
                box-shadow: unset;
                color: #fff;
            }

                .modal-ct .modal-content .modal-body .form-area #visited-guests-form .form-group input:focus::-moz-placeholder, .modal-ct .modal-content .modal-body .form-area #visited-guests-form .form-group textarea:focus::-moz-placeholder {
                    color: #fff;
                }

                .modal-ct .modal-content .modal-body .form-area #visited-guests-form .form-group input:focus::placeholder, .modal-ct .modal-content .modal-body .form-area #visited-guests-form .form-group textarea:focus::placeholder {
                    color: #fff;
                }

            .modal-ct .modal-content .modal-body .form-area #visited-guests-form .form-group textarea {
                max-width: 391px;
                width: 100%;
                height: 129px;
                border-radius: 22.5px;
                padding-top: 15px;
                resize: none;
            }

    .modal-ct .modal-content .modal-body .form-area #visited-guests-form button.btn-submit {
        margin-top: 18px;
        border-radius: 22.5px;
        text-transform: capitalize;
        color: #fff;
        background-color: var(--color-primary);
        height: 45px;
        width: 156px;
        cursor: pointer;
        border: 1px solid var(--color-primary);
        font-weight: 500;
        transition: all ease-in 0.3s;
    }

/* Overlay che toàn bộ màn hình */
.overlay-highlight {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Làm tối màn hình */
    z-index: 999;
    display: none; /* Ẩn mặc định */
}

/* Highlight khối cần làm nổi bật */
.highlight-box {
    position: relative;
    z-index: 1000; /* Đưa khối này lên trên overlay */
    animation: highlight 1s ease-in-out infinite alternate;
}

/* Hiệu ứng highlight (tỏa sáng nhẹ) */
@keyframes highlight {
    0% {
        box-shadow: 0 0 10px rgba(255, 255, 0, 0.8);
    }

    100% {
        box-shadow: 0 0 30px rgba(255, 255, 0, 1);
    }
}

