/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-shell[b-zdx9lv52i5] {
    align-items: center;
    background: #f4f6f8;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 1.5rem;
}

[b-zdx9lv52i5] .login-panel {
    background: #fff;
    border: 1px solid #dde3ea;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(20, 31, 44, 0.08);
    max-width: 420px;
    padding: 2rem;
    width: 100%;
}

[b-zdx9lv52i5] .login-heading {
    margin-bottom: 1.5rem;
}

[b-zdx9lv52i5] .login-logo {
    display: block;
    height: auto;
    margin: 0 auto 1.25rem;
    max-height: 4.5rem;
    max-width: 11rem;
    object-fit: contain;
    width: min(55%, 11rem);
}

[b-zdx9lv52i5] .login-heading span {
    color: #4b6b8a;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
}

[b-zdx9lv52i5] .login-heading h1 {
    font-size: 1.8rem;
    margin: 0.25rem 0 0;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4yzk5cxnp7] {
    background: #f5f8f7;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-4yzk5cxnp7] {
    flex: 1;
}

.sidebar[b-4yzk5cxnp7] {
    background: linear-gradient(180deg, #3ab37b 0%, #2f9f73 48%, #247f68 100%);
    box-shadow: 7px 0 24px rgba(0, 68, 78, 0.13);
}

.top-row[b-4yzk5cxnp7] {
    background-color: #ffffff;
    border-bottom: 1px solid #dbe8e5;
    justify-content: flex-end;
    gap: 1rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
}

.admin-user[b-4yzk5cxnp7] {
    color: #115a72;
    font-size: 0.95rem;
    font-weight: 700;
}

.session-check[b-4yzk5cxnp7] {
    align-items: center;
    display: flex;
    min-height: 100vh;
    justify-content: center;
}

    .top-row[b-4yzk5cxnp7]  a, .top-row[b-4yzk5cxnp7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4yzk5cxnp7]  a:hover, .top-row[b-4yzk5cxnp7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4yzk5cxnp7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4yzk5cxnp7] {
        justify-content: space-between;
    }

    .top-row[b-4yzk5cxnp7]  a, .top-row[b-4yzk5cxnp7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4yzk5cxnp7] {
        flex-direction: row;
    }

    .sidebar[b-4yzk5cxnp7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4yzk5cxnp7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4yzk5cxnp7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4yzk5cxnp7], article[b-4yzk5cxnp7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4yzk5cxnp7] {
    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-4yzk5cxnp7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.login-shell[b-4yzk5cxnp7] {
    align-items: center;
    background: #f4f6f8;
    display: flex;
    min-height: 100vh;
    justify-content: center;
    padding: 1.5rem;
}

[b-4yzk5cxnp7] .login-panel {
    background: #fff;
    border: 1px solid #d8e7e3;
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(23, 90, 101, 0.11);
    max-width: 420px;
    padding: 2rem;
    width: 100%;
}

[b-4yzk5cxnp7] .login-heading {
    margin-bottom: 1.5rem;
}

[b-4yzk5cxnp7] .login-logo {
    display: block;
    height: auto;
    margin: 0 auto 1.25rem;
    max-height: 4.5rem;
    max-width: 11rem;
    object-fit: contain;
    width: min(55%, 11rem);
}

[b-4yzk5cxnp7] .login-heading span {
    color: #2f9f73;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
}

[b-4yzk5cxnp7] .login-heading h1 {
    font-size: 1.8rem;
    margin: 0.25rem 0 0;
}

[b-4yzk5cxnp7] .dashboard-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

[b-4yzk5cxnp7] .dashboard-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

[b-4yzk5cxnp7] .kpi-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin-bottom: 1.5rem;
}

[b-4yzk5cxnp7] .kpi-card {
    background: #fff;
    border: 1px solid #d8e7e3;
    border-radius: 8px;
    padding: 1rem;
}

[b-4yzk5cxnp7] .kpi-card span {
    color: #257d69;
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

[b-4yzk5cxnp7] .kpi-card strong {
    color: #115a72;
    display: block;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-top: 0.35rem;
}

[b-4yzk5cxnp7] .kpi-card small {
    color: #5c6670;
}

[b-4yzk5cxnp7] .dashboard-section {
    margin-bottom: 1.5rem;
}

[b-4yzk5cxnp7] .section-heading {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

[b-4yzk5cxnp7] .section-heading h2 {
    font-size: 1.2rem;
    margin: 0;
}

[b-4yzk5cxnp7] .module-heading {
    margin-top: 1.75rem;
}

[b-4yzk5cxnp7] .attention-grid {
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

[b-4yzk5cxnp7] .attention-item {
    align-items: center;
    background: #fff7ed;
    border: 1px solid #ffd3a3;
    border-radius: 8px;
    display: flex;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
}

[b-4yzk5cxnp7] .attention-item strong {
    color: #c96000;
    font-size: 1.3rem;
}

[b-4yzk5cxnp7] .recent-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

[b-4yzk5cxnp7] .recent-grid h3 {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

[b-4yzk5cxnp7] .activity-list {
    background: #fff;
    border: 1px solid #d8e7e3;
    border-radius: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

[b-4yzk5cxnp7] .activity-list li {
    border-bottom: 1px solid #eef2f6;
    padding: 0.75rem;
}

[b-4yzk5cxnp7] .activity-list li:last-child {
    border-bottom: 0;
}

[b-4yzk5cxnp7] .activity-list span,
[b-4yzk5cxnp7] .activity-list small {
    display: block;
}

[b-4yzk5cxnp7] .activity-list small,
[b-4yzk5cxnp7] .empty-state {
    color: #5c6670;
}

[b-4yzk5cxnp7] .status-pill {
    background: #eaf6f3;
    border-radius: 999px;
    color: #166a5e;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.2rem 0.55rem;
}

[b-4yzk5cxnp7] .dashboard-card {
    background: #fff;
    border: 1px solid #d8e7e3;
    border-radius: 8px;
    padding: 1rem;
}

[b-4yzk5cxnp7] .dashboard-card h2 {
    font-size: 1.2rem;
    margin: 0.25rem 0 0.5rem;
}

[b-4yzk5cxnp7] .dashboard-card p {
    color: #5c6670;
    min-height: 3rem;
}

[b-4yzk5cxnp7] .module-label {
    color: #2f9f73;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0cy6k1fcmn] {
    appearance: none;
    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.82%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.13);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 6px;
    color: white;
    cursor: pointer;
    height: 2.5rem;
    position: absolute;
    right: 1rem;
    top: 0.65rem;
    width: 3.5rem;
}

.navbar-toggler:checked[b-0cy6k1fcmn] {
    background-color: rgba(255, 255, 255, 0.24);
}

.top-row[b-0cy6k1fcmn] {
    align-items: center;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    min-height: 4.85rem;
}

.navbar-brand[b-0cy6k1fcmn] {
    align-items: center;
    display: flex;
    min-height: 3.8rem;
    padding: 0;
}

.navbar-brand img[b-0cy6k1fcmn] {
    display: block;
    height: auto;
    max-height: 3.35rem;
    max-width: 10.5rem;
    object-fit: contain;
    width: 100%;
}

.nav-icon[b-0cy6k1fcmn] {
    align-items: center;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 6px;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    height: 1.75rem;
    justify-content: center;
    margin-right: 0.75rem;
    width: 1.75rem;
}

.nav-icon svg[b-0cy6k1fcmn] {
    fill: none;
    height: 1rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 1rem;
}

.nav-item[b-0cy6k1fcmn] {
    font-size: 0.92rem;
    padding-bottom: 0.35rem;
}

.nav-item:first-of-type[b-0cy6k1fcmn] {
    padding-top: 1rem;
}

.nav-item[b-0cy6k1fcmn]  .nav-link {
    align-items: center;
    background: none;
    border: none;
    border-radius: 7px;
    color: rgba(255, 255, 255, 0.86);
    display: flex;
    font-weight: 650;
    line-height: 1.25;
    min-height: 2.75rem;
    padding: 0.45rem 0.6rem;
    width: 100%;
}

.nav-item[b-0cy6k1fcmn]  a.active {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 18px rgba(0, 58, 62, 0.16);
    color: #115a72;
}

.nav-item[b-0cy6k1fcmn]  a.active .nav-icon {
    background: #ff830f;
    border-color: #ff830f;
    color: #fff;
}

.nav-item[b-0cy6k1fcmn]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.14);
    color: white;
}

.language-switcher[b-0cy6k1fcmn] {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-top: auto;
    padding-bottom: 1rem;
    padding-top: 1rem;
    text-transform: uppercase;
}

.language-options[b-0cy6k1fcmn] {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 7px;
    display: grid;
    gap: 0.25rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 0.55rem;
    padding: 0.25rem;
}

.language-options button[b-0cy6k1fcmn] {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.86);
    display: flex;
    font-weight: 800;
    gap: 0.35rem;
    justify-content: center;
    min-height: 2rem;
}

.language-options button.active[b-0cy6k1fcmn] {
    background: #ff830f;
    box-shadow: 0 6px 14px rgba(87, 46, 0, 0.2);
    color: #fff;
}

.language-options button:focus-visible[b-0cy6k1fcmn] {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.language-flag[b-0cy6k1fcmn] {
    font-size: 1.05rem;
    line-height: 1;
}

.language-code[b-0cy6k1fcmn] {
    font-size: 0.78rem;
}

.nav-scrollable[b-0cy6k1fcmn] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-0cy6k1fcmn] {
    display: flex;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0cy6k1fcmn] {
        display: none;
    }

    .nav-scrollable[b-0cy6k1fcmn] {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 4.85rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-hmedjqijnn],
.components-reconnect-repeated-attempt-visible[b-hmedjqijnn],
.components-reconnect-failed-visible[b-hmedjqijnn],
.components-pause-visible[b-hmedjqijnn],
.components-resume-failed-visible[b-hmedjqijnn],
.components-rejoining-animation[b-hmedjqijnn] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-hmedjqijnn],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-hmedjqijnn],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-hmedjqijnn],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-hmedjqijnn],
#components-reconnect-modal.components-reconnect-retrying[b-hmedjqijnn],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-hmedjqijnn],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-hmedjqijnn],
#components-reconnect-modal.components-reconnect-failed[b-hmedjqijnn],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-hmedjqijnn] {
    display: block;
}


#components-reconnect-modal[b-hmedjqijnn] {
    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-hmedjqijnn 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-hmedjqijnn 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-hmedjqijnn 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-hmedjqijnn]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-hmedjqijnn 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-hmedjqijnn {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-hmedjqijnn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-hmedjqijnn {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-hmedjqijnn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-hmedjqijnn] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-hmedjqijnn] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-hmedjqijnn] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-hmedjqijnn] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-hmedjqijnn] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-hmedjqijnn] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-hmedjqijnn 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-hmedjqijnn] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-hmedjqijnn {
    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;
    }
}
