@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/BlazorWebApp/Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout scoped styles are minimal — most styling is in app.css */
/* _content/BlazorWebApp/Components/Layout/NavMenu.razor.rz.scp.css */
/* NavMenu scoped styles — active state and hover handled in app.css */
/* _content/BlazorWebApp/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-gl6gd3bh48],
.components-reconnect-repeated-attempt-visible[b-gl6gd3bh48],
.components-reconnect-failed-visible[b-gl6gd3bh48],
.components-pause-visible[b-gl6gd3bh48],
.components-resume-failed-visible[b-gl6gd3bh48],
.components-rejoining-animation[b-gl6gd3bh48] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-gl6gd3bh48],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-gl6gd3bh48],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-gl6gd3bh48],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-gl6gd3bh48],
#components-reconnect-modal.components-reconnect-retrying[b-gl6gd3bh48],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-gl6gd3bh48],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-gl6gd3bh48],
#components-reconnect-modal.components-reconnect-failed[b-gl6gd3bh48],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-gl6gd3bh48] {
    display: block;
}


#components-reconnect-modal[b-gl6gd3bh48] {
    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-gl6gd3bh48 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-gl6gd3bh48 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-gl6gd3bh48 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-gl6gd3bh48]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-gl6gd3bh48 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-gl6gd3bh48 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-gl6gd3bh48 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-gl6gd3bh48 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-gl6gd3bh48] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-gl6gd3bh48] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-gl6gd3bh48] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-gl6gd3bh48] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-gl6gd3bh48] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-gl6gd3bh48] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-gl6gd3bh48] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-gl6gd3bh48 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-gl6gd3bh48] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-gl6gd3bh48 {
    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;
    }
}
/* _content/BlazorWebApp/Components/Pages/Admin.razor.rz.scp.css */
.admin-layout[b-qai6863thd] {
    display: flex;
    min-height: 500px;
    border-radius: 6px;
    overflow: hidden;
}

.admin-sidebar[b-qai6863thd] {
    width: 200px;
    min-width: 200px;
    background-color: #f8f9fa;
    border-right: 1px solid #dee2e6;
    padding: 1rem 0;
}

.admin-nav-group[b-qai6863thd] {
    margin-bottom: 1rem;
}

.admin-nav-group-label[b-qai6863thd] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #adb5bd;
    padding: 0 1rem 0.4rem 1rem;
}

.admin-nav-link[b-qai6863thd] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem 1rem;
    border: none;
    background: transparent;
    color: #495057;
    font-size: 0.9rem;
    text-align: left;
    cursor: pointer;
    border-left: 3px solid transparent;
    transition: background-color 0.15s, color 0.15s;
}

.admin-nav-link:hover[b-qai6863thd] {
    background-color: #e9ecef;
    color: #212529;
}

.admin-nav-link.active[b-qai6863thd] {
    background-color: #e8f0fe;
    color: #0d47a1;
    border-left-color: #0d47a1;
    font-weight: 600;
}

.admin-content[b-qai6863thd] {
    flex: 1;
    min-width: 0;
    overflow-x: auto;
}
/* _content/BlazorWebApp/Components/Pages/Dashboard.razor.rz.scp.css */
/* Dashboard scoped styles */

.perf-grid[b-5a5jkq8zk0] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.perf-item[b-5a5jkq8zk0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    border-bottom: 1px solid #e9ecef;
}

.perf-item:nth-child(odd)[b-5a5jkq8zk0] {
    background-color: #f8f9fa;
}

.perf-label[b-5a5jkq8zk0] {
    font-size: 13px;
    color: #333;
}

.perf-value[b-5a5jkq8zk0] {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}

[b-5a5jkq8zk0] .quickgrid tr:last-child td {
    font-weight: 700;
    font-size: 16px;
}
/* _content/BlazorWebApp/Components/Pages/Productivity.razor.rz.scp.css */
/* Productivity scoped styles */

.vertical-devider[b-j0h79hpkja] {
    border-right: 1px solid #e9ecef;
}

[b-j0h79hpkja] .Sub-heading {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

[b-j0h79hpkja] .Sub-heading span {
    font-weight: 400;
    color: #777;
}

[b-j0h79hpkja] .modal-title {
    font-size: 18px;
    font-weight: 600;
}
