/* /Components/Layout/Authenticated/AuthenticatedLayout.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════
   AuthenticatedLayout — Context-tabs in sidebar
   ═══════════════════════════════════════════════════ */

/* Menu toggle button - always visible and touchable */
.menu-toggle-btn[b-ulv9bl7qg7] {
    min-width: 48px;
    min-height: 48px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Context pill in de AppBar — goed zichtbaar */
.context-pill[b-ulv9bl7qg7] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 14px 4px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: white;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

/* ─── Context Tabs bovenaan de sidebar ─── */
.context-tabs[b-ulv9bl7qg7] {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 2px solid var(--mud-palette-lines-default);
    background: var(--mud-palette-surface);
    padding: 0;
    min-height: 52px;
}

.context-tab[b-ulv9bl7qg7] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 8px 4px 6px;
    border: none;
    background: none;
    cursor: pointer;
    color: var(--mud-palette-text-secondary);
    border-bottom: 3px solid transparent;
    transition: all 0.15s ease;
    min-width: 0;
    position: relative;
}

.context-tab:hover[b-ulv9bl7qg7] {
    background: rgba(255, 255, 255, 0.06);
    color: var(--mud-palette-text-primary);
}

.context-tab:focus-visible[b-ulv9bl7qg7] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: -2px;
}

.context-tab.active[b-ulv9bl7qg7] {
    font-weight: 700;
    background: rgba(255, 255, 255, 0.04);
}

.context-tab-label[b-ulv9bl7qg7] {
    font-size: 0.68rem;
    font-weight: inherit;
    line-height: 1;
    letter-spacing: 0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.drawer-close-btn[b-ulv9bl7qg7] {
    display: none !important;
}

/* Mobile: verberg context-pill, toon bottom tabs */
/* Breakpoint.Lg in MudBlazor = 1280px */
@media (max-width: 1279.98px) {
    .context-pill[b-ulv9bl7qg7] {
        display: none;
    }

    .drawer-pin-btn[b-ulv9bl7qg7] {
        display: none !important;
    }

    .drawer-close-btn[b-ulv9bl7qg7] {
        display: inline-flex !important;
    }

    /* Zorg dat de drawer correct boven de mobile context bar komt */
    [b-ulv9bl7qg7] .mud-drawer {
        z-index: 1250;
    }
    
    [b-ulv9bl7qg7] .mud-drawer-overlay {
        z-index: 1240;
    }
}

@media (min-width: 1280px) {
    .drawer-pin-btn[b-ulv9bl7qg7] {
        display: inline-flex !important;
    }
}

/* Skip to content link styling */
.skip-to-content[b-ulv9bl7qg7] {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--mud-palette-primary);
    color: white;
    padding: 8px 16px;
    z-index: 9999;
    transition: top 0.3s;
}

.skip-to-content:focus[b-ulv9bl7qg7] {
    top: 0;
}
/* /Components/Navigation/MobileContextBar.razor.rz.scp.css */
/* ═══════════════════════════════════════════════════
   MobileContextBar — Prominente bottom tab bar
   ═══════════════════════════════════════════════════ */

.mobile-context-bar[b-ap0twz42gz] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 62px;
    background: var(--mud-palette-surface);
    border-top: 2px solid var(--mud-palette-lines-default);
    z-index: 1100; /* Under the drawer (1250) and overlay (1240), but above main content */
    justify-content: space-around;
    align-items: center;
    padding: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.12);
}

.mobile-tab[b-ap0twz42gz] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    padding: 8px 0;
    cursor: pointer;
    color: var(--mud-palette-text-secondary);
    border-top: 3px solid transparent;
    transition: all 0.2s ease;
    min-height: 56px;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

.mobile-tab:hover[b-ap0twz42gz] {
    background: rgba(0, 0, 0, 0.04);
}

.mobile-tab:active[b-ap0twz42gz] {
    transform: scale(0.95);
    transition: transform 0.1s ease;
}

.mobile-tab.active[b-ap0twz42gz] {
    font-weight: 700;
    background: rgba(0, 0, 0, 0.02);
}

.mobile-tab:focus-visible[b-ap0twz42gz] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: -2px;
}

