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

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

.sidebar[b-f6hb2p1gor] {
    background: linear-gradient(180deg, #123228 0%, #0B1F1A 100%);
    border-right: 1px solid #28443A;
}

.top-row[b-f6hb2p1gor] {
    background-color: rgba(11, 31, 26, .94);
    border-bottom: 1px solid #28443A;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

    .top-row[b-f6hb2p1gor]  a:hover, .top-row[b-f6hb2p1gor]  .btn-link:hover {
        color: #48E68F;
    }

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

@media (max-width: 640.98px) {
    main[b-f6hb2p1gor] {
        padding-bottom: 5.75rem;
    }

    .top-row[b-f6hb2p1gor] {
        display: none;
    }

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

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

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

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

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

    .top-row[b-f6hb2p1gor], article[b-f6hb2p1gor] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-f6hb2p1gor] {
    color-scheme: dark;
    color: #0B1F1A;
    background: #F87171;
    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-f6hb2p1gor] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ept5f5w3zc] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: .5rem;
    right: 1rem;
    border: 1px solid #28443A;
    border-radius: .7rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%237CF2B7' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem #123228;
}

.navbar-toggler:checked[b-ept5f5w3zc] { background-color: #28443A; }
.top-row[b-ept5f5w3zc] { min-height: 3.5rem; background-color: #123228; border-bottom: 1px solid #28443A; }
.navbar-brand[b-ept5f5w3zc] { color: #F5F7F6; font-size: 1.15rem; font-weight: 800; letter-spacing: -.02em; }
.navbar-brand img[b-ept5f5w3zc] { width: 42px; height: 32px; object-fit: contain; margin-right: .55rem; }
.navbar-brand span[b-ept5f5w3zc] { letter-spacing: .16em; font-size: .78rem; }
.navbar-brand strong[b-ept5f5w3zc] { color: #7CF2B7; font-weight: 800; }

.nav-icon[b-ept5f5w3zc] {
    width: 1.35rem;
    height: 1.35rem;
    flex: 0 0 1.35rem;
    margin-right: .8rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nav-item[b-ept5f5w3zc] { font-size: .9rem; padding-bottom: .5rem; }
.nav-item:first-of-type[b-ept5f5w3zc] { padding-top: 1rem; }
.nav-item:last-of-type[b-ept5f5w3zc] { padding-bottom: 1rem; }
.nav-item[b-ept5f5w3zc]  .nav-link {
    color: #B7C8BF;
    background: none;
    border: none;
    border-radius: .75rem;
    min-height: 3rem;
    display: flex;
    align-items: center;
    width: 100%;
    padding: .65rem .85rem;
    line-height: 1.25;
    text-align: left;
}
.nav-item[b-ept5f5w3zc]  a.active { background-color: #2ED47A; color: #071710; font-weight: 700; }
.nav-item[b-ept5f5w3zc]  .nav-link:hover { background-color: #28443A; color: #F5F7F6; }
.nav-scrollable[b-ept5f5w3zc] { display: none; }
.navbar-toggler:checked ~ .nav-scrollable[b-ept5f5w3zc] { display: block; }

@media (min-width: 641px) {
    .navbar-toggler[b-ept5f5w3zc] { display: none; }
    .nav-scrollable[b-ept5f5w3zc] { display: block; height: calc(100vh - 3.5rem); overflow-y: auto; }
}

@media (max-width: 640.98px) {
    .top-row[b-ept5f5w3zc] { position: fixed; left: .75rem; right: .75rem; bottom: .75rem; z-index: 1002; min-height: 4rem; padding: 0 4.5rem 0 1rem; border: 1px solid #28443A; border-radius: 1rem; background: rgba(11,31,26,.97); box-shadow: 0 14px 40px rgba(5,20,15,.3); backdrop-filter: blur(14px); }
    .navbar-toggler[b-ept5f5w3zc] { position: fixed; top: auto; right: 1.4rem; bottom: 1.5rem; z-index: 1003; width: 3rem; height: 2.55rem; margin: 0; }
    .nav-scrollable[b-ept5f5w3zc] { position: fixed; left: .75rem; right: .75rem; bottom: 5.15rem; z-index: 1001; max-height: min(65vh,29rem); overflow-y: auto; padding: .55rem; border: 1px solid #28443A; border-radius: 1rem; background: rgba(11,31,26,.98); box-shadow: 0 18px 48px rgba(5,20,15,.32); backdrop-filter: blur(14px); }
    .nav-item[b-ept5f5w3zc] { padding-bottom: .2rem; }
    .nav-item:first-of-type[b-ept5f5w3zc] { padding-top: 0; }
    .nav-item:last-of-type[b-ept5f5w3zc] { padding-bottom: 0; }
    .nav-item[b-ept5f5w3zc]  .nav-link { min-height: 2.85rem; }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cnzv4j8b4d],
.components-reconnect-repeated-attempt-visible[b-cnzv4j8b4d],
.components-reconnect-failed-visible[b-cnzv4j8b4d],
.components-pause-visible[b-cnzv4j8b4d],
.components-resume-failed-visible[b-cnzv4j8b4d],
.components-rejoining-animation[b-cnzv4j8b4d] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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