/* /Components/AppLoader.razor.rz.scp.css */
body[b-uyqjkntrr3] {
}

.loading-overlay[b-uyqjkntrr3] {
    position: absolute;
    inset: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.65);
    backdrop-filter: blur(2px);
    border-radius: inherit;
}


.loading_1[b-uyqjkntrr3] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 70px;
    gap: 6px;
}

    .loading_1 span[b-uyqjkntrr3] {
        width: 4px;
        height: 36px;
        border-radius: 10px;
        background: var(--mud-palette-primary);
        animation: scale-b-uyqjkntrr3 0.9s ease-in-out infinite;
    }

    .loading_1 span:nth-child(2)[b-uyqjkntrr3] {
        background: #49a84c;
        animation-delay: -0.8s;
    }

    .loading_1 span:nth-child(3)[b-uyqjkntrr3] {
        background: #f6bb02;
        animation-delay: -0.7s;
    }

    .loading_1 span:nth-child(4)[b-uyqjkntrr3] {
        background: #f6bb02;
        animation-delay: -0.6s;
    }

    .loading_1 span:nth-child(5)[b-uyqjkntrr3] {
        background: #2196f3;
        animation-delay: -0.5s;
    }

@keyframes scale-b-uyqjkntrr3 {
    0%, 40%, 100% {
        transform: scale(0.05);
    }

    20% {
        transform: scale(1);
    }
}

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-iqaxa509fl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-iqaxa509fl] {
    flex: 1;
}

.sidebar[b-iqaxa509fl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-iqaxa509fl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-iqaxa509fl]  a, .top-row[b-iqaxa509fl]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-iqaxa509fl]  a:hover, .top-row[b-iqaxa509fl]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-iqaxa509fl]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-iqaxa509fl] {
        justify-content: space-between;
    }

    .top-row[b-iqaxa509fl]  a, .top-row[b-iqaxa509fl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-iqaxa509fl] {
        flex-direction: row;
    }

    .sidebar[b-iqaxa509fl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-iqaxa509fl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-iqaxa509fl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-iqaxa509fl], article[b-iqaxa509fl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-iqaxa509fl] {
    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-iqaxa509fl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



/*::deep .search-trigger-btn .mud-svg-icon {
    fill: white !important;
}*/
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-wes6uv5uv6] {
    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-wes6uv5uv6] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-wes6uv5uv6] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-wes6uv5uv6] {
    font-size: 1.1rem;
}

