/* 
    Stylesheet Name : YTL Communications PayAndReload 2025
    Created on      : February    11, 2025, 04:22:10 PM
    Last edited on  : February    11, 2025, 06:58:29 PM
    Author          : YTL Digital Design [AJ]
*/


/* Default CSS */
:root {
    --secondary: #F5F6FA;
    --bg-secondary: #F5F6FA;
    --bg-light: #F7F8F9;
    --primary: #FF0084;
    --light-blue: #1A1E47;
    --medium-dark: #2B2B2B;
    --bg-light: #F7F8F9;
    --text-black: #000;
    --dark-blue: #2F3BF5;
}


html,
body {
    display: flex;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0;
    padding: 0;
    min-height: 100%;
    width: 100%;
}

body {
    background-color: #FFF;
    color: #000;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.9rem;
}

h6 {
    font-size: 70%;
}

p {
    font-size: 1rem;
}

@media (min-width: 768px) {
    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 2.2rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1rem;
    }

    h5 {
        font-size: 0.9rem;
    }

    h6 {
        font-size: 0.7rem;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    h4 {
        font-size: 1rem;
    }

    h5 {
        font-size: 0.9rem;
    }

    h6 {
        font-size: 0.7rem;
    }
}

hr {
    border-color: #D9D9D9;
    margin: 2rem 0;
}

label {
    cursor: pointer;
}

label[readonly] {
    cursor: default;
}

caption {
    margin: 0 0 12px;
    padding: 0;
}

a,
.btn {
    transition: all 230ms linear;
    -moz-transition: all 230ms linear;
    -o-transition: all 230ms linear;
    -webkit-transition: all 230ms linear;
}

a,
a:focus,
a:active,
a:active:focus {
    color: #FF0084;
    text-decoration: none;
}

a:hover {
    color: #D00072;
}

a.btn,
.btn {
    border-radius: 12px;
    color: #FFF;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
}

.link-default {
    color: #BDBDBD;
}

a.btn-sm,
.btn-sm {}

a.btn:hover,
a.btn:focus,
a.btn:active,
a.btn:active:focus,
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
    box-shadow: 0 0 0 transparent;
    outline: 0;
    transition: all 230ms linear;
}

a.btn-radius,
.btn-radius {
    border-radius: 6px;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #FF0084;
    border-color: #FF0084;
}

.btn-primary:hover {
    background-color: #D00072;
    border-color: #D00072;
}

.btn-outline,
.btn-outline:focus,
.btn-outline:active,
.btn-outline:active:focus,
.btn-outline.disabled,
.btn-outline:disabled {
    border-color: #FFF;
}

.btn-outline:hover {
    background-color: #5C636A;
    border-color: #5C636A;
}

dt,
dd {
    margin: 0;
}

dd {
    margin-bottom: 7px;
    margin-left: 20px;
}

ul,
ol {
    margin: 0 0 15px;
    padding: 0 0 0 20px;
}

ul li,
ol li {
    margin: 0 0 5px;
    padding: 0;
}

pre {
    margin: 0 0 15px;
}

.bg-lightGrey {
    background-color: #F4F2F3 !important;
}

.fs-small {
    font-size: 0.8rem;
    line-height: 1.2rem;
}

.layer-overlay {
    background: rgba(0, 0, 0, 0.7) url('../images/img-loader.svg') center center no-repeat;
    background-size: 200px;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: -1040;
    transition: all 230ms linear;
}

body.show-overlayLoad .layer-overlay {
    background: rgba(255, 255, 255, 1) url('../images/img-loader.svg') center center no-repeat;
    background-size: 200px;
}

body.show-overlay,
body.show-overlayLoad {
    overflow: hidden;
}

body.show-overlay .layer-overlay,
body.show-overlayLoad .layer-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 1055;
}


/* Layer Page */

.layer-page {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
}


/* Layer Header */

.layer-header {
    background-color: #FFF;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
    z-index: 1056;
}

.layer-header .navbar-brand {}

.layer-header .navbar-brand img.logo-top {
    width: 47px !important;
}

.layer-header p.panel-siteTitle {
    font-weight: 600;
    margin: 0;
}


/* Layer Main */

