/* /Components/Account/Shared/ContinueWithGoogleButton.razor.rz.scp.css */
/* .gsi-material-button {
    user-select: none;
    appearance: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;

    background-color: white;
    background-image: none;
    border: 1px solid #747775;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
} */
/* /Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.gsi-material-button[b-8oos87x4tv] {
    user-select: none;
    appearance: none;
    
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon[b-8oos87x4tv] {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper[b-8oos87x4tv] {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.gsi-material-button .gsi-material-button-contents[b-8oos87x4tv] {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button .gsi-material-button-state[b-8oos87x4tv] {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gsi-material-button:disabled[b-8oos87x4tv] {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents[b-8oos87x4tv] {
    opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon[b-8oos87x4tv] {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state[b-8oos87x4tv],
.gsi-material-button:not(:disabled):focus .gsi-material-button-state[b-8oos87x4tv] {
    background-color: #303030;
    opacity: 12%;
}

.gsi-material-button:not(:disabled):hover[b-8oos87x4tv] {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state[b-8oos87x4tv] {
    background-color: #303030;
    opacity: 8%;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7p90houwpw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7p90houwpw] {
    flex: 1;
}

.sidebar[b-7p90houwpw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7p90houwpw] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7p90houwpw]  a, .top-row[b-7p90houwpw]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7p90houwpw]  a:hover, .top-row[b-7p90houwpw]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7p90houwpw]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-7p90houwpw] {
        justify-content: space-between;
    }

    .top-row[b-7p90houwpw]  a, .top-row[b-7p90houwpw]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7p90houwpw] {
        flex-direction: row;
    }

    .sidebar[b-7p90houwpw] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7p90houwpw] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7p90houwpw]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7p90houwpw], article[b-7p90houwpw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-7p90houwpw] {
    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-7p90houwpw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MobileBottomNav.razor.rz.scp.css */
/* ── Bottom tab bar ─────────────────────────────────────────────────── */
.mobile-bottom-nav[b-rsfodkca3g] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    background-color: var(--rz-base-background-color, #ffffff);
    /* Elevation instead of a hard border */
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06), 0 -6px 20px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: stretch;
    z-index: 1000;
    padding-bottom: env(safe-area-inset-bottom);
}

