/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-y4rgibjk2b] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.top-row[b-y4rgibjk2b] {
    background: linear-gradient(135deg, #5b21b6 0%, #06b6d4 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    color: white;
    position: sticky;
    top: 0;
    z-index: 10;
}

.top-row[b-y4rgibjk2b]  a, .top-row[b-y4rgibjk2b]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s ease;
}

.top-row[b-y4rgibjk2b]  a:hover, .top-row[b-y4rgibjk2b]  .btn-link:hover {
    text-decoration: none;
    color: white;
}

.top-row[b-y4rgibjk2b]  .navbar-brand {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.body-container[b-y4rgibjk2b] {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: hidden;
}

.sidebar[b-y4rgibjk2b] {
    background-image: linear-gradient(180deg, #1e3a8a 0%, #5b21b6 70%);
    transition: width 0.3s ease;
    width: 250px;
    display: flex;
    flex-direction: column;
}

.sidebar.collapsed[b-y4rgibjk2b] {
    width: 60px;
}

.sidebar-header[b-y4rgibjk2b] {
    display: flex;
    align-items: center;
    height: 3.5rem;
    padding: 0 1rem;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    flex-shrink: 0;
    gap: 0.5rem;
    color: white;
}

.sidebar-header:hover[b-y4rgibjk2b] {
    background: rgba(255, 255, 255, 0.1);
}

.sidebar-brand-icon[b-y4rgibjk2b] {
    font-size: 1.3rem;
    color: #00e5ff;
    flex-shrink: 0;
    line-height: 1;
}

.sidebar-title[b-y4rgibjk2b] {
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    flex: 1;
}

.sidebar-toggle-icon[b-y4rgibjk2b] {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

/* Collapsed sidebar overrides */
.sidebar.collapsed .sidebar-title[b-y4rgibjk2b] {
    display: none;
}

.sidebar.collapsed .sidebar-header[b-y4rgibjk2b] {
    justify-content: center;
    padding: 0;
}

.sidebar.collapsed .sidebar-toggle-icon[b-y4rgibjk2b] {
    display: none;
}

/* Nav text hidden when sidebar collapsed */
.sidebar.collapsed[b-y4rgibjk2b]  .nav-text {
    display: none;
}

.sidebar.collapsed[b-y4rgibjk2b]  .nav-item {
    padding-bottom: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sidebar.collapsed[b-y4rgibjk2b]  .title-text {
    display: none;
}

.sidebar.collapsed[b-y4rgibjk2b]  .nav-link {
    justify-content: center;
    padding: 0 !important;
}

.sidebar.collapsed[b-y4rgibjk2b]  .nav-link .bi {
    margin: 0 !important;
    font-size: 1.2rem;
}

main[b-y4rgibjk2b] {
    flex: 1;
}

article[b-y4rgibjk2b] {
    padding-top: 1.1rem;
}

@media (min-width: 641px) {
    .body-container[b-y4rgibjk2b] {
        flex-direction: row;
    }

    .sidebar[b-y4rgibjk2b] {
        height: calc(100vh - 3.5rem);
        position: sticky;
        top: 3.5rem;
        overflow: hidden;
    }

    .sidebar.collapsed[b-y4rgibjk2b] {
        overflow: visible;
    }

    main[b-y4rgibjk2b] {
        overflow-y: auto;
    }

    .top-row[b-y4rgibjk2b], article[b-y4rgibjk2b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-y4rgibjk2b] {
    color-scheme: light only;
    background: lightyellow;
    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-y4rgibjk2b] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.bi[b-1sdj30p8pu] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    background-size: cover;
}

.nav-item[b-1sdj30p8pu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item[b-1sdj30p8pu]  .nav-link {
    color: white !important;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    line-height: 3rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    padding: 0 1rem;
    transition: all 0.2s ease;
    font-weight: 600;
    font-size: 0.98rem;
}

.nav-item[b-1sdj30p8pu]  a.active {
    background-color: rgba(0, 229, 255, 0.2) !important;
    color: #00e5ff !important;
}

.nav-item[b-1sdj30p8pu]  a.active .bi {
    color: #00e5ff;
}

.nav-item[b-1sdj30p8pu]  .nav-link:hover {
    background-color: rgba(0, 229, 255, 0.1);
    color: #00e5ff !important;
}

.nav-item[b-1sdj30p8pu]  .nav-link:hover .bi {
    color: #00e5ff;
}

.nav-item[b-1sdj30p8pu]  .text-light {
    color: #00e5ff !important;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0.25rem;
}

.nav-scrollable[b-1sdj30p8pu] {
    display: block;
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.nav-scrollable[b-1sdj30p8pu]::-webkit-scrollbar {
    display: none;
}

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-dskfjpxfl6],
.components-reconnect-repeated-attempt-visible[b-dskfjpxfl6],
.components-reconnect-failed-visible[b-dskfjpxfl6],
.components-pause-visible[b-dskfjpxfl6],
.components-resume-failed-visible[b-dskfjpxfl6],
.components-rejoining-animation[b-dskfjpxfl6] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-dskfjpxfl6],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-dskfjpxfl6],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-dskfjpxfl6],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-dskfjpxfl6],
#components-reconnect-modal.components-reconnect-retrying[b-dskfjpxfl6],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-dskfjpxfl6],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-dskfjpxfl6],
#components-reconnect-modal.components-reconnect-failed[b-dskfjpxfl6],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-dskfjpxfl6] {
    display: block;
}


#components-reconnect-modal[b-dskfjpxfl6] {
    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-dskfjpxfl6 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-dskfjpxfl6 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-dskfjpxfl6 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-dskfjpxfl6]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-dskfjpxfl6 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-dskfjpxfl6 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-dskfjpxfl6 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-dskfjpxfl6 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-dskfjpxfl6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-dskfjpxfl6] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-dskfjpxfl6] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-dskfjpxfl6] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-dskfjpxfl6] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-dskfjpxfl6] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-dskfjpxfl6] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-dskfjpxfl6 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-dskfjpxfl6] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-dskfjpxfl6 {
    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;
    }
}