.layer-main {
    display: flex;
    width: 100%;
}

.layer-main>.container {
    display: flex;
    flex-direction: column;
    flex: auto;
}

.layer-main>.container>.row {
    flex: auto;
}


/* Layer Body */

/* .layer-body {
    display: flex;
    flex: auto;
} */


/* Layer Section */

.layer-section {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    /* Padding Bottom = 42px (height of .layer-buttons) + 3rem (padding top & bottom of .layer-buttons) + 1.5rem (padding bottom of selction) */
    padding: 1.5rem 0 calc(42px + 1.5rem + 1.5rem);
    position: relative;
    width: 100%;
}

.layer-section .layer-buttons {
    background-color: #FFF;
    margin: 0 auto;
    padding: 1.5rem 0.8rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (min-width: 768px) {
    .layer-section .layer-buttons {
        max-width: 540px;
    }
}

@media (min-width: 992px) {
    .layer-section .layer-buttons {
        max-width: 540px;
    }
}

@media (min-width: 1200px) {
    .layer-section .layer-buttons {
        max-width: 720px;
    }
}





.pay_section {
    background: var(--bg-secondary);
    padding: 30px 0;
}

.pay_main-heading {
    font-size: 39px;
    font-weight: 800;
    line-height: 47px;
    letter-spacing: -0.02em;
}

.pay_card {
    box-shadow: 0px 4px 12px 0px #0000001A;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 20px;
}

.pay_card_title {
    font-size: 24px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: -0.019em;
    color: #000;
}

.pay_form_group>label {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.019em;
}

.pay_form_group_input {
    border: 1px solid #CBCBCB;
    margin: 10px 0 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.pay_form_group_input input {
    border: none;
    padding: 15px;
}

.pay_form_group_input input:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.pay_form_group_input input::placeholder {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.019em;
}

.pay_form_group_input button {
    background: #FF0084;
    border: none;
    width: 100%;
    max-width: 192px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all 0.5s;
    font-family: 'Montserrat';
    letter-spacing: 0.2px;

}

.pay_form_group_input button:hover {
    background-color: #D00072;
    letter-spacing: 0.8px !important;

}

.pay_grid-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    /* max-width: 320px; */
    gap: 20px;
}
.pay_grid-wrapper.postpaid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    max-width: 400px;
    gap: 20px;
}
.pay_grid-wrapper label.radio-card {
    position: relative;
}

.pay_grid-wrapper label.radio-card .card-content-wrapper {
    box-shadow: 4px 4px 12px 0px #00000026;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    padding: 5px;
}

.pay_grid-wrapper label.radio-card input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
}

.pay_grid-wrapper label.radio-card input[type="radio"]:checked~.card-content-wrapper {
    border: 1px solid #FF0084
}

.pay_grid-wrapper label.radio-card .card-content-wrapper .pay_grid-img {
    width: 100%;
    height: 100%;
    min-height: 50px;
    background: rgb(47 59 245 / 5%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pay_grid-wrapper label.radio-card .card-content-wrapper .pay_grid-img img {
    width: 100%;
    max-width: 40px;
}

.pay_grid-wrapper label.radio-card .card-content-wrapper .card-content p {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 21px;
    margin: 5px 0;
}
/* 
.pay_grid-wrapper label.radio-card .card-content-wrapper .card-content h6 {
    font-weight: 700;
} */

.radio-section h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.019em;
}

.radio-section .radio-section-inline {
    display: flex;
    gap: 10px;
    position: relative;
    margin: 15px 0 25px;
}

.radio-section .radio-section-inline input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}

.radio-section-inline label {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
}

.radio-section .radio-section-inline .radio-checkmark {
    width: 25px;
    height: 25px;
    border: 1px solid #2F3BF5;
    border-radius: 50px;
    position: relative;
    background: #fff;
}

.radio-section .radio-section-inline .radio-checkmark:before {
    content: '';
    width: 12px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 4px;
    margin: auto;
    transform: rotate(-45deg);
    opacity: 0;
}

.radio-section .radio-section-inline input[type="radio"]:checked~.radio-checkmark {
    background: #2F3BF5;
}

.radio-section .radio-section-inline input[type="radio"]:checked~.radio-checkmark:before {
    opacity: 1;
}