/* ── Individual tab ─────────────────────────────────────────────────── */
.bottom-nav-tab[b-rsfodkca3g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 0;
    padding: 8px 4px 6px;
    text-decoration: none;
    color: var(--rz-text-disabled-color, #bdbdbd);
    background: none;
    border: none;
    cursor: pointer;
    gap: 4px;
    transition: color 0.2s ease;
    -webkit-tap-highlight-color: transparent;
}

.bottom-nav-tab:active[b-rsfodkca3g] {
    opacity: 0.7;
}

.bottom-nav-tab.active[b-rsfodkca3g] {
    color: var(--rz-primary, #77c149);
}

/* ── Pill highlight behind active icon ──────────────────────────────── */
.nav-icon-pill[b-rsfodkca3g] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 28px;
    border-radius: 14px;
    transition: background-color 0.2s ease;
}

.bottom-nav-tab.active .nav-icon-pill[b-rsfodkca3g] {
    background-color: color-mix(in srgb, var(--rz-primary, #77c149) 14%, transparent);
}

.nav-icon-pill .rzi[b-rsfodkca3g] {
    font-size: 22px;
    line-height: 1;
}

/* ── Label ──────────────────────────────────────────────────────────── */
.bottom-nav-label[b-rsfodkca3g] {
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    line-height: 1;
}

/* ── Sub-menu overlay ───────────────────────────────────────────────── */
.bottom-nav-overlay[b-rsfodkca3g] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 999;
    display: flex;
    align-items: flex-end;
    animation: bottomNavFadeIn-b-rsfodkca3g 0.15s ease;
}

/* ── Slide-up sheet ─────────────────────────────────────────────────── */
.bottom-nav-sheet[b-rsfodkca3g] {
    background-color: var(--rz-base-background-color, #ffffff);
    width: 100%;
    border-radius: 20px 20px 0 0;
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
    animation: bottomNavSlideUp-b-rsfodkca3g 0.25s cubic-bezier(0.32, 0.72, 0, 1);
}

.bottom-nav-sheet-handle[b-rsfodkca3g] {
    width: 36px;
    height: 4px;
    background-color: var(--rz-border-color, #e0e0e0);
    border-radius: 2px;
    margin: 14px auto 10px;
}

.bottom-nav-sheet-item[b-rsfodkca3g] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 15px 24px;
    text-decoration: none;
    color: var(--rz-text-color, #212121);
    font-size: 0.9375rem;
    font-weight: 500;
    -webkit-tap-highlight-color: transparent;
}

.bottom-nav-sheet-item:active[b-rsfodkca3g] {
    background-color: rgba(0, 0, 0, 0.04);
}

.bottom-nav-sheet-item .rzi[b-rsfodkca3g] {
    font-size: 22px;
    color: var(--rz-primary, #77c149);
}

/* ── Animations ─────────────────────────────────────────────────────── */
@keyframes bottomNavFadeIn-b-rsfodkca3g {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes bottomNavSlideUp-b-rsfodkca3g {
    from { transform: translateY(100%); }
    to   { transform: translateY(0);    }
}
/* /Components/Layout/MobileLayout.razor.rz.scp.css */
/* ── Header ─────────────────────────────────────────────────────────── */
[b-f41qi1z181] .rz-header {
    height: 56px;
    background-color: var(--rz-base-background-color, #ffffff);
    border-bottom: none;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06), 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 0;
    display: flex;
    align-items: center;
}

/* ── Header inner layout — logo absolutely centred, sides flex ───────── */
.mobile-header[b-f41qi1z181] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 8px;
    position: relative;
}

/* Logo sits dead-centre regardless of button text length */
.mobile-header-logo[b-f41qi1z181] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    pointer-events: none;
}

/* Fixed-width placeholders keep the logo centred when no button is shown */
.mobile-header-side[b-f41qi1z181] {
    width: 72px;
    flex-shrink: 0;
}

/* Sidebar toggle sizing (staff) */
[b-f41qi1z181] .rz-header .rz-sidebar-toggle {
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ── Native-style back button ────────────────────────────────────────── */
.mobile-back-btn[b-f41qi1z181] {
    display: flex;
    align-items: center;
    gap: 2px;
    background: none;
    border: none;
    padding: 8px 4px;
    min-width: 44px;   /* iOS HIG minimum tap target */
    min-height: 44px;
    color: var(--rz-primary, #77c149);
    font-size: 0.9375rem;
    font-weight: 500;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    flex-shrink: 0;
}

.mobile-back-btn .rzi[b-f41qi1z181] {
    font-size: 18px;
    line-height: 1;
}

.mobile-back-btn:active[b-f41qi1z181] {
    opacity: 0.5;
}

/* ── Body ───────────────────────────────────────────────────────────── */
[b-f41qi1z181] .rz-body {
    padding: 0;
}

/* ── Footer: hidden on mobile (bottom nav replaces it) ───────────────── */
[b-f41qi1z181] .rz-footer {
    display: none;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2xu48ykdvn],
.components-reconnect-repeated-attempt-visible[b-2xu48ykdvn],
.components-reconnect-failed-visible[b-2xu48ykdvn],
.components-pause-visible[b-2xu48ykdvn],
.components-resume-failed-visible[b-2xu48ykdvn],
.components-rejoining-animation[b-2xu48ykdvn] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2xu48ykdvn],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2xu48ykdvn],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2xu48ykdvn],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2xu48ykdvn],
#components-reconnect-modal.components-reconnect-retrying[b-2xu48ykdvn],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2xu48ykdvn],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2xu48ykdvn],
#components-reconnect-modal.components-reconnect-failed[b-2xu48ykdvn],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2xu48ykdvn] {
    display: block;
}


#components-reconnect-modal[b-2xu48ykdvn] {
    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-2xu48ykdvn 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2xu48ykdvn 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2xu48ykdvn 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2xu48ykdvn]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2xu48ykdvn 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2xu48ykdvn {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2xu48ykdvn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2xu48ykdvn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2xu48ykdvn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2xu48ykdvn] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2xu48ykdvn] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2xu48ykdvn] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-2xu48ykdvn] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-2xu48ykdvn] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2xu48ykdvn] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2xu48ykdvn 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2xu48ykdvn] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2xu48ykdvn {
    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/Account/Manage/Affordability/AffordabilityMobile.razor.rz.scp.css */
/* Mobile menu styles live in wwwroot/app.css — see .mobile-menu-* classes */
/* /Components/Pages/Account/Manage/Authentication/Authentication.razor.rz.scp.css */
/* ── Settings row ────────────────────────────────────────────────────── */
.auth-row[b-eoy09hby2s] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    min-height: 64px;
}

