@import '_content/Toolbelt.Blazor.PWA.Updater/Toolbelt.Blazor.PWA.Updater.bnjuj6nd91.bundle.scp.css';

/* /Pages/AbsenseOverview.razor.rz.scp.css */
[b-w9wfx9oomx] .absense-page {
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-w9wfx9oomx] .hidden-grid {
    height: 0;
    overflow: visible;
    opacity: 0;
    pointer-events: none;
    position: relative;
}

[b-w9wfx9oomx] .hidden-grid .e-dialog {
    opacity: 1;
    pointer-events: auto;
}

[b-w9wfx9oomx] .absense-toolbar {
    display: flex;
    align-items: flex-end;
    gap: 12px;
}

[b-w9wfx9oomx] .absense-card {
    border-radius: 6px;
    border: 1px solid #dee2e6;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.15s ease;
}

[b-w9wfx9oomx] .absense-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

[b-w9wfx9oomx] .absense-header {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #4a6fa5 0%, #5b8dcf 100%);
    color: #fff;
    padding: 8px 12px;
    font-size: 0.85em;
    font-weight: 600;
    min-height: 28px;
}

[b-w9wfx9oomx] .absense-badge {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 0.75em;
    font-weight: 700;
    padding: 1px 8px;
    border-radius: 8px;
    margin-left: auto;
}

[b-w9wfx9oomx] .absense-body {
    padding: 8px 12px;
}

[b-w9wfx9oomx] .absense-item {
    padding: 10px 12px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.15s;
}

[b-w9wfx9oomx] .absense-item:last-child {
    border-bottom: none;
}

[b-w9wfx9oomx] .absense-item:hover {
    background: #E3F2FD;
}

[b-w9wfx9oomx] .absense-item-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

[b-w9wfx9oomx] .absense-item-name {
    font-weight: 600;
    font-size: 0.95em;
}

[b-w9wfx9oomx] .absense-item-details {
    font-size: 0.85em;
    color: #555;
}

[b-w9wfx9oomx] .absense-item-note {
    font-size: 0.8em;
    color: #757575;
    margin-top: 4px;
}
/* /Pages/AbsenseView.razor.rz.scp.css */
[b-fbq479wuks] .absense-page {
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-fbq479wuks] .hidden-grid {
    height: 0;
    overflow: visible;
    opacity: 0;
    pointer-events: none;
    position: relative;
}

[b-fbq479wuks] .hidden-grid .e-dialog {
    opacity: 1;
    pointer-events: auto;
}

[b-fbq479wuks] .absense-toolbar {
    display: flex;
    align-items: flex-end;
    gap: 12px;
}

[b-fbq479wuks] .absense-card {
    border-radius: 6px;
    border: 1px solid #dee2e6;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.15s ease;
}

[b-fbq479wuks] .absense-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

[b-fbq479wuks] .absense-header {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #4a6fa5 0%, #5b8dcf 100%);
    color: #fff;
    padding: 8px 12px;
    font-size: 0.85em;
    font-weight: 600;
    min-height: 28px;
}

[b-fbq479wuks] .absense-badge {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 0.75em;
    font-weight: 700;
    padding: 1px 8px;
    border-radius: 8px;
    margin-left: auto;
}

[b-fbq479wuks] .absense-body {
    padding: 8px 12px;
}

[b-fbq479wuks] .absense-item {
    padding: 10px 12px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.15s;
}

[b-fbq479wuks] .absense-item:last-child {
    border-bottom: none;
}

[b-fbq479wuks] .absense-item:hover {
    background: #E3F2FD;
}

[b-fbq479wuks] .absense-item-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

[b-fbq479wuks] .absense-item-name {
    font-weight: 600;
    font-size: 0.95em;
}

[b-fbq479wuks] .absense-item-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

[b-fbq479wuks] .btn-delete-item {
    background: none;
    border: none;
    color: #aaa;
    cursor: pointer;
    padding: 2px 6px;
    font-size: 0.9em;
    border-radius: 4px;
    transition: color 0.15s, background 0.15s;
}

[b-fbq479wuks] .btn-delete-item:hover {
    color: #dc3545;
    background: #fff5f5;
}

[b-fbq479wuks] .absense-item-details {
    font-size: 0.85em;
    color: #555;
}

