/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-shell[b-nv6sevot5h] {
    background: #f7f7fa;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.auth-header[b-nv6sevot5h] {
    align-items: center;
    background: #4b4594;
    box-shadow: 0 8px 22px rgba(31, 27, 68, .08);
    display: flex;
    min-height: 60px;
    padding: 0 1.5rem;
}

.brand-mark[b-nv6sevot5h] {
    align-items: center;
    color: #fff;
    display: flex;
    gap: .75rem;
    text-decoration: none;
}

.brand-mark > span:first-child[b-nv6sevot5h] {
    align-items: center;
    border: 1.5px solid rgba(255, 255, 255, .86);
    border-radius: 7px;
    color: #fff;
    display: inline-flex;
    font-weight: 850;
    height: 30px;
    justify-content: center;
    width: 34px;
}

.brand-copy[b-nv6sevot5h] {
    color: #fff;
    display: grid;
    gap: .05rem;
    line-height: 1.1;
}

.brand-copy small[b-nv6sevot5h] {
    color: rgba(255, 255, 255, .68);
    display: block;
    font-size: .66rem;
    margin: 0;
}

.auth-main[b-nv6sevot5h] {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
    padding: 2.5rem 1.25rem;
}

.auth-card[b-nv6sevot5h] {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 20px 45px rgba(31, 27, 68, .08), 0 2px 8px rgba(31, 27, 68, .05);
    max-width: 960px;
    padding: 2.25rem 2.5rem;
    width: 100%;
}

#blazor-error-ui[b-nv6sevot5h] {
    background: #fff8d7;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    color-scheme: light only;
    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-nv6sevot5h] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 640px) {
    .auth-card[b-nv6sevot5h] {
        padding: 1.5rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-cb3ddwi8nc] {
    min-height: 100vh;
}

.app-shell[b-cb3ddwi8nc] {
    background: #f7f7fa;
    display: grid;
    grid-template-columns: 232px minmax(0, 1fr);
    grid-template-rows: 60px minmax(0, 1fr);
}

.shell-header[b-cb3ddwi8nc] {
    background: #4b4594;
    box-shadow: 0 8px 22px rgba(31, 27, 68, .08);
    color: #fff;
    display: flex;
    grid-column: 1 / -1;
    min-height: 60px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.header-segment[b-cb3ddwi8nc] {
    background: transparent;
}

.brand-block[b-cb3ddwi8nc] {
    align-items: center;
    display: flex;
    flex: 0 0 232px;
    min-height: 60px;
    padding: 0 .95rem;
}

.brand-mark[b-cb3ddwi8nc] {
    align-items: center;
    color: #fff;
    display: flex;
    gap: .75rem;
    text-decoration: none;
}

.brand-copy[b-cb3ddwi8nc] {
    display: grid;
    gap: .05rem;
    line-height: 1.1;
}

.brand-mark > span:first-child[b-cb3ddwi8nc] {
    align-items: center;
    border: 1.5px solid rgba(255, 255, 255, .86);
    border-radius: 7px;
    color: #fff;
    display: inline-flex;
    font-weight: 850;
    height: 30px;
    justify-content: center;
    width: 34px;
}

.brand-copy small[b-cb3ddwi8nc] {
    color: rgba(255, 255, 255, .68);
    display: block;
    font-size: .66rem;
    margin: 0;
}

.sidebar[b-cb3ddwi8nc] {
    background: #fff;
    border-right: 1px solid #eceaf4;
    box-shadow: 10px 0 24px rgba(31, 27, 68, .04);
    color: #575568;
    min-height: calc(100vh - 60px);
    position: sticky;
    top: 60px;
    z-index: 8;
}

.main-panel[b-cb3ddwi8nc] {
    min-width: 0;
}

.top-bar[b-cb3ddwi8nc] {
    align-items: center;
    background: inherit;
    color: #fff;
    display: flex;
    flex: 1 1 auto;
    gap: 1rem;
    justify-content: flex-end;
    min-height: 60px;
    min-width: 0;
    padding: 0 1.35rem;
}

.top-search[b-cb3ddwi8nc] {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    color: rgba(255, 255, 255, .78);
    display: flex;
    flex: 0 1 480px;
    gap: .65rem;
    padding: .45rem .7rem;
}

.top-search input[b-cb3ddwi8nc] {
    background: transparent;
    border: 0;
    color: #fff;
    flex: 1;
    min-width: 0;
    outline: 0;
}

.top-search input[b-cb3ddwi8nc]::placeholder {
    color: rgba(255, 255, 255, .62);
}

.top-search button[b-cb3ddwi8nc] {
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, .82);
    font-size: .78rem;
    font-weight: 800;
    padding: 0;
}

.top-search button:hover[b-cb3ddwi8nc] {
    color: #fff;
}

.account-area[b-cb3ddwi8nc] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: .65rem;
    justify-content: flex-end;
}

