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

main[b-zkgti7w2bj] {
    flex: 1;
    background: rgb(238, 238, 238);
}

.sidebar[b-zkgti7w2bj] {
    background: conic-gradient(from 210deg, #c5bbb8 0deg, #c5bbb8 24deg, #b8b5b8 24.1deg, #b8b5b8 48deg, #a9afb7 48.1deg, #a9afb7 72deg, #9aa8b5 72.1deg, #9aa8b5 96deg, #8ba1b3 96.1deg, #8ba1b3 120deg, #7d98af 120.1deg, #7d98af 144deg, #7090ab 144.1deg, #7090ab 168deg, #6587a6 168.1deg, #6587a6 192deg, #5c7ea1 192.1deg, #5c7ea1 216deg, #55759b 216.1deg, #55759b 240deg, #516c94 240.1deg, #516c94 264deg, #4f638d 264.1deg, #4f638d 288deg, #505a85 288.1deg, #505a85 312deg, #54537d 312.1deg, #54537d 336deg, #5b4b74 336.1deg 360deg);
    background-size: 250% 250%;
    animation: sidebarGradient-b-zkgti7w2bj 36s ease-in-out infinite;
    position: relative;
    overflow: hidden;
}

.sidebar[b-zkgti7w2bj]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit;
    filter: blur(1px);
    z-index: 0;
    transform: scale(1.02);
}

.sidebar > *[b-zkgti7w2bj] {
    position: relative;
    z-index: 1;
}

.top-row[b-zkgti7w2bj] {
    position: sticky;
    background: transparent;
    color: white;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 10;
}

.top-row[b-zkgti7w2bj]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: conic-gradient(from 210deg,
        rgba(197,187,184,0.65) 0deg, rgba(197,187,184,0.65) 24deg,
        rgba(184,181,184,0.65) 24.1deg, rgba(184,181,184,0.65) 48deg,
        rgba(169,175,183,0.65) 48.1deg, rgba(169,175,183,0.65) 72deg,
        rgba(154,168,181,0.65) 72.1deg, rgba(154,168,181,0.65) 96deg,
        rgba(139,161,179,0.65) 96.1deg, rgba(139,161,179,0.65) 120deg,
        rgba(125,152,175,0.65) 120.1deg, rgba(125,152,175,0.65) 144deg,
        rgba(112,144,171,0.65) 144.1deg, rgba(112,144,171,0.65) 168deg,
        rgba(101,135,166,0.65) 168.1deg, rgba(101,135,166,0.65) 192deg,
        rgba(92,126,161,0.65) 192.1deg, rgba(92,126,161,0.65) 216deg,
        rgba(85,117,155,0.65) 216.1deg, rgba(85,117,155,0.65) 240deg,
        rgba(81,108,148,0.65) 240.1deg, rgba(81,108,148,0.65) 264deg,
        rgba(79,99,141,0.65) 264.1deg, rgba(79,99,141,0.65) 288deg,
        rgba(80,90,133,0.65) 288.1deg, rgba(80,90,133,0.65) 312deg,
        rgba(84,83,125,0.65) 312.1deg, rgba(84,83,125,0.65) 336deg,
        rgba(91,75,116,0.65) 336.1deg 360deg);
    filter: blur(12px);
    transform: scale(1.1);
    z-index: 0;
    pointer-events: none;
}

.top-row > *[b-zkgti7w2bj] {
    position: relative;
    z-index: 1;
}

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

.top-row[b-zkgti7w2bj]  .btn {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.85) !important;
    background-color: rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.top-row[b-zkgti7w2bj]  .btn:hover {
    background-color: rgba(255, 255, 255, 0.22) !important;
    color: #ffffff !important;
}

    .top-row[b-zkgti7w2bj]  a:hover, .top-row[b-zkgti7w2bj]  .btn-link:hover {
        text-decoration: underline;
    }

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

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

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

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

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

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

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

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

@keyframes sidebarGradient-b-zkgti7w2bj {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

#blazor-error-ui[b-zkgti7w2bj] {
    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-zkgti7w2bj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hyxchfvz64] {
    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: 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 rgba(255, 255, 255, 0.1);
}

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

.top-row[b-hyxchfvz64] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hyxchfvz64] {
    font-size: 1.1rem;
}

.bi[b-hyxchfvz64] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-hyxchfvz64] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-hyxchfvz64] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-hyxchfvz64] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

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

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

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

.nav-item[b-hyxchfvz64]  .nav-link {
    color: #d7d7d7;
    background: none;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

.nav-item[b-hyxchfvz64]  a.active {
    background-color: rgba(255,255,255,0.75);
    color: #1f2937;
    opacity: 1;
    border-color: rgba(255,255,255,0.85);
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}

.nav-item[b-hyxchfvz64]  .nav-link:hover {
    background-color: rgba(255,255,255,0.15);
    color: white;
}

.nav-item[b-hyxchfvz64]  .nav-link:not(.active) {
    opacity: 0.85;
    background-color: rgba(255,255,255,0.12);
}

.nav-section[b-hyxchfvz64] {
    color: rgba(255,255,255,0.7);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.75rem 1.5rem 0.25rem;
}

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

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

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

    .nav-scrollable[b-hyxchfvz64] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Sheets.razor.rz.scp.css */
.timesheet-sticky[b-oh45pxowc6] {
    position: sticky;
    top: 4rem;
    z-index: 5;
    padding-top: 0.25rem;
    padding-bottom: 0.75rem;
    backdrop-filter: blur(6px);
    background: rgba(238, 238, 238, 0.9);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);

    margin-left: -32px; margin-right: -22px; padding-left: 32px; padding-right: 22px; margin-top: -11px; padding-top: 34px; top: -24px;
}

.sticky-controls-gap[b-oh45pxowc6] {
    gap: 0.35rem;
}

.timesheet-content[b-oh45pxowc6] {
    position: relative;
    z-index: 1;
    padding-top: 0.5rem;
}