[b-fbq479wuks] .absense-item-note {
    font-size: 0.8em;
    color: #757575;
    margin-top: 4px;
}
/* /Pages/AppointmentView.razor.rz.scp.css */
[b-3gi73fixv3] .project-card {
    border-radius: 6px;
    border: 1px solid #dee2e6;
    overflow: hidden;
    background: #fff;
    transition: box-shadow 0.15s ease;
}

[b-3gi73fixv3] .project-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

[b-3gi73fixv3] .project-header {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #4a6fa5 0%, #5b8dcf 100%);
    color: #fff;
    padding: 8px 12px;
    font-size: 0.85em;
    font-weight: 600;
    min-height: 28px;
}

[b-3gi73fixv3] .project-header-current {
    background: linear-gradient(135deg, #0d6efd 0%, #3d8bfd 100%);
    font-size: 0.95em;
}

[b-3gi73fixv3] .project-body {
    padding: 12px 16px;
}

[b-3gi73fixv3] .resource-section-label {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #757575;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 6px;
}

[b-3gi73fixv3] .resource-section-label:first-child {
    margin-top: 0;
}

[b-3gi73fixv3] .resource-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 4px;
}

[b-3gi73fixv3] .resource-chip {
    display: flex;
    align-items: center;
    background: #F5F5F5;
    border-radius: 24px;
    padding: 6px 14px;
    cursor: pointer;
    transition: background 0.15s, box-shadow 0.15s;
    border: 1.5px solid transparent;
}

[b-3gi73fixv3] .resource-chip:hover {
    background: #E3F2FD;
    box-shadow: 0 1px 4px rgba(25, 118, 210, 0.15);
}

[b-3gi73fixv3] .resource-chip-employee {
    border-color: #4472C4;
    background: #eaf0f9;
}

[b-3gi73fixv3] .resource-chip-vehicle {
    border-color: #ED7D31;
    background: #fdf1e7;
}

[b-3gi73fixv3] .resource-chip-current {
    background: #e7f1ff;
    border: 1.5px solid #0d6efd;
}

[b-3gi73fixv3] .resource-chip-current .resource-name {
    color: #0d6efd;
    font-weight: 700;
}

[b-3gi73fixv3] .resource-name {
    font-size: 0.9em;
    font-weight: 500;
    white-space: nowrap;
}

[b-3gi73fixv3] .note-indicator {
    margin-left: 6px;
    font-size: 0.75em;
    color: #1976D2;
}

[b-3gi73fixv3] .detail-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

[b-3gi73fixv3] .detail-card {
    background: #fff;
    border-radius: 16px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

[b-3gi73fixv3] .detail-header {
    display: flex;
    align-items: center;
    padding: 16px;
    background: #FAFAFA;
    border-bottom: 1px solid #EEE;
}

[b-3gi73fixv3] .detail-title {
    font-size: 1.1em;
    font-weight: 600;
}

[b-3gi73fixv3] .detail-subtitle {
    font-size: 0.85em;
    color: #757575;
}

[b-3gi73fixv3] .detail-body {
    padding: 16px;
}

[b-3gi73fixv3] .detail-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 0.95em;
}
/* /Pages/TimeSheetView.razor.rz.scp.css */
[b-imtu0ox0zz] .timesheet-page {
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-imtu0ox0zz] .hidden-grid {
    height: 0;
    width: 0;
    overflow: hidden;
    position: fixed;
    left: -9999px;
    top: -9999px;
}

[b-imtu0ox0zz] .hidden-grid .e-dialog,
[b-imtu0ox0zz] .hidden-grid .e-dlg-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

[b-imtu0ox0zz] .ts-toolbar {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    flex-shrink: 0;
}

[b-imtu0ox0zz] .ts-cards-area {
    flex: 1;
    overflow-y: auto;
    min-height: 0;
    padding-top: 0.75rem;
    padding-bottom: 1rem;
}

[b-imtu0ox0zz] .ts-day-summary {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 12px;
}

[b-imtu0ox0zz] .ts-day-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[b-imtu0ox0zz] .ts-total-hours {
    background: #e7f1ff;
    color: #0d6efd;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.95em;
}

[b-imtu0ox0zz] .ts-day-count {
    font-size: 0.8em;
    color: #888;
    margin-top: 2px;
}

[b-imtu0ox0zz] .ts-timeline {
    position: relative;
    padding-left: 32px;
}

    [b-imtu0ox0zz] .ts-timeline::before {
        content: '';
        position: absolute;
        left: 13px;
        top: 0;
        bottom: 0;
        width: 2px;
        background: #dee2e6;
    }

