@import '_content/PSC.Blazor.Components.Chartjs/PSC.Blazor.Components.Chartjs.bundle.scp.css';
@import '_content/RazorGrid/RazorGrid.3vzmz0zdbm.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-layout[b-jsgjtkyp3p] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.app-navbar[b-jsgjtkyp3p] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    z-index: 1030;
    background-color: var(--color-bg-navbar) !important;
    box-shadow: var(--shadow-navbar);
    transition: background-color var(--transition-normal);
}

.app-body[b-jsgjtkyp3p] {
    display: flex;
    flex: 1;
    margin-top: 56px;
}

.app-sidebar[b-jsgjtkyp3p] {
    position: fixed;
    top: 56px;
    left: 0;
    bottom: 0;
    background-color: var(--color-bg-sidebar);
    overflow-y: auto;
    overflow-x: hidden;
    transition: width var(--transition-normal), background-color var(--transition-normal), box-shadow var(--transition-normal);
    z-index: 1020;
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.04);
}

.app-sidebar.expanded[b-jsgjtkyp3p] {
    width: 260px;
}

.app-sidebar.collapsed[b-jsgjtkyp3p] {
    width: 60px;
}

.app-content[b-jsgjtkyp3p] {
    flex: 1;
    margin-left: 60px;
    width: calc(100% - var(--app-sidebar-width, 260px));
    transition: margin-left var(--transition-normal), background-color var(--transition-normal);
    min-height: calc(100vh - 56px);
    background-color: var(--color-bg-body);
}

.app-sidebar.expanded ~ .app-content[b-jsgjtkyp3p] {
    margin-left: 260px;
}

.logo[b-jsgjtkyp3p] {
    display: block;
}

/* Logo visibility based on theme */
:global([data-theme="light"]) .logo-light[b-jsgjtkyp3p] {
    display: block;
}

:global([data-theme="light"]) .logo-dark[b-jsgjtkyp3p] {
    display: none;
}

:global([data-theme="dark"]) .logo-light[b-jsgjtkyp3p] {
    display: none;
}

:global([data-theme="dark"]) .logo-dark[b-jsgjtkyp3p] {
    display: block;
}

/* Focus Mode - hides navbar and sidebar for full-screen content */
.app-layout.focus-mode .app-navbar[b-jsgjtkyp3p] {
    transform: translateY(-100%);
}

.app-layout.focus-mode .app-sidebar[b-jsgjtkyp3p] {
    transform: translateX(-100%);
}

.app-layout.focus-mode .app-body[b-jsgjtkyp3p] {
    margin-top: 0;
}

.app-layout.focus-mode .app-content[b-jsgjtkyp3p] {
    margin-left: 0;
    min-height: 100vh;
}

/* Focus mode exit button - floating button in top-right corner */
.focus-mode-exit[b-jsgjtkyp3p] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1050;
    opacity: 0.3;
    transition: opacity var(--transition-normal);
}

.focus-mode-exit:hover[b-jsgjtkyp3p] {
    opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .app-sidebar[b-jsgjtkyp3p] {
        transform: translateX(-100%);
    }

    .app-sidebar.expanded[b-jsgjtkyp3p] {
        transform: translateX(0);
        width: 260px;
    }

    .app-content[b-jsgjtkyp3p] {
        margin-left: 0 !important;
    }

    /* Account pages on mobile: show icon-only sidebar instead of hiding */
    .app-layout.account-page .app-sidebar[b-jsgjtkyp3p],
    .app-layout.account-page .app-sidebar.expanded[b-jsgjtkyp3p] {
        transform: translateX(0);
        width: 60px;
    }

    .app-layout.account-page .app-content[b-jsgjtkyp3p] {
        margin-left: 60px !important;
    }
}

#blazor-error-ui[b-jsgjtkyp3p] {
    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-jsgjtkyp3p] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* NavMenu styles are defined globally in theme.css for proper specificity */
/* /Components/Layout/NavMenuField.razor.rz.scp.css */
.nav-item[b-ql6biz2b65]  .nav-icon {
    margin-right: 0.75rem;
    font-size: 1.25rem;
}

.nav-item[b-ql6biz2b65] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ql6biz2b65] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ql6biz2b65] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ql6biz2b65]  .nav-link {
        color: inherit;
        background: none;
        border: none;
        border-radius: var(--radius-md);
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        opacity: 0.85;
        transition: background-color var(--transition-fast), opacity var(--transition-fast);
    }

.nav-item[b-ql6biz2b65]  a.active {
    background-color: var(--color-primary);
    color: var(--color-text-inverse);
    opacity: 1;
}

.nav-item[b-ql6biz2b65]  .nav-link:hover {
    background-color: var(--color-hover-overlay);
    opacity: 1;
}
/* /Components/Pages/Assignments/Dialogs/CrewOrganizationDialog.razor.rz.scp.css */
.crew-org-overlay[b-o8uolww25d] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1080;
}

