/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.rm-auth-shell[b-428liqj181] {
    display: flex;
    min-height: 100vh;
}

.rm-auth-illustration[b-428liqj181] {
    flex: 1.1;
    background: var(--rm-navy);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: var(--rm-space-8);
    gap: 12px;
}

.rm-auth-logo[b-428liqj181] {
    width: 120px;
    height: auto;
    object-fit: contain;
    /* invert white logo on the dark navy panel */
    filter: brightness(0) invert(1);
    margin-bottom: 8px;
}

.rm-auth-wordmark[b-428liqj181], .rm-auth-tagline[b-428liqj181] {
    position: relative;
    z-index: 1;
    color: #fff;
}

.rm-auth-form[b-428liqj181] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--rm-space-8);
    background: var(--rm-surface);
}

@media (max-width: 768px) {
    .rm-auth-shell[b-428liqj181] {
        flex-direction: column;
    }

    .rm-auth-illustration[b-428liqj181] {
        flex: none;
        padding: var(--rm-space-6);
        min-height: 180px;
    }

    .rm-auth-logo[b-428liqj181] {
        width: 80px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-nemf60q3d1] {
    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-nemf60q3d1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jri56xw5zw],
.components-reconnect-repeated-attempt-visible[b-jri56xw5zw],
.components-reconnect-failed-visible[b-jri56xw5zw],
.components-pause-visible[b-jri56xw5zw],
.components-resume-failed-visible[b-jri56xw5zw],
.components-rejoining-animation[b-jri56xw5zw] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jri56xw5zw],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jri56xw5zw],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jri56xw5zw],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jri56xw5zw],
#components-reconnect-modal.components-reconnect-retrying[b-jri56xw5zw],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jri56xw5zw],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jri56xw5zw],
#components-reconnect-modal.components-reconnect-failed[b-jri56xw5zw],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jri56xw5zw] {
    display: block;
}


#components-reconnect-modal[b-jri56xw5zw] {
    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-jri56xw5zw 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jri56xw5zw 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jri56xw5zw 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jri56xw5zw]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jri56xw5zw 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jri56xw5zw {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jri56xw5zw {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jri56xw5zw {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jri56xw5zw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jri56xw5zw] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jri56xw5zw] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jri56xw5zw] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jri56xw5zw] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jri56xw5zw] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jri56xw5zw] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jri56xw5zw 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jri56xw5zw] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jri56xw5zw {
    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/TwoFactor.razor.rz.scp.css */
.rm-otp-box[b-xlhzy2dast] {
    width: 48px;
    height: 56px;
    text-align: center;
    font-size: 1.5rem;
    border: 1px solid var(--rm-text-secondary);
    border-radius: var(--rm-radius-sm);
    background: transparent;
    color: inherit;
}

    .rm-otp-box:focus[b-xlhzy2dast] {
        outline: none;
        border-color: var(--rm-azure);
        box-shadow: 0 0 0 2px rgba(46, 134, 222, 0.25);
    }
/* /Components/Pages/AdminDashboard.razor.rz.scp.css */
/* Animated gradient mesh for the admin hero card. The ERO hero (EroDashboard.razor.css)
   uses a simpler teal gradient — the animated version is admin-only as a design signal. */
@keyframes rm-gradient-mesh-b-oa17y08vl1 {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.rm-hero[b-oa17y08vl1] {
    background: linear-gradient(135deg, #0d1b2a 0%, #1b3a5c 30%, #2e86de 65%, #48cfad 100%);
    background-size: 300% 300%;
    animation: rm-gradient-mesh-b-oa17y08vl1 8s ease infinite;
    color: #fff;
    border-radius: 16px;
}
/* /Components/Pages/AffiliateDetail.razor.rz.scp.css */
.rm-hero[b-0ldfpa7lnq] {
    background: linear-gradient(135deg, var(--rm-navy) 0%, var(--rm-azure) 100%);
    color: #fff;
}
/* /Components/Pages/CustomerDetail.razor.rz.scp.css */
.rm-hero[b-e25uzbxv7n] {
    background: linear-gradient(135deg, var(--rm-navy) 0%, var(--rm-azure) 100%);
    color: #fff;
}
/* /Components/Pages/EroDashboard.razor.rz.scp.css */
.rm-hero[b-0egewl61ma] {
    background: linear-gradient(135deg, var(--rm-navy) 0%, var(--rm-teal) 100%);
    color: #fff;
}