.bi[b-wes6uv5uv6] {
    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-wes6uv5uv6] {
    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-wes6uv5uv6] {
    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-wes6uv5uv6] {
    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-wes6uv5uv6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-wes6uv5uv6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-wes6uv5uv6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-wes6uv5uv6]  .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-wes6uv5uv6]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-wes6uv5uv6]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-wes6uv5uv6] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-wes6uv5uv6] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-wes6uv5uv6] {
        display: none;
    }

    .nav-scrollable[b-wes6uv5uv6] {
        /* 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-oluejr2a9f],
.components-reconnect-repeated-attempt-visible[b-oluejr2a9f],
.components-reconnect-failed-visible[b-oluejr2a9f],
.components-pause-visible[b-oluejr2a9f],
.components-resume-failed-visible[b-oluejr2a9f],
.components-rejoining-animation[b-oluejr2a9f] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-oluejr2a9f],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-oluejr2a9f],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-oluejr2a9f],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-oluejr2a9f],
#components-reconnect-modal.components-reconnect-retrying[b-oluejr2a9f],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-oluejr2a9f],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-oluejr2a9f],
#components-reconnect-modal.components-reconnect-failed[b-oluejr2a9f],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-oluejr2a9f] {
    display: block;
}


#components-reconnect-modal[b-oluejr2a9f] {
    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-oluejr2a9f 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-oluejr2a9f 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-oluejr2a9f 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-oluejr2a9f]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-oluejr2a9f 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-oluejr2a9f {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-oluejr2a9f {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-oluejr2a9f {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-oluejr2a9f] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-oluejr2a9f] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-oluejr2a9f] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-oluejr2a9f] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-oluejr2a9f] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-oluejr2a9f] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-oluejr2a9f] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-oluejr2a9f 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-oluejr2a9f] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-oluejr2a9f {
    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/Login.razor.rz.scp.css */
/* ── Root & background ───────────────────────────── */
.erp-login-root[b-32ajyj0lda] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 20px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: radial-gradient(circle at top left, rgba(120,170,255,0.22), transparent 28%), radial-gradient(circle at bottom right, rgba(80,210,255,0.16), transparent 30%), linear-gradient(135deg, #AFC8F4 0%, #90B8F6 35%, #7FAAF3 65%, #6E9EF0 100%);
}

/* Animated layered waves */
.erp-wave-layer[b-32ajyj0lda] {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

    .erp-wave-layer svg[b-32ajyj0lda] {
        width: 100%;
        height: 100%;
        position: absolute;
        inset: 0;
    }

.wave-1[b-32ajyj0lda] {
    animation: waveShift-b-32ajyj0lda 14s ease-in-out infinite alternate;
}

.wave-2[b-32ajyj0lda] {
    animation: waveShift-b-32ajyj0lda 20s ease-in-out infinite alternate-reverse;
}

.wave-3[b-32ajyj0lda] {
    animation: waveShift-b-32ajyj0lda 26s ease-in-out infinite alternate;
}

@keyframes waveShift-b-32ajyj0lda {
    0% {
        transform: translateX(0) scale(1);
    }

    100% {
        transform: translateX(-40px) scale(1.04);
    }
}

/* Floating orbs */
.erp-orb[b-32ajyj0lda] {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    animation: orbFloat-b-32ajyj0lda 10s ease-in-out infinite alternate;
}

.erp-orb-1[b-32ajyj0lda] {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(30,90,200,0.18) 0%, transparent 70%);
    top: -120px;
    left: -80px;
}

.erp-orb-2[b-32ajyj0lda] {
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(0,180,220,0.12) 0%, transparent 70%);
    bottom: -80px;
    right: 10%;
    animation-delay: -5s;
}

.erp-orb-3[b-32ajyj0lda] {
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, rgba(80,40,200,0.14) 0%, transparent 70%);
    top: 40%;
    right: -60px;
    animation-delay: -2.5s;
}

@keyframes orbFloat-b-32ajyj0lda {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-30px);
    }
}

/* ── Card ────────────────────────────────────────── */
.erp-card[b-32ajyj0lda] {
    position: relative;
    z-index: 10;
    /* Clamp width: never wider than 900px, never wider than 92vw */
    width: min(900px, 92vw);
    /* Clamp height: shrinks on short/small screens */
    max-height: min(575px, 88vh);
    display: flex;
    border-radius: 28px;
    overflow: hidden;
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255,255,255,0.35);
    box-shadow: 0 25px 80px rgba(20,40,90,0.18), 0 8px 24px rgba(20,40,90,0.08);
    animation: cardReveal-b-32ajyj0lda 0.65s cubic-bezier(0.22,1,0.36,1) both;
}

    .erp-card[b-32ajyj0lda]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(120deg, rgba(255,255,255,0.06), transparent 30%, transparent 70%, rgba(255,255,255,0.04));
        pointer-events: none;
    }