.crew-org-dialog[b-o8uolww25d] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    max-width: 95vw;
    max-height: 90vh;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    z-index: 1090;
    display: flex;
    flex-direction: column;
}

.crew-org-header[b-o8uolww25d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #dee2e6;
    background: #f8f9fa;
    border-radius: 8px 8px 0 0;
}

.crew-org-body[b-o8uolww25d] {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.suggestion-banner[b-o8uolww25d] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #fef3cd 0%, #fff8e1 100%);
    border-bottom: 1px solid #f0e68c;
    color: #856404;
}

.crew-org-content[b-o8uolww25d] {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.unassigned-panel[b-o8uolww25d] {
    width: 40%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #dee2e6;
    background: #fafbfc;
}

.crews-panel[b-o8uolww25d] {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.panel-header[b-o8uolww25d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #eee;
    background: white;
}

.employee-list[b-o8uolww25d] {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

.employee-item[b-o8uolww25d] {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    cursor: grab;
    transition: all 0.15s;
    background: white;
}

.employee-item:hover[b-o8uolww25d] {
    background-color: #e3f2fd;
}

.employee-item:active[b-o8uolww25d] {
    cursor: grabbing;
    background-color: #bbdefb;
}

.employee-info[b-o8uolww25d] {
    flex: 1;
    min-width: 0;
}

.employee-name[b-o8uolww25d] {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.crews-list[b-o8uolww25d] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.crew-group[b-o8uolww25d] {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    background: white;
    transition: all 0.2s;
}

.crew-group.drag-over[b-o8uolww25d] {
    border-color: #0d6efd;
    background: rgba(13, 110, 253, 0.05);
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

.crew-header[b-o8uolww25d] {
    display: flex;
    gap: 0.75rem;
    align-items: flex-end;
    padding: 0.75rem;
    border-bottom: 1px solid #eee;
    background: #f8f9fa;
    border-radius: 6px 6px 0 0;
}

.crew-foreman[b-o8uolww25d] {
    flex: 1;
}

.crew-members[b-o8uolww25d] {
    min-height: 60px;
    padding: 0.5rem;
}

.member-item[b-o8uolww25d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.375rem 0.5rem;
    border-radius: 4px;
    background: #e9ecef;
    margin-bottom: 0.375rem;
    font-size: 0.875rem;
}

.member-item:last-child[b-o8uolww25d] {
    margin-bottom: 0;
}

.drop-hint[b-o8uolww25d] {
    color: #adb5bd;
}

.crew-count[b-o8uolww25d] {
    padding: 0.5rem 0.75rem;
    background: #f8f9fa;
    border-top: 1px solid #eee;
    font-size: 0.75rem;
    color: #6c757d;
    border-radius: 0 0 6px 6px;
}

.crew-org-footer[b-o8uolww25d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid #dee2e6;
    background: #f8f9fa;
    border-radius: 0 0 8px 8px;
}

.summary[b-o8uolww25d] {
    font-size: 0.875rem;
}

@media (max-width: 768px) {
    .crew-org-dialog[b-o8uolww25d] {
        width: 98%;
        max-height: 95vh;
    }

    .crew-org-content[b-o8uolww25d] {
        flex-direction: column;
    }

    .unassigned-panel[b-o8uolww25d],
    .crews-panel[b-o8uolww25d] {
        width: 100%;
        border-right: none;
    }

    .unassigned-panel[b-o8uolww25d] {
        border-bottom: 1px solid #dee2e6;
        max-height: 40%;
    }

    .crews-panel[b-o8uolww25d] {
        flex: 1;
    }
}
/* /Components/Pages/Assignments/Dialogs/ProjectPickerDialog.razor.rz.scp.css */
.picker-dialog-overlay[b-ieh10esku2] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1080;
}

.picker-dialog[b-ieh10esku2] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    max-width: 95vw;
    max-height: 80vh;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    z-index: 1090;
    display: flex;
    flex-direction: column;
}

.picker-dialog-header[b-ieh10esku2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #dee2e6;
}

.picker-dialog-body[b-ieh10esku2] {
    padding: 1rem 1.25rem;
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.picker-list[b-ieh10esku2] {
    flex: 1;
    overflow-y: auto;
    margin: 0 -1.25rem;
    max-height: 400px;
}

.picker-item[b-ieh10esku2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.15s;
}

.picker-item:hover[b-ieh10esku2] {
    background-color: #f8f9fa;
}

.picker-item.selected[b-ieh10esku2] {
    background-color: rgba(13, 110, 253, 0.1);
}

.picker-item-info[b-ieh10esku2] {
    flex: 1;
    min-width: 0;
}

.picker-item-name[b-ieh10esku2] {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.picker-dialog-footer[b-ieh10esku2] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid #dee2e6;
    background: #f8f9fa;
}

@media (max-width: 576px) {
    .picker-dialog[b-ieh10esku2] {
        width: 98%;
    }
}
/* /Components/Pages/Assignments/Dialogs/ScheduleBulkEditPanel.razor.rz.scp.css */
.bulk-edit-overlay[b-vlai10a0ps] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1060;
}

.bulk-edit-panel[b-vlai10a0ps] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    max-width: 95vw;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    z-index: 1070;
    display: flex;
    flex-direction: column;
}

.bulk-edit-header[b-vlai10a0ps] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #dee2e6;
}

.bulk-edit-content[b-vlai10a0ps] {
    padding: 1.25rem;
    max-height: 60vh;
    overflow-y: auto;
}

.bulk-edit-field[b-vlai10a0ps] {
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 6px;
    margin-bottom: 0.75rem;
}

.bulk-edit-field:last-child[b-vlai10a0ps] {
    margin-bottom: 0;
}

.bulk-edit-field .field-inputs[b-vlai10a0ps] {
    padding-left: 1.5rem;
}

.bulk-edit-summary[b-vlai10a0ps] {
    padding: 0.75rem 1.25rem;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    font-size: 0.875rem;
}

.bulk-edit-footer[b-vlai10a0ps] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid #dee2e6;
}

