/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8w0cbg9znl] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-8w0cbg9znl] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-8w0cbg9znl] {
    background: #ffffff;
    border-bottom: 1px solid #e3e7ee;
}

.top-row[b-8w0cbg9znl] {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #e3e7ee;
    justify-content: flex-end;
    min-height: 3.75rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.account-actions[b-8w0cbg9znl] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.top-row[b-8w0cbg9znl]  a:not(.button),
.top-row[b-8w0cbg9znl]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
}

.top-row[b-8w0cbg9znl]  a:not(.button):hover,
.top-row[b-8w0cbg9znl]  .btn-link:hover {
    text-decoration: underline;
}

.user-label[b-8w0cbg9znl] {
    min-width: 0;
    max-width: 20rem;
    overflow: hidden;
    color: #556276;
    font-size: 0.9rem;
    font-weight: 620;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 640.98px) {
    .top-row[b-8w0cbg9znl] {
        min-height: 3.5rem;
    }
}

@media (min-width: 641px) {
    .page[b-8w0cbg9znl] {
        flex-direction: row;
    }

    .sidebar[b-8w0cbg9znl] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
        border-right: 1px solid #e3e7ee;
        border-bottom: 0;
        box-shadow: 8px 0 24px rgba(17, 31, 49, 0.04);
    }

    .top-row[b-8w0cbg9znl] {
        position: sticky;
        top: 0;
        z-index: 1;
        backdrop-filter: blur(12px);
    }

    .top-row[b-8w0cbg9znl],
    article[b-8w0cbg9znl] {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand-row[b-txrsw7o4py] {
    min-height: 4.25rem;
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e3e7ee;
    background: #ffffff;
}

.brand-lockup[b-txrsw7o4py] {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: #161f2d;
    text-decoration: none;
}

.brand-lockup:hover[b-txrsw7o4py] {
    color: #161f2d;
}

.brand-mark[b-txrsw7o4py] {
    width: 2.35rem;
    height: 2.35rem;
    object-fit: contain;
}

.brand-text[b-txrsw7o4py] {
    font-size: 1.15rem;
    font-weight: 760;
    letter-spacing: 0;
}

.navbar-toggler[b-txrsw7o4py] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.25rem;
    color: #161f2d;
    position: absolute;
    top: 0.95rem;
    right: 1rem;
    border: 1px solid #d8dee8;
    border-radius: 7px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23161f2d' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.35rem #ffffff;
}

.navbar-toggler:checked[b-txrsw7o4py] {
    border-color: #ec007a;
    box-shadow: 0 0 0 3px rgba(236, 0, 122, 0.12);
}

.bi[b-txrsw7o4py] {
    display: inline-block;
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    margin-right: 0.75rem;
    top: -1px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.1rem;
}

.bi-status-nav-menu[b-txrsw7o4py] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23161f2d' viewBox='0 0 16 16'%3E%3Cpath d='M8 1.5 9.73 5.8l4.62.33-3.55 2.98 1.13 4.49L8 11.14 4.07 13.6 5.2 9.11 1.65 6.13l4.62-.33L8 1.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-txrsw7o4py] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23161f2d' 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");
}

.nav-item[b-txrsw7o4py] {
    font-size: 0.92rem;
    padding-bottom: 0.35rem;
}

.nav-item:first-of-type[b-txrsw7o4py] {
    padding-top: 1rem;
}

.nav-item[b-txrsw7o4py]  .nav-link {
    color: #425066;
    background: none;
    border: 1px solid transparent;
    border-radius: 7px;
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    line-height: 1.2;
    width: 100%;
    font-weight: 650;
}

.nav-item[b-txrsw7o4py]  a.active {
    background: #fff0f8;
    border-color: #ffd1e6;
    color: #b90060;
}

.nav-item[b-txrsw7o4py]  .nav-link:hover {
    background: #f7f8fb;
    color: #161f2d;
}

.nav-scrollable[b-txrsw7o4py] {
    display: none;
    background: #ffffff;
}

.navbar-toggler:checked ~ .nav-scrollable[b-txrsw7o4py] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-txrsw7o4py] {
        display: none;
    }

    .nav-scrollable[b-txrsw7o4py] {
        display: block;
        height: calc(100vh - 4.25rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-f7m5sboahr],
.components-reconnect-repeated-attempt-visible[b-f7m5sboahr],
.components-reconnect-failed-visible[b-f7m5sboahr],
.components-pause-visible[b-f7m5sboahr],
.components-resume-failed-visible[b-f7m5sboahr],
.components-rejoining-animation[b-f7m5sboahr] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-f7m5sboahr],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-f7m5sboahr],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-f7m5sboahr],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-f7m5sboahr],
#components-reconnect-modal.components-reconnect-retrying[b-f7m5sboahr],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-f7m5sboahr],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-f7m5sboahr],
#components-reconnect-modal.components-reconnect-failed[b-f7m5sboahr],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-f7m5sboahr] {
    display: block;
}


#components-reconnect-modal[b-f7m5sboahr] {
    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-f7m5sboahr 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-f7m5sboahr 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-f7m5sboahr 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-f7m5sboahr]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-f7m5sboahr 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-f7m5sboahr {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-f7m5sboahr {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-f7m5sboahr {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-f7m5sboahr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-f7m5sboahr] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-f7m5sboahr] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-f7m5sboahr] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-f7m5sboahr] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-f7m5sboahr] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-f7m5sboahr] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-f7m5sboahr 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-f7m5sboahr] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-f7m5sboahr {
    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;
    }
}
