@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-puarzcnsd9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-puarzcnsd9] {
    flex: 1;
}

.sidebar[b-puarzcnsd9] {
    background-image: linear-gradient(180deg, rgb(8, 5, 103) 0%, #3a0647 70%);
}

@media (min-width: 641px) {
    .page[b-puarzcnsd9] {
        flex-direction: row;
    }

    .sidebar[b-puarzcnsd9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

#blazor-error-ui[b-puarzcnsd9] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-puarzcnsd9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
[b-53ggy4wjcu] {
    --nav-bg: rgba(15, 18, 25, 0.88);
    --nav-glass: blur(14px) saturate(160%);
    --nav-accent: #5ddcff;
    --nav-text: #e6e6eb;
    --nav-muted: #9aa0b3;
}

/* ===== Top bar ===== */
.top-row[b-53ggy4wjcu] {
    height: 3.5rem;
    background: linear-gradient(90deg, #0f1220, #161b2f);
    backdrop-filter: var(--nav-glass);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* ===== Sidebar ===== */
.nav-scrollable[b-53ggy4wjcu] {
    background: var(--nav-bg);
    backdrop-filter: var(--nav-glass);
    border-right: 1px solid rgba(255,255,255,0.08);
}

/* ===== Brand ===== */
.navbar-brand[b-53ggy4wjcu] {
    font-weight: 600;
    letter-spacing: 0.04em;
    font-size: 1.1rem;
    color: white;
}

/* ===== Nav items ===== */
.nav-item[b-53ggy4wjcu] {
    font-size: 0.9rem;
    padding: 0.15rem 0;
}

.nav-item:first-of-type[b-53ggy4wjcu] { padding-top: 1rem; }
.nav-item:last-of-type[b-53ggy4wjcu] { padding-bottom: 1rem; }

/* ===== Links ===== */
.nav-item[b-53ggy4wjcu]  .nav-link {
    color: var(--nav-muted);
    border-radius: 10px;
    height: 3rem;
    display: flex;
    align-items: center;
    width: 100%;
    transition: all 180ms ease;
}

/* Hover */
.nav-item[b-53ggy4wjcu]  .nav-link:hover {
    background: rgba(93, 220, 255, 0.08);
    color: var(--nav-text);
    transform: translateX(4px);
}

/* Active */
.nav-item[b-53ggy4wjcu]  a.active {
    background: rgba(93, 220, 255, 0.18);
    color: var(--nav-accent);
    box-shadow:
            inset 0 0 0 1px rgba(93, 220, 255, 0.35),
            0 0 8px rgba(93, 220, 255, 0.35);
}

/* ===== Icons ===== */
.bi[b-53ggy4wjcu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 1rem;
    padding-left: 8px;
    vertical-align: middle;
    font-size: 1.2rem;
    color: var(--nav-accent);
    filter: drop-shadow(0 0 4px rgba(93,220,255,0.5));
}

/* ===== Toggler ===== */
.navbar-toggler[b-53ggy4wjcu] {
    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);
    backdrop-filter: blur(10px);
    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);
    border-radius: 8px;
}

/* ===== Mobile collapse ===== */
.nav-scrollable[b-53ggy4wjcu] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-53ggy4wjcu] {
    display: block;
}

/* ===== Desktop ===== */
@media (min-width: 641px) {
    .navbar-toggler[b-53ggy4wjcu] { display: none; }

    .nav-scrollable[b-53ggy4wjcu] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Accounting/Index.razor.rz.scp.css */
.bb-grid .bb-grid-detail-row > td[b-swbflfsgi8] {
    padding-left: 0.75rem !important;
}

.bb-grid .bb-grid-detail-row .bb-grid[b-swbflfsgi8] {
    margin-left: 0 !important;
}

.compact-grid .bb-grid-detail-row > td[b-swbflfsgi8] {
    padding-left: 0.5rem !important;
}
/* /Components/Pages/Home.razor.rz.scp.css */
[b-yu747d8si4] {
    --bottom-bar-height: 7vh;
    --top-bar-height: 5.6rem;
}

/* Wrapper fills viewport minus top bar */
.mobile-wrapper[b-yu747d8si4] {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - var(--top-bar-height));
    padding: 2vh 5vw 0;
    box-sizing: border-box;
}

/* Top section */
.top-section[b-yu747d8si4] {
    text-align: center;
}

/* Address lines */
.address-block .small[b-yu747d8si4] {
    font-size: 2.2vh;
    color: #777;
}

.address-block .big[b-yu747d8si4] {
    font-size: 3vh;
    font-weight: 600;
    color: #222;
    margin: 0.5vh 0;
}

/* Subtitle */
.subtitle[b-yu747d8si4] {
    font-size: 2vh;
    color: #444;
    margin-top: 2vh;
}

/* Middle section: timer + stop button */
.middle-section[b-yu747d8si4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;  /* push middle section down */
    gap: 2vh;          /* space between timer and button */
}

/* Timer */
.big-timer[b-yu747d8si4] {
    font-size: clamp(4vh, 12vw, 10vh);
    font-weight: 600;
    text-align: center;
}

/* Stop button */
.stop-button[b-yu747d8si4] {
    padding: 1.5vh 10vw;
    font-size: 2.5vh;
    border-radius: 1.5vh;
    background-color: #d9534f;
    border: none;
    color: white;
    margin-bottom: var(--bottom-bar-height);
}

/* Bottom spacer */
.bottom-spacer[b-yu747d8si4] {
    height: var(--bottom-bar-height);
    flex-shrink: 0;
}

.bottom-row[b-yu747d8si4] {
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
    height: var(--bottom-bar-height);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10vw;
    z-index: 100;
}

/* Entire item clickable, flex column */
.bottom-item[b-yu747d8si4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none; /* remove underline */
    color: inherit;
    flex: 1;               /* evenly distribute across row */
    text-align: center;
}

/* Logo styling */
.bottom-item .logo[b-yu747d8si4] {
    font-size: 2.5vh;
    color: #333;
}

/* Label under logo */
.bottom-item .bottom-label[b-yu747d8si4] {
    font-size: 1.5vh;
    color: #555;
    margin-top: 0.5vh;
}

.bottom-item[disabled][b-yu747d8si4] {
    opacity: 0.5;
    pointer-events: none;
}
/* /Components/Pages/WorkEntryPages/Details.razor.rz.scp.css */
.timeline[b-nc7g1kdgnl] {
    position: relative;
    padding-left: 40px;
}

.timeline[b-nc7g1kdgnl]::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dee2e6;
}

.timeline-item[b-nc7g1kdgnl] {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    position: relative;
}

.timeline-icon[b-nc7g1kdgnl] {
    width: 36px;
    text-align: center;
    z-index: 2;
}

.timeline-icon i[b-nc7g1kdgnl] {
    font-size: 1.25rem;
    background: white;
    padding: 4px;
}

.timeline-content[b-nc7g1kdgnl] {
    padding-left: 12px;
}

.timeline-item.start i[b-nc7g1kdgnl] {
    color: #198754;
}

.timeline-item.end i[b-nc7g1kdgnl] {
    color: #6c757d;
}

.timeline-item.end-inprogress i[b-nc7g1kdgnl] {
    color: #9c3434;
}

.target-pill[b-nc7g1kdgnl] {
    display: inline-block;
    background: #198754;
    color: white;
    padding: 3px 10px;
    border-radius: 14px;
    font-size: 0.8rem;
    font-weight: 600;
}
/* /Components/Pages/WorkEntryPages/Index.razor.rz.scp.css */
.page-size-chooser[b-3a61sko41a] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.page-size-chooser select[b-3a61sko41a] {
    margin: 0 1rem;
    padding: 0.25rem 0.5rem;
}