.Amount-input-section label {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: -0.019em;
}

.Amount-input-section input {
    border: 1px solid #CBCBCB;
    padding: 12px;
    border-radius: 10px;
}

.Amount-input-section input:focus {
    box-shadow: none !important;
    border: 1px solid #CBCBCB;
}

.pay_btn_primary {
    background: #FF0084;
    border: 1px solid #FF0084;
    width: 100%;
    max-width: 200px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0;
    transition: all .5s;
    font-family: 'Montserrat';
    letter-spacing: 0.2em;
}

.pay_btn_primary:hover {
    /* background: #ff2997;
    border: 1px solid #ff2997; */
    letter-spacing: 0.3em !important;
}

table.checkout-table {
    width: 100%;
}


table.checkout-table tbody tr {
    border-bottom: 1px solid #E8E9ED;
}

table.checkout-table tr>* {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    padding: 12px 0;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.019em;
    font-family: Montserrat;
}

table.checkout-table tr>*:first-child {
    text-align: left;
}

table.checkout-table tr>*:last-child {
    text-align: right;
}

table.checkout-table tr>* span {
    font-family: Open Sans;
}

table.checkout-table tfoot tr td:first-child small {
    font-family: Open Sans;
    font-size: 16px;
    line-height: 24px;
}

table.checkout-table tfoot tr td:first-child p {
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.019em;
    text-align: left;
}


table.checkout-table tfoot tr td:last-child small {
    font-family: Open Sans;
    font-size: 18px;
}

table.checkout-table tfoot tr td:last-child p {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -0.019em;
}

.payment-method-section .radio-section-inline {
    margin-bottom: 30px;
}

.error-message {
    color: red;
    margin-top: 10px;
}

.success-message {
    color: #2F3BF5;
    margin-top: 10px;
}

/* Footer css start */
body {
    font-family: 'Open Sans', sans-serif;
}

.main-footer {
    background: #1B1E44;
    padding-top: 56px;
}

.logo-footer {
    margin-bottom: 24px;
}

.logo-footer img {
    max-width: 65px;
}

.social-media ul {
    list-style: none;
    padding: 0;
}

.mobile-side {
    transition: right 200ms ease-in-out, width 200ms ease-in-out;
}

.social-media ul li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.social-media ul li:last-child {

    margin-right: 0 !important;
}

.social-media ul li a {
    text-decoration: none;
}

.social-media ul li a:hover {
    text-decoration: none;
}

.social-media ul li a img {
    width: 22px;
}

.app-title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}

