/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bjxo8nkvpq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bjxo8nkvpq] {
    flex: 1;
}

.sidebar[b-bjxo8nkvpq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bjxo8nkvpq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bjxo8nkvpq]  a, .top-row[b-bjxo8nkvpq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-bjxo8nkvpq]  a:hover, .top-row[b-bjxo8nkvpq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-bjxo8nkvpq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-bjxo8nkvpq] {
        justify-content: space-between;
    }

    .top-row[b-bjxo8nkvpq]  a, .top-row[b-bjxo8nkvpq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bjxo8nkvpq] {
        flex-direction: row;
    }

    .sidebar[b-bjxo8nkvpq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bjxo8nkvpq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bjxo8nkvpq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bjxo8nkvpq], article[b-bjxo8nkvpq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-bjxo8nkvpq] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-bjxo8nkvpq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nhzhab4jhi] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-nhzhab4jhi] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-nhzhab4jhi] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-nhzhab4jhi] {
    font-size: 1.1rem;
}

.bi[b-nhzhab4jhi] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-nhzhab4jhi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-nhzhab4jhi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-nhzhab4jhi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-nhzhab4jhi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-nhzhab4jhi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nhzhab4jhi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nhzhab4jhi]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-nhzhab4jhi]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-nhzhab4jhi]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-nhzhab4jhi] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-nhzhab4jhi] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-nhzhab4jhi] {
        display: none;
    }

    .nav-scrollable[b-nhzhab4jhi] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-dndg0sr2wt],
.components-reconnect-repeated-attempt-visible[b-dndg0sr2wt],
.components-reconnect-failed-visible[b-dndg0sr2wt],
.components-pause-visible[b-dndg0sr2wt],
.components-resume-failed-visible[b-dndg0sr2wt],
.components-rejoining-animation[b-dndg0sr2wt] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-dndg0sr2wt],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-dndg0sr2wt],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-dndg0sr2wt],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-dndg0sr2wt],
#components-reconnect-modal.components-reconnect-retrying[b-dndg0sr2wt],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-dndg0sr2wt],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-dndg0sr2wt],
#components-reconnect-modal.components-reconnect-failed[b-dndg0sr2wt],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-dndg0sr2wt] {
    display: block;
}


#components-reconnect-modal[b-dndg0sr2wt] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-dndg0sr2wt 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-dndg0sr2wt 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-dndg0sr2wt 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-dndg0sr2wt]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-dndg0sr2wt 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-dndg0sr2wt {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-dndg0sr2wt {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-dndg0sr2wt {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-dndg0sr2wt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-dndg0sr2wt] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-dndg0sr2wt] {
    border: 0;
    background-color: var(--primary-light);
    color: var(--primary-color);
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-dndg0sr2wt] {
        background-color: var(--primary-color);
        color: white;
    }

    #components-reconnect-modal button:active[b-dndg0sr2wt] {
        background-color: var(--primary-dark);
        color: white;
    }