/* Date picker button styling */
.date-picker-btn[b-vlai10a0ps] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
/* /Components/Pages/Assignments/Dialogs/ScheduleCreateAssignmentsDialog.razor.rz.scp.css */
.create-dialog-overlay[b-np27qigr0d] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1060;
}

.create-dialog[b-np27qigr0d] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    max-width: 95vw;
    max-height: 90vh;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    z-index: 1070;
    display: flex;
    flex-direction: column;
}

.create-dialog-header[b-np27qigr0d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #dee2e6;
}

.create-dialog-body[b-np27qigr0d] {
    display: flex;
    flex: 1;
    overflow: hidden;
}

.selection-panel[b-np27qigr0d] {
    width: 50%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #dee2e6;
}

.selection-header[b-np27qigr0d] {
    padding: 1rem;
    border-bottom: 1px solid #eee;
}

.selection-list[b-np27qigr0d] {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

.selection-item[b-np27qigr0d] {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.15s;
}

.selection-item:hover[b-np27qigr0d] {
    background-color: #f8f9fa;
}

.selection-item.selected[b-np27qigr0d] {
    background-color: rgba(13, 110, 253, 0.1);
}

.selection-item .item-info[b-np27qigr0d] {
    flex: 1;
    min-width: 0;
}

.selection-item .item-name[b-np27qigr0d] {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.selection-footer[b-np27qigr0d] {
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    font-size: 0.875rem;
    color: #6c757d;
}

.details-panel[b-np27qigr0d] {
    width: 50%;
    padding: 1.25rem;
    overflow-y: auto;
}

.create-dialog-footer[b-np27qigr0d] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem 1.25rem;
    border-top: 1px solid #dee2e6;
    background: #f8f9fa;
}

/* Date picker button styling */
.date-picker-btn[b-np27qigr0d] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

/* Project selector panel (for Employee grouping) */
.project-selector-panel[b-np27qigr0d] {
    width: 300px;
    padding: 1.25rem;
    background: #f8f9fa;
    border-right: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
}

.selected-project-card[b-np27qigr0d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

.selected-project-card .project-info[b-np27qigr0d] {
    flex: 1;
    min-width: 0;
}

.selected-project-card .project-name[b-np27qigr0d] {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .create-dialog[b-np27qigr0d] {
        width: 98%;
        max-height: 95vh;
    }

    .create-dialog-body[b-np27qigr0d] {
        flex-direction: column;
    }

    .selection-panel[b-np27qigr0d],
    .details-panel[b-np27qigr0d],
    .project-selector-panel[b-np27qigr0d] {
        width: 100%;
        border-right: none;
    }

    .selection-panel[b-np27qigr0d] {
        border-bottom: 1px solid #dee2e6;
        max-height: 50%;
    }

    .project-selector-panel[b-np27qigr0d] {
        border-bottom: 1px solid #dee2e6;
    }
}
/* /Components/Pages/Assignments/Dialogs/ScheduleEditAssignmentsDialog.razor.rz.scp.css */
.edit-dialog-overlay[b-o2abh6vuwl] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.edit-dialog[b-o2abh6vuwl] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 1200px;
    max-height: 90vh;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    z-index: 1050;
    display: flex;
    flex-direction: column;
}

.edit-dialog-header[b-o2abh6vuwl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

.header-info[b-o2abh6vuwl] {
    display: flex;
    flex-direction: column;
}

.edit-dialog-toolbar[b-o2abh6vuwl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.edit-dialog-content[b-o2abh6vuwl] {
    flex: 1;
    overflow: auto;
    padding: 0;
    min-height: 300px;
    max-height: calc(90vh - 220px);
}

.edit-dialog-content .table[b-o2abh6vuwl] {
    margin-bottom: 0;
}

.edit-dialog-content .table thead th[b-o2abh6vuwl] {
    position: sticky;
    top: 0;
    background: white;
    z-index: 10;
    border-top: none;
    font-weight: 600;
    font-size: 0.875rem;
    white-space: nowrap;
    padding: 0.75rem 0.5rem;
}

.edit-dialog-content .table tbody td[b-o2abh6vuwl] {
    vertical-align: middle;
    padding: 0.5rem;
}

/* Checkbox column - narrower with left padding */
.checkbox-col[b-o2abh6vuwl] {
    width: 32px;
    min-width: 32px;
    max-width: 32px;
    padding-left: 1rem !important;
}

/* Modified indicator column - narrow */
.modified-col[b-o2abh6vuwl] {
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    text-align: center;
}

/* Name column - resizable */
.name-col[b-o2abh6vuwl] {
    min-width: 100px;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.name-col.resizable[b-o2abh6vuwl] {
    position: relative;
}

.name-col .th-content[b-o2abh6vuwl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.name-col .resize-handle[b-o2abh6vuwl] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 6px;
    cursor: col-resize;
    background: transparent;
    transition: background-color 0.15s;
}

.name-col .resize-handle:hover[b-o2abh6vuwl],
.edit-dialog.resizing .name-col .resize-handle[b-o2abh6vuwl] {
    background: rgba(0, 18, 107, 0.3);
}

/* Disable text selection during resize */
.edit-dialog.resizing[b-o2abh6vuwl] {
    user-select: none;
    cursor: col-resize;
}

.edit-dialog-content .table tbody tr.table-warning[b-o2abh6vuwl] {
    background-color: rgba(255, 193, 7, 0.15) !important;
}

.edit-dialog-content .table tbody tr.table-warning td[b-o2abh6vuwl] {
    border-color: rgba(255, 193, 7, 0.3);
}

.edit-dialog-content .form-control-sm[b-o2abh6vuwl],
.edit-dialog-content .form-select-sm[b-o2abh6vuwl] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

/* Date picker button styling */
.date-picker-btn[b-o2abh6vuwl] {
    font-size: 0.875rem;
    color: #0d6efd;
    text-decoration: none;
    white-space: nowrap;
}

.date-picker-btn:hover[b-o2abh6vuwl] {
    color: #0a58ca;
    text-decoration: underline;
}

.date-picker-btn i[b-o2abh6vuwl] {
    font-size: 0.75rem;
}

.edit-dialog-footer[b-o2abh6vuwl] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #dee2e6;
    background: #f8f9fa;
}

/* Delete confirmation dialog */
.delete-confirm-overlay[b-o2abh6vuwl] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1060;
}

.delete-confirm-dialog[b-o2abh6vuwl] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    z-index: 1061;
    min-width: 350px;
    max-width: 450px;
}

.delete-confirm-content[b-o2abh6vuwl] {
    padding: 1.5rem;
    text-align: center;
}

.delete-confirm-footer[b-o2abh6vuwl] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #dee2e6;
    background: #f8f9fa;
    border-radius: 0 0 8px 8px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .edit-dialog[b-o2abh6vuwl] {
        width: 98%;
        max-height: 95vh;
    }

    .edit-dialog-content[b-o2abh6vuwl] {
        max-height: calc(95vh - 220px);
    }

    .edit-dialog-content .table thead th[b-o2abh6vuwl],
    .edit-dialog-content .table tbody td[b-o2abh6vuwl] {
        font-size: 0.8rem;
        padding: 0.4rem;
    }
}
/* /Components/Pages/Assignments/Dialogs/ScheduleFilterDrawer.razor.rz.scp.css */
.filter-modal-overlay[b-2885a6xon0] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
}

