/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8294jg8568] {
    background: #f8fafc;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

.portal-main[b-8294jg8568] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-8294jg8568] {
    background: #0b1220;
    border-right: 1px solid #1f2937;
}

.top-row[b-8294jg8568] {
    align-items: center;
    background: rgba(248, 250, 252, 0.92);
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    gap: 1rem;
    height: 4rem;
    justify-content: space-between;
}

.top-row[b-8294jg8568]  .language-selector {
    margin-left: auto;
}

.top-row-title[b-8294jg8568] {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.top-row-title span[b-8294jg8568] {
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}

.top-row-title strong[b-8294jg8568] {
    color: #111827;
}

.top-row[b-8294jg8568]  a,
.top-row[b-8294jg8568]  .btn-link {
    text-decoration: none;
}

.top-row-action[b-8294jg8568] {
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    color: #111827;
    font-weight: 700;
    padding: 0.45rem 0.75rem;
}

.top-row-action:hover[b-8294jg8568] {
    background: #fff;
    color: #111827;
}

article.content[b-8294jg8568] {
    max-width: 82rem;
    padding-bottom: 3rem;
}

@media (max-width: 640.98px) {
    .top-row[b-8294jg8568] {
        height: auto;
        min-height: 4rem;
    }
}

@media (min-width: 641px) {
    .page[b-8294jg8568] {
        flex-direction: row;
    }

    .sidebar[b-8294jg8568] {
        height: 100vh;
        position: sticky;
        top: 0;
        width: 17rem;
    }

    .top-row[b-8294jg8568] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-8294jg8568],
    article[b-8294jg8568] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

#blazor-error-ui[b-8294jg8568] {
    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-8294jg8568] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.portal-brand[b-qexkf44nkh] {
    padding: 1.25rem 1rem 1rem;
}

.portal-brand-link[b-qexkf44nkh] {
    align-items: center;
    color: #f9fafb;
    display: flex;
    gap: 0.75rem;
    text-decoration: none;
}

.portal-brand-link:hover[b-qexkf44nkh] {
    color: #fff;
}

.portal-brand-mark[b-qexkf44nkh] {
    align-items: center;
    background: #2dd4bf;
    border-radius: 8px;
    color: #042f2e;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.8rem;
    font-weight: 900;
    height: 2.4rem;
    justify-content: center;
    width: 2.4rem;
}

.portal-brand strong[b-qexkf44nkh],
.portal-brand small[b-qexkf44nkh] {
    display: block;
    line-height: 1.1;
}

.portal-brand small[b-qexkf44nkh] {
    color: #94a3b8;
    font-size: 0.8rem;
    margin-top: 0.2rem;
}

.navbar-toggler[b-qexkf44nkh] {
    appearance: none;
    background: #1f2937;
    border: 1px solid #334155;
    border-radius: 8px;
    cursor: pointer;
    height: 2.5rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 3rem;
}

.navbar-toggler[b-qexkf44nkh]::before {
    color: #f8fafc;
    content: "Menu";
    font-size: 0.75rem;
    font-weight: 700;
}

.nav-scrollable[b-qexkf44nkh] {
    display: none;
    padding: 0.5rem 0.75rem 1rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-qexkf44nkh] {
    display: block;
}

.portal-nav[b-qexkf44nkh] {
    display: grid;
    gap: 0.35rem;
}

.nav-group-label[b-qexkf44nkh] {
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 0.5rem 0.55rem;
    text-transform: uppercase;
}

.nav-item[b-qexkf44nkh]  .nav-link {
    align-items: center;
    border-radius: 8px;
    color: #cbd5e1;
    display: flex;
    font-weight: 700;
    gap: 0.75rem;
    min-height: 2.75rem;
    padding: 0.65rem 0.75rem;
    text-decoration: none;
}

.nav-item[b-qexkf44nkh]  .nav-link:hover {
    background: #1f2937;
    color: #fff;
}

.nav-item[b-qexkf44nkh]  a.active {
    background: #0f766e;
    color: #fff;
}

.nav-icon[b-qexkf44nkh] {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.75rem;
    font-weight: 900;
    height: 1.6rem;
    justify-content: center;
    width: 1.6rem;
}

.nav-item[b-qexkf44nkh]  a.active .nav-icon {
    background: rgba(255, 255, 255, 0.18);
}

.sidebar-footnote[b-qexkf44nkh] {
    background: #111827;
    border: 1px solid #1f2937;
    border-radius: 8px;
    color: #cbd5e1;
    margin-top: 1rem;
    padding: 0.85rem;
}

.sidebar-footnote span[b-qexkf44nkh],
.sidebar-footnote strong[b-qexkf44nkh] {
    display: block;
}

.sidebar-footnote span[b-qexkf44nkh] {
    color: #94a3b8;
    font-size: 0.8rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qexkf44nkh] {
        display: none;
    }

    .nav-scrollable[b-qexkf44nkh] {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 4.8rem);
        justify-content: space-between;
        overflow-y: auto;
    }
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-shell[b-d9hhjbx1rs] {
    min-height: 100vh;
}

#blazor-error-ui[b-d9hhjbx1rs] {
    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-d9hhjbx1rs] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-5vszt230en],
.components-reconnect-repeated-attempt-visible[b-5vszt230en],
.components-reconnect-failed-visible[b-5vszt230en],
.components-pause-visible[b-5vszt230en],
.components-resume-failed-visible[b-5vszt230en],
.components-rejoining-animation[b-5vszt230en] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-5vszt230en],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-5vszt230en],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-5vszt230en],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-5vszt230en],
#components-reconnect-modal.components-reconnect-retrying[b-5vszt230en],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-5vszt230en],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-5vszt230en],
#components-reconnect-modal.components-reconnect-failed[b-5vszt230en],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-5vszt230en] {
    display: block;
}


#components-reconnect-modal[b-5vszt230en] {
    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-5vszt230en 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-5vszt230en 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-5vszt230en 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-5vszt230en]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-5vszt230en 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-5vszt230en {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-5vszt230en {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-5vszt230en {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-5vszt230en] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-5vszt230en] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-5vszt230en] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-5vszt230en] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-5vszt230en] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-5vszt230en] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-5vszt230en] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-5vszt230en 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-5vszt230en] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-5vszt230en {
    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;
    }
}