.components-rejoining-animation[b-dndg0sr2wt] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-dndg0sr2wt] {
        position: absolute;
        border: 3px solid var(--primary-color);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-dndg0sr2wt 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-dndg0sr2wt] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-dndg0sr2wt {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Topup/CityMallTopup.razor.rz.scp.css */
/* ============================================================
   CityMall Topup — Exact Figma CSS Match
   ============================================================ */

/* Layout */
.citymall-layout[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #FFFFFF;
}

/* ============================================================
   HEADER — bg #12151F, padding 80px 80px 40px, gap 80px
   ============================================================ */
.citymall-header[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 80px 40px;
    gap: 80px;
    width: 100%;
    background: #12151F;
    box-sizing: border-box;
    position: relative;
}

/* Top bar: logo left, lang right, space-between, 1280px wide */
.header-top-bar[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    gap: 10px;
    width: 1280px;
    max-width: 100%;
    height: 24px;
}

.header-left[b-czmtzgrtyr] {
    flex: 0 0 auto;
}

.brand-logo[b-czmtzgrtyr] {
    width: 190px;
    height: 24px;
    display: block;
}

.header-right[b-czmtzgrtyr] {
    flex: 0 0 auto;
}

.lang-switcher[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 9px;
    height: 16px;
}

.lang-btn[b-czmtzgrtyr] {
    width: 25px;
    height: 16px;
    padding: 0;
    border: none;
    background: none;
    font-family: 'HMPangram', 'Fira Sans Georgian', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #F6F6F6;
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.2s;
}

.lang-btn.active[b-czmtzgrtyr] {
    opacity: 1;
}

.lang-btn:hover:not(.active)[b-czmtzgrtyr] {
    opacity: 0.8;
}

/* Header Middle: card image + text */
.header-middle[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 628px;
    max-width: 100%;
}

.card-and-text-wrapper[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    isolation: isolate;
    width: 628px;
    height: 80px;
    position: relative;
}

.card-container[b-czmtzgrtyr] {
    position: absolute;
    width: 300px;
    height: 188px;
    left: calc(50% - 150px);
    top: -104.5px;
    background: linear-gradient(180deg, rgba(18, 21, 31, 0) 0%, #12151F 65.43%);
    border-radius: 17.65px;
    overflow: hidden;
    z-index: 0;
}

.citymall-card-img[b-czmtzgrtyr] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-info[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    width: 628px;
    height: 80px;
    z-index: 1;
}

[b-czmtzgrtyr] .brand-title {
    width: 628px;
    font-family: 'HMPangram', 'Fira Sans Georgian', 'Noto Sans Georgian', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: #F6F6F6;
}

[b-czmtzgrtyr] .brand-subtitle {
    width: 628px;
    font-family: 'HMPangram', 'Fira Sans Georgian', 'Noto Sans Georgian', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 170%;
    text-align: center;
    color: #F6F6F6;
}

/* ============================================================
   MAIN — padding-top 60px (Main Container has padding 60px 0 0)
   ============================================================ */
.citymall-main[b-czmtzgrtyr] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 200px;
}

/* ============================================================
   FORM WRAPPER — Content Container: 628px wide, gap 32px
   ============================================================ */
.topup-form-wrapper[b-czmtzgrtyr] {
    width: 628px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0; /* outer wrapper no gap — gaps handled inside content-container */
}

/* Content Container: gap 32px between major sections */
.content-container[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 628px;
}

/* ============================================================
   TABS — Money Chip Container (top of content)
   ============================================================ */
.tabs-container[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    width: 628px;
    margin-bottom: 32px;
}

.tab-btn[b-czmtzgrtyr] {
    flex: 1;
    width: 314px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    border: none;
    cursor: pointer;
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    transition: background 0.2s, color 0.2s;
    /* Unselected */
    background: #F7F3EC;
    color: #12151F;
    border-bottom: 1px solid #AE823D;
    box-sizing: border-box;
}

.tab-btn.active[b-czmtzgrtyr] {
    background: #AE823D;
    color: #F7F3EC;
    border-bottom: none;
}

/* ============================================================
   VALIDATION ERRORS
   ============================================================ */

.input-field[b-czmtzgrtyr] {
    position: relative; /* container for absolute error msg */
}

.input-field.has-error .input-label[b-czmtzgrtyr] {
    color: var(--error-color, #D32F2F) !important;
}

.input-field.has-error .material-input[b-czmtzgrtyr]::placeholder {
    color: var(--error-color, #D32F2F) !important;
    opacity: 1; /* Override default placeholder opacity if any */
}

.validation-message[b-czmtzgrtyr] {
    position: absolute;
    bottom: -20px;
    left: 0;
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    color: var(--error-color, #D32F2F);
    margin: 0;
    padding: 0;
}

.validation-message.static[b-czmtzgrtyr] {
    position: static;
    margin-top: 8px;
    display: block;
}
.sms-info-box[b-czmtzgrtyr] {
    width: 628px;
}

.sms-info-text[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: #41444C;
    margin: 0;
}

/* ============================================================
   DELIVERY TYPE (Physical tab)
   ============================================================ */
.delivery-type-container[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 628px;
}

.delivery-question[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 170%;
    color: #12151F;
}

.delivery-options[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

.delivery-option[b-czmtzgrtyr] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'HMPangram', sans-serif;
    font-size: 14px;
    color: #12151F;
    cursor: pointer;
}

.delivery-option input[type="radio"][b-czmtzgrtyr] {
    accent-color: #AE823D;
    width: 16px;
    height: 16px;
}

.delivery-info-box[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #F7F3EC;
    font-family: 'HMPangram', sans-serif;
    font-size: 12px;
    color: #585E62;
}

.delivery-address-field[b-czmtzgrtyr] {
    margin-top: 12px;
}

.delivery-address-input[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    vertical-align: middle !important;
}

/* ============================================================
   FORM CONTAINER — gap 24px between card blocks and below sections
   ============================================================ */
.form-container[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 628px;
}

/* ============================================================
   CARD BLOCK — each repeater card (no background, just a gap container)
   ============================================================ */
.card-block[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 628px;
}

/* Card Header: golden bar — bg #C9AB7D, padding 4px 4px 4px 12px, h 50px */
.card-header[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 4px 4px 4px 12px;
    gap: 10px;
    width: 628px;
    height: 50px;
    background: #C9AB7D;
    box-sizing: border-box;
}

.card-header-left[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.card-header-title[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 170%;
    color: #F7F3EC;
}

.card-remove-btn[b-czmtzgrtyr] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 42px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 12px;
}

/* ============================================================
   USER INFO CONTAINER — flat, no background, gap 16px
   ============================================================ */
.user-info-container[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 628px;
}

/* Section label row: icon + bold text, height 24px */
.section-label-row[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    width: 628px;
    height: 24px;
}

.section-label-text[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 170%;
    color: #12151F;
}

/* User Info Block: row of 2 fields, gap 24px, height 64px */
.user-info-block[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    width: 628px;
    height: 64px;
}

/* Input Field: border-bottom 0.5px solid #41444C, height 64px */
.input-field[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0px;
    flex: 1;
    height: 64px;
    border-bottom: 0.5px solid #41444C;
    box-sizing: border-box;
    position: relative;
    transition: border-bottom-color 0.2s ease-out;
}

.input-field:focus-within[b-czmtzgrtyr] {
    border-bottom-color: #C9AB7D;
}

.input-field.full-width[b-czmtzgrtyr] {
    width: 628px;
    flex: none;
}

.input-label[b-czmtzgrtyr] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: var(--Surface-Accent-On-Surface-Accent, #585E62);
    transition: all 0.2s ease-out;
    pointer-events: none;
}

.material-input:focus ~ .input-label[b-czmtzgrtyr],
.material-input:not(:placeholder-shown) ~ .input-label[b-czmtzgrtyr] {
    top: 17px;
    font-size: 14px;
    color: var(--Surface-Neutral-On-Surface-Base, #0D0F16);
}

/* Material input: placeholder color #585E62, no border, transparent bg */
.material-input[b-czmtzgrtyr] {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: var(--Surface-Accent-On-Surface-Accent, #585E62);
    padding: 0 0 8px 0;
    box-sizing: border-box;
}

.material-input[b-czmtzgrtyr]::placeholder {
    color: #585E62;
    line-height: normal;
    font-size: 13px;
}

/* Autofill overrides for User Info (matches #FFFFFF background) */
.user-info-container .material-input:-webkit-autofill[b-czmtzgrtyr],
.user-info-container .material-input:-webkit-autofill:hover[b-czmtzgrtyr], 
.user-info-container .material-input:-webkit-autofill:focus[b-czmtzgrtyr], 
.user-info-container .material-input:-webkit-autofill:active[b-czmtzgrtyr] {
    -webkit-box-shadow: 0 0 0 30px #FFFFFF inset !important;
    -webkit-text-fill-color: #12151F !important;
}

/* Autofill overrides for Recipient Info (matches #F7F3EC brown background) */
.recipient-info-container .material-input:-webkit-autofill[b-czmtzgrtyr],
.recipient-info-container .material-input:-webkit-autofill:hover[b-czmtzgrtyr], 
.recipient-info-container .material-input:-webkit-autofill:focus[b-czmtzgrtyr], 
.recipient-info-container .material-input:-webkit-autofill:active[b-czmtzgrtyr] {
    -webkit-box-shadow: 0 0 0 30px #F7F3EC inset !important;
    -webkit-text-fill-color: #12151F !important;
}

/* ============================================================
   RECIPIENT INFO CONTAINER — bg #F7F3EC, padding 24px 24px 32px, gap 16px
   ============================================================ */
.recipient-info-container[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 24px 32px;
    gap: 16px;
    width: 628px;
    background: #F7F3EC;
    box-sizing: border-box;
}

.recipient-info-header[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 580px; /* 628 - 48px (24px padding each side) */
    height: 24px;
}

/* Recipient row: 2 fields each 278px with gap 24px */
.recipient-info-block[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    width: 580px;
    height: 64px;
}

.input-field.recipient-field[b-czmtzgrtyr] {
    flex: 1;
    height: 64px;
    border-bottom: 0.5px solid #41444C;
}

/* ============================================================
   CARD BODY — amount + disclaimer, gap 24px
   ============================================================ */
.card-body[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 628px;
}

/* Gift Card Question Container: gap 16px */
.gift-card-question-container[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 628px;
}

/* Card Question Row: icon + texts side by side */
.card-question-row[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    width: 628px;
    height: auto;
}

.card-question-texts[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    flex: 1;
}

.card-question-bold[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 170%;
    color: #12151F;
    flex: 1;
}

.card-question-light[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: #585E62;
    flex: 0 0 auto;
}

/* Card Options: 6 chips, flex-row, gap 8px, height 44px */
.card-options[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    width: 628px;
    height: 44px;
}

/* Money Chip — unselected: bg #F7F3EC, border 1px solid #AE823D */
.money-chip[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    flex: 1;
    height: 44px;
    background: #F7F3EC;
    border: 1px solid #AE823D;
    cursor: pointer;
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: #12151F;
    transition: background 0.15s, color 0.15s;
    box-sizing: border-box;
}

/* Money Chip — selected: bg #7C5C2B, no border */
.money-chip.active[b-czmtzgrtyr] {
    background: #7C5C2B;
    border: 1px solid #7C5C2B;
    color: #F7F3EC;
}

/* Custom amount field */
.custom-amount-field[b-czmtzgrtyr] {
    margin-top: 4px;
}

/* ============================================================
   LEGAL DISCLAIMER — bg #FCE7E6, padding 12px 24px, gap 8px centered
   ============================================================ */
.legal-disclaimer-container[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 628px;
}

.legal-disclaimer-content[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 8px;
    width: 628px;
    background: #FCE7E6;
    box-sizing: border-box;
}

.legal-text[b-czmtzgrtyr] {
    width: 580px;
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    color: #A30806;
}

/* ============================================================
   ADDITIONAL CARD CONTAINER — centered, width 230px, padding 8px 0, gap 16px
   ============================================================ */
.additional-card-container[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0;
    gap: 16px;
    width: 628px;
}

.additional-card-text[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: #585E62;
}

.additional-card-btn[b-czmtzgrtyr] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 42px;
    background: #F6F6F6;
    border: none;
    cursor: pointer;
}

/* ============================================================
   PAYMENT METHOD CONTAINER — gap 16px
   ============================================================ */
.payment-method-container[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 628px;
}

.payment-method-header[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 8px;
    width: 628px;
    height: auto;
}

.payment-method-title[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 170%;
    color: #12151F;
    flex: 1;
}

/* Payment Options Container: gap 9px */
.payment-options-container[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 9px;
    width: 628px;
}

/* Payment Block: border 1px solid #C4C5C8, padding 16px 16px 16px 24px, gap 24px */
.payment-block[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 16px 16px 24px;
    gap: 24px;
    width: 628px;
    height: 94px;
    border: 1px solid #C4C5C8;
    box-sizing: border-box;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}

.payment-block.selected[b-czmtzgrtyr] {
    border-color: #AE823D;
    background: #FAF6EF;
}

.payment-block-details[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1;
}

.payment-block-texts[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    width: 100%;
}

.payment-block-title[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 170%;
    color: #604822;
}

.payment-block-desc[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #604822;
}

.payment-block-fee[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #12151F;
    opacity: 0.5;
}

/* ============================================================
   AMOUNT BREAKDOWN — gap 16px (no outer box)
   ============================================================ */
.amount-breakdown-container[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 628px;
}

/* Card Value Row: space-between, height 24px */
.card-value-row[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 628px;
    height: 24px;
}

.breakdown-label[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: #585E62;
}

.breakdown-value[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #12151F;
}

/* Total Value Row: border-top 0.5px solid #41444C, padding 8px 0 0 */
.total-value-row[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8px 0 0;
    width: 628px;
    border-top: 0.5px solid #41444C;
    box-sizing: border-box;
}

.total-left-label[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: #12151F;
}

.total-fee-breakdown[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.fee-label[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #585E62;
}

.total-final-value[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-transform: uppercase;
    color: #12151F;
}

/* ============================================================
   AGREEMENT ROW — height 16px, gap 8px
   ============================================================ */
.agreements-wrapper[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 628px;
    margin-top: 16px; /* 24px gap from parent + 16px margin = 40px total */
}

.agreement-content[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-height: 16px;
}

.agreement-checkbox-label[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    width: 100%;
}

/* Checkbox: 16x16, border 1.33px solid #41444C (unchecked) */
.check-box[b-czmtzgrtyr] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border: 1.33px solid #41444C;
    box-sizing: border-box;
    background: transparent;
    transition: background 0.15s, border-color 0.15s;
}

.check-box.checked[b-czmtzgrtyr] {
    background: #AE823D;
    border-color: #AE823D;
}

.agreement-text[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #585E62;
    flex: 1;
}

/* ============================================================
   SUBMIT BUTTON — width 105px, height 48px, NOT full width
   ============================================================ */
.submit-btn-container[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 628px;
    margin-top: 8px; /* 24px gap + 8px = 32px distance */
}

.submit-btn[b-czmtzgrtyr] {
    width: 105px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    border: none;
    cursor: not-allowed;
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: rgba(246, 246, 246, 0.24);
    background: linear-gradient(0deg, rgba(255,255,255,0.2), rgba(255,255,255,0.2)), #12151F;
    transition: all 0.2s;
}

.submit-btn.enabled[b-czmtzgrtyr] {
    background: #12151F;
    color: #F6F6F6;
    cursor: pointer;
}

.submit-btn:disabled[b-czmtzgrtyr] {
    cursor: not-allowed;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer-container[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.footer-logo[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 80px;
    gap: 10px;
    width: 965px;
    height: 111.76px;
    margin: 0 0 -24px 0;
}

.footer-logo .logo[b-czmtzgrtyr] {
    width: 885px;
    height: 111.76px;
}

.footer-text-container[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding: 40px 10px;
    gap: 10px;
    width: 100%;
    background: #12151F;
    box-sizing: border-box;
    height: 200px;
}

.delivery-address-input[b-czmtzgrtyr] {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'HMPangram', sans-serif;
    font-size: 14px;
    color: #12151F;
}

/* ============================================================
   DELIVERY INFO BOX
   ============================================================ */

.footer-text-container .link[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #F6F6F6;
}

.footer-text-container .link:hover[b-czmtzgrtyr] {
    text-decoration: underline;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 700px) {
    .citymall-header[b-czmtzgrtyr] {
        padding: 40px 24px;
        gap: 40px;
    }

    .header-top-bar[b-czmtzgrtyr] {
        width: 100%;
    }

    .header-middle[b-czmtzgrtyr],
    .card-and-text-wrapper[b-czmtzgrtyr],
    [b-czmtzgrtyr] .brand-title,
    [b-czmtzgrtyr] .brand-subtitle,
    .header-info[b-czmtzgrtyr] {
        width: 100%;
    }

    .topup-form-wrapper[b-czmtzgrtyr],
    .content-container[b-czmtzgrtyr],
    .tabs-container[b-czmtzgrtyr],
    .form-container[b-czmtzgrtyr],
    .card-block[b-czmtzgrtyr],
    .card-header[b-czmtzgrtyr],
    .user-info-container[b-czmtzgrtyr],
    .section-label-row[b-czmtzgrtyr],
    .recipient-info-container[b-czmtzgrtyr],
    .recipient-info-header[b-czmtzgrtyr],
    .card-body[b-czmtzgrtyr],
    .gift-card-question-container[b-czmtzgrtyr],
    .card-question-row[b-czmtzgrtyr],
    .card-options[b-czmtzgrtyr],
    .legal-disclaimer-container[b-czmtzgrtyr],
    .legal-disclaimer-content[b-czmtzgrtyr],
    .additional-card-container[b-czmtzgrtyr],
    .payment-method-container[b-czmtzgrtyr],
    .payment-method-header[b-czmtzgrtyr],
    .payment-options-container[b-czmtzgrtyr],
    .payment-block[b-czmtzgrtyr],
    .amount-breakdown-container[b-czmtzgrtyr],
    .card-value-row[b-czmtzgrtyr],
    .total-value-row[b-czmtzgrtyr],
    .agreements-wrapper[b-czmtzgrtyr],
    .agreement-content[b-czmtzgrtyr],
    .submit-btn-container[b-czmtzgrtyr] {
        width: 100%;
        max-width: 100%;
    }

    .tab-btn[b-czmtzgrtyr] {
        width: 50%;
    }

    .user-info-block[b-czmtzgrtyr],
    .recipient-info-block[b-czmtzgrtyr] {
        flex-direction: column;
        height: auto;
        gap: 0;
    }

    .input-field[b-czmtzgrtyr],
    .input-field.recipient-field[b-czmtzgrtyr] {
        width: 100%;
        flex: none;
    }

    .footer-logo[b-czmtzgrtyr] {
        width: 100%;
        padding-left: 24px;
    }

    .footer-logo .logo[b-czmtzgrtyr] {
        width: 100%;
        height: auto;
    }
}
/* ============================================================
   OTP MODAL
   ============================================================ */
.otp-modal-overlay[b-czmtzgrtyr] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #12151F33;
    backdrop-filter: blur(17px);
    -webkit-backdrop-filter: blur(17px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.otp-modal[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    width: 470px;
    height: 474px;
    background: #F6F6F6;
    border-radius: 8px; /* Added slight radius for modern look */
    overflow: hidden;
}

/* Top half */
.otp-modal-top[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    gap: 16px;
    width: 470px;
    height: 234px;
    background: #F7F3EC;
    box-sizing: border-box;
}

.otp-modal-header[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 42px;
}

.otp-modal-title[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    text-align: left;
    color: #12151F;
}

.otp-modal-close[b-czmtzgrtyr] {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transition: background 0.2s;
}
.otp-modal-close:hover[b-czmtzgrtyr] {
    background: rgba(0, 0, 0, 0.05);
}

.otp-modal-icon-container[b-czmtzgrtyr] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
}

.otp-modal-message[b-czmtzgrtyr] {
    width: 422px;
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    text-align: center;
    color: #12151F;
}

/* Bottom half */
.otp-modal-bottom[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px 48px 24px;
    gap: 32px;
    width: 470px;
    height: 240px;
    box-sizing: border-box;
}

.otp-input-field[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 4px;
    width: 374px;
    height: 64px;
    border-bottom: 0.5px solid #41444C;
}

.otp-input[b-czmtzgrtyr] {
    width: 100%;
    border: none;
    background: transparent;
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #12151F;
    outline: none;
    padding: 0 0 8px 0;
    box-sizing: border-box;
}

.otp-input[b-czmtzgrtyr]::placeholder {
    color: #585E62;
    line-height: normal;
    font-size: 13px;
}

.otp-actions[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.otp-submit-btn[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    gap: 8px;
    width: 144px;
    height: 48px;
    background: #12151F;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #F6F6F6;
    transition: background 0.2s;
}
.otp-submit-btn:hover[b-czmtzgrtyr] {
    background: #2a2d36;
}
.otp-submit-btn:disabled[b-czmtzgrtyr] {
    opacity: 0.5;
    cursor: not-allowed;
}

.otp-resend-btn[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 24px;
    gap: 8px;
    height: 48px;
    background: none;
    border: none;
    cursor: pointer;
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #12151F;
    opacity: 0.5;
    transition: opacity 0.2s;
}
.otp-resend-btn:hover:not(:disabled)[b-czmtzgrtyr] {
    opacity: 0.8;
}
.otp-resend-btn:disabled[b-czmtzgrtyr] {
    cursor: not-allowed;
}

/* ============================================================
   BANK TRANSFER SUCCESS MODAL
   ============================================================ */
.bank-transfer-modal[b-czmtzgrtyr] {
    background: #F6F6F6;
    width: 846px;
    max-width: 90vw;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.bank-modal-header[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 24px auto 16px;
    width: 798px;
    height: 42px;
}

.bank-modal-title[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #12151F;
    text-align: center;
    margin: 0;
}

.bank-modal-close[b-czmtzgrtyr] {
    background: none;
    border: none;
    width: 42px;
    height: 42px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 0;
}

.bank-modal-desc[b-czmtzgrtyr] {
    width: 798px;
    height: 48px;
    margin: 0 auto 24px;
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: #12151F;
}

.bank-modal-tabs[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    width: 846px;
    height: 74.8px;
    border-radius: 11px 11px 0px 0px;
    background: #F7F3EC;
}

.bank-tab[b-czmtzgrtyr] {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 24px;
    gap: 8px;
    height: 74.8px;
    background: #F7F3EC;
    border-radius: 0px;
    border: none;
    cursor: pointer;
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: #604822;
    transition: background-color 0.2s;
}

.bank-tab.active[b-czmtzgrtyr] {
    background: #C9AB7D;
    font-weight: 700;
}

.bank-tab-logo[b-czmtzgrtyr] {
    height: 20px;
}

.bank-modal-content[b-czmtzgrtyr] {
    background: #FAFCFD;
    padding: 16px 64px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-sizing: border-box;
    width: 100%;
}

.bank-detail-row[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    width: 718px;
    height: 24px;
}

.bank-detail-label[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: rgba(18, 21, 31, 0.5);
}

.bank-detail-label-bold[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: #585E62
    ;
}

.bank-detail-value[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: #12151F;
}

.bank-detail-value-group[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    height: 24px;
}

.copy-btn[b-czmtzgrtyr] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bank-detail-divider[b-czmtzgrtyr] {
    height: 0;
    width: 718px;
    border-top: 0.5px solid #C4C5C8;
    margin: 0;
}

.total-row[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8px 0px 0px;
    width: 718px;
    border-top: 0.5px solid #41444C;
    height: auto;
}

.bank-total-group[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.bank-fee-text[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #585E62;
    text-align: right;
}

.bank-total-value[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #12151F;
    text-transform: uppercase;
}

.bank-modal-footer[b-czmtzgrtyr] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 40px;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
    background: #FAFCFD;
    border-top: 1px solid #C4C5C8;
    border-radius: 0px 0px 11px 11px;
}

.footer-title[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: #585E62;
    margin-bottom: 0;
}

.footer-text[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    color: #585E62;
    margin: 0;
}

.footer-desc[b-czmtzgrtyr] {
    color: #8A9298;
}

.footer-text ul[b-czmtzgrtyr] {
    margin: 0;
    padding-left: 20px;
}

.fw-bold[b-czmtzgrtyr] {
    font-weight: 700 !important;
}

.text-dark[b-czmtzgrtyr] {
    color: #12151F !important;
}




.return-home-btn[b-czmtzgrtyr] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    background: #2a2d36;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #F6F6F6;
    text-decoration: none;
    transition: background 0.2s;
    width: max-content;
    margin: 32px auto 0 auto;
}

.return-home-btn:hover[b-czmtzgrtyr] {
    background: #12151F;
}

/* ============================================================
   MOBILE RESPONSIVENESS
   ============================================================ */
@media (max-width: 768px) {
    .header-top-bar[b-czmtzgrtyr],
    .header-middle[b-czmtzgrtyr],
    .card-and-text-wrapper[b-czmtzgrtyr],
    [b-czmtzgrtyr] .brand-title,
    [b-czmtzgrtyr] .brand-subtitle,
    .topup-form-wrapper[b-czmtzgrtyr],
    .content-container[b-czmtzgrtyr],
    .tabs-container[b-czmtzgrtyr],
    .add-card-btn[b-czmtzgrtyr],
    .info-card[b-czmtzgrtyr],
    .divider[b-czmtzgrtyr],
    .payment-methods-grid[b-czmtzgrtyr],
    .submit-btn-container[b-czmtzgrtyr],
    .footer-container[b-czmtzgrtyr] {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .citymall-header[b-czmtzgrtyr] {
        padding: 40px 20px 20px !important;
    }
    
    .citymall-main[b-czmtzgrtyr] {
        padding: 20px 20px 100px !important;
    }
    
    .bank-transfer-modal[b-czmtzgrtyr],
    .bank-modal-tabs[b-czmtzgrtyr],
    .bank-modal-content[b-czmtzgrtyr],
    .bank-modal-header[b-czmtzgrtyr],
    .bank-footer[b-czmtzgrtyr],
    .otp-modal-box[b-czmtzgrtyr] {
        width: 95% !important;
        max-width: 95% !important;
    }
    
    .card-fields[b-czmtzgrtyr] {
        flex-direction: column !important;
    }
    
    .card-input-wrapper[b-czmtzgrtyr] {
        width: 100% !important;
    }
    
    .card-amount-selector[b-czmtzgrtyr] {
        width: 100% !important;
        flex-wrap: wrap !important;
    }
    
    .amount-chip[b-czmtzgrtyr] {
        flex: 1 1 30% !important;
    }
    
    .delivery-form[b-czmtzgrtyr] {
        grid-template-columns: 1fr !important;
    }
    
    .input-field[b-czmtzgrtyr], .form-input[b-czmtzgrtyr], .textarea-input[b-czmtzgrtyr] {
        width: 100% !important;
    }
    
    .payment-methods-grid[b-czmtzgrtyr] {
        grid-template-columns: 1fr !important;
    }
    
    .bank-modal-tabs[b-czmtzgrtyr] {
        flex-direction: column !important;
        height: auto !important;
    }
    
    .bank-tab[b-czmtzgrtyr] {
        width: 100% !important;
        height: 48px !important;
        border-radius: 11px !important;
    }
    
    .bank-detail-row[b-czmtzgrtyr] {
        flex-direction: column !important;
        align-items: center !important;
        height: auto !important;
        gap: 8px !important;
        padding: 12px 0 !important;
    }
    
    .footer-links[b-czmtzgrtyr] {
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
    }
    
    .otp-resend-btn[b-czmtzgrtyr], .otp-submit-btn[b-czmtzgrtyr], .return-home-btn[b-czmtzgrtyr] {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .card-container[b-czmtzgrtyr] {
        width: 220px !important;
        height: 138px !important;
        left: calc(50% - 110px) !important;
        top: -70px !important;
    }

    .card-and-text-wrapper[b-czmtzgrtyr] {
        overflow: visible !important; /* Stops the parent from clipping the card */
        height: 60px !important; /* Give enough room for the card to peek above */
    }

    .citymall-header[b-czmtzgrtyr] {
        overflow: visible !important; /* Same fix for the outer header */
        gap: 50px;
    }
}

@media (max-width: 768px) {
    [b-czmtzgrtyr] .brand-title {
        font-size: 18px !important;
    }
    [b-czmtzgrtyr] .brand-subtitle {
        font-size: 12px !important;
    }
    
    .user-info-block[b-czmtzgrtyr], .recipient-info-block[b-czmtzgrtyr] {
        flex-direction: column !important;
        width: 100% !important;
        height: auto !important;
        gap: 0 !important;
    }
    
    .input-field[b-czmtzgrtyr], .recipient-field[b-czmtzgrtyr] {
        width: 100% !important;
        height: 64px !important; /* Keep original height for inputs to allow label and input room */
    }
}

@media (max-width: 768px) {
    /* Make brand title & subtitle even smaller */
    [b-czmtzgrtyr] .brand-title {
        font-size: 14px !important;
    }
    [b-czmtzgrtyr] .brand-subtitle {
        font-size: 11px !important;
    }

    /* Make card even smaller */
    .card-container[b-czmtzgrtyr] {
        width: 160px !important;
        height: 100px !important;
        left: calc(50% - 80px) !important;
        top: -60px !important;
    }
    .card-and-text-wrapper[b-czmtzgrtyr] {
        height: 40px !important;
    }

    /* Fix the red box (legal disclaimer) overlapping issue */
    .legal-disclaimer-container[b-czmtzgrtyr], .legal-disclaimer-content[b-czmtzgrtyr] {
        height: auto !important;
        min-height: 48px;
    }
    .legal-disclaimer-content[b-czmtzgrtyr] {
        padding: 12px 16px !important;
        align-items: center !important;
    }
}

@media (max-width: 768px) {
    .legal-text[b-czmtzgrtyr] {
        width: 100% !important;
        text-align: center !important;
    }
}

@media (max-width: 768px) {
    .sms-info-box[b-czmtzgrtyr] {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .brand-logo[b-czmtzgrtyr] {
        width: 130px !important;
        height: auto !important;
    }
}

@media (max-width: 768px) {
    /* Make brand logo even smaller */
    .brand-logo[b-czmtzgrtyr] {
        width: 110px !important;
    }

    /* Make city mall card SVG smaller */
    .card-container[b-czmtzgrtyr] {
/*        width: 140px !important;
        height: 88px !important;*/
/*        left: calc(50% - 70px) !important;*/
        top: -50px !important;
    }
    
    /* Move the text block further up */
    .header-info[b-czmtzgrtyr] {
        margin-top: -24px !important;
    }
}

@media (max-width: 768px) {
    .delivery-type-container[b-czmtzgrtyr] {
        width: 100% !important;
    }
    .input-field.full-width[b-czmtzgrtyr] {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .footer-logo[b-czmtzgrtyr] {
        width: 90% !important;
        align-self: center;
        padding: 0 !important;
        height: auto !important;
        margin-bottom: -9px!important;
    }
    
    .footer-logo .logo[b-czmtzgrtyr] {
        width: 100% !important;
        height: auto !important;
    }
}

@media (max-width: 768px) {
    /* Center and resize the OTP modal for mobile */
    .otp-modal[b-czmtzgrtyr] {
        width: 90% !important;
        max-width: 360px !important;
        height: auto !important;
    }
    
    .otp-modal-top[b-czmtzgrtyr] {
        width: 100% !important;
        height: auto !important;
        padding: 20px 16px !important;
    }
    
    .otp-modal-bottom[b-czmtzgrtyr] {
        width: 100% !important;
        height: auto !important;
        padding: 20px 16px 24px !important;
    }
    
    .otp-modal-message[b-czmtzgrtyr] {
        width: 100% !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
    }
    
    .otp-input-field[b-czmtzgrtyr] {
        width: 100% !important;
    }
    
    .otp-submit-btn[b-czmtzgrtyr], .otp-resend-btn[b-czmtzgrtyr] {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    /* --- Bank Transfer Modal Mobile Fixes --- */
    .bank-modal-header[b-czmtzgrtyr] {
        width: 100% !important;
        padding: 0 16px !important;
        box-sizing: border-box !important;
    }

    .bank-modal-desc[b-czmtzgrtyr] {
        width: 100% !important;
        height: auto !important;
        padding: 0 16px !important;
        box-sizing: border-box !important;
        margin-bottom: 16px !important;
    }
    
    .bank-modal-tabs[b-czmtzgrtyr] {
        width: 100% !important;
        height: auto !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important; /* Allow side-scrolling if many banks */
    }
    
    .bank-tab[b-czmtzgrtyr] {
        padding: 12px 12px !important;
        height: auto !important;
        font-size: 13px !important;
        flex: 1 1 auto !important;
    }
    
    .bank-modal-content[b-czmtzgrtyr] {
        width: 100% !important;
        padding: 16px !important;
    }
    
    .bank-modal-footer[b-czmtzgrtyr] {
        width: 100% !important;
        padding: 16px !important;
        box-sizing: border-box !important;
    }
    
    .bank-detail-row[b-czmtzgrtyr] {
        flex-direction: column !important;
        align-items: center !important;
        gap: 4px !important;
    }
    
    .bank-detail-label[b-czmtzgrtyr], .bank-detail-value[b-czmtzgrtyr] {
        width: 100% !important;
        text-align: left !important;
        word-break: break-all;
    }
}

@media (max-width: 768px) {
    /* Aggressive overrides for Bank Modal Mobile Layout */
    .bank-modal-box[b-czmtzgrtyr] {
        width: 95% !important;
        max-width: 95% !important;
        margin: 0 auto !important;
        box-sizing: border-box !important;
    }

    .bank-modal-tabs[b-czmtzgrtyr] {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        height: auto !important;
    }

    .bank-tab[b-czmtzgrtyr] {
        flex: 1 1 50% !important;
        width: 50% !important;
        padding: 12px 4px !important;
        height: auto !important;
        font-size: 13px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .bank-detail-row[b-czmtzgrtyr],
    .bank-detail-divider[b-czmtzgrtyr],
    .total-row[b-czmtzgrtyr] {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .bank-detail-row[b-czmtzgrtyr] {
        flex-direction: column !important;
        align-items: center !important;
        height: auto !important;
        padding: 12px 0 !important;
        gap: 8px !important;
    }

    .bank-detail-value-group[b-czmtzgrtyr] {
        width: 100% !important;
        justify-content: space-between !important;
    }

    .total-row[b-czmtzgrtyr] {
        flex-direction: row !important;
        padding: 12px 0 !important;
    }
}

@media (max-width: 768px) {
    /* === BANK TRANSFER MODAL - FULL MOBILE REWRITE === */
    .bank-transfer-modal[b-czmtzgrtyr] {
        width: 100vw !important;
        max-width: 100vw !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        border-radius: 0 !important;
        overflow-y: auto !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .bank-modal-header[b-czmtzgrtyr] {
        width: 100% !important;
        height: auto !important;
        padding: 16px 16px 0 16px !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    .bank-modal-desc[b-czmtzgrtyr] {
        width: 100% !important;
        height: auto !important;
        margin: 12px 0 !important;
        padding: 0 16px !important;
        box-sizing: border-box !important;
        font-size: 13px !important;
    }

    /* --- Bank Switch Tabs (pill style) --- */
    .bank-modal-tabs[b-czmtzgrtyr] {
        width: calc(100% - 32px) !important;
        margin: 0 16px 0 16px !important;
        height: auto !important;
        display: flex !important;
        flex-direction: row !important;
        border-radius: 50px !important;
        background: #F0E8D8 !important;
        padding: 4px !important;
        box-sizing: border-box !important;
        gap: 0 !important;
    }

    .bank-tab[b-czmtzgrtyr] {
        flex: 1 !important;
        height: 40px !important;
        padding: 0 8px !important;
        font-size: 12px !important;
        border-radius: 50px !important;
        background: transparent !important;
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 6px !important;
        transition: background 0.2s, color 0.2s !important;
    }

    .bank-tab.active[b-czmtzgrtyr] {
        background: #C9AB7D !important;
        font-weight: 700 !important;
    }

    .bank-tab-logo[b-czmtzgrtyr] {
        height: 16px !important;
        width: auto !important;
    }

    /* --- Content area --- */
    .bank-modal-content[b-czmtzgrtyr] {
        width: 100% !important;
        padding: 12px 16px !important;
        box-sizing: border-box !important;
        gap: 0 !important;
    }

    .bank-detail-row[b-czmtzgrtyr] {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 2px !important;
        padding: 10px 0 !important;
        border-bottom: 0.5px solid #EBEBEB !important;
        box-sizing: border-box !important;
    }

    .bank-detail-row.total-row[b-czmtzgrtyr] {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        border-top: 1px solid #41444C !important;
        border-bottom: none !important;
        padding-top: 12px !important;
    }

    .bank-detail-label[b-czmtzgrtyr],
    .bank-detail-label-bold[b-czmtzgrtyr] {
        font-size: 12px !important;
        color: #8A9298 !important;
    }

    .bank-detail-value[b-czmtzgrtyr] {
        font-size: 14px !important;
        word-break: break-all !important;
    }

    .bank-detail-value-group[b-czmtzgrtyr] {
        width: 100% !important;
        justify-content: space-between !important;
        align-items: center !important;
    }

    .bank-detail-divider[b-czmtzgrtyr] {
        display: none !important;
    }

    /* --- Footer info --- */
    .bank-modal-footer[b-czmtzgrtyr] {
        width: 100% !important;
        padding: 16px !important;
        box-sizing: border-box !important;
    }

    .footer-text[b-czmtzgrtyr] {
        font-size: 12px !important;
        line-height: 160% !important;
    }

    .return-home-btn[b-czmtzgrtyr] {
        width: 100% !important;
        text-align: center !important;
        margin-top: 12px !important;
    }
}

@media (max-width: 768px) {
    .tab-btn[b-czmtzgrtyr] {
        height: auto !important;
        min-height: 44px !important;
        line-height: 1.2 !important;
        padding: 8px 6px !important;
        font-size: 13px !important;
    }
}

/* Terms Modal CSS */
.terms-link[b-czmtzgrtyr] {
    text-decoration: underline;
    cursor: pointer;
    color: #12151F;
}

.terms-link:hover[b-czmtzgrtyr] {
    color: #585E62;
}

.terms-modal-overlay[b-czmtzgrtyr] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(18, 21, 31, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.terms-modal[b-czmtzgrtyr] {
    background: #FFFFFF;
    border-radius: 16px;
    width: 800px;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.terms-modal-header[b-czmtzgrtyr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #E1E3E6;
}

.terms-modal-title[b-czmtzgrtyr] {
    font-family: 'HMPangram', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #12151F;
}

.terms-modal-close[b-czmtzgrtyr] {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.terms-modal-content[b-czmtzgrtyr] {
    padding: 24px;
    overflow-y: auto;
    font-family: 'HMPangram', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #12151F;
}

.terms-loading-spinner[b-czmtzgrtyr] {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: #12151F;
    animation: spin-b-czmtzgrtyr 1s ease infinite;
    margin: 40px auto;
}

@keyframes spin-b-czmtzgrtyr {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 768px) {
    .terms-modal[b-czmtzgrtyr] {
        width: 95vw;
        max-height: 95vh;
    }
}

.header-bg-svg-container[b-czmtzgrtyr] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.header-bg-svg-container[b-czmtzgrtyr]  svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand-logo-svg[b-czmtzgrtyr] {
    width: 190px;
    height: 24px;
    display: block;
    z-index: 0;
}
.brand-logo-svg[b-czmtzgrtyr]  svg {
    width: 100%;
    height: 100%;
}
.citymall-card-svg[b-czmtzgrtyr] {
    width: 100%;
    height: 100%;
}
.citymall-card-svg[b-czmtzgrtyr]  svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .brand-logo-svg[b-czmtzgrtyr] {
        width: 110px !important;
        height: auto !important;
    }
}


/* /Components/Pages/Topup/Sections/BankRequisitesPanel.razor.rz.scp.css */
.requisites-wrap[b-a1qw0trwgf] {
    border: 1px solid var(--success-border);
    border-radius: 12px;
    padding: 24px;
    margin-top: 24px;
    background: var(--success-light);
}

.order-note[b-a1qw0trwgf] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--success-light);
    border: 1px solid var(--success-highlight);
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 16px;
    font-size: 0.95rem;
    color: var(--success-color);
}

.hint-text[b-a1qw0trwgf] {
    font-size: 0.88rem;
    color: #64748b;
    margin-bottom: 16px;
}

.bank-cards[b-a1qw0trwgf] {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.bank-card[b-a1qw0trwgf] {
    flex: 1;
    min-width: 220px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
}

.bank-card-header[b-a1qw0trwgf] {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1e293b;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bank-icon[b-a1qw0trwgf] {
    width: 40px;
    height: 26px;
    flex-shrink: 0;
    object-fit: contain;
    display: block;
}

.bank-row[b-a1qw0trwgf] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.field-lbl[b-a1qw0trwgf] {
    font-size: 0.78rem;
    font-weight: 600;
    color: #94a3b8;
    min-width: 70px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.field-val[b-a1qw0trwgf] {
    font-size: 0.85rem;
    color: #334155;
    flex: 1;
}

.field-val.iban[b-a1qw0trwgf] {
    font-family: 'Courier New', monospace;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    word-break: break-all;
}

.copy-btn[b-a1qw0trwgf] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 2px 4px;
    font-size: 1rem;
    line-height: 1;
    border-radius: 4px;
    transition: background 0.15s;
    flex-shrink: 0;
}

    .copy-btn:hover[b-a1qw0trwgf] {
        background: #f1f5f9;
    }
/* /Components/Pages/Topup/Sections/BankTransferInstructionsPanel.razor.rz.scp.css */
.transfer-guide[b-t8n60t7fw9] {
    max-width: 600px;
    margin: 0 auto;
    padding: 10px 0;
    color: #334155;
    font-family: 'Segoe UI', -apple-system, sans-serif;
}

/* Header */
.guide-header[b-t8n60t7fw9] {
    margin-bottom: 24px;
}

.success-icon[b-t8n60t7fw9] {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--success-highlight);
    color: white;
    font-size: 24px;
    line-height: 44px;
    margin-bottom: 12px;
}

.title[b-t8n60t7fw9] {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-main, #1e293b);
    margin: 0 0 6px 0;
}

.subtitle[b-t8n60t7fw9] {
    font-size: 0.95rem;
    color: #475569;
    margin: 0;
}

/* Activation Alert Box */
.activation-alert[b-t8n60t7fw9] {
    background-color: var(--section-card-bg, var(--surface-card));
    border: 1px solid var(--primary-light);
    border-left: 4px solid var(--primary-color);
    border-radius: var(--radius-md, 12px);
    padding: 16px 20px;
    margin: 16px auto 0 auto;
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    box-sizing: border-box;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
}

.text-container[b-t8n60t7fw9] {
    line-height: 1.8;
}

.activation-text[b-t8n60t7fw9] {
    font-size: 0.95rem;
    color: var(--text-main);
    font-weight: 500;
}

.activation-total[b-t8n60t7fw9] {
    font-size: 1.05rem;
    padding: 0 4px;
    font-weight: 800;
    color: var(--primary-color);
}

.activation-code-box[b-t8n60t7fw9] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    background-color: var(--background-color);
    border: 1px solid var(--primary-light);
    border-radius: var(--radius-sm, 8px);
    width: 100%;
    max-width: max-content;
    box-sizing: border-box;
    margin-top: 4px;
}

.code-val-mono[b-t8n60t7fw9] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
}

.activation-code-text[b-t8n60t7fw9] {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--primary-color);
    word-break: break-all;
}

.copy-code-btn[b-t8n60t7fw9] {
    padding: 6px 10px !important;
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    background: #f8fafc !important;
    width: auto !important;
    height: auto !important;
    font-size: 1rem !important;
    line-height: 1 !important;
}

.copy-code-btn:hover[b-t8n60t7fw9] {
    background: #f1f5f9 !important;
    border-color: #cbd5e1 !important;
}


/* Bank Details Grid */
.bank-card[b-t8n60t7fw9] {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 28px;
}

.bank-tabs[b-t8n60t7fw9] {
    display: flex;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}

.bank-tab[b-t8n60t7fw9] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 14px 4px;
    background: transparent;
    border: none;
    border-right: 1px solid #e2e8f0;
    cursor: pointer;
    transition: background 0.15s;
}

.bank-tab:first-child[b-t8n60t7fw9] {
    border-top-left-radius: 11px;
}

.bank-tab:last-child[b-t8n60t7fw9] {
    border-top-right-radius: 11px;
    border-right: none;
}

.bank-tab:hover[b-t8n60t7fw9] {
    background: #f1f5f9;
}

    .bank-tab.active[b-t8n60t7fw9] {
        background: var(--success-light);
        border-bottom: 2px solid white;
        margin-bottom: -1px;
    }

.bank-logo[b-t8n60t7fw9] {
    height: 22px;
    object-fit: contain;
}

.bank-name[b-t8n60t7fw9] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
}

.active .bank-name[b-t8n60t7fw9] {
    color: #0f172a;
}

.bank-details[b-t8n60t7fw9] {
    padding: 16px 20px;
    background: #fff;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

.detail-row[b-t8n60t7fw9] {
    display: flex;
    flex-direction: column;
    padding: 12px 0;
    border-bottom: 1px solid #f1f5f9;
}

.detail-row:last-child[b-t8n60t7fw9] {
    border-bottom: none;
    padding-bottom: 4px;
}

.lbl[b-t8n60t7fw9] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 4px;
}

.val[b-t8n60t7fw9] {
    font-size: 0.95rem;
    color: #1e293b;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    word-break: break-all;
}

.val.mono[b-t8n60t7fw9] {
    font-family: 'Courier New', Courier, monospace;
    letter-spacing: 0.03em;
}

.btn-icon[b-t8n60t7fw9] {
    background: #f1f5f9;
    border: none;
    color: #475569;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    transition: 0.2s;
    flex-shrink: 0;
}

.btn-icon:hover[b-t8n60t7fw9] {
    background: #e2e8f0;
    color: #0f172a;
}

/* Footer Section */
.guide-footer[b-t8n60t7fw9] {
    margin-top: 10px;
}

.btn-outline[b-t8n60t7fw9] {
    background: #fff;
    border: 1px solid #cbd5e1;
    color: #334155;
    padding: 10px 24px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
}

.btn-outline:hover[b-t8n60t7fw9] {
    background: #f8fafc;
    border-color: #94a3b8;
    color: #0f172a;
}

/* Utils */
.text-center[b-t8n60t7fw9] {
    text-align: center;
}

/* Important Info Box */
.important-info-box[b-t8n60t7fw9] {
    background: #f1f5f9; /* darker slate gray background */
    border: 1px solid #cbd5e1; /* matching border */
    border-left: 4px solid #3b82f6;
    border-radius: 12px;
    padding: 18px;
    margin-top: 18px;
    text-align: left;
}

.info-title[b-t8n60t7fw9] {
    margin: 0 0 10px 0;
    color: #1e293b;
    font-size: 0.95rem;
}

.info-list[b-t8n60t7fw9] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-list li[b-t8n60t7fw9] {
    font-size: 0.85rem;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 8px;
}

.info-list li:last-child[b-t8n60t7fw9] {
    margin-bottom: 0;
}

/* Mobile & Desktop Adjustments */
@media (min-width: 480px) {
    .bank-tab[b-t8n60t7fw9] {
        flex-direction: row;
        padding: 16px 12px;
        gap: 12px;
    }

    .bank-name[b-t8n60t7fw9] {
        font-size: 0.85rem;
    }

    .detail-row[b-t8n60t7fw9] {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .detail-row:last-child[b-t8n60t7fw9] {
        padding-bottom: 12px;
    }

    .lbl[b-t8n60t7fw9] {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .activation-alert[b-t8n60t7fw9] {
        padding: 12px 14px;
        margin-top: 12px;
    }

    .activation-text[b-t8n60t7fw9] {
        font-size: 0.85rem;
    }

    .activation-total[b-t8n60t7fw9] {
        font-size: 0.95rem;
    }

    .activation-code-text[b-t8n60t7fw9] {
        font-size: 0.9rem;
    }

    .activation-code-box[b-t8n60t7fw9] {
        padding: 6px 10px;
    }

    .copy-code-btn[b-t8n60t7fw9] {
        padding: 5px 8px !important;
        font-size: 0.9rem !important;
    }
}

/* Premium Scoped Tooltips */
[data-tooltip][b-t8n60t7fw9] {
    position: relative;
}

[data-tooltip][b-t8n60t7fw9]::before {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 130%;
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    background-color: #0f172a; /* Slate 900 */
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 600;
    font-family: 'Segoe UI', -apple-system, sans-serif;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    z-index: 110;
}

[data-tooltip][b-t8n60t7fw9]::after {
    content: '';
    position: absolute;
    bottom: 114%;
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    border-width: 5px;
    border-style: solid;
    border-color: #0f172a transparent transparent transparent;
    opacity: 0;
    pointer-events: none;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 110;
}

/* Tooltip Hover Anim State */
[data-tooltip]:hover[b-t8n60t7fw9]::before,
[data-tooltip]:hover[b-t8n60t7fw9]::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* Disable hover tooltips on mobile/touch screens to avoid sticky hover states */
@media (max-width: 768px) {
    [data-tooltip][b-t8n60t7fw9]::before,
    [data-tooltip][b-t8n60t7fw9]::after {
        display: none !important;
    }
}
/* /Components/Pages/Topup/Sections/TopupAmountSection.razor.rz.scp.css */
.section-card[b-uei2xnys4s] {
    border: 1px solid var(--section-border, #eef0f4);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    transition: 0.25s ease;
}

.fee-box[b-uei2xnys4s] {
    margin-top: 16px;
    border: 1px solid var(--section-border-fee, #e2e8f0);
    border-radius: 10px;
    overflow: hidden;
    font-size: 0.9rem;
}

.fee-row[b-uei2xnys4s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 14px;
    color: var(--fee-row-color, #475569);
    border-bottom: 1px solid var(--fee-row-border, #f1f5f9);
}

    .fee-row:last-child[b-uei2xnys4s] {
        border-bottom: none;
    }

.fee-total[b-uei2xnys4s] {
    background: var(--fee-total-bg-color, #f0fdf4);
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--fee-total-color, #166534);
}

.fee-note[b-uei2xnys4s] {
    margin-top: 10px;
    font-size: 0.82rem;
    color: #64748b;
    background: #f8fafc;
    border-left: 3px solid #acdc79;
    padding: 8px 12px;
    border-radius: 0 6px 6px 0;
}
/* /Components/Pages/Topup/Sections/TopupPaymentMethodSection.razor.rz.scp.css */
.section-card[b-1f07af578n] {
    border: 1px solid var(--section-border, #eef0f4);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    transition: 0.25s ease;
}

.pm-options[b-1f07af578n] {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.pm-tile[b-1f07af578n] {
    flex: 1;
    min-width: 200px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border: var(--pm-border-width, 2px) solid var(--pm-border-color, #e2e8f0);
    border-radius: 12px;
    padding: 16px 20px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: var(--pm-bg-color, #f8fafc);
    user-select: none;
}

    .pm-tile:hover[b-1f07af578n] {
        border-color: var(--pm-hover-border-color, #94a3b8);
        background: var(--pm-hover-bg-color, #f1f5f9);
    }

    .pm-tile.pm-active[b-1f07af578n] {
        border-color: var(--pm-active-border-color, #acdc79);
        background: var(--pm-active-bg-color, rgba(172, 220, 121, 0.1));
        box-shadow: 0 0 0 3px var(--pm-active-shadow-color, rgba(172, 220, 121, 0.25));
    }

.pm-icon[b-1f07af578n] {
    font-size: 2rem;
    line-height: 1;
    flex-shrink: 0;
    margin-top: 2px;
}

.pm-body[b-1f07af578n] {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.pm-label-row[b-1f07af578n] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.pm-label[b-1f07af578n] {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--pm-label-color, #334155);
}

.pm-desc[b-1f07af578n] {
    font-size: 0.8rem;
    color: var(--pm-desc-color, #64748b);
}

.pm-fee[b-1f07af578n] {
    font-size: 0.78rem;
    color: var(--pm-fee-color, #0f766e);
    font-weight: 600;
    background: var(--pm-fee-bg, #f0fdfa);
    border-radius: 4px;
    padding: 2px 6px;
    display: inline-block;
    margin-top: 2px;
}

.card-badge[b-1f07af578n] {
    width: 50px;
    height: 18px;
    flex-shrink: 0;
    vertical-align: middle;
}
/* /Components/Pages/Topup/Sections/TopupReceiverSection.razor.rz.scp.css */
.section-card[b-bvw85wjmzq] {
    border: 1px solid var(--section-border, #eef0f4);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    transition: 0.25s ease;
}
/* /Components/Pages/Topup/Sections/TopupSenderSection.razor.rz.scp.css */
.section-card[b-1lo1xqo2p1] {
    border: 1px solid var(--section-border, #eef0f4);
    border-radius: 12px;
    padding: 24px;
    margin-top: 0;
    margin-bottom: 24px;
    transition: 0.25s ease;
}
/* /Components/Pages/Topup/Topup.razor.rz.scp.css */
/* Global layout classes have been moved to app.css */

.lang-switch[b-60ta1d4tb4] {
    display: flex;
    gap: 0.5rem;
}

.lang-btn[b-60ta1d4tb4] {
    border: 1px solid var(--lang-border-color, #d1d5db);
    background-color: var(--lang-bg-color, #fff);
    color: var(--lang-text-color, #334155);
    font-weight: 600;
    border-radius: 8px;
    padding: 6px 14px;
    cursor: pointer;
    transition: all 0.25s ease;
}

    .lang-btn:hover[b-60ta1d4tb4] {
        background-color: var(--lang-hover-bg, #f3f4f6);
        color: var(--lang-hover-color, #334155);
    }

    .lang-btn.active[b-60ta1d4tb4] {
        background-color: var(--primary-light);
        color: var(--lang-active-color, var(--primary-color));
        border-color: var(--primary-color);
        box-shadow: 0 0 0 2px var(--primary-light);
    }


.lang-switch button[b-60ta1d4tb4] {
    background: none;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
    transition: 0.2s;
}

    .lang-switch button:hover[b-60ta1d4tb4] {
        transform: scale(1.1);
    }

.section-card[b-60ta1d4tb4] {
    border: 1px solid var(--primary-light);
    border-radius: var(--radius-md);
    background: var(--section-card-bg, var(--surface-card));
    padding: 24px;
    margin-bottom: 24px;
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-sm);
}

    .section-card:hover[b-60ta1d4tb4] {
        box-shadow: var(--shadow-lg);
        transform: translateY(-2px);
    }


.form-label[b-60ta1d4tb4] {
    font-weight: 600;
    color: #475569;
}

.form-control[b-60ta1d4tb4],
.form-select[b-60ta1d4tb4] {
    border-radius: var(--radius-sm);
    border: 1px solid #cbd5e1;
    transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
    height: 44px;
    font-family: var(--font-primary);
}

    .form-control:focus[b-60ta1d4tb4],
    .form-select:focus[b-60ta1d4tb4] {
        border-color: #2563eb;
        box-shadow: 0 0 0 0.15rem rgba(37, 99, 235, 0.2);
    }

.validation-message[b-60ta1d4tb4] {
    color: #dc2626;
    font-size: 0.85rem;
    margin-top: 4px;
}

.is-invalid[b-60ta1d4tb4] {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 0.15rem rgba(220, 38, 38, 0.12) !important;
}

.btn-primary[b-60ta1d4tb4] {
    background-color: var(--primary-color);
    border: none;
    border-radius: var(--border-radius, 8px);
    padding: 10px 24px;
    transition: 0.25s ease;
    color: var(--button-text-color);
}

    .btn-primary:hover[b-60ta1d4tb4] {
        background-color: var(--primary-dark);
        color: var(--button-text-color);
    }

.otp-header-bg[b-60ta1d4tb4] {
    background-color: var(--primary-dark);
    border-radius: var(--radius-md) var(--radius-md) 0 0;
}

.otp-input[b-60ta1d4tb4] {
    border: 2px solid var(--primary-color);
    border-radius: var(--radius-sm);
    font-size: 1.8rem;
    letter-spacing: 0.55rem;
    color: var(--primary-dark);
    transition: var(--transition-fast);
}

.otp-input:focus[b-60ta1d4tb4] {
    border-color: var(--primary-dark);
    box-shadow: 0 0 0 0.2rem var(--primary-light);
}

.btn-otp[b-60ta1d4tb4] {
    background-color: var(--primary-dark);
    border: none;
    transition: 0.25s ease;
}

.btn-otp:hover:not(:disabled)[b-60ta1d4tb4] {
    filter: brightness(1.1);
}

.amount-flex[b-60ta1d4tb4] {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

    .amount-flex .form-group[b-60ta1d4tb4] {
        flex: 1 1 240px;
        display: flex;
        flex-direction: column;
    }

/* Terms Modal Styling */
.terms-content h6[b-60ta1d4tb4] {
    letter-spacing: 0.5px;
    border-left: 3px solid #2563eb;
    padding-left: 12px;
}

.terms-content p[b-60ta1d4tb4] {
    margin-bottom: 1.5rem;
}

.modal-dialog-scrollable .modal-body[b-60ta1d4tb4] {
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 transparent;
}

.modal-dialog-scrollable .modal-body[b-60ta1d4tb4]::-webkit-scrollbar {
    width: 6px;
}

.modal-dialog-scrollable .modal-body[b-60ta1d4tb4]::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 10px;
}