.filter-modal[b-2885a6xon0] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 650px;
    max-height: 85vh;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.24);
    z-index: 10001;
    display: flex;
    flex-direction: column;
}

.filter-modal-header[b-2885a6xon0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.filter-modal-header h3[b-2885a6xon0] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
}

.filter-modal-content[b-2885a6xon0] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

.full-width[b-2885a6xon0] {
    grid-column: 1 / -1;
}

.filter-group[b-2885a6xon0] {
    margin-bottom: 16px;
}

.filter-group.disabled[b-2885a6xon0] {
    opacity: 0.5;
    pointer-events: none;
}

.filter-group .form-label[b-2885a6xon0] {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.375rem;
    color: #333;
}

.filter-divider[b-2885a6xon0] {
    border: none;
    border-top: 1px solid #e0e0e0;
    margin: 20px 0;
}

.clear-filters-btn[b-2885a6xon0] {
    background: none;
    border: none;
    color: #00126b;
    font-size: 0.875rem;
    cursor: pointer;
    padding: 4px 8px;
}

.clear-filters-btn:hover[b-2885a6xon0] {
    text-decoration: underline;
}

.close-btn[b-2885a6xon0] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 4px;
}

.close-btn:hover[b-2885a6xon0] {
    background-color: rgba(0, 0, 0, 0.04);
}

