/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-l9jceg1j09] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f4f6f8;
}

main[b-l9jceg1j09] {
    flex: 1;
}

.sidebar[b-l9jceg1j09] {
    background: #0b3c5d;
}

.top-row[b-l9jceg1j09] {
    background-color: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid #d9e0e6;
    justify-content: flex-end;
    min-height: 4.25rem;
    display: flex;
    align-items: center;
}

    .top-row[b-l9jceg1j09]  a, .top-row[b-l9jceg1j09]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-l9jceg1j09]  a:hover, .top-row[b-l9jceg1j09]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-l9jceg1j09]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.app-topbar[b-l9jceg1j09] {
    gap: 0.75rem;
}

.app-topbar__action[b-l9jceg1j09] {
    flex: 0 0 auto;
}

.app-topbar__meta[b-l9jceg1j09] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.1rem;
}

.app-topbar__label[b-l9jceg1j09] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #5e6a73;
    font-weight: 700;
}

.app-topbar__user[b-l9jceg1j09] {
    color: #1a1a1a;
    font-weight: 600;
}

@media (max-width: 640.98px) {
    .top-row[b-l9jceg1j09] {
        justify-content: space-between;
    }

    .top-row[b-l9jceg1j09]  a, .top-row[b-l9jceg1j09]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-l9jceg1j09] {
        flex-direction: row;
    }

    .sidebar[b-l9jceg1j09] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-l9jceg1j09] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-l9jceg1j09]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-l9jceg1j09] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

#blazor-error-ui[b-l9jceg1j09] {
    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-l9jceg1j09] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dwf4dvcsg4] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(244, 246, 248, 0.14);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28244, 246, 248, 0.76%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(244, 246, 248, 0.06);
}

.navbar-toggler:checked[b-dwf4dvcsg4] {
    background-color: rgba(244, 246, 248, 0.16);
}

.top-row[b-dwf4dvcsg4] {
    min-height: 3.5rem;
    background-color: rgba(11, 60, 93, 0.94);
    border-bottom: 1px solid rgba(244, 246, 248, 0.08);
}

.navbar-brand[b-dwf4dvcsg4] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    color: #f4f6f8;
    font-size: 1rem;
    text-decoration: none;
}

.navbar-brand__text[b-dwf4dvcsg4] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.navbar-brand__text strong[b-dwf4dvcsg4] {
    font-size: 1rem;
    letter-spacing: -0.02em;
}

.navbar-brand__text small[b-dwf4dvcsg4] {
    font-size: 0.67rem;
    color: rgba(244, 246, 248, 0.72);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.nav-icon[b-dwf4dvcsg4] {
    flex: 0 0 auto;
    width: 1.15rem;
    height: 1.15rem;
    margin-right: 0.75rem;
    color: currentColor;
    opacity: 0.92;
}

.nav-icon--child[b-dwf4dvcsg4] {
    width: 0.95rem;
    height: 0.95rem;
    margin-right: 0.625rem;
    opacity: 0.78;
}

.nav-item[b-dwf4dvcsg4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dwf4dvcsg4] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dwf4dvcsg4] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dwf4dvcsg4]  .nav-link {
        color: rgba(244, 246, 248, 0.78);
        background: none;
        border: none;
        border-radius: 6px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item .nav-link--group[b-dwf4dvcsg4] {
    justify-content: flex-start;
    padding: 0 0.75rem;
    text-align: left;
}

.nav-link__label[b-dwf4dvcsg4] {
    flex: 1;
}

.nav-link__chevron[b-dwf4dvcsg4] {
    width: 0.55rem;
    height: 0.55rem;
    margin-left: auto;
    border-right: 1.5px solid rgba(244, 246, 248, 0.68);
    border-bottom: 1.5px solid rgba(244, 246, 248, 0.68);
    transform: rotate(45deg);
    transition: transform 120ms ease, border-color 120ms ease;
}

.nav-link__chevron--open[b-dwf4dvcsg4] {
    transform: rotate(225deg);
}

.nav-item--group[b-dwf4dvcsg4] {
    border-bottom: 1px solid rgba(244, 246, 248, 0.08);
    padding-bottom: 0.75rem;
    margin-bottom: 0.5rem;
}

.nav-submenu[b-dwf4dvcsg4] {
    display: grid;
    gap: 0.25rem;
    margin-top: 0.35rem;
    padding-left: 2rem;
}

.nav-item[b-dwf4dvcsg4]  .nav-link--child {
    height: 2.35rem;
    line-height: 2.35rem;
    font-size: 0.84rem;
    color: rgba(244, 246, 248, 0.72);
    padding: 0 0.75rem;
    border-left: 1px solid rgba(244, 246, 248, 0.14);
    border-radius: 0 6px 6px 0;
}

.nav-item[b-dwf4dvcsg4]  a.active {
    background-color: rgba(31, 162, 166, 0.18);
    color: #f4f6f8;
}

.nav-item[b-dwf4dvcsg4]  a.active .nav-icon,
.nav-item .nav-link--group.active .nav-icon[b-dwf4dvcsg4] {
    opacity: 1;
}

.nav-item[b-dwf4dvcsg4]  .nav-link:hover {
    background-color: rgba(244, 246, 248, 0.08);
    color: #f4f6f8;
}

.nav-item[b-dwf4dvcsg4]  .nav-link--child.active {
    border-left-color: rgba(31, 162, 166, 0.88);
}

.nav-scrollable[b-dwf4dvcsg4] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-dwf4dvcsg4] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-dwf4dvcsg4] {
        display: none;
    }

    .nav-scrollable[b-dwf4dvcsg4] {
        /* 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-4ijzxgtqxb],
.components-reconnect-repeated-attempt-visible[b-4ijzxgtqxb],
.components-reconnect-failed-visible[b-4ijzxgtqxb],
.components-pause-visible[b-4ijzxgtqxb],
.components-resume-failed-visible[b-4ijzxgtqxb],
.components-rejoining-animation[b-4ijzxgtqxb] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-4ijzxgtqxb {
    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;
    }
}