.mobile-tab-label[b-ap0twz42gz] {
    font-size: 0.72rem;
    font-weight: 500;
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.mobile-tab.active .mobile-tab-label[b-ap0twz42gz] {
    font-weight: 700;
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
[b-658uk9gkk2] .welcome-header {
    animation: fadeInDown-b-658uk9gkk2 0.5s ease-out;
}

@keyframes fadeInDown-b-658uk9gkk2 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* /Components/Pages/Nalatenschappen/ErfbelastingCalculatorProfessional.razor.rz.scp.css */
.table-scroll[b-m12at8nylv] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-scroll table[b-m12at8nylv] {
    min-width: 560px;
}
/* /Components/Pages/Procurement/ProcurementDashboard.razor.rz.scp.css */
.stats-card:hover[b-kxop60uu59] {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15) !important;
}

.stats-card:focus-visible[b-kxop60uu59] {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}

.procurement-dashboard-header[b-kxop60uu59] {
    gap: 1rem;
}

.procurement-dashboard-actions[b-kxop60uu59] {
    flex-wrap: wrap;
    row-gap: 0.5rem;
    justify-content: flex-end;
}

@media (max-width: 1400px) {
    .procurement-dashboard-header[b-kxop60uu59] {
        align-items: flex-start !important;
    }

    .procurement-dashboard-actions[b-kxop60uu59] {
        justify-content: flex-start;
    }
}

@media (max-width: 1100px) {
    .procurement-dashboard-header[b-kxop60uu59] {
        flex-direction: column;
    }
}
/* /Components/Pages/Tasks/Index.razor.rz.scp.css */
/* ── Stats Cards ─────────────────────────────────────────────────────────── */
.stats-card[b-f7rppbbmvj] {
    border-radius: 8px;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.stats-card:hover[b-f7rppbbmvj] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* ── View Toggle ─────────────────────────────────────────────────────────── */
[b-f7rppbbmvj] .view-toggle {
    min-height: 40px;
}

/* ── Kanban ───────────────────────────────────────────────────────────────── */
.kanban-column[b-f7rppbbmvj] {
    padding: 16px;
    min-height: 500px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.kanban-header[b-f7rppbbmvj] {
    padding-bottom: 12px;
    border-bottom: 2px solid var(--mud-palette-divider);
}

.kanban-body[b-f7rppbbmvj] {
    flex: 1;
    overflow-y: auto;
    max-height: 520px;
    padding-top: 8px;
}

/* ── Kanban Task Cards ────────────────────────────────────────────────────── */
.task-card[b-f7rppbbmvj] {
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    border-radius: 6px !important;
}

.task-card:hover[b-f7rppbbmvj] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.task-card:active[b-f7rppbbmvj] {
    transform: scale(0.99);
}

.task-title[b-f7rppbbmvj] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.task-description[b-f7rppbbmvj] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ── Calendar Grid ────────────────────────────────────────────────────────── */
.calendar-month-label[b-f7rppbbmvj] {
    min-width: 180px;
    text-align: center;
    text-transform: capitalize;
}

.calendar-grid[b-f7rppbbmvj] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0;
    border: 1px solid var(--mud-palette-lines-default, #e0e0e0);
    border-radius: 4px;
    overflow: hidden;
}

.calendar-day-header[b-f7rppbbmvj] {
    padding: 8px 4px;
    text-align: center;
    font-weight: 600;
    font-size: 0.8rem;
    background: var(--mud-palette-background-grey, #f5f5f5);
    border-bottom: 1px solid var(--mud-palette-lines-default, #e0e0e0);
    color: var(--mud-palette-text-secondary);
}

.calendar-day-header.calendar-weekend[b-f7rppbbmvj] {
    color: var(--mud-palette-text-disabled);
}

.calendar-cell[b-f7rppbbmvj] {
    min-height: 90px;
    padding: 4px;
    border-right: 1px solid var(--mud-palette-lines-default, #e0e0e0);
    border-bottom: 1px solid var(--mud-palette-lines-default, #e0e0e0);
    background: var(--mud-palette-surface);
    position: relative;
    overflow: hidden;
}

.calendar-cell:nth-child(7n)[b-f7rppbbmvj] {
    border-right: none;
}

.calendar-cell.other-month[b-f7rppbbmvj] {
    opacity: 0.35;
    background: var(--mud-palette-background-grey, #fafafa);
}

.calendar-cell.today[b-f7rppbbmvj] {
    background: color-mix(in srgb, var(--mud-palette-primary) 8%, var(--mud-palette-surface));
}

.calendar-cell.calendar-weekend-cell[b-f7rppbbmvj] {
    background: var(--mud-palette-background-grey, #fafafa);
}

.calendar-cell.calendar-weekend-cell.today[b-f7rppbbmvj] {
    background: color-mix(in srgb, var(--mud-palette-primary) 8%, var(--mud-palette-background-grey));
}

.day-number[b-f7rppbbmvj] {
    display: inline-block;
    font-weight: 500;
    font-size: 0.8rem;
    padding: 2px 6px;
    margin-bottom: 2px;
    color: var(--mud-palette-text-secondary);
}

.day-number.today-number[b-f7rppbbmvj] {
    background: var(--mud-palette-primary);
    color: white;
    border-radius: 50%;
    font-weight: 700;
    min-width: 24px;
    text-align: center;
}

.calendar-task-chip[b-f7rppbbmvj] {
    cursor: pointer;
}

.calendar-task-chip:hover[b-f7rppbbmvj] {
    opacity: 0.85;
}

/* ── List View ────────────────────────────────────────────────────────────── */
.bulk-actions[b-f7rppbbmvj] {
    border-top: 1px solid var(--mud-palette-divider);
    background: var(--mud-palette-background-grey);
}

[b-f7rppbbmvj] .completed-row {
    opacity: 0.65;
}

/* ── Responsive ───────────────────────────────────────────────────────────── */
@media (max-width: 600px) {
    .kanban-column[b-f7rppbbmvj] {
        min-height: 300px;
    }

    .kanban-body[b-f7rppbbmvj] {
        max-height: 300px;
    }
}
/* /Components/Pages/Wwft/Index.razor.rz.scp.css */
/* WWFT Index - Mobile responsiveness */

/* Toolbar: stack vertically on mobile */
@media (max-width: 600px) {
    .wwft-toolbar[b-2hmsp9q495] {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px;
    }

    .wwft-toolbar-filters[b-2hmsp9q495] {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .wwft-toolbar-actions[b-2hmsp9q495] {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .wwft-toolbar-actions > *[b-2hmsp9q495] {
        width: 100%;
    }

    /* Table container: horizontal scroll */
    .wwft-table-container[b-2hmsp9q495] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Hide Aangemaakt column on mobile */
    .wwft-col-created[b-2hmsp9q495] {
        display: none;
    }
}
/* /Components/Shared/LoadingOverlay.razor.rz.scp.css */
.loading-overlay[b-4zrhfqa6m4] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1000;
}

.visually-hidden[b-4zrhfqa6m4] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
/* /Components/Widgets/QuickActionsWidget.razor.rz.scp.css */
[b-y7ixvn1vm7] .action-button {
    min-height: 60px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

[b-y7ixvn1vm7] .action-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

[b-y7ixvn1vm7] .action-button:focus {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}
/* /Components/Widgets/RecentActivityWidget.razor.rz.scp.css */
[b-8ang800908] .activity-item {
    transition: all 0.2s ease;
    padding: 4px;
    border-radius: 4px;
}

[b-8ang800908] .activity-item:hover {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.05);
}

[b-8ang800908] .activity-item:focus {
    outline: 2px solid var(--mud-palette-primary);
    outline-offset: 2px;
}
/* /Components/Widgets/StatsOverviewWidget.razor.rz.scp.css */
[b-uetml4zjib] .kpi-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 12px !important;
}

[b-uetml4zjib] .kpi-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2) !important;
}

[b-uetml4zjib] .kpi-card:focus {
    outline: 3px solid white;
    outline-offset: 2px;
}

[b-uetml4zjib] .kpi-card:active {
    transform: translateY(-2px);
}
