/* /Components/Layout/AccountLayout.razor.rz.scp.css */
.account-shell[b-in2d7k4q42] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    padding: 2rem 1rem;
    background: #f5f7fb;
}

.login-orb[b-in2d7k4q42] {
    position: absolute;
    border-radius: 999px;
    filter: blur(2px);
    pointer-events: none;
}

.login-orb-one[b-in2d7k4q42] {
    width: 28rem;
    height: 28rem;
    right: -12rem;
    top: -14rem;
    background: rgba(54, 110, 245, .11);
}

.login-orb-two[b-in2d7k4q42] {
    width: 24rem;
    height: 24rem;
    left: -12rem;
    bottom: -14rem;
    background: rgba(99, 73, 214, .09);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dbaryx9cn3] {
    min-height: 100vh;
    display: flex;
    background: #f5f7fb;
}

.sidebar[b-dbaryx9cn3] {
    width: 264px;
    flex: 0 0 264px;
    background: #101a35;
}

main[b-dbaryx9cn3] {
    min-width: 0;
    flex: 1;
}

.top-row[b-dbaryx9cn3] {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2.25rem;
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid #e8ebf2;
    position: sticky;
    top: 0;
    z-index: 5;
    backdrop-filter: blur(10px);
}

.top-row > div:first-child[b-dbaryx9cn3] {
    display: flex;
    flex-direction: column;
}

.top-label[b-dbaryx9cn3],
.admin-summary span[b-dbaryx9cn3] {
    color: #7c8499;
    font-size: .75rem;
}

.top-row strong[b-dbaryx9cn3] {
    color: #19223a;
    font-size: .9rem;
}

.admin-summary[b-dbaryx9cn3] {
    display: flex;
    align-items: center;
    gap: .7rem;
}

.admin-summary > div[b-dbaryx9cn3] {
    display: flex;
    flex-direction: column;
}

.admin-avatar[b-dbaryx9cn3] {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e9efff;
    color: #386df5 !important;
    font-size: .85rem !important;
    font-weight: 700;
}

.content[b-dbaryx9cn3] {
    max-width: 1320px;
    margin: 0 auto;
    padding: 2.5rem 2.25rem 4rem;
}

#blazor-error-ui[b-dbaryx9cn3] {
    color-scheme: light only;
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -2px 12px rgba(15, 23, 42, .12);
    display: none;
    left: 0;
    padding: .8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-dbaryx9cn3] {
    cursor: pointer;
    position: absolute;
    right: .75rem;
}

@media (max-width: 740px) {
    .page[b-dbaryx9cn3] {
        display: block;
    }

    .sidebar[b-dbaryx9cn3] {
        width: 100%;
    }

    .top-row[b-dbaryx9cn3] {
        height: 64px;
        padding: 0 1rem;
    }

    .top-row > div:first-child[b-dbaryx9cn3] {
        display: none;
    }

    .top-row[b-dbaryx9cn3] {
        justify-content: flex-end;
    }

    .admin-summary > div[b-dbaryx9cn3] {
        max-width: calc(100vw - 80px);
    }

    .admin-summary strong[b-dbaryx9cn3] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .content[b-dbaryx9cn3] {
        padding: 1.5rem 1rem 3rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-jj7iizp93c] {
    height: 76px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.navbar-brand[b-jj7iizp93c] {
    display: flex;
    align-items: center;
    gap: .8rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.05;
    text-decoration: none;
}

.navbar-brand small[b-jj7iizp93c] {
    display: block;
    color: #8d98b5;
    font-size: .67rem;
    font-weight: 500;
    margin-top: .3rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.brand-mark[b-jj7iizp93c] {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: linear-gradient(135deg, #5d8aff, #6b5ce7);
    color: white;
    font-weight: 800;
    box-shadow: 0 8px 24px rgba(56, 109, 245, .28);
}

.navbar-toggler[b-jj7iizp93c] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: .7rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 8px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,.7%29' stroke-linecap='round' stroke-width='2' d='M4 8h22M4 15h22M4 22h22'/%3e%3c/svg%3e") no-repeat center/1.5rem;
}

.nav-scrollable[b-jj7iizp93c] {
    height: calc(100vh - 76px);
    padding-top: 1.25rem;
}

.nav[b-jj7iizp93c] {
    height: 100%;
}

.nav-item[b-jj7iizp93c] {
    font-size: .9rem;
    padding-bottom: .35rem;
}

.nav-item[b-jj7iizp93c]  .nav-link {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    gap: .8rem;
    color: #aab3cb;
    background: none;
    border: none;
    border-radius: 9px;
    padding: 0 .9rem;
    text-decoration: none;
    transition: background .15s ease, color .15s ease;
}

.nav-item[b-jj7iizp93c]  .nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, .07);
}

.nav-item[b-jj7iizp93c]  a.active {
    color: #fff;
    background: rgba(75, 124, 255, .2);
    box-shadow: inset 3px 0 #6f94ff;
}

.nav-symbol[b-jj7iizp93c] {
    width: 22px;
    color: #8fa8f8;
    font-size: 1.15rem;
    text-align: center;
}

.nav-logout[b-jj7iizp93c] {
    margin-top: auto;
    padding-bottom: 1.3rem;
}

.nav-logout form[b-jj7iizp93c] {
    width: 100%;
}

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

@media (max-width: 740px) {
    .top-row[b-jj7iizp93c] {
        height: 64px;
        padding-left: 1rem !important;
    }

    .navbar-toggler:not(:checked) ~ .nav-scrollable[b-jj7iizp93c] {
        display: none;
    }

    .nav-scrollable[b-jj7iizp93c] {
        height: auto;
        padding-bottom: .7rem;
    }

    .nav[b-jj7iizp93c] {
        min-height: 145px;
    }

    .nav-logout[b-jj7iizp93c] {
        margin-top: .6rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-s6i8v0lyfz],
.components-reconnect-repeated-attempt-visible[b-s6i8v0lyfz],
.components-reconnect-failed-visible[b-s6i8v0lyfz],
.components-pause-visible[b-s6i8v0lyfz],
.components-resume-failed-visible[b-s6i8v0lyfz],
.components-rejoining-animation[b-s6i8v0lyfz] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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