.form-check[b-2885a6xon0] {
    margin-bottom: 0.5rem;
}

.form-check-label[b-2885a6xon0] {
    font-size: 0.875rem;
}
/* /Components/Pages/Assignments/ScheduleGrid.razor.rz.scp.css */
.schedule-container[b-nkyikcocc0] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 120px);
    background: white;
    position: relative;
}

.focus-mode .schedule-container[b-nkyikcocc0] {
    height: calc(100vh - 40px);
}

/* Header Bar */
.schedule-header[b-nkyikcocc0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    border-bottom: 2px solid #00126b;
    background: white;
}

.header-left[b-nkyikcocc0],
.header-right[b-nkyikcocc0] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-center[b-nkyikcocc0] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.date-range-text[b-nkyikcocc0] {
    font-size: 16px;
    font-weight: 500;
    color: #00126b;
    min-width: 280px;
    text-align: center;
}

.view-select[b-nkyikcocc0] {
    min-width: 150px;
}

/* Control Bar */
.schedule-controls[b-nkyikcocc0] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-bottom: 1px solid #e0e0e0;
    background: white;
}

.groupby-select[b-nkyikcocc0] {
    min-width: 180px;
}

.search-field[b-nkyikcocc0] {
    flex: 1;
    max-width: 300px;
}

/* Main Content Area - Single scrollable container */
.schedule-content[b-nkyikcocc0] {
    flex: 1;
    overflow: hidden;
    display: flex;
}

/* Single scrollable wrapper for the entire table */
.schedule-table-wrapper[b-nkyikcocc0] {
    flex: 1;
    overflow: auto;
    position: relative;
}

/* Table structure */
.schedule-table[b-nkyikcocc0] {
    border-collapse: separate;
    border-spacing: 0;
    min-width: max-content;
}

/* Sticky header */
.schedule-table thead[b-nkyikcocc0] {
    position: sticky;
    top: 0;
    z-index: 10;
}

.schedule-table thead th[b-nkyikcocc0] {
    background: white;
}

/* Sticky left column - corner cell */
.schedule-table .corner-cell[b-nkyikcocc0] {
    position: sticky;
    left: 0;
    z-index: 11;
    background: white;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    border-right: 2px solid #00126b;
    border-bottom: 2px solid #00126b;
}

/* Sticky left column - data cells */
.schedule-table .left-cell[b-nkyikcocc0] {
    position: sticky;
    left: 0;
    z-index: 5;
    background: white;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    border-right: 2px solid #00126b;
    border-bottom: 1px solid #e0e0e0;
}

.schedule-table .left-cell.group-header[b-nkyikcocc0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f5f5f5;
    font-weight: 600;
    cursor: pointer;
    padding: 1.5px 8px;
    min-height: 30px;
}

.schedule-table tr.group-header-row:hover .left-cell.group-header[b-nkyikcocc0] {
    background: #ebebeb;
}