.footer-quick-link h4 {
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-quick-link ul {
    padding: 0;
    list-style: none;
}

.footer-quick-link ul li {

    margin-bottom: 10px;
    list-style-type: none;
}

.footer-quick-link ul li:last-child {

    margin-bottom: 0;

}

.footer-quick-link ul li a {
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
}

.footer-quick-link ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.footer-quick-link h4 {
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0;
}

@media (max-width: 781px) {
    .main-footer .footer-quick-link h4 {
        margin: 0 !important;
        border-bottom: 0.5px solid #dcdcdc;
        padding: 8px 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: .2s;
    }

    .main-footer .footer-quick-link h4::after {
        content: url(https://www.yes.my/wp-content/uploads/2023/05/expand.svg);
    }

    .main-footer .footer-quick-link h4.active::after {
        transform: rotate(45deg);
        transition: .2s;
    }

    .main-footer .footer-quick-link ul {
        display: none !important;
    }

    .main-footer .footer-quick-link ul.active {
        display: block !important;
    }

    .footer-quick-link ul {
        padding: 8px 10px !important;
        list-style: none;
    }

    .footer-quick-link ul li {
        margin-bottom: 5px;
        list-style-type: none;
        font-size: 12px;
        line-height: 20px;
    }

    .footer-quick-link ul li a {
        font-size: 12px;
        line-height: normal !important;
    }   

}

.fs-14 {
    font-size: 14px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 16px !important;
}

.text-white {
    color: #fff !important;
}

.text-blue {
    color: #0d6efd !important;
}

.text-black {
    color: var(--text-black) !important;
}

.text-dark-blue {
    color: var(--dark-blue) !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.m-0 {
    margin: 0 !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-10 {
    margin-top: 10px;
}

.copy-right {
    width: 100%;
    display: block;
    margin-top: 30px;
    padding: 20px 0;
    /*background: linear-gradient(80.9deg, #FF0084 16.48%, #6F29D2 85.6%, #2F3BF5 96.9%);*/
    border-top: 1px solid #888888;
}

.copyr_p {
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
    letter-spacing: -3%;
}
@media (max-width: 781px) {
 .copyr_p {
        font-size: 12px;
    }
}

/* header css start */

.breadcrumb-section {
    background: var(--bg-light);
    padding: 9px 0;
}

.breadcrumb {
    margin: 0;
}

.breadcrumb li {
    margin-bottom: 0;
}

li.breadcrumb-item a {
    /* font-size: 16px;
    color: var(--medium-dark); */
    color: #292D32;
    display: flex;
    align-items: center;
}



/* section-payment */

.section-payment-bg-color {
    background: var(--secondary);
}


.section-payment .form-check-label {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 17.5px;
    line-height: 22.5px;
}

.tab-paneContent {
    padding: 10px 40px;
}

.section-payment ul.nav.nav-pills.listing-quickSelectBanks li {
    max-width: 75px;
    min-width: 75px;
    cursor: pointer;
}

.section-payment .listing-quickSelectBanks {
    gap: 20px;
}

.listing-quickSelectBanks .img-quickSelectBank {
    width: 56px;
    margin: auto;
    height: 56px;
    display: block;
}

.img-quickSelectBank img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-width: 2px;
    border-style: solid;
    border-color: #dddddd;
    border-radius: 7.5px;
}

.listing-quickSelectBanks span {
    margin-top: 10px;
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-family: 'Open Sans';
    color: #000000;
    opacity: 65%;
}

.selected .img-quickSelectBank img {
    border-color: #2f3bf5;
}

.selected .listing-quickSelectBanks span {
    font-weight: 600;
    opacity: 100%;
}

.radio-section .radio-section-inline input[type="radio"]:checked~.form-check-label {
    font-weight: 700;
}

.relative-form-group {
    position: relative;
    max-width: 80%;
}


.relative-form-group #select-bank {
    background: transparent;
    font-size: 15px !important;
    font-family: 'Open Sans';
    font-weight: 500;
    border-radius: 0 !important;
    border: none;
    line-height: 27px;
    padding: 14px 20px;
    color: #000000 !important;
    border-bottom: 1px solid #CBCBCB;
}

.relative-form-group .down-arrow {
    position: absolute;
    right: 10px;
    height: 13px;
    width: 13px;
    margin: auto;
    top: 0;
    bottom: 0;
}


.section-payment .listing-quickSelectWallets {
    gap: 15px;
    padding: 10px 30px;
}

.section-payment ul.nav.nav-pills.listing-quickSelectWallets li .img-quickSelectWallet img {
    width: 56px;
    margin: auto;
    height: 56px;
    display: block;

}

.section-payment .listing-quickSelectWallets {
    cursor: pointer;
}

.img-quickSelectWallet img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-width: 2px;
    border-style: solid;
    border-color: #dddddd;
    border-radius: 7.5px;
}

.listing-quickSelectWallets span {
    margin-top: 10px;
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-family: 'Open Sans';
    color: #000000;
    opacity: 65%;
    text-align: center;
}

.selected .img-quickSelectWallet img {
    border-color: #2f3bf5;
}

.selected span {
    font-weight: 600;
    opacity: 100% !important;
}

.input-feild-common {
    font-size: 20px;
    line-height: 27px;
    padding: 14px 20px;
    border: 1px solid #94b0e0 !important;
    border-radius: 8px !important;
    min-height: 45.99px;
}

.input-sperator {
    padding: 8px;
    background: none !important;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}










@media screen and (max-width:600px) {
    .pay_form_group_input button {

        max-width: 100px;

    }

    .thankyou_card h1 {
        margin-bottom: 0;
    }

    .thankyou_card h4 {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width:767.99px) {
    .pay_main-heading {
        font-size: 22px !important;
        margin-bottom: 0;

    }

    .pay_card {

        padding: 20px;
    }

    .pay_card_title {
        font-size: 18px;

    }

    .pay_form_group>label {
        font-size: 16px;

    }

    table.checkout-table tfoot tr td:last-child p,
    table.checkout-table tfoot tr td:first-child p {

        font-size: 18px;

    }

    table.checkout-table tr>* {

        font-size: 14px;

    }

    .thankyou_card h1 {
        font-size: 22px !important;
    }

    .radio-section-inline label {

        font-size: 14px;

    }

    .pay_btn_primary {

        font-size: 18px;

    }

    .input-feild-common {
        font-size: 14px;
        padding: 4px 10px;
    }

    .section-payment .tab-paneContent {
        padding: 0;
    }

    .listing-quickSelectBanks .img-quickSelectBank {
        width: 40px;
        margin: auto;
        height: 40px;
        display: block;
    }

    .listing-quickSelectBanks span {
        font-size: 10px;
    }

    .section-payment .listing-quickSelectBanks {
        gap: 0px;
    }

    .relative-form-group {
        max-width: 100%;
    }
}

.pay_main-heading {
    font-size: 39px;
    font-weight: 800;
    line-height: 47px;
    letter-spacing: -0.02em;
}

.thankyou_card h1 {
    font-size: 36px;
    line-height: 54px;
    margin-top: 0;
    font-weight: 800;
    font-family: Montserrat;
    color: var(--text-black);
}

.thankyou_card h4 {
    font-size: 18px;
    line-height: 27px;
    margin-top: 0;
    font-weight: 700;
    font-family: Montserrat;
    color: var(--text-black);
}

.thankyou_card h2 {
    font-size: 24px;
    line-height: 36px;
    margin-top: 0;
    font-weight: 700;
    font-family: Montserrat;
    color: var(--primary);
}

.thankyou_card .dateTime {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    font-weight: 400;

    color: #888888;
}

.thankyou_card p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
    font-weight: 400;
    margin: 0;
}

.thankyou-img {
    width: 100%;
    max-width: 222px;
    margin: auto;
    display: block;
}

.span-errMsg {
    color: #FE0003;
}

.box-error-invalid {
    border-color: #FE0003 !important;
    box-shadow: 0 0 0 .25rem rgb(255 123 123 / 25%) !important;
}

.section-thankyou {
    background: var(--bg-secondary);
}


@media (min-width: 992px) {
    .gx-lg-7 {
        --bs-gutter-x: 7rem;
    }
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
}

.primary-color {
    font-weight: 700;
    font-size: 14px;
    /* line-height: 18px; */
    color: #000;
    vertical-align: middle;
    border: 0 !important;
    border-bottom: 2px solid #00000000 !important;
    padding: 8px 0;
    margin: 0 8px;
    border-radius: 0;
}

.primary-color.par-btn-active {
    color: #2F3BF5 !important;
    border-bottom: 2px solid #2F3BF5 !important;
}

[x-cloak] {
    display: none !important;
}

.exr-span-greyed {
    font-size: 12px;
    display: block;
    line-height: normal;
    font-weight: 600;
    color: #aaaaaa;
}

.exr-plan-name {
    font-size: 14px;
    display: block;
    line-height: normal;
    color: #aaaaaa;
}

.breadcrumb-section {
    background: #ffffff;
    padding: 16.614px 0;
}   
/* li.breadcrumb-item a i {
    font-size: 20px;
    margin-right: 10px;
} */


.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.custom-modal {
    background: white;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    max-width: 400px;
    width: 100%;
    margin: 2rem;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    position: relative;
}
.custom-modal h4 {
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -1px;
    margin-bottom: 7px;
}
.custom-modal .close-btn {
    position: absolute;
    right: 10px;
    /* top: 10px; */
    top: -14px;
    font-size: 20px;
    border: none;
    background: none;
    cursor: pointer;
}
.done-btn {
    margin-top: 20px;
    background-color: #ff0684;
    color: white;
    border: none;
    border-radius: 999px;
    padding: 10px 25px;
    font-weight: bold;
    cursor: pointer;
    width: 150px;
    height: 50px;
}


/* @media screen and (max-width: 500px) {
    .custom-modal h4 {
        font-size: 20px;
    }
} */