@keyframes cardReveal-b-32ajyj0lda {
    from {
        opacity: 0;
        transform: translateY(24px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* ── Left: Login panel ───────────────────────────── */
.erp-form-panel[b-32ajyj0lda] {
    width: 46%;
    min-width: 320px;
    max-width: 420px;
    background: linear-gradient(180deg, rgba(255,255,255,0.72) 0%, rgba(255,255,255,0.50) 100%);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    padding: 24px 34px 18px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255,255,255,0.30);
    overflow-y: auto;
}

/* ── Logo ── */
.erp-logo-row[b-32ajyj0lda] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    animation: fadeUp-b-32ajyj0lda 0.5s 0.08s cubic-bezier(0.22,1,0.36,1) both;
}

.erp-logo-icon[b-32ajyj0lda] {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: linear-gradient(135deg, #1E56C8 0%, #00C9FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 14px rgba(0,160,220,0.30);
}

.erp-logo-text[b-32ajyj0lda] {
    font-size: 20px;
    font-weight: 800;
    color: #112B5B;
    letter-spacing: -0.4px;
}

    .erp-logo-text span[b-32ajyj0lda] {
        color: #2F7BFF;
    }

/* ── Headings ── */
.erp-heading[b-32ajyj0lda] {
    font-size: 20px;
    font-weight: 700;
    color: #112B5B;
    margin: 0 0 3px;
    letter-spacing: -0.4px;
    animation: fadeUp-b-32ajyj0lda 0.5s 0.14s cubic-bezier(0.22,1,0.36,1) both;
}

.erp-subheading[b-32ajyj0lda] {
    font-size: 12.5px;
    color: rgba(20,40,80,0.52);
    margin: 0 0 16px;
    animation: fadeUp-b-32ajyj0lda 0.5s 0.18s cubic-bezier(0.22,1,0.36,1) both;
}

/* ── Field labels ── */
.erp-field-label[b-32ajyj0lda] {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #18376C;
    letter-spacing: 0.1px;
}

/* ── Wrapper ── */
.erp-wrap[b-32ajyj0lda] {
    position: relative;
    margin-bottom: 13px;
}

    /* ── Pierce into InputText's rendered <input> ── */
    .erp-wrap[b-32ajyj0lda]  input {
        display: block !important;
        width: 100% !important;
        height: 50px !important;
        box-sizing: border-box !important;
        padding: 0 14px 0 46px !important;
        border: 1.8px solid rgba(100,145,220,0.35) !important;
        border-radius: 14px !important;
        background: rgba(255,255,255,0.88) !important;
        font-family: 'Plus Jakarta Sans', sans-serif !important;
        font-size: 14.5px !important;
        font-weight: 500 !important;
        color: #16305E !important;
        -webkit-text-fill-color: #16305E !important;
        caret-color: #2F7BFF;
        outline: none !important;
        box-shadow: 0 1px 3px rgba(80,120,200,0.07) !important;
        transition: border-color .2s, box-shadow .2s, background .2s, transform .15s;
        appearance: none !important;
        -webkit-appearance: none !important;
    }

        .erp-wrap[b-32ajyj0lda]  input::placeholder {
            color: rgba(40,70,130,0.40) !important;
            -webkit-text-fill-color: rgba(40,70,130,0.40) !important;
            font-weight: 400 !important;
        }

        .erp-wrap[b-32ajyj0lda]  input:hover {
            border-color: rgba(47,123,255,0.50) !important;
            background: rgba(255,255,255,0.95) !important;
        }

        .erp-wrap[b-32ajyj0lda]  input:focus {
            border-color: rgba(47,123,255,0.72) !important;
            background: #ffffff !important;
            box-shadow: 0 0 0 4px rgba(47,123,255,0.12) !important;
            transform: translateY(-1px);
        }

    /* Password field — extra right padding for eye icon */
    .erp-wrap.has-eye[b-32ajyj0lda]  input {
        padding-right: 46px !important;
    }

    /* Autofill */
    .erp-wrap[b-32ajyj0lda]  input:-webkit-autofill,
    .erp-wrap[b-32ajyj0lda]  input:-webkit-autofill:hover,
    .erp-wrap[b-32ajyj0lda]  input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 1000px rgba(255,255,255,0.95) inset !important;
        -webkit-text-fill-color: #16305E !important;
        border-color: rgba(47,123,255,0.45) !important;
        transition: background-color 5000s;
    }

    /* Invalid state */
    /* Invalid field */
    .erp-wrap input:invalid:focus[b-32ajyj0lda]{
        border-color: rgba(220, 60, 80, 0.58) !important;
        background: rgba(255, 245, 246, 0.96) !important;
        box-shadow: 0 0 0 4px rgba(220, 60, 80, 0.12) !important;
        animation: fieldShake-b-32ajyj0lda .22s ease-in-out;
    }

        /* Icon turns red */
        .erp-wrap input:invalid:focus ~ .erp-ico[b-32ajyj0lda],

        .erp-wrap:has(input:invalid:focus) .erp-ico.L[b-32ajyj0lda]{
            stroke: #D83B55 !important;
        }

    /* Optional subtle glow */
    .erp-wrap:has(input:invalid)[b-32ajyj0lda] {
        filter: drop-shadow(0 4px 10px rgba(220,60,80,0.08));
    }

/* Shake animation */
@keyframes fieldShake-b-32ajyj0lda {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-2px);
    }

    50% {
        transform: translateX(2px);
    }

    75% {
        transform: translateX(-1px);
    }

    100% {
        transform: translateX(0);
    }
}

    /* Invalid left icon */
    .erp-wrap:has(input.invalid) .erp-ico.L[b-32ajyj0lda] {
        stroke: #D94A68 !important;
    }

    /* Invalid eye icon */
    .erp-wrap:has(input.invalid) .erp-ico.R[b-32ajyj0lda] {
        stroke: rgba(217, 74, 104, 0.78) !important;
    }