.account-link[b-cb3ddwi8nc] {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.notification-chip[b-cb3ddwi8nc] {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 750;
    gap: .45rem;
    min-height: 32px;
    padding: .3rem .7rem;
    text-decoration: none;
}

.notification-chip:hover[b-cb3ddwi8nc] {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.notification-chip strong[b-cb3ddwi8nc] {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: #4b4594;
    display: inline-flex;
    font-size: .72rem;
    height: 1.15rem;
    justify-content: center;
    min-width: 1.15rem;
    padding: 0 .28rem;
}

.top-bar .btn-outline-secondary[b-cb3ddwi8nc] {
    border-color: rgba(255, 255, 255, .42);
    color: #fff;
}

.top-bar .btn-outline-secondary:hover[b-cb3ddwi8nc] {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .64);
    color: #fff;
}

.top-bar .btn-primary[b-cb3ddwi8nc] {
    background: #fff;
    border-color: #fff;
    color: #4b4594;
}

.content[b-cb3ddwi8nc] {
    padding: 1.45rem 1.5rem 2rem;
}

#blazor-error-ui[b-cb3ddwi8nc] {
    color-scheme: light only;
    background: #fff8d7;
    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-cb3ddwi8nc] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 900px) {
    .app-shell[b-cb3ddwi8nc] {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto minmax(0, 1fr);
    }

    .shell-header[b-cb3ddwi8nc] {
        display: grid;
        grid-template-columns: 1fr;
        position: relative;
    }

    .brand-block[b-cb3ddwi8nc] {
        flex-basis: auto;
        min-height: auto;
        padding: .85rem 1rem .3rem;
    }

    .sidebar[b-cb3ddwi8nc] {
        min-height: auto;
        position: relative;
        top: 0;
    }

    .top-bar[b-cb3ddwi8nc] {
        display: grid;
        grid-template-columns: 1fr;
        gap: .65rem;
        padding: .85rem 1rem;
        position: relative;
    }

    .account-area[b-cb3ddwi8nc] {
        justify-content: flex-start;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ie0crc5uy0] {
    appearance: none;
    background: #f3f1fb;
    border: 1px solid #e6e1f6;
    border-radius: 8px;
    cursor: pointer;
    height: 2.5rem;
    position: absolute;
    right: 1rem;
    top: .75rem;
    width: 3rem;
}

.navbar-toggler[b-ie0crc5uy0]::before {
    color: #4b4594;
    content: "Menu";
    font-size: .7rem;
    font-weight: 800;
}

.nav-scrollable[b-ie0crc5uy0] {
    display: none;
    padding: .85rem .55rem 1.25rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ie0crc5uy0] {
    display: block;
}

.nav-group[b-ie0crc5uy0] {
    margin-bottom: .35rem;
}

.nav-group summary[b-ie0crc5uy0] {
    align-items: center;
    border-radius: 22px;
    color: #4f4c62;
    cursor: pointer;
    display: grid;
    font-size: .86rem;
    font-weight: 750;
    gap: .62rem;
    grid-template-columns: 1.25rem 1fr .8rem;
    list-style: none;
    min-height: 40px;
    padding: .5rem .72rem;
}

.nav-group summary[b-ie0crc5uy0]::-webkit-details-marker {
    display: none;
}

.nav-group summary:hover[b-ie0crc5uy0],
.nav-group:has(a.active) summary[b-ie0crc5uy0] {
    background: #f1effb;
    color: #4b4594;
}

.nav-group-icon[b-ie0crc5uy0] {
    align-items: center;
    color: #5f5a97;
    display: inline-flex;
    height: 1.15rem;
    justify-content: center;
    width: 1.15rem;
}

.nav-group-icon svg[b-ie0crc5uy0] {
    fill: currentColor;
    height: 1rem;
    width: 1rem;
}

.nav-chevron[b-ie0crc5uy0]::before {
    border-bottom: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    content: "";
    display: block;
    height: .45rem;
    margin-left: auto;
    transform: rotate(45deg);
    transition: transform .16s ease;
    width: .45rem;
}

.nav-group[open] .nav-chevron[b-ie0crc5uy0]::before {
    transform: rotate(-135deg);
}

.nav-group-items[b-ie0crc5uy0] {
    display: grid;
    gap: .1rem;
    padding: .2rem 0 .35rem 2.2rem;
}

.nav-item[b-ie0crc5uy0] {
    margin-bottom: .05rem;
}

.nav-item[b-ie0crc5uy0]  .nav-link,
.nav-link[b-ie0crc5uy0] {
    align-items: center;
    border-radius: 18px;
    color: #666373;
    display: flex;
    font-size: .82rem;
    font-weight: 600;
    gap: .55rem;
    min-height: 30px;
    padding: .28rem .55rem;
    text-decoration: none;
}

.nav-item[b-ie0crc5uy0]  a.active {
    background: #f6f4ff;
    color: #4b4594;
    font-weight: 750;
}

.nav-item[b-ie0crc5uy0]  .nav-link:hover {
    background: #f7f6fc;
    color: #4b4594;
}

.nav-bullet[b-ie0crc5uy0] {
    background: currentColor;
    border-radius: 999px;
    display: inline-flex;
    height: .28rem;
    opacity: .55;
    width: .28rem;
}

@media (min-width: 901px) {
    .navbar-toggler[b-ie0crc5uy0] {
        display: none;
    }

    .nav-scrollable[b-ie0crc5uy0] {
        display: block;
        height: calc(100vh - 60px);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-yhhxe94o4k],
.components-reconnect-repeated-attempt-visible[b-yhhxe94o4k],
.components-reconnect-failed-visible[b-yhhxe94o4k],
.components-pause-visible[b-yhhxe94o4k],
.components-resume-failed-visible[b-yhhxe94o4k],
.components-rejoining-animation[b-yhhxe94o4k] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-yhhxe94o4k],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-yhhxe94o4k],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-yhhxe94o4k],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-yhhxe94o4k],
#components-reconnect-modal.components-reconnect-retrying[b-yhhxe94o4k],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-yhhxe94o4k],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-yhhxe94o4k],
#components-reconnect-modal.components-reconnect-failed[b-yhhxe94o4k],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-yhhxe94o4k] {
    display: block;
}


#components-reconnect-modal[b-yhhxe94o4k] {
    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-yhhxe94o4k 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-yhhxe94o4k 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-yhhxe94o4k 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-yhhxe94o4k]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-yhhxe94o4k 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-yhhxe94o4k {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-yhhxe94o4k {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-yhhxe94o4k {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-yhhxe94o4k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-yhhxe94o4k] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-yhhxe94o4k] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-yhhxe94o4k] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-yhhxe94o4k] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-yhhxe94o4k] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-yhhxe94o4k] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-yhhxe94o4k 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-yhhxe94o4k] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-yhhxe94o4k {
    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;
    }
}
