/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-oxb9pluob3] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-oxb9pluob3] {
    background: linear-gradient(180deg, rgba(47, 112, 102, 0.72) 0%, rgba(23, 66, 64, 0.78) 55%, rgba(26, 78, 98, 0.82) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 1px 0 16px rgba(0, 0, 0, 0.18);
}

.top-row[b-oxb9pluob3] {
    background: linear-gradient(90deg, rgba(47, 112, 102, 0.72) 0%, rgba(23, 66, 64, 0.78) 55%, rgba(26, 78, 98, 0.82) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.92);
}

    .top-row[b-oxb9pluob3]  span {
        color: rgba(255, 255, 255, 0.92);
    }

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

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

.login-screen[b-oxb9pluob3] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.login-card[b-oxb9pluob3] {
    background-color: rgba(255, 255, 255, 0.97);
    border-radius: 20px;
    padding: 3rem 3.25rem;
    text-align: center;
    max-width: 420px;
    width: 100%;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

.login-logo[b-oxb9pluob3] {
    width: 76px;
    height: 76px;
    border-radius: 18px;
    margin-bottom: 1.25rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.login-title[b-oxb9pluob3] {
    color: #143f3a;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 0.5rem;
}

.login-sub[b-oxb9pluob3] {
    color: #5a6b67;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.login-btn[b-oxb9pluob3] {
    width: 100%;
}

@media (max-width: 640.98px) {
    .top-row[b-oxb9pluob3] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row[b-oxb9pluob3], article[b-oxb9pluob3] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gen1rq32cl] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1) 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, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") no-repeat center/1.75rem 1.75rem;
}

.navbar-toggler:checked[b-gen1rq32cl] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-gen1rq32cl] {
    height: 3.5rem;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-gen1rq32cl] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.02em;
}

.brand-logo[b-gen1rq32cl] {
    height: 30px;
    width: 30px;
    border-radius: 7px;
    object-fit: cover;
    flex-shrink: 0;
}

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

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

.nav-item[b-gen1rq32cl] {
    font-size: 0.92rem;
    padding: 0 0.75rem;
    margin-bottom: 0.35rem;
}

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

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

    .nav-item[b-gen1rq32cl]  a {
        color: rgba(255, 255, 255, 0.82);
        border-radius: 8px;
        height: 2.75rem;
        display: flex;
        align-items: center;
        padding: 0 0.9rem;
        transition: background-color 0.15s ease, color 0.15s ease;
    }

        .nav-item[b-gen1rq32cl]  a:hover {
            background-color: rgba(255, 255, 255, 0.12);
            color: #ffffff;
        }

        .nav-item[b-gen1rq32cl]  a.active {
            background-color: rgba(255, 255, 255, 0.18);
            color: #ffffff;
            font-weight: 600;
        }

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

    .nav-scrollable[b-gen1rq32cl] {
        display: block;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-f333yob25m],
.components-reconnect-repeated-attempt-visible[b-f333yob25m],
.components-reconnect-failed-visible[b-f333yob25m],
.components-pause-visible[b-f333yob25m],
.components-resume-failed-visible[b-f333yob25m],
.components-rejoining-animation[b-f333yob25m] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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