/* ── Icons ── */
.erp-ico[b-32ajyj0lda] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    z-index: 5;
    display: block !important;
    overflow: visible;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

    .erp-ico.L[b-32ajyj0lda] {
        left: 14px;
        pointer-events: none;
        stroke: rgba(55, 100, 180, 0.55);
    }

    .erp-ico.R[b-32ajyj0lda] {
        right: 14px;
        cursor: pointer;
        pointer-events: all;
        stroke: rgba(55, 100, 180, 0.45);
        transition: stroke .15s;
    }

        .erp-ico.R:hover[b-32ajyj0lda] {
            stroke: rgba(47, 123, 255, 0.85);
        }

/* ── Validation error ── */
.erp-error[b-32ajyj0lda] {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11.8px;
    font-weight: 600;
    color: #D94A68;
    margin-top: -8px;
    margin-bottom: 12px;
    padding-left: 3px;
    animation: fadeError .18s ease;
}

    /* Small dot before message */
    .erp-error[b-32ajyj0lda]::before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: currentColor;
        flex-shrink: 0;
    }


.erp-login-error[b-32ajyj0lda] {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    background: linear-gradient( 135deg, rgba(255, 90, 110, 0.10), rgba(255, 90, 110, 0.06) );
    border: 1px solid rgba(220, 70, 95, 0.16);
    color: #D84A64;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    backdrop-filter: blur(8px);
    animation: fadeError .2s ease;
}

/* Error animation */
/* Shake animation */
@keyframes shakeField-b-32ajyj0lda {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-3px);
    }

    50% {
        transform: translateX(3px);
    }

    75% {
        transform: translateX(-2px);
    }

    100% {
        transform: translateX(0);
    }
}

/* ── Login button ── */
.erp-btn[b-32ajyj0lda] {
    width: 100%;
    height: 46px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #1A4FBF 0%, #00B8DA 100%);
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform 0.15s, box-shadow 0.15s;
    box-shadow: 0 5px 22px rgba(0,160,210,0.30);
    margin-top: 4px;
}

    .erp-btn[b-32ajyj0lda]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(255,255,255,0);
        transition: background 0.2s;
    }

    .erp-btn:hover[b-32ajyj0lda] {
        transform: translateY(-1px);
        box-shadow: 0 8px 28px rgba(0,170,220,0.38);
    }

        .erp-btn:hover[b-32ajyj0lda]::before {
            background: rgba(255,255,255,0.07);
        }

    .erp-btn:active[b-32ajyj0lda] {
        transform: translateY(0) scale(0.99);
    }

    .erp-btn.loading[b-32ajyj0lda] {
        pointer-events: none;
        opacity: 0.8;
    }

