/* /Components/Layout/MainLayout.razor.rz.scp.css */
.login-page[b-jqmbotdxmd] {
    background:
        radial-gradient(circle at 18% 14%, rgba(255, 225, 196, .32), transparent 27%),
        radial-gradient(circle at 82% 82%, rgba(116, 43, 17, .22), transparent 30%),
        linear-gradient(145deg, #d95b25, #ee8a47);
    padding: 32px 20px;
}

.login-brand[b-jqmbotdxmd] {
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    font-size: 30px;
    letter-spacing: -.8px;
}

.login-brand .brand-mark[b-jqmbotdxmd] {
    padding: 9px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 12px;
    background: rgba(255,255,255,.12);
    backdrop-filter: blur(8px);
}

.login-brand small[b-jqmbotdxmd] {
    margin-top: 3px;
    color: rgba(255,255,255,.68);
    letter-spacing: 2.7px;
}

.login-card[b-jqmbotdxmd] {
    width: min(390px, 100%);
    padding: 28px 30px 24px;
    border: 1px solid rgba(255,255,255,.72);
    border-radius: 20px;
    box-shadow: 0 28px 75px rgba(103, 38, 14, .28);
}

.login-switch[b-jqmbotdxmd] {
    margin-bottom: 24px;
    padding: 3px;
    border: 1px solid #f2e2d8;
    border-radius: 10px;
    background: #fff8f3;
}

.login-switch button[b-jqmbotdxmd] {
    min-height: 38px;
    font-size: 12px;
}

.login-intro[b-jqmbotdxmd] {
    margin: 2px 0 22px;
    text-align: left;
}

.login-intro span[b-jqmbotdxmd] {
    color: #cc5b27;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.login-intro p[b-jqmbotdxmd] {
    margin: 7px 0 0;
    color: #65716e;
    font-size: 13px;
}

.registration-head[b-jqmbotdxmd] {
    margin-bottom: 20px;
    text-align: left;
}

.registration-head h1[b-jqmbotdxmd] {
    margin: 0 0 6px;
    font-size: 21px;
}

.registration-head p[b-jqmbotdxmd] {
    margin: 0;
    font-size: 12px;
}

.login-card label[b-jqmbotdxmd] {
    margin: 15px 0;
    color: #4e5a57;
    font-size: 11px;
}

.login-card input[b-jqmbotdxmd] {
    height: 46px;
    border-color: #e8ddd7;
    border-radius: 9px;
    background: #fffdfb;
}

.login-submit[b-jqmbotdxmd] {
    height: 47px;
    margin-top: 10px;
    border-radius: 9px;
    font-size: 13px;
}

.demo-note[b-jqmbotdxmd] {
    margin-top: 15px;
    color: rgba(255,255,255,.7);
    font-size: 10px;
    letter-spacing: .5px;
}

@media (max-width: 520px) {
    .login-page[b-jqmbotdxmd] { justify-content: flex-start; padding-top: 42px; }
    .login-card[b-jqmbotdxmd] { padding: 24px 22px 21px; }
    .login-brand[b-jqmbotdxmd] { font-size: 27px; }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand[b-gdj8f5m41k] {
    height: 48px;
    padding: 0 11px;
    font-size: 21px;
}

.main-nav[b-gdj8f5m41k] {
    gap: 2px;
    margin-top: 8px;
    padding-right: 3px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.32) transparent;
}

.main-nav[b-gdj8f5m41k]::-webkit-scrollbar { width: 4px; }
.main-nav[b-gdj8f5m41k]::-webkit-scrollbar-thumb { border-radius: 4px; background: rgba(255,255,255,.28); }

.nav-label[b-gdj8f5m41k] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
    padding: 10px 12px 4px;
    color: rgba(255, 242, 225, .82);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.25px;
    line-height: 1.2;
}

.nav-label[b-gdj8f5m41k]::after {
    content: "";
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, rgba(255,232,210,.42), transparent);
}

.nav-label:first-child[b-gdj8f5m41k] { margin-top: 0; }

.main-nav a[b-gdj8f5m41k] {
    flex: 0 0 auto;
    height: 38px;
    gap: 11px;
    padding: 0 12px;
    border-radius: 7px;
    font-size: 13px;
}

.nav-label + a[b-gdj8f5m41k] { margin-top: 2px; }

.main-nav a > span[b-gdj8f5m41k] {
    width: 18px;
    font-size: 17px;
}

.main-nav em[b-gdj8f5m41k] {
    min-width: 19px;
    height: 19px;
    line-height: 19px;
    font-size: 9px;
}

.sidebar-help[b-gdj8f5m41k] {
    padding: 12px 9px 0;
}

@media (max-height: 760px) {
    .brand[b-gdj8f5m41k] { height: 42px; }
    .main-nav[b-gdj8f5m41k] { margin-top: 4px; }
    .nav-label[b-gdj8f5m41k] { padding-top: 8px; }
    .main-nav a[b-gdj8f5m41k] { height: 35px; }
    .sidebar-help[b-gdj8f5m41k] { display: none; }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-igidcsyx9u],
.components-reconnect-repeated-attempt-visible[b-igidcsyx9u],
.components-reconnect-failed-visible[b-igidcsyx9u],
.components-pause-visible[b-igidcsyx9u],
.components-resume-failed-visible[b-igidcsyx9u],
.components-rejoining-animation[b-igidcsyx9u] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-igidcsyx9u {
    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/Workforce.razor.rz.scp.css */
.workforce-overview[b-a36e6u536w]{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.workforce-overview article[b-a36e6u536w]{position:relative;min-height:145px;padding:22px;background:#fff;border:1px solid var(--line);border-radius:11px;box-shadow:0 3px 12px #a95b2a18}.workforce-overview article>span[b-a36e6u536w]{width:42px;height:42px;display:grid;place-items:center;border-radius:11px;background:#fff0e3;color:#c85827;font-size:19px}.workforce-overview h2[b-a36e6u536w]{margin:16px 0 5px;font:800 15px Manrope}.workforce-overview p[b-a36e6u536w]{margin:0;color:var(--muted);font-size:11px;line-height:1.55}.workforce-overview em[b-a36e6u536w]{position:absolute;right:17px;top:17px;padding:4px 7px;border-radius:20px;background:#f2f4f3;color:#7c8784;font-size:9px;font-style:normal}.workforce-ready[b-a36e6u536w]{margin-top:18px;padding:23px;display:flex;align-items:center;gap:16px;background:#fffaf5;border:1px dashed #e5b99f;border-radius:11px}.workforce-ready>span[b-a36e6u536w]{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:#fde8dc;color:#c85827}.workforce-ready h2[b-a36e6u536w]{margin:0;font:800 15px Manrope}.workforce-ready p[b-a36e6u536w]{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.55}@media(max-width:900px){.workforce-overview[b-a36e6u536w]{grid-template-columns:1fr}}