.group-header-content[b-nkyikcocc0] {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.edit-group-btn[b-nkyikcocc0],
.info-group-btn[b-nkyikcocc0] {
    opacity: 0;
    transition: opacity 0.15s ease;
    color: #00126b;
    flex-shrink: 0;
}

.schedule-table tr.group-header-row:hover .edit-group-btn[b-nkyikcocc0],
.schedule-table tr.group-header-row:hover .info-group-btn[b-nkyikcocc0] {
    opacity: 1;
}

.edit-group-btn:hover[b-nkyikcocc0],
.info-group-btn:hover[b-nkyikcocc0] {
    color: #0d6efd;
}

.expand-icon[b-nkyikcocc0] {
    margin-right: 4px;
    color: #00126b;
}

.group-name[b-nkyikcocc0] {
    font-size: 13px;
    color: #00126b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.schedule-table .left-cell.assignment-cell-left[b-nkyikcocc0] {
    padding: 4px 8px 4px 24px;
    min-height: 30px;
    display: flex;
    align-items: center;
}

.secondary-name[b-nkyikcocc0] {
    font-size: 12px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Week row header cells */
.schedule-table .week-row th[b-nkyikcocc0] {
    border-bottom: 1px solid #e0e0e0;
}

.schedule-table .week-label[b-nkyikcocc0] {
    font-size: 12px;
    font-weight: 600;
    color: #00126b;
    background: #f0f4f8;
    padding: 4px;
    border-right: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
}

/* Month row header cells */
.schedule-table .month-row th[b-nkyikcocc0] {
    border-bottom: 1px solid #e0e0e0;
}

.schedule-table .month-label[b-nkyikcocc0] {
    font-size: 11px;
    color: #666;
    padding: 2px;
    background: white;
    text-align: center;
    vertical-align: middle;
}

/* Day abbreviation row */
.schedule-table .dayabbrev-row th[b-nkyikcocc0] {
    border-bottom: 1px solid #e0e0e0;
}

/* Day number row */
.schedule-table .daynum-row th[b-nkyikcocc0] {
    border-bottom: 2px solid #00126b;
}

/* Day cells in header */
.schedule-table th.day-cell[b-nkyikcocc0] {
    font-size: 11px;
    font-weight: normal;
    color: #333;
    border-right: 1px solid #e8e8e8;
    min-height: 22px;
    width: var(--day-width, 40px);
    min-width: var(--day-width, 40px);
    max-width: var(--day-width, 40px);
    text-align: center;
    vertical-align: middle;
    padding: 2px;
    background: white;
}

.schedule-table th.day-cell.weekend[b-nkyikcocc0] {
    background: #f5f5f5;
}

/* Day cells in data rows */
.schedule-table td.day-cell[b-nkyikcocc0] {
    font-size: 11px;
    color: #333;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e0e0e0;
    min-height: 30px;
    height: 30px;
    width: var(--day-width, 40px);
    min-width: var(--day-width, 40px);
    max-width: var(--day-width, 40px);
    text-align: center;
    vertical-align: middle;
    padding: 0;
    background: white;
}

.schedule-table td.day-cell.weekend[b-nkyikcocc0] {
    background: #f5f5f5;
}

.schedule-table td.day-cell.group-count-cell[b-nkyikcocc0] {
    font-size: 10px;
    font-weight: 500;
    color: #00126b;
    background: #f5f5f5;
}

.schedule-table td.day-cell.assignment-cell[b-nkyikcocc0] {
    background: white;
}

.schedule-table td.day-cell.assignment-cell.weekend[b-nkyikcocc0] {
    background: #f5f5f5;
}

/* Assignment rows */
.schedule-table tr.assignment-row[b-nkyikcocc0] {
    position: relative;
}

.schedule-table tr.assignment-row:hover td.day-cell.assignment-cell:not(.weekend)[b-nkyikcocc0] {
    background: #fafafa;
}

/* Assignment Bars - positioned within the row */
.assignment-bar-container[b-nkyikcocc0] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 21px;
    z-index: 4;
    left: calc(300px + (var(--start-day) - 1) * var(--day-width, 40px) + 2px);
    width: calc(var(--span-days) * var(--day-width, 40px) - 4px);
    pointer-events: auto;
}

.assignment-bar[b-nkyikcocc0] {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.assignment-bar.color1[b-nkyikcocc0] {
    background: #1E3A8A;
}

.assignment-bar.color2[b-nkyikcocc0] {
    background: #65A30D;
}

.assignment-bar:hover[b-nkyikcocc0] {
    opacity: 0.9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.assignment-bar.clickable[b-nkyikcocc0] {
    cursor: pointer;
}

.assignment-bar.clickable:hover[b-nkyikcocc0] {
    filter: brightness(1.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

/* Bar Hover Toolbar */
.bar-toolbar[b-nkyikcocc0] {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 2px;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 10;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
}

.assignment-bar-container:hover .bar-toolbar[b-nkyikcocc0] {
    opacity: 1;
    pointer-events: auto;
}

.bar-toolbar[b-nkyikcocc0]::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
}

.bar-toolbar[b-nkyikcocc0]::before {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #dee2e6;
}

.bar-toolbar-btn[b-nkyikcocc0] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    color: #495057;
    cursor: pointer;
    border-radius: 3px;
    padding: 0;
    transition: all 0.15s;
}

.bar-toolbar-btn:hover[b-nkyikcocc0] {
    background: #e9ecef;
    color: #0d6efd;
}

.bar-toolbar-btn i[b-nkyikcocc0] {
    font-size: 14px;
}

/* Footer */
.schedule-footer[b-nkyikcocc0] {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    border-top: 1px solid #e0e0e0;
    background: white;
}

.footer-text[b-nkyikcocc0] {
    font-size: 12px;
    color: #00126b;
}
/* /Components/Shared/Assignments/AssignmentDatePickerDialog.razor.rz.scp.css */
/* Multi-calendar layout */
.multi-calendar-container[b-0rtqa8wju0] {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.calendar-month[b-0rtqa8wju0] {
    min-width: 280px;
    flex: 1;
    max-width: 320px;
}

/* Calendar grid */
.calendar-grid[b-0rtqa8wju0] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    overflow: hidden;
}

.calendar-weekdays[b-0rtqa8wju0] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.weekday[b-0rtqa8wju0] {
    padding: 0.5rem 0.25rem;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
}

.weekday.weekend[b-0rtqa8wju0] {
    color: #adb5bd;
}

.calendar-days[b-0rtqa8wju0] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background-color: #dee2e6;
}

/* Calendar day button */
.calendar-day[b-0rtqa8wju0] {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: none;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
    padding: 0;
    min-height: 36px;
}

/* Default hover - used as fallback */
.calendar-day:hover:not(.disabled)[b-0rtqa8wju0] {
    background-color: #e9ecef;
}

/* Individual mode - will select (green glow) */
.mode-individual.action-add .calendar-day:not(.selected):not(.disabled):hover[b-0rtqa8wju0] {
    box-shadow: inset 0 0 0 2px #198754;
    background-color: rgba(25, 135, 84, 0.1);
}

/* Individual mode - will deselect (red glow) */
.mode-individual.action-add .calendar-day.selected:not(.disabled):hover[b-0rtqa8wju0] {
    box-shadow: inset 0 0 0 2px #dc3545;
    background-color: #00126b;
}

/* Range mode - Add action: preview will-select */
.mode-range.action-add .calendar-day:not(.disabled):hover[b-0rtqa8wju0],
.mode-range.action-add .calendar-day.range-preview:not(.disabled)[b-0rtqa8wju0] {
    box-shadow: inset 0 0 0 2px #198754;
    background-color: rgba(25, 135, 84, 0.15);
}

.mode-range.action-add .calendar-day.selected.range-preview:not(.disabled)[b-0rtqa8wju0] {
    box-shadow: inset 0 0 0 2px #198754;
    background-color: #00126b;
}

/* Range mode - Remove action: preview will-deselect */
.mode-range.action-remove .calendar-day:not(.disabled):hover[b-0rtqa8wju0],
.mode-range.action-remove .calendar-day.range-preview:not(.disabled)[b-0rtqa8wju0] {
    box-shadow: inset 0 0 0 2px #dc3545;
    background-color: rgba(220, 53, 69, 0.15);
}

.mode-range.action-remove .calendar-day.selected.range-preview:not(.disabled)[b-0rtqa8wju0] {
    box-shadow: inset 0 0 0 2px #dc3545;
    background-color: rgba(220, 53, 69, 0.3);
}

/* Weekend styling */
.calendar-day.weekend[b-0rtqa8wju0] {
    background-color: #f8f9fa;
}

/* Disabled weekend */
.calendar-day.disabled[b-0rtqa8wju0] {
    color: #ced4da;
    cursor: not-allowed;
    background-color: #e9ecef;
}

.calendar-day.disabled:hover[b-0rtqa8wju0] {
    background-color: #e9ecef;
}

/* Other month days */
.calendar-day.other-month[b-0rtqa8wju0] {
    color: #adb5bd;
    cursor: pointer;
}

/* Selected date */
.calendar-day.selected[b-0rtqa8wju0] {
    background-color: #00126b;
    color: white;
}

.calendar-day.selected.weekend[b-0rtqa8wju0] {
    background-color: #00126b;
}

/* Selected dates shown in other month overflow areas */
.calendar-day.selected.other-month[b-0rtqa8wju0] {
    background-color: #6673a8;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

/* Range start indicator */
.calendar-day.range-start[b-0rtqa8wju0] {
    box-shadow: inset 0 0 0 2px #198754;
}

.calendar-day.range-start.selected[b-0rtqa8wju0] {
    box-shadow: inset 0 0 0 2px #fff;
}

/* Today indicator */
.calendar-day.today[b-0rtqa8wju0] {
    font-weight: 700;
    border: 2px solid #00126b;
}

.calendar-day.today.selected[b-0rtqa8wju0] {
    border-color: #fff;
}

/* Selection summary */
.selection-summary[b-0rtqa8wju0] {
    background-color: #e7f3ff;
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    color: #0056b3;
}

/* Header controls */
.calendar-header[b-0rtqa8wju0] {
    padding: 0.25rem 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .multi-calendar-container[b-0rtqa8wju0] {
        flex-direction: column;
        align-items: center;
    }

    .calendar-month[b-0rtqa8wju0] {
        width: 100%;
        max-width: 100%;
    }

    .calendar-day[b-0rtqa8wju0] {
        min-height: 40px;
        font-size: 0.9375rem;
    }
}

/* Tablet touch targets */
@media (pointer: coarse) {
    .calendar-day[b-0rtqa8wju0] {
        min-height: 44px;
    }
}
/* /Components/Shared/UI/DatePicker.razor.rz.scp.css */
.date-picker-container[b-128sx1szac] {
    position: relative;
}

.date-picker-dropdown[b-128sx1szac] {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 1060;
    margin-top: 2px;
    padding: 0.5rem;
    min-width: 280px;
}

.calendar-header[b-128sx1szac] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.25rem 0;
    margin-bottom: 0.5rem;
}

.calendar-title[b-128sx1szac] {
    font-weight: 600;
    color: #00126b;
}

.calendar-grid[b-128sx1szac] {
    width: 100%;
}

.calendar-weekdays[b-128sx1szac] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    margin-bottom: 0.25rem;
}

.weekday[b-128sx1szac] {
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    padding: 0.25rem;
}

.calendar-days[b-128sx1szac] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
}

