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

main[b-53lgmezcty] {
    flex: 1;
    min-width: 0;
    width: 100%;
}

.sidebar[b-53lgmezcty] {
    background:
        linear-gradient(180deg, rgba(6, 11, 23, 0.98), rgba(17, 24, 39, 0.98)),
        linear-gradient(90deg, rgba(39, 232, 255, 0.16), transparent);
    border-right: 1px solid rgba(39, 232, 255, 0.24);
    box-shadow: 10px 0 32px rgba(0, 0, 0, 0.3);
}

.top-row[b-53lgmezcty] {
    align-items: center;
    background: rgba(8, 11, 19, 0.74);
    border-bottom: 1px solid rgba(39, 232, 255, 0.18);
    display: flex;
    height: 3.5rem;
    justify-content: flex-end;
}

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

.top-row[b-53lgmezcty]  a:hover,
.top-row[b-53lgmezcty]  .btn-link:hover {
    text-decoration: none;
}

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

article[b-53lgmezcty] {
    min-height: calc(100vh - 3.5rem);
    min-width: 0;
    width: 100%;
}

@media (max-width: 640.98px) {
    .page[b-53lgmezcty],
    .sidebar[b-53lgmezcty],
    main[b-53lgmezcty],
    article[b-53lgmezcty] {
        max-width: 100vw;
        overflow-x: hidden;
    }

    article[b-53lgmezcty] {
        padding-left: 0.85rem !important;
        padding-right: 0.85rem !important;
    }

    .top-row[b-53lgmezcty] {
        display: none;
        justify-content: space-between;
        padding-left: 0.85rem !important;
        padding-right: 0.85rem !important;
    }

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

@media (min-width: 641px) {
    .page[b-53lgmezcty] {
        flex-direction: row;
        height: 100vh;
        overflow: hidden;
    }

    .sidebar[b-53lgmezcty] {
        flex: 0 0 250px;
        height: 100vh;
        overflow: hidden;
        position: relative;
        top: 0;
        width: 250px;
    }

    main[b-53lgmezcty] {
        height: 100vh;
        overflow-y: auto;
    }

    .top-row[b-53lgmezcty] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

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

    .top-row[b-53lgmezcty],
    article[b-53lgmezcty] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-u1n9jzxms0] {
    appearance: none;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2839, 232, 255, 0.86%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(39, 232, 255, 0.1);
    border: 1px solid rgba(39, 232, 255, 0.34);
    border-radius: 6px;
    color: white;
    cursor: pointer;
    height: 2.5rem;
    position: absolute;
    right: max(0.85rem, env(safe-area-inset-right));
    top: 0.5rem;
    width: 3.5rem;
}

.navbar-toggler:checked[b-u1n9jzxms0] {
    background-color: rgba(255, 178, 56, 0.22);
}

.top-row[b-u1n9jzxms0] {
    background: rgba(8, 11, 19, 0.78);
    min-height: 3.5rem;
    width: 100%;
}

.navbar-brand[b-u1n9jzxms0] {
    color: #f5fbff;
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: 0;
    text-shadow: 0 0 12px rgba(39, 232, 255, 0.45);
}

.navbar-brand:hover[b-u1n9jzxms0] {
    color: #ffb238;
}

.nav-icon[b-u1n9jzxms0] {
    align-items: center;
    display: inline-flex;
    flex: 0 0 auto;
    height: 1.75rem;
    justify-content: center;
    margin-right: 0.75rem;
    width: 1.75rem;
}

.nav-icon img[b-u1n9jzxms0] {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.nav-shell[b-u1n9jzxms0] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.nav-primary[b-u1n9jzxms0] {
    flex: 1;
}

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

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

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

.nav-item[b-u1n9jzxms0]  .nav-link {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #a9b7c7;
    display: flex;
    font-weight: 800;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
}

.sign-out-link[b-u1n9jzxms0] {
    cursor: pointer;
    text-align: left;
}

.nav-footer[b-u1n9jzxms0] {
    border-top: 1px solid rgba(39, 232, 255, 0.18);
    margin-top: auto;
    padding-top: 1rem;
}

.nav-item[b-u1n9jzxms0]  a.active {
    background: rgba(39, 232, 255, 0.14);
    border-color: rgba(39, 232, 255, 0.36);
    box-shadow: inset 0 0 16px rgba(39, 232, 255, 0.08);
    color: #f5fbff;
}

.nav-item[b-u1n9jzxms0]  .nav-link:hover {
    background: rgba(255, 178, 56, 0.12);
    border-color: rgba(255, 178, 56, 0.3);
    color: #ffcf69;
}

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

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

@media (max-width: 640px) {
    .nav-scrollable[b-u1n9jzxms0] {
        max-height: calc(100dvh - 3.5rem);
        overflow-y: auto;
    }

    .nav-item[b-u1n9jzxms0]  .nav-link {
        height: 2.7rem;
        line-height: 2.7rem;
    }
}

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

    .top-row[b-u1n9jzxms0] {
        min-height: 3.25rem;
    }

    .navbar-brand[b-u1n9jzxms0] {
        font-size: 1rem;
    }

    .nav-icon[b-u1n9jzxms0] {
        height: 1.45rem;
        margin-right: 0.65rem;
        width: 1.45rem;
    }

    .nav-item[b-u1n9jzxms0] {
        font-size: 0.86rem;
        padding-bottom: 0.18rem;
    }

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

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

    .nav-item[b-u1n9jzxms0]  .nav-link {
        height: 2.45rem;
        line-height: 2.45rem;
        padding-bottom: 0.25rem;
        padding-top: 0.25rem;
    }

    .nav-footer[b-u1n9jzxms0] {
        padding-top: 0.55rem;
    }

    .nav-scrollable[b-u1n9jzxms0] {
        display: block;
        height: calc(100vh - 3.25rem);
        overflow: hidden;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ou9ilc2q2l],
.components-reconnect-repeated-attempt-visible[b-ou9ilc2q2l],
.components-reconnect-failed-visible[b-ou9ilc2q2l],
.components-pause-visible[b-ou9ilc2q2l],
.components-resume-failed-visible[b-ou9ilc2q2l],
.components-rejoining-animation[b-ou9ilc2q2l] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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