/* ── Text block ──────────────────────────────────────────────────────── */
.auth-row-info[b-eoy09hby2s] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.auth-row-title[b-eoy09hby2s] {
    font-size: 0.9375rem;
    font-weight: 500;
    line-height: 1.3;
}

.auth-row-desc[b-eoy09hby2s] {
    font-size: 0.8125rem;
    color: var(--rz-text-secondary-color, #6c757d);
    line-height: 1.3;
}
/* /Components/Pages/Account/Manage/ContactDetails/Addresses.razor.rz.scp.css */
.address-row[b-a6ekndtvlg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    gap: 8px;
}

.address-row--primary[b-a6ekndtvlg] {
    background-color: var(--rz-success-lighter, #e6f4ea);
    border-left: 3px solid var(--rz-success, #34a853);
    padding-left: 13px;
}

.address-info[b-a6ekndtvlg] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.address-type[b-a6ekndtvlg] {
    font-size: 0.9375rem;
    font-weight: 500;
}

.address-content[b-a6ekndtvlg] {
    font-size: 0.8125rem;
    color: var(--rz-text-secondary-color, #6c757d);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Components/Pages/Account/Manage/ContactDetails/CommunicationConsents.razor.rz.scp.css */
.consent-type-section[b-3yn929eo7v] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 16px;
}

.consent-type-name[b-3yn929eo7v] {
    font-size: 0.9375rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.consent-method-row[b-3yn929eo7v] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}
/* /Components/Pages/Account/Manage/ContactDetails/ContactDetailsMobile.razor.rz.scp.css */
/* Mobile menu styles live in wwwroot/app.css — see .mobile-menu-* classes */
/* /Components/Pages/Account/Manage/ContactDetails/ContactMethods.razor.rz.scp.css */
.contact-method-row[b-8rg2hr7m12] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    gap: 8px;
}

.contact-method-row--primary[b-8rg2hr7m12] {
    background-color: var(--rz-success-lighter, #e6f4ea);
    border-left: 3px solid var(--rz-success, #34a853);
    padding-left: 13px;
}

.contact-method-info[b-8rg2hr7m12] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.contact-method-type[b-8rg2hr7m12] {
    font-size: 0.9375rem;
    font-weight: 500;
}

.contact-method-content[b-8rg2hr7m12] {
    font-size: 0.8125rem;
    color: var(--rz-text-secondary-color, #6c757d);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Components/Pages/Account/Manage/ContainerMobile.razor.rz.scp.css */
/* Mobile menu styles live in wwwroot/app.css — see .mobile-menu-* classes */
/* /Components/Pages/Account/Manage/EmploymentDetails/EmploymentDetails.razor.rz.scp.css */
.employment-row[b-jzmcievdkx] {
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.employment-employer[b-jzmcievdkx] {
    font-size: 0.9375rem;
    font-weight: 500;
}

.employment-details[b-jzmcievdkx] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.employment-detail-row[b-jzmcievdkx] {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.employment-label[b-jzmcievdkx] {
    font-size: 0.8125rem;
    color: var(--rz-text-secondary-color, #6c757d);
}

.employment-value[b-jzmcievdkx] {
    font-size: 0.8125rem;
    text-align: right;
}
/* /Components/Pages/Account/Manage/Status/Status.razor.rz.scp.css */
.status-rule-row[b-nkjorflx13] {
    padding: 12px 16px;
}

.status-progress-label[b-nkjorflx13] {
    font-size: 0.8125rem;
    color: var(--rz-text-secondary-color, #6c757d);
    text-align: right;
}

.status-loan-header[b-nkjorflx13] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    gap: 8px;
}

.status-loan-header strong[b-nkjorflx13] {
    font-size: 0.9375rem;
}