/* ── Footer note ── */
.erp-footer-note[b-32ajyj0lda] {
    font-size: 11.5px;
    color: rgba(25,45,80,0.48);
    text-align: center;
    margin-top: auto;
    padding-top: 20px;
    line-height: 1.6;
}

    .erp-footer-note a[b-32ajyj0lda] {
        color: #2F7BFF;
        text-decoration: none;
        font-weight: 500;
    }

        .erp-footer-note a:hover[b-32ajyj0lda] {
            text-decoration: underline;
        }

/* ── Right: Illustration panel ── */
.erp-illus-panel[b-32ajyj0lda] {
    flex: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(14px, 2vw, 32px);
    background: radial-gradient(circle at top right, rgba(255,255,255,0.28) 0%, transparent 32%), radial-gradient(circle at bottom left, rgba(255,255,255,0.18) 0%, transparent 30%), linear-gradient(135deg, #BFD5F8 0%, #A9C8F8 22%, #93BBF7 48%, #81AFF5 72%, #75A6F2 100%);
}

    .erp-illus-panel[b-32ajyj0lda]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse 70% 60% at 60% 30%, rgba(20,80,200,0.13) 0%, transparent 70%), radial-gradient(ellipse 50% 50% at 30% 80%, rgba(0,140,200,0.10) 0%, transparent 70%);
        pointer-events: none;
    }

.erp-illus-svg[b-32ajyj0lda] {
    width: 100%;
    max-width: 480px;
    height: auto;
    position: relative;
    z-index: 2;
    animation: cardReveal-b-32ajyj0lda 0.8s 0.2s cubic-bezier(0.22,1,0.36,1) both;
    filter: drop-shadow(0 24px 48px rgba(0,0,0,0.16));
}

/* ── Shared animation ── */
@keyframes fadeUp-b-32ajyj0lda {
    from {
        opacity: 0;
        transform: translateY(14px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Responsive ── */
@media (max-width: 700px) {
    .erp-illus-panel[b-32ajyj0lda] {
        display: none;
    }

    .erp-form-panel[b-32ajyj0lda] {
        flex: 1;
        border-right: none;
        min-width: unset;
        max-width: unset;
    }

    .erp-card[b-32ajyj0lda] {
        width: 95vw;
        max-height: none;
    }
}


input[type="password"][b-32ajyj0lda]::-ms-reveal,
input[type="password"][b-32ajyj0lda]::-ms-clear {
    display: none;
}
/* /Components/Pages/RMS/MIS/RevStats.razor.rz.scp.css */
[b-samt3t00x2] .custom-grid .mud-table-head .mud-table-cell {
    background-color: #f5f5f5 !important;
}

/* --- Base styles for header classes --- */
[b-samt3t00x2] th.Cyr-header {
    background-color: #e3f2fd !important;
    color: #0000ff !important;
}

[b-samt3t00x2] th.Lyr-header {
    background-color: #e8f5e9 !important;
    color: #008800 !important;
}

[b-samt3t00x2] th.Var-header {
    background-color: #e8f5e9 !important;
    color: #ff0000 !important;
}

    /* --- Right alignment fix for MudBlazor --- */
    [b-samt3t00x2] th.Cyr-header .mud-table-cell-content,
    [b-samt3t00x2] th.Lyr-header .mud-table-cell-content,
    [b-samt3t00x2] th.Var-header .mud-table-cell-content,
    [b-samt3t00x2] th.Cyr-header .mud-datagrid-header-cell,
    [b-samt3t00x2] th.Lyr-header .mud-datagrid-header-cell,
    [b-samt3t00x2] th.Var-header .mud-datagrid-header-cell,
    [b-samt3t00x2] th.Cyr-header .column-header,
    [b-samt3t00x2] th.Lyr-header .column-header,
    [b-samt3t00x2] th.Var-header .column-header {
        justify-content: flex-end !important;
        text-align: right !important;
        width: 100% !important;
        display: flex !important;
    }
