@import url(_add_cards.css);
@import url(select2.min.css);

.btn-usertoggle {
    background: var(--bg) !important;
    border-radius: 50px !important;
    height: 43px !important;
    width: 43px !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:2px solid #fff;
}

.user-dropdown-menu {
    min-width: 300px;
    margin-left: -255px !important;
    padding: 30px 23px !important;
}

.dp {
    background: #000;
    background-size: cover !important;
    background-position: center !important;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dp-medium {
    width: 75px;
    height: 75px;
    font-size: 25px;
}

.dp-large {
    width: 90px !important;
    height: 90px !important;
    font-size: 30px;
}

.dp_name {
    text-align: center;
    justify-content: center;
    font-size: 18px !important;
}

    .dp_name:hover {
        background: transparent !important;
    }

.dp-info p {
    text-align: center;
    font-size: 13px;
    color: #666;
}

.user-header {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
}

.user-options {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px !important;
}

.user-logout a:hover {
    color: red !important;
}

.user-dropdown-menu {
    min-width: 300px;
    margin-left: -255px !important;
    padding: 30px 23px !important;
    z-index: 1060;
    padding: 0px;
    margin-left: -100px;
    border-color: #f5f5f5;
    box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px, rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
}

.account_header {
    height: 110px;
    display: flex;
    align-items: center;
    background: transparent;
    position: fixed;
    z-index: 1060;
    top:0px;
    left:0px;
    width: 100%;
}

    .account_header .user_options {
        display: flex;
        justify-content: end;
    }

        .account_header .user_options ul {
            margin-bottom: 5px;
        }

            .account_header .user_options ul li {
                display: inline-block;
                margin-left: 5px;
                margin-bottom: 0;
            }

                .account_header .user_options ul li button {
                    background: transparent;
                    color: #fff;
                    font-family: headingfonts;
                    height: 50px;
                    width: 50px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .account_header .user_options ul li button i {
                        font-size: 22px;
                        position: relative;
                        top: 4px;
                    }

.nav_container ul {
    margin-bottom: 0px;
}

    .nav_container ul li {
        display: inline-block;
        margin-right: 25px;
        margin-bottom: 0px;
    }

        .nav_container ul li a {
            color: #fff;
            font-family: navfonts;
        }

            .nav_container ul li a.active_nav {
                display: flex;
                width: max-content;
                height: 45px;
                border-radius: 10px;
                align-items: center;
                background: rgba(255, 255, 255, .1);
                padding-left: 15px;
                padding-right: 15px;
            }

        .nav_container ul li .btn-usertoggle:hover .cal_dropdown-menu {
            display: block;
        }

.menu-section {
    font-size: 12px;
    font-weight: 600;
    color: #202021;
    text-transform: uppercase;
    margin: 15px 0 6px;
}

.dropdown-item {
    padding: 10px 15px;
    border-radius: 6px;
    margin-bottom: 5px;
}

    .dropdown-item.active,
    .dropdown-item:hover {
        background-color: #eef2ff;
    }

.cal_dropdown-menu a .item-title {
    font-weight: 600;
    font-size: 14px;
    color: #0c0c0c !important;
    margin-bottom: 5px;
}

.item-subtitle {
    font-size: 12px;
    color: #0c0c0c !important;
}

.cal_dropdown-menu a .item-subtitle {
    font-size: 12px;
    color: #666 !important;
}

.dropdown-divider {
    margin: 8px 0;
}

.cal_dropdown-menu {
    width: 100%;
    max-width: 100%;
    top: 10%;
    left: -20% !important;
    position: absolute !important;
}

    .cal_dropdown-menu:hover {
        color: #fff !important;
    }

    .cal_dropdown-menu .dropdown-item:hover .item-title {
        color: #fff !important;
    }

    .cal_dropdown-menu .dropdown-item:hover .item-subtitle {
        color: #fff !important;
    }

.user-header {
    padding: 15px;
}

.dp {
    background: var(--bg);
}

.user-header .mb-15 {
    margin-bottom: 15px;
}

.user-header a.dp_name {
    color: #000;
    font-family: headingfonts;
}

.user-options_menu .dropdown-item {
    font-size: 13.5px;
}

.bg-gray {
    background: var(--qa-bg);
}

/*------------ header end ----------------------*/
.inner_page_banner {
    height:310px;
    padding-top:130px;
    color:#fff;
}

.inner_page_banner h2{color:#fff}

#dashborad {
    margin-top: -70px;
}

.count_dash {
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
}

    .count_dash label {
        font-size: 43px;
        font-family: headingfonts;
        color: var(--bg)
    }

    .count_dash p {
        font-size: 14px;
        font-family: navfonts;
        color: #000;
    }

.outer-contnt {
    padding: 18px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
}

.outerhead {
    border-bottom: 1px solid var(--qa-bg);
    margin-bottom: 15px;
}

    .outerhead h4 {
        font-size: 18px;
        font-family: headingfonts;
        color: #000;
    }

.mb-10 {
    margin-bottom: 10px;
}

.dashboard_banner {
    height: 350px;
    background: var(--bg);
    padding-top: 160px;
}

.dashborad_header h1 {
    font-family: headingfonts;
    color: #fff;
    font-size: 28px;
}

.dashborad_header p {
    color: #fff;
    margin-bottom: 0px;
}

.dashboard_photo {
    width: 110px;
    height: 110px;
    border-radius: 150px;
    background: #fff;
}

.btn_browse {
    width: 130px;
    border-radius: 10px;
    color: #fff;
    height: 45px;
    background: transparent;
    border: 1px solid #fff;
    font-family: headingfonts;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_quick {
    margin-right: 15px;
    background: #fff;
    color: #000;
}



.outerfooter {
    margin-top: 20px;
}

    .outerfooter a {
        display: flex;
        width: 100%;
        height: 45px;
        border: 1px solid var(--bg);
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

/* .priority-wrapper { 
                        background: #fff;
                        border-radius: 24px;
                        padding: 30px;
                        } */



.priority-title {
    font-size: 20px;
    font-family: headingfonts;
    color: #000;
}

.priority-card {
    background: #fff5f5;
    border: 1px solid #ffcccc;
    border-radius: 16px;
    padding: 24px;
    position: relative;
    margin-bottom: 20px;
}

    .priority-card h5 {
        font-weight: 700;
        margin-bottom: 8px;
    }

    .priority-card p {
        margin-bottom: 12px;
        color: #374151;
    }

.priority-link {
    color: #4f46e5;
    font-weight: 500;
    text-decoration: none;
}

    .priority-link:hover {
        text-decoration: underline;
    }

.priority-alert {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 18px;
    color: #dc2626;
    font-weight: bold;
}

.lg-outercontainer {
    padding: 25px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
}

.lg-outer-heading {
    padding: 0px;
    border-bottom: 1px solid var(--qa-bg);
    margin-bottom: 15px;
    padding-bottom: 15px;
}

    .lg-outer-heading p {
        font-size: 13px;
    }

.priority-card h5 {
    font-size: 17px;
    font-family: headingfonts;
    color: #000;
}

.priority-card p {
    font-size: 13px;
}


/* Container */
.stats-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

/* Card Base */
.stat-card {
    border-radius: 20px;
    padding: 25px 30px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .stat-card h1 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 8px;
    }

    .stat-card p {
        font-size: 15px;
        color: #333;
    }

/* Color Variants */
.purple {
    background: #f4f5ff !important;
    color: #4f46e5 !important;
}

.green {
    background: #ecfdf3 !important;
    color: #16a34a !important;
}

.orange {
    background: #fff7e8 !important;
    color: #f97316 !important;
}

.blue {
    background: #eef9ff !important;
    color: #2563eb !important;
}


.lg-outer-heading {
}

.lg-outer-header-link {
    display: flex;
    justify-content: end;
}

    .lg-outer-header-link a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: headingfonts;
        background: var(--bg);
        color: #fff;
        border-radius: 10px;
        height: 45px;
        width: 140px;
    }

.unused-benefit-card {
    background: #fff7ed;
    border: 1.5px solid #fed7aa;
    border-radius: 16px;
    padding: 22px;
    min-width: 100%;
	margin-bottom:20px;
}

    .unused-benefit-card h4 {
        margin: 0 0 10px;
        font-size: 15px;
        color: #000;
        font-weight: 700;
    }

    .unused-benefit-card span {
        font-size: 15px;
        color: #374151;
    }



/* Individual card */
.bgcard-box {
    padding: 25px;
    background: var(--bx-purple);
    border-radius: 15px;
}

.card-box {
    flex: 1;
    min-width: 100%;
    border: 1px solid #e2e5ea;
    border-radius: 16px;
    padding: 25px;
}


    .card-box h3 {
        font-size: 18px;
        font-family: headingfonts;
        margin-bottom: 8px;
        color: #000;
    }

    .card-box p {
        color: #555;
        margin-bottom: 20px;
    }

.btn-flx-container {
    display: flex;
    justify-content: space-between;
}

    .btn-flx-container .btn_details_bg {
        width: 48%;
        height: 45px;
        background: var(--bg);
        color: #fff;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn-flx-container .btn_untrack {
        width: 48%;
        height: 45px;
        background: #ff3b3b;
        color: #fff;
        border-radius: 10px;
    }

.btn_option_card {
    background: transparent;
    max-height: auto !important;
}

    .btn_option_card i {
        font-size: 18px;
    }

.link-flx-container {
    display: flex;
}

    .link-flx-container a {
        display: flex;
        width: 45%;
        height: 40px;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
        border: 1px solid var(--bg);
        margin-left: 5px;
    }

.quic_btn {
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .quic_btn button {
        background: transparent;
    }

.quit_cs {
    padding: 3px;
}

.quic_icon {
    text-align: center;
    width: 45px !important;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 35px;
    background: #f5f5f5;
    margin-bottom: 10px;
}

.quic_btn .text-center {
    text-align: center;
    font-size: 13px;
    color: #000;
    font-family: headingfonts;
}

.quic_icon i {
    font-size: 22px;
    color: #000;
}

.quic_btn:hover {
    background: #f5f5f5;
}



.overflow_scroll {
    min-height: 65vh;
    height: 65vh;
    max-height: 65vh;
    overflow-y: auto;
}

.popup_footer .btn_submit {
    width: 130px;
    height: 50px;
    background: var(--bg);
    color: #fff;
}

.popup_header {
    border-bottom: 1px solid var(--border);
    margin-bottom: 0px;
    padding-bottom: 15px;
}

    .popup_header h4 {
        font-size: 22px;
        font-family: headingfonts;
    }

.popup_container {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: var(--bg);
}

input:focus + .slider {
    box-shadow: 0 0 1px var(--bg);
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.gray_outer {
    background: #f3f6fb;
    padding: 15px !important;
    border-radius: 10px;
    margin-bottom: 15px;
}

    .gray_outer h4 {
        font-size: 15px;
        font-family: headingfonts;
    }

    .gray_outer p {
        font-size: 13px;
    }

    .gray_outer button {
        width: 80px;
        height: 40px;
        font-size: 14px;
        background: #fff;
        color: #000;
        margin-right: 5px;
    }

        .gray_outer button.selected {
            background: var(--bg);
            color: #fff;
        }


.bg_outerbox {
    padding: 25px;
    border-radius: 15px;
}

.benifits-cards {
    cursor: pointer;
}

.btn_browse {
    min-width: 120px !important;
    width: max-content !important;
    max-width: 180px !important;
    padding-left: 15px;
    padding-right: 15px;
}

.recommendations_empty .recommend_icon {
    font-size: 40px;
}

.recommendations_empty .recommend_title {
    font-family: headingfonts;
    color: #000;
}

.recommendations_empty .recommend_subtitle {
    color: #6b7280;
    font-size: 16px;
}

.btn_contains {
    display: flex;
    justify-content: center;
    gap: 1;
}

    .btn_contains button {
        width: 140px;
        background: var(--bg);
        margin-right: 10px;
        color: #fff !important;
        height: 50px;
        border-radius: 10px;
    }

    .btn_contains .btn_outline {
        border: 1px solid var(--bg) !important;
        background: #fff !important;
        color: var(--bg) !important;
    }

.used {
    background: var(--green) !important;
    color: #fff !important;
}

.benifits-cards .benifits-title {
    font-size: 16px;
    color: #000;
    font-family: headingfonts;
    margin-bottom: 15px;
}

.benifits-cards .benifits-value {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    display: block;
    color: var(--bg);
    font-family: headingfonts;
}

.benifits-cards .benifits-description p {
    font-size: 14px;
    margin-bottom: 15px;
}

.benifits-cards .status_container {
    padding: 0px;
    display: flex;
    margin-bottom: 0;
}

.status_container .status_div {
    border-radius: 10px;
    display: inline-flex;
    margin-right: 10px;
    min-width: min-content;
    max-width: max-content;
    height: 32px;
    border-radius: 20px;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
    font-family: headingfonts1;
    text-transform: capitalize;
    font-size: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}



.slider-box {
    position: relative;
    width: 100%;
}

.range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 20px;
    background: #e5e7eb;
    outline: none;
}

    /* Slider Thumb */
    .range-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 18px;
        height: 18px;
        background: #007bff;
        border-radius: 50%;
        cursor: pointer;
        border: none;
    }

    .range-slider::-moz-range-thumb {
        width: 18px;
        height: 18px;
        background: #007bff;
        border-radius: 50%;
        cursor: pointer;
        border: none;
    }

/* Price Labels */
.price-range {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

.mb-45 {
    margin-bottom: 45px;
}

.apr_cal_keypoint {
    color: var(--color);
}

    .apr_cal_keypoint h3 {
        font-size: 20px;
        font-family: headingfonts;
        color: #000;
    }

    .apr_cal_keypoint label {
        margin-bottom: 5px;
        color: var(--color);
    }

.keypoint_red h3 {
    color: var(--bg-redcolor);
}

.keypoint_green p {
    color: var(--green);
    font-weight: 500;
}

.total-cost {
    font-family: headingfonts;
    font-size: 28px;
    font-weight: 700;
    color: #16a34a;
}

.paid-box {
    background: #dcfce7;
    border: 2px solid #86efac;
    border-radius: 12px;
    padding: 18px;
    color: #166534;
    font-size: 16px;
}

.paid_status .status_div {
    width: 100%;
    height: 33px;
    background: var(--green);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border-radius: 50px;
    font-size: 12px !important;
}

.total_counts strong {
    font-size: 20px !important;
}

.total_counts_s {
    font-family: headingfonts;
}

.pay_counts label {
    margin-bottom: 0px;
    color: #000;
    font-size: 18px;
    font-family: headingfonts;
}

.total_counts span {
    font-family: headingfonts1;
}

.paid-box strong {
    font-size: 17px;
    font-family: headingfonts;
    margin-bottom: 15px;
}

.paid-box span {
    font-size: 13px;
}

.red-bx .status_div {
    background: var(--bg-redcolor) !important;
    color: #fff !important;
}

.frm-container label {
    color: #000;
    font-family: headingfonts1;
}

.red-paidbx {
    background: rgb(254, 226, 226, .5);
    border: 1px solid var(--bg-redcolor);
}

.light-transfer-free {
    padding-left: 15px !important;
}

    .light-transfer-free span {
        font-family: headingfonts1 !important;
        font-size: 13px;
        color: var(--color);
        font-weight: normal !important;
    }

    .light-transfer-free strong {
        font-family: headingfonts1 !important;
        font-weight: normal !important;
        font-size: 13px !important;
        color: var(--color) !important;
    }

.primary-blue-info h5 {
    font-size: 18px;
    color: #1d4ed8;
    font-family: headingfonts;
}

.primary-blue-info span strong {
    font-size: 14px;
    margin-right: 5px;
    font-family: headingfonts;
    color: #1d4ed8;
}

.primary-blue-info span {
    color: #1d4ed8;
}

.read-border-bx {
    background: #fff5f5;
    border: 1px solid #ffcccc;
    border-radius: 16px;
    padding: 24px;
    position: relative;
    margin-bottom: 20px;
}

.brown {
    color: rgb(127, 29, 29);
    font-size: 18px;
    font-family: headingfonts;
    margin-bottom: 25px;
}

.green-border-bx {
    background: #ecfdf3 !important;
    color: #16a34a !important;
    border: 1px solid #16a34a !important;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 20px;
}

.green-title {
    color: #16a34a !important;
    font-size: 18px;
    font-family: headingfonts;
    margin-bottom: 5px;
}


.promo_offer_card {
    max-width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px 20px;
    background: #fff;
    margin-bottom: 25px;
}

    .promo_offer_card .offer-label {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        cursor: pointer;
    }

    .promo_offer_card .offer-content{padding-right:0px;}

    .promo_offer_card .offer-content h4 {
        font-size: 15px;
        color: #000;
        font-family: headingfonts;
        white-space:nowrap;
        width:100%;
        text-overflow:ellipsis;
        overflow:hidden;
    }

    .promo_offer_card .offer-content p {
        line-height: 25px;
        margin-bottom: 0px;
    }

.lg-outer-heading-button {
    display: flex;
    justify-content: end;
}

.btn_remove {
    background: var(--bg-red);
    color: var(--bg-redcolor);
    width: 120px;
    height: 45px;
    font-family: headingfonts;
    font-size: 13px;
    border-radius: 10px;
}

    .btn_remove:hover {
        background: var(--bg-redcolor);
        color: #fff;
    }



.card-option {
    display: block;
    cursor: pointer;
    border-radius: 14px;
}

    .card-option input {
        display: none;
    }

/* Card box */
.card-content {
    border: 2px solid #e5e7eb;
    border-radius: 14px;
    padding: 20px;
    transition: all 0.3s ease;
}

/* Active state */
.card-option input:checked + .card-content {
    border-color: #4f46e5;
    background: #eef2ff;
}

/* Radio circle */
.radio-dot {
    width: 20px;
    height: 20px;
    border: 2px solid #6b7280;
    border-radius: 50%;
    margin-right: 14px;
    position: relative;
    margin-top: 4px;
}

.card-option input:checked + .card-content .radio-dot {
    border-color: #111;
}

    .card-option input:checked + .card-content .radio-dot::after {
        content: "";
        width: 8px;
        height: 8px;
        background: #111;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

/* Text */
.card-content h5 {
    margin-bottom: 4px;
    font-family: headingfonts;
    font-size: 17px;
    color: #000;
}

.card-content p {
    color: #4b5563;
    font-size: 14px;
}

/* Fee */
.fee {
    display: flex;
    align-items: baseline;
}

    .fee .amount {
        color: #dc2626;
        font-weight: 700;
        font-size: 20px;
        margin-right: 6px;
    }

    .fee small {
        color: #6b7280;
    }

.spending-box {
    margin-top: 30px;
    background: #f0f9ff;
    border: 2px solid #93c5fd;
    border-radius: 20px;
    padding: 25px;
}

.total-box {
    border: 2px solid #6366f1;
    border-radius: 12px;
    padding: 22px;
    text-align: left;
    background: #fff;
}

    .total-box span {
        display: block;
        color: #374151;
    }

    .total-box strong {
        font-size: 22px;
        color: #4f46e5;
    }

.pure-material-checkbox input:disabled + span {
    opacity: 0.5;
    cursor: not-allowed;
}

.section-sub-title h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 25px;
}

.section-sub-title h4 {
    font-size: 18px;
    color: #000;
}

.options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}


.option.selected {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}


.terms_overflow {
    min-height: min-content;
    max-height: 50vh;
    overflow-y: auto;
}

.info-note h4 {
    margin: 0 0 6px;
    font-size: 15px;
}

.info-note ul {
    margin: 8px 0;
    padding-left: 18px
}

.info-note li {
    margin-bottom: 10px;
}

.info-warning {
    display: block;
    margin-top: 6px;
    color: #555;
    background: var(--error-bg);
    color: var(--error);
    padding: 10px;
}

.info-note h4 {
    margin-bottom: 25px;
    font-family: headingfonts;
    font-size: 18px !important;
}

.btn-w-180 {
    width: 200px !important
}

.btn-calculate {
    padding-left: 15px;
    padding-right: 15px;
    min-width: max-content !important;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.select2-container--default .select2-selection--multiple {
    border-color: var(--border2) !important;
    padding: 12px 12px;
    border-radius: 14px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: var(--border2) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 5px;
    background: var(--btn-bg) !important;
    color: #fff;
}



.select_2 {
    border: 1px solid #DBDFE9 !important;
    background: #fff !important;
    font-size: 13px !important;
    color: #252525;
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    font-size: 14px;
    font-weight: 400;
    height: 48px !important;
    padding: 3px 13px;
    width: 100% !important;
    min-width: 100% !important;
}

.select2-container .select2-selection--single {
    display: flex;
    height: 50px;
    border-radius: 12px;
    align-items: center;
    border: 1px solid #DBDFE9 !important;
    background: #fff !important;
    font-size: 13px !important;
    color: #252525;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 11px;
    right: 3px;
    border-radius: 12px;
    width: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px !important;
}

.sp_checkbx {
    padding: 0px;
}

    .sp_checkbx h4 {
        font-size: 17px !important;
    }

label span h4 {
    display: inline-block;
    font-size: 15px;
    font-family: headingfonts;
}

label span p {
    padding-left: 3%;
}


.card_cuntz {
    margin-bottom: 25px;
}

    .card_cuntz h4 {
        font-size: 22px;
    }

.scenario-bx .total_counts span {
    font-size: 15px;
}

.scenario-bx .total_counts strong {
    font-size: 14px !important;
}

.scenario-bx {
    border: 1.5px solid #f5f5f5;
    box-shadow: none !important;
    min-height: 350px;
}

.mla-scenario {
    border: 1.5px solid #17a2b8 !important;
}

    .mla-scenario label {
        color: #17a2b8
    }

    .mla-scenario h4 {
        color: #17a2b8
    }


.hardship-scenario {
    border: 1.5px solid #ffc107 !important;
}

    .hardship-scenario label {
        color: #ffc107
    }

    .hardship-scenario h4 {
        color: #ffc107
    }

.scra-scenario {
    border-color: #28a745
}

    .scra-scenario label {
        color: #28a745
    }

    .scra-scenario h4 {
        color: #28a745
    }

.table-bordered td, .table-bordered th {
    border-color: fcfcfc;
}

.card_cuntz h4 {
    margin-bottom: 0px;
    font-family: headingfonts;
}

.total_counts strong.text-success {
    color: #000 !important;
}

.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.loading-spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.error-message {
    color: #dc3545;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #dc3545;
    border-radius: 5px;
    background: #f8d7da;
    display: none;
}

.result-container {
    display: none;
}

.loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.loading-spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.card-select-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.card-select-box.selected {
    border: 2px solid var(--bg);
    background: var(--bx-purple);
}

.selected-badge {
    display: inline-block;
    margin: 5px;
    padding: 8px 12px;
    background: var(--bg);
    color: white;
    border-radius: 20px;
}

    .selected-badge .remove {
        margin-left: 8px;
        cursor: pointer;
        font-weight: bold;
    }


.total-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

    .total-box span {
        font-size: 0.9rem;
        color: #6c757d;
    }

    .total-box strong {
        font-size: 1.8rem;
        color: #28a745;
    }


.compare-card-1 {
    background: #fff;
    border-radius: 24px;
    padding: 30px;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

    .compare-card-1.best {
        border: 4px solid #39d98a;
    }

    .compare-card-1 h3 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 25px;
        font-family: headingfonts;
        color: #000;
    }

.list div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
    font-size: 14px;
}

.net {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.big {
    font-size: 36px;
    font-weight: 800;
}

.rate-box {
    background: #f6f7f9;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 25px;
}

    .rate-box h2 {
        color: var(--bg);
        font-size: 34px;
        font-weight: 800;
        margin: 8px 0;
    }

.btn-primary {
    background: var(--bg);
    border: none;
    padding: 14px;
    font-size: 16px;
    border-radius: 12px;
}

/* colors */
.blue1 {
    color: #4f46e5;
}

.green1 {
    color: #16a34a;
}

.red1 {
    color: #dc2626;
}

.compare-card-1 .big {
    font-size: 18px;
}

.compare-card-1 .rate-box h4 {
    font-size: 18px;
    font-family: headingfonts;
    margin-top: 5px;
    margin-bottom: 4px;
    color: #000;
}

.subsection-heading {
    font-size: 14px;
}

.section-sub-title h4 {
    font-size: 20px;
    font-family: headingfonts;
    margin-bottom: 0px;
}

.subsection-heading button {
    background: #fff !important;
    border-radius: 0px;
    border-bottom: 1px solid var(--bg);
    color: var(--bg);
}

    .subsection-heading button:hover {
        background: var(--bg) !important;
        color: #fff !important;
    }

.full_comparison {
    height: 70vh;
    overflow-y: auto;
}

.btn_close_btn {
    width: 130px;
}

.bgcard-box {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .bgcard-box h5 {
        font-size: 19px;
        font-family: headingfonts;
        color: #000;
    }

    .bgcard-box h4 {
        font-size: 22px;
        font-family: headingfonts;
        color: #000;
    }

.purple_bg {
    background: var(--bx-purple) !important;
    box-shadow: none !important;
}

.redcmt_stest {
    background: var(--bg);
    color: #fff;
}

    .redcmt_stest h1 {
        color: #fff;
        font-size: 32px;
        font-family: headingfonts;
        margin-bottom: 10px;
    }

    .redcmt_stest h3 {
        font-size: 19px;
        color: #fff;
        margin-bottom: 10px;
    }

    .redcmt_stest h4 {
        color: #fff;
        font-size: 16px;
    }


.content-sections p {
    line-height: 25px;
}

.alert h5 {
    margin-bottom: 0;
    font-size: 16px;
}

.content-sections ul {
    padding-left: 15px;
}

    .content-sections ul li {
        margin-bottom: 10px;
    }

.content-sections h6 {
    color: #000 !important;
    font-family: headingfonts;
}

    .content-sections h6 span {
        font-family: headingfonts;
        font-weight: normal;
    }

.bgcard-box h5 {
    margin-bottom: 20px;
}

.bgcard-box small {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}

table ul {
    padding-left: 15px;
}

    table ul strong {
        font-size: 15px;
    }


.card-select.selected {
    border: 2px solid var(--bg);
    background: var(--bx-purple);
}

.pure-material-checkbox span h4 {
    font-size: 15px !important;
}

.card-bx-outer-border h5 {
    margin-bottom: 5px !important;
    font-size: 14px !important;
}

.dashboard-section {
    padding: 0px;
}

.count_cardnum {
    padding: 10px;
}

.match-bar-wrap {
    margin-bottom: 12px;
}

.match-bar-label {
    font-size: 11px;
    color: #888;
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
}

.match-bar {
    height: 6px;
    background: #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

.match-fill {
    height: 100%;
    background: linear-gradient(90deg,#4f46e5,#7c3aed);
    border-radius: 4px;
    transition: width .6s ease;
}


/*.card_actions .btn_apply {
    width: 50%;
    height: 45px;
    background: var(--bg);
    color: #fff;
    border-radius: 10px;
}
.card_actions .btn_view{width:50%; height:45px; border:1px solid var(--bg); color:var(--bg); background:#fff;}

.card_actions .btn_apply:hover{background:var(--bg-hover);}
*/

.card_title a{font-size:17px;}

.profile-banner {
    padding-top: 164px;
}


.profile-lg {
    width: 130px;
    height: 130px;
    background: var(--bg);
    color: #fff;
    border-radius: 230px;
    margin-bottom: 25px;
}