.calendar-day[b-128sx1szac] {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0.875rem;
    transition: background-color 0.15s, color 0.15s;
}

.calendar-day:hover[b-128sx1szac] {
    background-color: #e9ecef;
}

.calendar-day.other-month[b-128sx1szac] {
    color: #adb5bd;
}

.calendar-day.today[b-128sx1szac] {
    border: 2px solid #00126b;
}

.calendar-day.selected[b-128sx1szac] {
    background-color: #00126b;
    color: white;
}

.calendar-day.selected:hover[b-128sx1szac] {
    background-color: #001a9e;
}

.calendar-footer[b-128sx1szac] {
    display: flex;
    justify-content: center;
    padding-top: 0.5rem;
    border-top: 1px solid #dee2e6;
    margin-top: 0.5rem;
}

.date-picker-backdrop[b-128sx1szac] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1055;
}

.form-control.focus[b-128sx1szac] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
/* /Components/Shared/UI/Dropdown.razor.rz.scp.css */
.dropdown[b-2b8014zx6f] {
    position: relative;
    display: inline-block;
}

.dropdown-menu[b-2b8014zx6f] {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    padding: 0.5rem 0;
    margin-top: 2px;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 1060;
}

.dropdown-menu-end[b-2b8014zx6f] {
    left: auto;
    right: 0;
}