[b-imtu0ox0zz] .ts-timeline-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    cursor: pointer;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    transition: box-shadow 0.15s, background 0.15s;
}

    [b-imtu0ox0zz] .ts-timeline-item:hover {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        background: #f8fbff;
    }

[b-imtu0ox0zz] .ts-timeline-dot {
    position: absolute;
    left: -28px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2e7d32 0%, #43a047 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.6em;
    z-index: 1;
}

[b-imtu0ox0zz] .ts-timeline-content {
    flex: 1;
    min-width: 0;
}

[b-imtu0ox0zz] .ts-timeline-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 4px;
}

[b-imtu0ox0zz] .ts-timeline-project-hours {
    display: flex;
    flex-direction: column;
}

[b-imtu0ox0zz] .ts-timeline-project {
    font-size: 1em;
    font-weight: 700;
    color: #333;
}

[b-imtu0ox0zz] .ts-timeline-hours {
    font-size: 1.1em;
    font-weight: 700;
    color: #004896;
}

[b-imtu0ox0zz] .ts-timeline-worktime {
    font-size: 0.85em;
    color: #555;
    margin-bottom: 2px;
}

[b-imtu0ox0zz] .ts-break {
    color: #999;
    margin-left: 4px;
}

[b-imtu0ox0zz] .ts-timeline-detail {
    font-size: 0.82em;
    color: #666;
    margin-top: 1px;
}

[b-imtu0ox0zz] .ts-item-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

[b-imtu0ox0zz] .btn-delete-item {
    background: none;
    border: none;
    color: #aaa;
    cursor: pointer;
    padding: 2px 6px;
    font-size: 0.9em;
    border-radius: 4px;
    transition: color 0.15s, background 0.15s;
}

    [b-imtu0ox0zz] .btn-delete-item:hover {
        color: #dc3545;
        background: #fff5f5;
    }

[b-imtu0ox0zz] .ts-item-note {
    font-size: 0.8em;
    color: #757575;
    margin-top: 4px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-vd6i2qjw69] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vd6i2qjw69] {
    flex: 1;
}

.sidebar[b-vd6i2qjw69] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vd6i2qjw69] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vd6i2qjw69]  a, .top-row[b-vd6i2qjw69]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vd6i2qjw69]  a:hover, .top-row[b-vd6i2qjw69]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vd6i2qjw69]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-vd6i2qjw69] {
        display: none;
    }

    .top-row.auth[b-vd6i2qjw69] {
        justify-content: space-between;
    }

    .top-row[b-vd6i2qjw69]  a, .top-row[b-vd6i2qjw69]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vd6i2qjw69] {
        flex-direction: row;
    }

    .sidebar[b-vd6i2qjw69] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vd6i2qjw69] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vd6i2qjw69]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vd6i2qjw69], article[b-vd6i2qjw69] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-w7tvt0fvoi] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-w7tvt0fvoi] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-w7tvt0fvoi] {
    font-size: 1.1rem;
}

.oi[b-w7tvt0fvoi] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-w7tvt0fvoi] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-w7tvt0fvoi] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-w7tvt0fvoi] {
        padding-bottom: 1rem;
    }

    .nav-item[b-w7tvt0fvoi]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-w7tvt0fvoi]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-w7tvt0fvoi]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-w7tvt0fvoi] {
        display: none;
    }

    .collapse[b-w7tvt0fvoi] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/SyncStatusBadge.razor.rz.scp.css */
.sync-badge[b-q43aa5d3ea] {
    display: inline-flex;
    align-items: center;
    font-size: 0.75em;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 10px;
    white-space: nowrap;
    line-height: 1.4;
}

.sync-badge i[b-q43aa5d3ea] {
    font-size: 0.85em;
}

.sync-badge-pending[b-q43aa5d3ea] {
    background: #ffebee;
    color: #c62828;
}

.sync-badge-ready[b-q43aa5d3ea] {
    background: #fff3e0;
    color: #e65100;
}

.sync-badge-synced[b-q43aa5d3ea] {
    background: #e8f5e9;
    color: #2e7d32;
}

.sync-badge-released[b-q43aa5d3ea] {
    background: #e3f2fd;
    color: #1565c0;
}
/* /Shared/UpdateAvailableDetector.razor.rz.scp.css */

.floating-update-button[b-ykdn05k5z9] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-ykdn05k5z9 2s ease-out;
}

@keyframes fadein-b-ykdn05k5z9 {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