.dropdown-backdrop[b-2b8014zx6f] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1055;
}

[b-2b8014zx6f] .dropdown-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.15s;
}

[b-2b8014zx6f] .dropdown-item:hover {
    background-color: #f8f9fa;
}

[b-2b8014zx6f] .dropdown-item.active {
    background-color: #e7f1ff;
    color: #0d6efd;
}

[b-2b8014zx6f] .dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #dee2e6;
}

[b-2b8014zx6f] .dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    color: #6c757d;
    white-space: nowrap;
    font-weight: 600;
    text-transform: uppercase;
}
/* /Components/Shared/UI/Modal.razor.rz.scp.css */
.modal-backdrop[b-6mjldkera3] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1080;
}

.modal[b-6mjldkera3] {
    z-index: 1090;
}

.modal-content[b-6mjldkera3] {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal-header[b-6mjldkera3] {
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

.modal-title[b-6mjldkera3] {
    color: #00126b;
    font-weight: 600;
}

.modal-footer[b-6mjldkera3] {
    border-top: 1px solid #dee2e6;
    background-color: #f8f9fa;
}
/* /Components/Shared/UI/MultiSelect.razor.rz.scp.css */
.multi-select-container[b-b4s5i9h4po] {
    position: relative;
}

.multi-select-container.disabled[b-b4s5i9h4po] {
    opacity: 0.6;
    pointer-events: none;
}

.multi-select-input[b-b4s5i9h4po] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
    cursor: pointer;
    padding: 0.375rem 0.75rem;
}

.multi-select-input.focus[b-b4s5i9h4po] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.selected-items[b-b4s5i9h4po] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    flex: 1;
    overflow: hidden;
}

.multi-select-actions[b-b4s5i9h4po] {
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
}

.multi-select-dropdown[b-b4s5i9h4po] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 1060;
    margin-top: 2px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
}

.multi-select-options[b-b4s5i9h4po] {
    overflow-y: auto;
    max-height: 250px;
}

.multi-select-option[b-b4s5i9h4po] {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    transition: background-color 0.15s;
}

.multi-select-option:hover[b-b4s5i9h4po] {
    background-color: #f8f9fa;
}

.multi-select-option.selected[b-b4s5i9h4po] {
    background-color: #e7f1ff;
}

.multi-select-option.select-all[b-b4s5i9h4po] {
    border-bottom: 1px solid #dee2e6;
    font-weight: 500;
}

.multi-select-backdrop[b-b4s5i9h4po] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1055;
}
/* /Components/Shared/UI/SearchableSelect.razor.rz.scp.css */
.searchable-select-container[b-v8t6g0paya] {
    position: relative;
}

.searchable-select-container.disabled[b-v8t6g0paya] {
    opacity: 0.6;
    pointer-events: none;
}

.searchable-select-input[b-v8t6g0paya] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 38px;
    cursor: pointer;
    padding: 0.375rem 0.75rem;
}

.searchable-select-input.focus[b-v8t6g0paya] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.selected-value[b-v8t6g0paya] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchable-select-actions[b-v8t6g0paya] {
    display: flex;
    align-items: center;
    margin-left: 0.5rem;
}

.searchable-select-dropdown[b-v8t6g0paya] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 1060;
    margin-top: 2px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
}

.searchable-select-options[b-v8t6g0paya] {
    overflow-y: auto;
    max-height: 250px;
}

.searchable-select-option[b-v8t6g0paya] {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    cursor: pointer;
    transition: background-color 0.15s;
}

.searchable-select-option:hover[b-v8t6g0paya] {
    background-color: #f8f9fa;
}

.searchable-select-option.selected[b-v8t6g0paya] {
    background-color: #e7f1ff;
}

.searchable-select-backdrop[b-v8t6g0paya] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1055;
}
