/* _content/Synapse.WebApp/Components/Features/Admin/Components/DataGrids/AuditLogsDataGrid.razor.rz.scp.css */
.audit-log-filter-panel[b-4nijxqix8a] {
    border-radius: 8px;
}

.audit-log-table-shell[b-4nijxqix8a] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background-color: var(--mud-palette-surface);
    overflow: hidden;
}

.audit-log-table-header[b-4nijxqix8a] {
    padding: 16px 20px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    background-color: color-mix(in srgb, var(--mud-palette-surface) 92%, var(--mud-palette-background));
}

.audit-log-table-scroll[b-4nijxqix8a] {
    overflow-x: auto;
}

[b-4nijxqix8a] .audit-log-hierarchical-table {
    background-color: transparent;
}

[b-4nijxqix8a] .audit-log-hierarchical-table table {
    min-width: 1060px;
}

[b-4nijxqix8a] .audit-log-hierarchical-table .mud-table-container {
    max-height: calc(100vh - 320px);
}

[b-4nijxqix8a] .audit-log-hierarchical-table th,
[b-4nijxqix8a] .audit-log-hierarchical-table td {
    padding: 10px 16px;
}

[b-4nijxqix8a] .audit-log-hierarchical-table th:first-child,
[b-4nijxqix8a] .audit-log-hierarchical-table td:first-child {
    padding-left: 22px;
}

[b-4nijxqix8a] .audit-log-hierarchical-table th:last-child,
[b-4nijxqix8a] .audit-log-hierarchical-table td:last-child {
    padding-right: 22px;
}

[b-4nijxqix8a] .audit-log-hierarchical-table thead th {
    top: 0;
    z-index: 3;
    position: sticky;
    background-color: color-mix(in srgb, var(--mud-palette-surface) 80%, var(--mud-palette-background));
}

[b-4nijxqix8a] .audit-log-hierarchical-table tbody tr {
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 62%, transparent);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-header-cell {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--mud-palette-text-secondary);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-header-user,
[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-description-cell {
    width: 28%;
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-header-date,
[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-header-module,
[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-header-entity,
[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-header-ip,
[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-value-cell {
    width: 13%;
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-header-action {
    width: 10%;
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-header-actions,
[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-actions-cell {
    width: 8%;
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-row-parent {
    background-color: color-mix(in srgb, #3b82f6 8%, var(--mud-palette-surface));
    box-shadow: inset 0 1px 0 color-mix(in srgb, #3b82f6 24%, transparent),
        inset 0 -1px 0 color-mix(in srgb, #3b82f6 18%, transparent);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-row-parent:hover {
    background-color: color-mix(in srgb, #3b82f6 11%, var(--mud-palette-surface));
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-row-system {
    background-color: color-mix(in srgb, #f59e0b 10%, var(--mud-palette-surface));
    box-shadow: inset 0 1px 0 color-mix(in srgb, #f59e0b 24%, transparent),
        inset 0 -1px 0 color-mix(in srgb, #f59e0b 18%, transparent);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-row-system:hover {
    background-color: color-mix(in srgb, #f59e0b 14%, var(--mud-palette-surface));
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-row-system .audit-log-description-parent {
    border-left-color: #f59e0b;
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-row-system .audit-log-expand-button {
    color: #b45309;
    background-color: color-mix(in srgb, #f59e0b 16%, transparent);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-row-system .audit-log-expand-button:hover {
    background-color: color-mix(in srgb, #f59e0b 24%, transparent);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-row-child:hover {
    background-color: color-mix(in srgb, var(--mud-palette-surface) 82%, var(--mud-palette-background));
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-row-module {
    background-color: color-mix(in srgb, #0ea5e9 5%, var(--mud-palette-surface));
    box-shadow: inset 0 -1px 0 color-mix(in srgb, #0ea5e9 12%, transparent);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-row-module:hover {
    background-color: color-mix(in srgb, #0ea5e9 8%, var(--mud-palette-surface));
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-row-timeline {
    background-color: color-mix(in srgb, #8b5cf6 5%, var(--mud-palette-surface));
    box-shadow: inset 0 -1px 0 color-mix(in srgb, #8b5cf6 12%, transparent);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-row-timeline:hover {
    background-color: color-mix(in srgb, #8b5cf6 8%, var(--mud-palette-surface));
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-row-load-more {
    background-color: color-mix(in srgb, var(--mud-palette-surface) 94%, var(--mud-palette-background));
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-description-cell {
    white-space: nowrap;
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-description-parent {
    border-left: 4px solid #2563eb;
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-description-module {
    border-left: 4px solid #0ea5e9;
    font-weight: 600;
    color: var(--mud-palette-text-primary);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-description-timeline {
    border-left: 4px solid #8b5cf6;
    font-weight: 600;
    color: var(--mud-palette-text-primary);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-description-child {
    color: var(--mud-palette-text-secondary);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-description-content {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 20px;
    min-width: 0;
    padding-left: calc(var(--audit-log-depth, 0) * 24px);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-description-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-expand-button {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    line-height: 1;
    color: #1d4ed8;
    background-color: color-mix(in srgb, #3b82f6 12%, transparent);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-expand-button.mud-icon-button {
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    padding: 0 !important;
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-expand-button .mud-icon-root {
    font-size: 18px;
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-expand-button:hover {
    background-color: color-mix(in srgb, #3b82f6 20%, transparent);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-module-expand-button {
    color: #0284c7;
    background-color: color-mix(in srgb, #0ea5e9 12%, transparent);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-module-expand-button:hover {
    background-color: color-mix(in srgb, #0ea5e9 20%, transparent);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-timeline-expand-button {
    color: #7c3aed;
    background-color: color-mix(in srgb, #8b5cf6 12%, transparent);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-timeline-expand-button:hover {
    background-color: color-mix(in srgb, #8b5cf6 20%, transparent);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-expand-placeholder {
    width: 20px;
    height: 20px;
    display: inline-block;
    flex: 0 0 20px;
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-actor-avatar {
    width: 24px;
    height: 24px;
    font-size: 0.7rem;
    font-weight: 700;
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-timeline-flow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-timeline-separator {
    color: var(--mud-palette-text-secondary);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-value-cell,
[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-actions-cell {
    white-space: nowrap;
    color: var(--mud-palette-text-secondary);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-row-parent .audit-log-value-cell {
    font-weight: 600;
    color: var(--mud-palette-text-primary);
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-load-more-cell {
    padding-top: 8px;
    padding-bottom: 8px;
}

[b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-group-load-more {
    padding-left: calc((var(--audit-log-depth, 1) * 24px) + 26px);
}

.audit-log-server-load-more[b-4nijxqix8a] {
    display: flex;
    justify-content: center;
    padding: 12px 16px 16px;
    border-top: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 62%, transparent);
    background-color: color-mix(in srgb, var(--mud-palette-surface) 96%, var(--mud-palette-background));
}

@media (max-width: 600px) {
    .audit-log-table-header[b-4nijxqix8a] {
        padding: 14px 14px 12px;
    }

    [b-4nijxqix8a] .audit-log-hierarchical-table table {
        min-width: 960px;
    }

    [b-4nijxqix8a] .audit-log-hierarchical-table .mud-table-container {
        max-height: 360px;
    }

    [b-4nijxqix8a] .audit-log-hierarchical-table th,
    [b-4nijxqix8a] .audit-log-hierarchical-table td {
        padding: 8px 12px;
    }

    [b-4nijxqix8a] .audit-log-hierarchical-table th:first-child,
    [b-4nijxqix8a] .audit-log-hierarchical-table td:first-child {
        padding-left: 16px;
    }

    [b-4nijxqix8a] .audit-log-hierarchical-table th:last-child,
    [b-4nijxqix8a] .audit-log-hierarchical-table td:last-child {
        padding-right: 16px;
    }

    [b-4nijxqix8a] .audit-log-hierarchical-table .audit-log-description-content {
        gap: 4px;
        padding-left: calc(var(--audit-log-depth, 0) * 16px);
    }
}
/* _content/Synapse.WebApp/Components/Features/Admin/Components/DataGrids/PermissionsDataGrid.razor.rz.scp.css */
.permissions-table-shell[b-brrz5f48fc] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background-color: var(--mud-palette-surface);
    overflow: hidden;
}

.permissions-table-header[b-brrz5f48fc] {
    padding: 16px 20px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    background-color: color-mix(in srgb, var(--mud-palette-surface) 92%, var(--mud-palette-background));
}

.permissions-filter-bar[b-brrz5f48fc] {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(240px, 320px) minmax(220px, 280px);
    align-items: stretch;
    gap: 8px;
    padding: 8px 20px 6px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    background-color: var(--mud-palette-surface);
}

.permissions-table-scroll[b-brrz5f48fc] {
    overflow-x: auto;
}

[b-brrz5f48fc] .permissions-hierarchical-table {
    background-color: transparent;
}

[b-brrz5f48fc] .permissions-hierarchical-table table {
    min-width: 980px;
}

[b-brrz5f48fc] .permissions-hierarchical-table .mud-table-container {
    max-height: calc(100vh - 315px);
}

[b-brrz5f48fc] .permissions-hierarchical-table th,
[b-brrz5f48fc] .permissions-hierarchical-table td {
    padding: 10px 16px;
}

[b-brrz5f48fc] .permissions-hierarchical-table th:first-child,
[b-brrz5f48fc] .permissions-hierarchical-table td:first-child {
    padding-left: 22px;
}

[b-brrz5f48fc] .permissions-hierarchical-table th:last-child,
[b-brrz5f48fc] .permissions-hierarchical-table td:last-child {
    padding-right: 22px;
}

[b-brrz5f48fc] .permissions-hierarchical-table thead th {
    top: 0;
    z-index: 3;
    position: sticky;
    background-color: color-mix(in srgb, var(--mud-palette-surface) 80%, var(--mud-palette-background));
}

[b-brrz5f48fc] .permissions-hierarchical-table tbody tr {
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 62%, transparent);
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-header-cell {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    color: var(--mud-palette-text-secondary);
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-header-description,
[b-brrz5f48fc] .permissions-hierarchical-table .permissions-description-cell {
    width: 34%;
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-header-module,
[b-brrz5f48fc] .permissions-hierarchical-table .permissions-header-action,
[b-brrz5f48fc] .permissions-hierarchical-table .permissions-header-count,
[b-brrz5f48fc] .permissions-hierarchical-table .permissions-header-actions,
[b-brrz5f48fc] .permissions-hierarchical-table .permissions-value-cell,
[b-brrz5f48fc] .permissions-hierarchical-table .permissions-actions-cell {
    width: 12%;
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-header-source {
    width: 18%;
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-row-parent {
    background-color: color-mix(in srgb, #3b82f6 8%, var(--mud-palette-surface));
    box-shadow:
        inset 0 1px 0 color-mix(in srgb, #3b82f6 24%, transparent),
        inset 0 -1px 0 color-mix(in srgb, #3b82f6 18%, transparent);
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-row-parent:hover {
    background-color: color-mix(in srgb, #3b82f6 11%, var(--mud-palette-surface));
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-row-module {
    background-color: color-mix(in srgb, #0ea5e9 9%, var(--mud-palette-surface));
    box-shadow:
        inset 0 1px 0 color-mix(in srgb, #0ea5e9 24%, transparent),
        inset 0 -1px 0 color-mix(in srgb, #0ea5e9 18%, transparent);
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-row-module:hover {
    background-color: color-mix(in srgb, #0ea5e9 12%, var(--mud-palette-surface));
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-row-role,
[b-brrz5f48fc] .permissions-hierarchical-table .permissions-row-role-group {
    background-color: color-mix(in srgb, #0ea5e9 7%, var(--mud-palette-surface));
    box-shadow:
        inset 0 1px 0 color-mix(in srgb, #0ea5e9 20%, transparent),
        inset 0 -1px 0 color-mix(in srgb, #0ea5e9 14%, transparent);
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-row-role:hover,
[b-brrz5f48fc] .permissions-hierarchical-table .permissions-row-role-group:hover {
    background-color: color-mix(in srgb, #0ea5e9 10%, var(--mud-palette-surface));
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-row-user,
[b-brrz5f48fc] .permissions-hierarchical-table .permissions-row-user-group {
    background-color: color-mix(in srgb, #8b5cf6 7%, var(--mud-palette-surface));
    box-shadow:
        inset 0 1px 0 color-mix(in srgb, #8b5cf6 20%, transparent),
        inset 0 -1px 0 color-mix(in srgb, #8b5cf6 14%, transparent);
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-row-user:hover,
[b-brrz5f48fc] .permissions-hierarchical-table .permissions-row-user-group:hover {
    background-color: color-mix(in srgb, #8b5cf6 10%, var(--mud-palette-surface));
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-row-group {
    font-weight: 600;
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-row-child:hover {
    background-color: color-mix(in srgb, var(--mud-palette-surface) 82%, var(--mud-palette-background));
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-row-role-child:hover {
    background-color: color-mix(in srgb, #0ea5e9 5%, var(--mud-palette-surface));
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-row-user-child:hover {
    background-color: color-mix(in srgb, #8b5cf6 5%, var(--mud-palette-surface));
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-description-cell {
    white-space: nowrap;
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-description-parent {
    border-left: 4px solid #2563eb;
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-description-module {
    border-left: 4px solid #0ea5e9;
    color: var(--mud-palette-text-primary);
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-description-role,
[b-brrz5f48fc] .permissions-hierarchical-table .permissions-description-role-group {
    border-left: 4px solid #0ea5e9;
    color: var(--mud-palette-text-primary);
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-description-user,
[b-brrz5f48fc] .permissions-hierarchical-table .permissions-description-user-group {
    border-left: 4px solid #8b5cf6;
    color: var(--mud-palette-text-primary);
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-description-group {
    font-weight: 600;
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-description-child {
    color: #475569;
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-description-content {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 20px;
    min-width: 0;
    padding-left: calc(var(--permissions-depth, 0) * 24px);
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-description-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-description-parent .permissions-description-text {
    text-transform: uppercase;
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-expand-button {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    line-height: 1;
    color: #1d4ed8;
    background-color: color-mix(in srgb, #3b82f6 12%, transparent);
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-expand-button.mud-icon-button {
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    padding: 0 !important;
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-expand-button .mud-icon-root {
    font-size: 18px;
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-expand-button:hover {
    background-color: color-mix(in srgb, #3b82f6 20%, transparent);
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-module-expand-button {
    color: #0284c7;
    background-color: color-mix(in srgb, #0ea5e9 12%, transparent);
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-module-expand-button:hover {
    background-color: color-mix(in srgb, #0ea5e9 20%, transparent);
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-role-expand-button {
    color: #0284c7;
    background-color: color-mix(in srgb, #0ea5e9 12%, transparent);
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-role-expand-button:hover {
    background-color: color-mix(in srgb, #0ea5e9 20%, transparent);
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-user-expand-button {
    color: #7c3aed;
    background-color: color-mix(in srgb, #8b5cf6 12%, transparent);
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-user-expand-button:hover {
    background-color: color-mix(in srgb, #8b5cf6 20%, transparent);
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-expand-placeholder {
    width: 20px;
    height: 20px;
    display: inline-block;
    flex: 0 0 20px;
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-identity-avatar {
    width: 24px;
    height: 24px;
    font-size: 0.7rem;
    font-weight: 700;
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-row-icon {
    flex: 0 0 auto;
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-chip-content {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-chip-content .mud-icon-root {
    font-size: 16px;
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-value-cell,
[b-brrz5f48fc] .permissions-hierarchical-table .permissions-actions-cell {
    white-space: nowrap;
    color: var(--mud-palette-text-secondary);
}

[b-brrz5f48fc] .permissions-hierarchical-table .permissions-row-parent .permissions-value-cell {
    font-weight: 600;
    color: #334155;
}

@media (max-width: 600px) {
    .permissions-table-header[b-brrz5f48fc] {
        padding: 14px;
    }

    .permissions-filter-bar[b-brrz5f48fc] {
        grid-template-columns: 1fr;
        padding: 8px 12px;
    }

    .permissions-toolbar-actions[b-brrz5f48fc] {
        justify-content: flex-start;
    }

    [b-brrz5f48fc] .permissions-hierarchical-table table {
        min-width: 860px;
    }

    [b-brrz5f48fc] .permissions-hierarchical-table .mud-table-container {
        max-height: 360px;
    }

    [b-brrz5f48fc] .permissions-hierarchical-table th,
    [b-brrz5f48fc] .permissions-hierarchical-table td {
        padding: 8px 12px;
    }

    [b-brrz5f48fc] .permissions-hierarchical-table th:first-child,
    [b-brrz5f48fc] .permissions-hierarchical-table td:first-child {
        padding-left: 16px;
    }

    [b-brrz5f48fc] .permissions-hierarchical-table th:last-child,
    [b-brrz5f48fc] .permissions-hierarchical-table td:last-child {
        padding-right: 16px;
    }

    [b-brrz5f48fc] .permissions-hierarchical-table .permissions-description-content {
        gap: 4px;
        padding-left: calc(var(--permissions-depth, 0) * 16px);
    }
}
/* _content/Synapse.WebApp/Components/Features/Admin/Components/DataGrids/RolesDataGrid.razor.rz.scp.css */
.roles-table-shell[b-m4f19gwc9l] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background-color: var(--mud-palette-surface);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.roles-table-header[b-m4f19gwc9l] {
    padding: 14px 20px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    background-color: color-mix(in srgb, var(--mud-palette-surface) 92%, var(--mud-palette-background));
}

.roles-filter-bar[b-m4f19gwc9l] {
    display: grid;
    grid-template-columns: minmax(240px, 1fr) minmax(240px, 1fr) auto auto;
    align-items: stretch;
    gap: 8px;
    padding: 8px 20px 6px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    background-color: var(--mud-palette-surface);
}

.roles-filter-switch[b-m4f19gwc9l] {
    display: flex;
    align-items: center;
    min-height: 40px;
    white-space: nowrap;
}

.roles-filter-actions[b-m4f19gwc9l] {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    gap: 6px;
    white-space: nowrap;
}

.roles-inline-panel[b-m4f19gwc9l] {
    margin: 0 12px 8px;
    padding: 12px;
    border-radius: 8px;
    background-color: color-mix(in srgb, var(--mud-palette-info) 3%, var(--mud-palette-surface));
}

.roles-table-scroll[b-m4f19gwc9l] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
}

.role-panel[b-m4f19gwc9l] {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 62%, transparent);
    background-color: transparent;
    box-shadow: none;
}

.role-panel-header[b-m4f19gwc9l] {
    padding: 8px 20px;
    background-color: color-mix(in srgb, #3b82f6 8%, var(--mud-palette-surface));
    border-left: 4px solid #2563eb;
    box-shadow:
        inset 0 1px 0 color-mix(in srgb, #3b82f6 24%, transparent),
        inset 0 -1px 0 color-mix(in srgb, #3b82f6 18%, transparent);
}

.role-panel-header:hover[b-m4f19gwc9l] {
    background-color: color-mix(in srgb, #3b82f6 11%, var(--mud-palette-surface));
}

.role-panel-title[b-m4f19gwc9l] {
    color: #0f2f5f;
    font-weight: 700;
    text-transform: uppercase;
}

.role-title-area[b-m4f19gwc9l] {
    min-width: 240px;
}

.role-panel-metrics[b-m4f19gwc9l] {
    justify-content: flex-end;
}

.role-detail-content[b-m4f19gwc9l] {
    padding: 10px 16px 12px;
    background-color: color-mix(in srgb, var(--mud-palette-info) 3%, var(--mud-palette-surface));
}

.role-detail-grid[b-m4f19gwc9l] {
    display: grid;
    grid-template-columns: minmax(320px, 420px) minmax(480px, 1fr);
    gap: 10px;
    align-items: start;
}

.role-detail-section[b-m4f19gwc9l] {
    min-width: 0;
    padding: 10px;
    border: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 80%, transparent);
    border-radius: 8px;
    background-color: var(--mud-palette-surface);
}

.role-section-header[b-m4f19gwc9l] {
    min-width: 0;
    align-self: center;
}

.role-info-fields[b-m4f19gwc9l] {
    display: grid;
    gap: 6px;
}

.role-info-row[b-m4f19gwc9l] {
    display: flex;
    align-items: center;
    min-height: 34px;
    margin-top: 4px;
}

.role-count-grid[b-m4f19gwc9l] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 4px;
}

.role-count-card[b-m4f19gwc9l] {
    padding: 7px 8px;
    border: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 70%, transparent);
    border-radius: 6px;
    background-color: color-mix(in srgb, var(--mud-palette-background) 42%, var(--mud-palette-surface));
}

.role-card-actions[b-m4f19gwc9l] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.role-permission-toolbar[b-m4f19gwc9l] {
    display: grid;
    grid-template-columns: minmax(170px, 1fr) auto;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.role-permission-controls[b-m4f19gwc9l] {
    display: grid;
    grid-template-columns: 150px auto;
    align-items: stretch;
    gap: 8px;
}

.role-permission-actions[b-m4f19gwc9l] {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    gap: 10px;
    padding: 4px;
    white-space: nowrap;
}

.role-permission-chips[b-m4f19gwc9l] {
    min-height: 34px;
}

.role-employees-toolbar[b-m4f19gwc9l] {
    max-width: 420px;
    margin-bottom: 8px;
}

.role-employees-grid[b-m4f19gwc9l] {
    border: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 80%, transparent);
    border-radius: 8px;
    overflow: hidden;
}

.roles-module-select[b-m4f19gwc9l] {
    min-width: 150px;
}

.roles-empty[b-m4f19gwc9l] {
    text-align: center;
    color: var(--mud-palette-text-secondary);
    padding: 36px 12px;
    border: 0;
    border-radius: 0;
}

[b-m4f19gwc9l] .roles-expand-button {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    line-height: 1;
    color: #1d4ed8;
    background-color: color-mix(in srgb, #3b82f6 12%, transparent);
}

[b-m4f19gwc9l] .roles-expand-button.mud-icon-button {
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    padding: 0 !important;
}

[b-m4f19gwc9l] .roles-expand-button .mud-icon-root {
    font-size: 18px;
}

[b-m4f19gwc9l] .roles-expand-button:hover {
    background-color: color-mix(in srgb, #3b82f6 20%, transparent);
}

[b-m4f19gwc9l] .role-detail-tabs .mud-tabs-toolbar {
    min-height: 38px;
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 80%, transparent);
}

[b-m4f19gwc9l] .role-detail-tabs .mud-tab {
    min-height: 38px;
    padding: 8px 14px;
    font-size: 0.875rem;
}

[b-m4f19gwc9l] .role-detail-tab-panel {
    padding-top: 10px;
}

[b-m4f19gwc9l] .role-employees-grid .mud-table-cell,
[b-m4f19gwc9l] .role-employees-grid .mud-table-head .mud-table-cell {
    white-space: nowrap;
}

@media (max-width: 600px) {
    .roles-table-header[b-m4f19gwc9l] {
        padding: 14px;
    }

    .roles-filter-bar[b-m4f19gwc9l] {
        grid-template-columns: 1fr;
        padding: 8px 12px;
    }

    .roles-inline-panel[b-m4f19gwc9l] {
        margin-left: 8px;
        margin-right: 8px;
    }

    .role-panel-header[b-m4f19gwc9l] {
        padding: 8px 14px;
    }

    .role-detail-content[b-m4f19gwc9l] {
        padding: 8px 10px 10px;
    }

    .role-detail-grid[b-m4f19gwc9l],
    .role-permission-toolbar[b-m4f19gwc9l],
    .role-permission-controls[b-m4f19gwc9l] {
        grid-template-columns: 1fr;
    }

    .role-employees-toolbar[b-m4f19gwc9l] {
        max-width: none;
    }

    .roles-toolbar-actions[b-m4f19gwc9l],
    .roles-filter-actions[b-m4f19gwc9l],
    .role-panel-metrics[b-m4f19gwc9l] {
        justify-content: flex-start;
    }
}
/* _content/Synapse.WebApp/Components/Features/Admin/Components/DataGrids/UsersDataGrid.razor.rz.scp.css */
.users-table-shell[b-uvln2c2gvw] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background-color: var(--mud-palette-surface);
    overflow: hidden;
}

.users-table-header[b-uvln2c2gvw] {
    padding: 16px 20px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    background-color: color-mix(in srgb, var(--mud-palette-surface) 92%, var(--mud-palette-background));
}

.users-filter-bar[b-uvln2c2gvw] {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(240px, 320px);
    align-items: stretch;
    gap: 8px;
    padding: 8px 20px 6px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    background-color: var(--mud-palette-surface);
}

.users-table-scroll[b-uvln2c2gvw] {
    overflow-x: auto;
}

[b-uvln2c2gvw] .users-hierarchical-table {
    background-color: transparent;
}

[b-uvln2c2gvw] .users-hierarchical-table table {
    min-width: 980px;
}

[b-uvln2c2gvw] .users-hierarchical-table .mud-table-container {
    max-height: calc(100vh - 315px);
}

[b-uvln2c2gvw] .users-hierarchical-table th,
[b-uvln2c2gvw] .users-hierarchical-table td {
    padding: 10px 16px;
}

[b-uvln2c2gvw] .users-hierarchical-table th:first-child,
[b-uvln2c2gvw] .users-hierarchical-table td:first-child {
    padding-left: 22px;
}

[b-uvln2c2gvw] .users-hierarchical-table th:last-child,
[b-uvln2c2gvw] .users-hierarchical-table td:last-child {
    padding-right: 22px;
}

[b-uvln2c2gvw] .users-hierarchical-table thead th {
    top: 0;
    z-index: 3;
    position: sticky;
    background-color: color-mix(in srgb, var(--mud-palette-surface) 80%, var(--mud-palette-background));
}

[b-uvln2c2gvw] .users-hierarchical-table tbody tr {
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 62%, transparent);
}

[b-uvln2c2gvw] .users-hierarchical-table .users-header-cell {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    color: var(--mud-palette-text-secondary);
}

[b-uvln2c2gvw] .users-hierarchical-table .users-header-description,
[b-uvln2c2gvw] .users-hierarchical-table .users-description-cell {
    width: 34%;
}

[b-uvln2c2gvw] .users-hierarchical-table .users-header-registration,
[b-uvln2c2gvw] .users-hierarchical-table .users-header-role,
[b-uvln2c2gvw] .users-hierarchical-table .users-header-profile,
[b-uvln2c2gvw] .users-hierarchical-table .users-header-password,
[b-uvln2c2gvw] .users-hierarchical-table .users-header-count,
[b-uvln2c2gvw] .users-hierarchical-table .users-header-actions,
[b-uvln2c2gvw] .users-hierarchical-table .users-value-cell,
[b-uvln2c2gvw] .users-hierarchical-table .users-actions-cell {
    width: 11%;
}

[b-uvln2c2gvw] .users-hierarchical-table .users-row-parent {
    background-color: color-mix(in srgb, #3b82f6 8%, var(--mud-palette-surface));
    box-shadow:
        inset 0 1px 0 color-mix(in srgb, #3b82f6 24%, transparent),
        inset 0 -1px 0 color-mix(in srgb, #3b82f6 18%, transparent);
}

[b-uvln2c2gvw] .users-hierarchical-table .users-row-parent:hover {
    background-color: color-mix(in srgb, #3b82f6 11%, var(--mud-palette-surface));
}

[b-uvln2c2gvw] .users-hierarchical-table .users-row-contract {
    background-color: color-mix(in srgb, #0ea5e9 9%, var(--mud-palette-surface));
    box-shadow:
        inset 0 1px 0 color-mix(in srgb, #0ea5e9 24%, transparent),
        inset 0 -1px 0 color-mix(in srgb, #0ea5e9 18%, transparent);
}

[b-uvln2c2gvw] .users-hierarchical-table .users-row-contract:hover {
    background-color: color-mix(in srgb, #0ea5e9 12%, var(--mud-palette-surface));
}

[b-uvln2c2gvw] .users-hierarchical-table .users-row-role {
    background-color: color-mix(in srgb, #8b5cf6 7%, var(--mud-palette-surface));
    box-shadow:
        inset 0 1px 0 color-mix(in srgb, #8b5cf6 20%, transparent),
        inset 0 -1px 0 color-mix(in srgb, #8b5cf6 14%, transparent);
}

[b-uvln2c2gvw] .users-hierarchical-table .users-row-role:hover {
    background-color: color-mix(in srgb, #8b5cf6 10%, var(--mud-palette-surface));
}

[b-uvln2c2gvw] .users-hierarchical-table .users-row-admin-summary {
    background-color: color-mix(in srgb, #f59e0b 10%, var(--mud-palette-surface));
    box-shadow:
        inset 0 1px 0 color-mix(in srgb, #f59e0b 26%, transparent),
        inset 0 -1px 0 color-mix(in srgb, #f59e0b 18%, transparent);
}

[b-uvln2c2gvw] .users-hierarchical-table .users-row-admin-summary:hover {
    background-color: color-mix(in srgb, #f59e0b 14%, var(--mud-palette-surface));
}

[b-uvln2c2gvw] .users-hierarchical-table .users-row-user:hover {
    background-color: color-mix(in srgb, var(--mud-palette-surface) 82%, var(--mud-palette-background));
}

[b-uvln2c2gvw] .users-hierarchical-table .users-row-admin {
    background-color: color-mix(in srgb, #f59e0b 8%, var(--mud-palette-surface));
}

[b-uvln2c2gvw] .users-hierarchical-table .users-row-admin:hover {
    background-color: color-mix(in srgb, #f59e0b 13%, var(--mud-palette-surface));
}

[b-uvln2c2gvw] .users-hierarchical-table .users-description-cell {
    white-space: nowrap;
}

[b-uvln2c2gvw] .users-hierarchical-table .users-description-parent {
    border-left: 4px solid #2563eb;
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

[b-uvln2c2gvw] .users-hierarchical-table .users-description-contract {
    border-left-color: #0ea5e9;
}

[b-uvln2c2gvw] .users-hierarchical-table .users-description-role {
    border-left-color: #8b5cf6;
}

[b-uvln2c2gvw] .users-hierarchical-table .users-description-admin {
    border-left-color: #f59e0b;
}

[b-uvln2c2gvw] .users-hierarchical-table .users-description-child {
    color: #475569;
}

[b-uvln2c2gvw] .users-hierarchical-table .users-description-content {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 20px;
    min-width: 0;
    padding-left: calc(var(--users-depth, 0) * 24px);
}

[b-uvln2c2gvw] .users-hierarchical-table .users-description-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-uvln2c2gvw] .users-hierarchical-table .users-description-parent .users-description-text {
    text-transform: uppercase;
}

[b-uvln2c2gvw] .users-hierarchical-table .users-expand-button {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    line-height: 1;
    color: #1d4ed8;
    background-color: color-mix(in srgb, #3b82f6 12%, transparent);
}

[b-uvln2c2gvw] .users-hierarchical-table .users-expand-button.mud-icon-button {
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    padding: 0 !important;
}

[b-uvln2c2gvw] .users-hierarchical-table .users-expand-button .mud-icon-root {
    font-size: 18px;
}

[b-uvln2c2gvw] .users-hierarchical-table .users-expand-button:hover {
    background-color: color-mix(in srgb, #3b82f6 20%, transparent);
}

[b-uvln2c2gvw] .users-hierarchical-table .users-contract-expand-button {
    color: #0284c7;
    background-color: color-mix(in srgb, #0ea5e9 12%, transparent);
}

[b-uvln2c2gvw] .users-hierarchical-table .users-contract-expand-button:hover {
    background-color: color-mix(in srgb, #0ea5e9 20%, transparent);
}

[b-uvln2c2gvw] .users-hierarchical-table .users-role-expand-button {
    color: #7c3aed;
    background-color: color-mix(in srgb, #8b5cf6 12%, transparent);
}

[b-uvln2c2gvw] .users-hierarchical-table .users-role-expand-button:hover {
    background-color: color-mix(in srgb, #8b5cf6 20%, transparent);
}

[b-uvln2c2gvw] .users-hierarchical-table .users-admin-expand-button {
    color: #b45309;
    background-color: color-mix(in srgb, #f59e0b 14%, transparent);
}

[b-uvln2c2gvw] .users-hierarchical-table .users-admin-expand-button:hover {
    background-color: color-mix(in srgb, #f59e0b 24%, transparent);
}

[b-uvln2c2gvw] .users-hierarchical-table .users-expand-placeholder {
    width: 20px;
    height: 20px;
    display: inline-block;
    flex: 0 0 20px;
}

[b-uvln2c2gvw] .users-hierarchical-table .users-identity-avatar {
    width: 24px;
    height: 24px;
    font-size: 0.7rem;
    font-weight: 700;
}

[b-uvln2c2gvw] .users-hierarchical-table .users-admin-avatar {
    box-shadow: 0 0 0 2px color-mix(in srgb, #f59e0b 28%, transparent);
}

[b-uvln2c2gvw] .users-hierarchical-table .users-admin-inline-icon,
[b-uvln2c2gvw] .users-hierarchical-table .users-row-icon {
    flex: 0 0 auto;
}

[b-uvln2c2gvw] .users-hierarchical-table .users-chip-content {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
}

[b-uvln2c2gvw] .users-hierarchical-table .users-chip-content .mud-icon-root {
    font-size: 16px;
}

[b-uvln2c2gvw] .users-hierarchical-table .users-value-cell,
[b-uvln2c2gvw] .users-hierarchical-table .users-actions-cell {
    white-space: nowrap;
    color: var(--mud-palette-text-secondary);
}

[b-uvln2c2gvw] .users-hierarchical-table .users-row-parent .users-value-cell {
    font-weight: 600;
    color: #334155;
}

@media (max-width: 600px) {
    .users-table-header[b-uvln2c2gvw] {
        padding: 14px;
    }

    .users-filter-bar[b-uvln2c2gvw] {
        grid-template-columns: 1fr;
        padding: 8px 12px;
    }

    .users-toolbar-actions[b-uvln2c2gvw] {
        justify-content: flex-start;
    }

    [b-uvln2c2gvw] .users-hierarchical-table table {
        min-width: 860px;
    }

    [b-uvln2c2gvw] .users-hierarchical-table .mud-table-container {
        max-height: 360px;
    }

    [b-uvln2c2gvw] .users-hierarchical-table th,
    [b-uvln2c2gvw] .users-hierarchical-table td {
        padding: 8px 12px;
    }

    [b-uvln2c2gvw] .users-hierarchical-table th:first-child,
    [b-uvln2c2gvw] .users-hierarchical-table td:first-child {
        padding-left: 16px;
    }

    [b-uvln2c2gvw] .users-hierarchical-table th:last-child,
    [b-uvln2c2gvw] .users-hierarchical-table td:last-child {
        padding-right: 16px;
    }

    [b-uvln2c2gvw] .users-hierarchical-table .users-description-content {
        gap: 4px;
        padding-left: calc(var(--users-depth, 0) * 16px);
    }
}
/* _content/Synapse.WebApp/Components/Features/Admin/Components/Dialogs/OvertimePolicyEditDialog.razor.rz.scp.css */
.overtime-policy-form[b-owfqu0fp8r] {
    --overtime-numeric-max-width: 13.5rem;
}

.overtime-policy-form[b-owfqu0fp8r]  .mud-input-control {
    max-width: var(--overtime-numeric-max-width);
}

@media (max-width: 960px) {
    .overtime-policy-form[b-owfqu0fp8r]  .mud-input-control {
        max-width: 100%;
    }
}
/* _content/Synapse.WebApp/Components/Features/Admin/Components/Dialogs/WorkScheduleTemplateEditDialog.razor.rz.scp.css */
.work-schedule-dialog[b-mzo0ntfae2] {
    width: min(1000px, 92vw);
    max-width: 92vw;
}

.work-schedule-table .work-schedule-time-col[b-mzo0ntfae2] {
    min-width: 120px;
}

.work-schedule-time[b-mzo0ntfae2] {
    width: 100%;
}
/* _content/Synapse.WebApp/Components/Features/Admin/Pages/AdminPage.razor.rz.scp.css */
.planning-cadastros-grid[b-n6svtmlm3f] {
    align-items: flex-start;
}

.planning-cadastros-grid[b-n6svtmlm3f]  .mud-table-toolbar {
    min-height: 46px;
    padding: 0 12px;
}

.planning-cadastros-grid[b-n6svtmlm3f]  .mud-table-toolbar .mud-typography-h5,
.planning-cadastros-grid[b-n6svtmlm3f]  .mud-table-toolbar .mud-typography-h6 {
    font-size: 1.12rem;
    line-height: 1.35;
}

.planning-cadastros-grid[b-n6svtmlm3f]  .mud-table-toolbar .mud-icon-root {
    font-size: 1.25rem;
}

.planning-cadastros-grid[b-n6svtmlm3f]  .mud-table-cell {
    padding: 6px 12px;
}

.planning-cadastros-grid[b-n6svtmlm3f]  .mud-table-head .mud-table-cell {
    font-size: 0.82rem;
    font-weight: 600;
}

.planning-cadastros-grid[b-n6svtmlm3f]  .mud-button-root {
    min-height: 34px;
}

.planning-integrity-grid[b-n6svtmlm3f] {
    align-items: stretch;
}

.admin-roles-grid[b-n6svtmlm3f] {
    align-items: stretch;
}

.admin-dashboard[b-n6svtmlm3f] {
    min-height: calc(100vh - 260px);
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 12px;
    background: linear-gradient(145deg, var(--mud-palette-surface) 0%, var(--mud-palette-background) 100%);
}

.admin-dashboard__header[b-n6svtmlm3f] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

.admin-dashboard-card-host[b-n6svtmlm3f] {
    height: 100%;
}

.admin-dashboard-card-host[b-n6svtmlm3f]  .admin-dashboard-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 205px;
    cursor: pointer;
    border: 1px solid var(--mud-palette-lines-default);
    border-left: 3px solid var(--admin-card-accent);
    background-color: var(--mud-palette-surface);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.admin-dashboard-card-host[b-n6svtmlm3f]  .admin-dashboard-card .mud-card-content {
    flex: 1;
}

.admin-dashboard-card-host[b-n6svtmlm3f]  .admin-dashboard-card__action {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px 16px;
}

.admin-dashboard-card-host[b-n6svtmlm3f]  .admin-dashboard-card:hover {
    transform: translateY(-2px);
    border-top-color: var(--mud-palette-primary);
    border-right-color: var(--mud-palette-primary);
    border-bottom-color: var(--mud-palette-primary);
    animation: admin-card-border-focus-b-n6svtmlm3f 220ms ease-out both;
}

@keyframes admin-card-border-focus-b-n6svtmlm3f {
    from {
        box-shadow: 0 0 0 0 transparent;
    }

    to {
        box-shadow:
            0 0 0 3px color-mix(in srgb, var(--mud-palette-primary) 18%, transparent),
            var(--mud-elevation-4);
    }
}

@media (prefers-reduced-motion: reduce) {
    .admin-dashboard-card-host[b-n6svtmlm3f]  .admin-dashboard-card {
        transition: none;
    }

    .admin-dashboard-card-host[b-n6svtmlm3f]  .admin-dashboard-card:hover {
        animation: none;
        border-top-color: var(--mud-palette-primary);
        border-right-color: var(--mud-palette-primary);
        border-bottom-color: var(--mud-palette-primary);
        box-shadow: var(--mud-elevation-4);
    }
}

.admin-dashboard__summary[b-n6svtmlm3f] {
    background-color: color-mix(in srgb, var(--mud-palette-primary) 4%, transparent);
}

.admin-panel-header[b-n6svtmlm3f] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background-color: var(--mud-palette-surface);
}

.admin-panel-header__path[b-n6svtmlm3f] {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 4px;
}

.admin-panel-content[b-n6svtmlm3f] {
    display: block;
}

@media (max-width: 700px) {
    .admin-dashboard[b-n6svtmlm3f] {
        padding: 20px !important;
    }

    .admin-dashboard__header[b-n6svtmlm3f] {
        flex-direction: column;
    }

    .admin-panel-header[b-n6svtmlm3f] {
        align-items: stretch;
        flex-direction: column;
    }

    .admin-panel-header__path[b-n6svtmlm3f] {
        flex-wrap: wrap;
    }

    .admin-dashboard__summary .mud-stack[b-n6svtmlm3f] {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-dashboard__summary .mud-divider-vertical[b-n6svtmlm3f] {
        display: none;
    }
}
/* _content/Synapse.WebApp/Components/Features/Auth/Layout/AccountLayout.razor.rz.scp.css */
.account-layout-background[b-nokekfbj7z] {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: var(--account-primary-color, #2980b9);
}

.account-layout-background--light[b-nokekfbj7z] {
  background-color: color-mix(in srgb, rgb(255 255 255) 0%, #14498f);
}

.account-layout-background--dark[b-nokekfbj7z] {
  background-color: color-mix(in srgb, var(--account-primary-color, #78beff) 22%, #07111f);
}

.account-layout-background[b-nokekfbj7z]::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://static.tumblr.com/03fbbc566b081016810402488936fbae/pqpk3dn/MRSmlzpj3/tumblr_static_bg3.png");
  background-position: 0 0;
  background-repeat: repeat;
  opacity: 0.35;
  animation: account-background-drift-b-nokekfbj7z 6s linear infinite;
  will-change: background-position;
}

@keyframes account-background-drift-b-nokekfbj7z {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 500px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .account-layout-background[b-nokekfbj7z]::before {
    animation: none;
  }
}
/* _content/Synapse.WebApp/Components/Features/Contract/Components/ContractDreLaunchAddRowDialog.razor.rz.scp.css */
.dre-row-editor__context[b-ebfflz4yrw] {
    border: 1px solid var(--mud-palette-primary-lighten);
    background: linear-gradient(135deg, color-mix(in srgb, var(--mud-palette-primary) 8%, white), white);
    border-radius: 10px;
}

.dre-row-editor__section[b-ebfflz4yrw] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background-color: var(--mud-palette-surface);
}

.dre-row-editor__section-label[b-ebfflz4yrw] {
    display: block;
    margin-bottom: 4px;
    color: var(--mud-palette-primary);
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.dre-row-editor__formula-reference[b-ebfflz4yrw] {
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid #dbeafe;
    border-left: 3px solid #2563eb;
    border-radius: 8px;
    background-color: #f8fbff;
}

.dre-row-editor__formula-reference-item[b-ebfflz4yrw] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 28px;
}

.dre-row-editor__formula-reference-chip[b-ebfflz4yrw] {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 3px 8px;
    border: 1px solid #93c5fd;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-family: Consolas, "Cascadia Code", monospace;
    font-size: .78rem;
    font-weight: 600;
    line-height: 1.2;
}

.dre-row-editor__formula-reference-description[b-ebfflz4yrw] {
    color: #334155;
    font-size: .78rem;
    font-weight: 500;
}

.dre-row-editor__code-field > label[b-ebfflz4yrw] {
    display: block;
    margin-bottom: 6px;
    color: #334155;
    font-size: .85rem;
    font-weight: 600;
}

.dre-row-editor__code-editor[b-ebfflz4yrw] {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: 1px solid #334155;
    border-radius: 6px;
    background: #1e1e1e;
    overflow: hidden;
}

.dre-row-editor__code-editor pre[b-ebfflz4yrw],
.dre-row-editor__code-editor textarea[b-ebfflz4yrw] {
    box-sizing: border-box;
    width: 100%;
    min-height: 120px;
    font-family: Consolas, "Cascadia Code", monospace;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: normal;
    font-kerning: none;
    font-variant-ligatures: none;
    font-feature-settings: "liga" 0, "calt" 0;
    font-synthesis: none;
    padding: 12px;
    tab-size: 4;
    white-space: pre-wrap;
    overflow: auto;
    scrollbar-gutter: stable;
}

.dre-row-editor__code-editor pre[b-ebfflz4yrw] {
    position: absolute;
    inset: 0;
    z-index: 1;
    margin: 0;
    border: 0;
    color: #d4d4d4;
    pointer-events: none;
}

.dre-row-editor__code-editor pre code[b-ebfflz4yrw] {
    display: block;
    min-height: 100%;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-kerning: inherit;
    font-variant-ligatures: inherit;
    font-feature-settings: inherit;
    font-synthesis: inherit;
}

.dre-row-editor__code-editor textarea[b-ebfflz4yrw] {
    position: relative;
    z-index: 2;
    display: block;
    resize: vertical;
    border: 0;
    outline: none;
    background: transparent;
    color: transparent;
    caret-color: #ffffff;
    -webkit-text-fill-color: transparent;
}

.dre-row-editor__code-editor textarea[b-ebfflz4yrw]::selection {
    background: rgb(38 79 120 / 75%);
    color: transparent;
}

.dre-row-editor__code-editor:focus-within[b-ebfflz4yrw] {
    border-color: #007acc;
    box-shadow: 0 0 0 2px rgb(0 122 204 / 35%);
}

.dre-row-editor__code-editor textarea[b-ebfflz4yrw]::placeholder {
    color: #6a9955;
    -webkit-text-fill-color: #6a9955;
}

.dre-row-editor__code-editor[b-ebfflz4yrw]  .dre-formula-token-function {
    color: #dcdcaa;
}

.dre-row-editor__code-editor[b-ebfflz4yrw]  .dre-formula-token-string {
    color: #ce9178;
}

.dre-row-editor__code-editor[b-ebfflz4yrw]  .dre-formula-token-number {
    color: #b5cea8;
}

.dre-row-editor__code-editor[b-ebfflz4yrw]  .dre-formula-token-operator {
    color: #d4d4d4;
}

.dre-row-editor__code-editor[b-ebfflz4yrw]  .dre-formula-token-punctuation {
    color: #c586c0;
}

.dre-row-editor__code-editor-footer[b-ebfflz4yrw] {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 5px;
    color: #64748b;
    font-size: .75rem;
}

.dre-row-editor__panels[b-ebfflz4yrw] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    overflow: hidden;
}
/* _content/Synapse.WebApp/Components/Features/Contract/Components/DreAccumulatedPanel.razor.rz.scp.css */
.dre-accumulated-contracts[b-hlk7izd9rr] {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem 1rem;
}

.dre-coverage-note[b-hlk7izd9rr] {
    display: flex;
    align-items: center;
    gap: .85rem;
    border-left: 4px solid var(--mud-palette-info);
    border-radius: 10px;
    background: color-mix(in srgb, var(--mud-palette-info) 6%, var(--mud-palette-surface));
}

.dre-coverage-note-icon[b-hlk7izd9rr] {
    color: var(--mud-palette-info);
}

.dre-contract-tone-0[b-hlk7izd9rr] {
    --dre-contract-accent: #2563eb;
}

.dre-contract-tone-1[b-hlk7izd9rr] {
    --dre-contract-accent: #0f9f8f;
}

.dre-contract-tone-2[b-hlk7izd9rr] {
    --dre-contract-accent: #7c3aed;
}

.dre-contract-tone-3[b-hlk7izd9rr] {
    --dre-contract-accent: #d97706;
}

.dre-contract-tone-4[b-hlk7izd9rr] {
    --dre-contract-accent: #e11d48;
}

.dre-contract-tone-5[b-hlk7izd9rr] {
    --dre-contract-accent: #0891b2;
}

.dre-coverage-card[b-hlk7izd9rr] {
    min-height: 112px;
    border: 1px solid var(--mud-palette-lines-default);
    border-left: 7px solid var(--dre-contract-accent);
    border-radius: 10px;
    background: color-mix(in srgb, var(--dre-contract-accent) 6%, var(--mud-palette-surface));
}

.dre-coverage-card-main[b-hlk7izd9rr] {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.dre-coverage-icon-shell[b-hlk7izd9rr] {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--dre-contract-accent);
    background: color-mix(in srgb, var(--dre-contract-accent) 14%, transparent);
}

.dre-coverage-card-content[b-hlk7izd9rr] {
    min-width: 0;
}

.dre-coverage-card-title[b-hlk7izd9rr],
.dre-accumulated-indicator-title[b-hlk7izd9rr] {
    color: var(--mud-palette-text-secondary);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 1.2;
    text-transform: uppercase;
}

.dre-coverage-card-value[b-hlk7izd9rr] {
    margin-top: .15rem;
    font-weight: 700;
}

.dre-coverage-stats[b-hlk7izd9rr] {
    display: flex;
    flex-wrap: wrap;
    gap: .3rem .8rem;
    margin-top: .65rem;
    color: var(--mud-palette-text-secondary);
    font-size: .72rem;
}

.dre-coverage-stats .is-open[b-hlk7izd9rr] {
    color: var(--dre-contract-accent);
    font-weight: 600;
}

.dre-accumulated-indicator-card[b-hlk7izd9rr] {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-height: 104px;
    overflow: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    border-left: 8px solid var(--dre-indicator-accent);
    border-radius: 10px;
    background: color-mix(in srgb, var(--dre-indicator-accent) 8%, var(--mud-palette-surface));
}

.dre-accumulated-indicator-headcount[b-hlk7izd9rr],
.dre-accumulated-indicator-tone-0[b-hlk7izd9rr] {
    --dre-indicator-accent: #0ea5a6;
}

.dre-accumulated-indicator-billing[b-hlk7izd9rr],
.dre-accumulated-indicator-tone-1[b-hlk7izd9rr] {
    --dre-indicator-accent: #3b82f6;
}

.dre-accumulated-indicator-cost[b-hlk7izd9rr],
.dre-accumulated-indicator-tone-2[b-hlk7izd9rr] {
    --dre-indicator-accent: #f97316;
}

.dre-accumulated-indicator-result[b-hlk7izd9rr],
.dre-accumulated-indicator-tone-3[b-hlk7izd9rr] {
    --dre-indicator-accent: #22c55e;
}

.dre-accumulated-indicator-icon-shell[b-hlk7izd9rr] {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--dre-indicator-accent);
    background: color-mix(in srgb, var(--dre-indicator-accent) 15%, transparent);
}

.dre-accumulated-indicator-content[b-hlk7izd9rr] {
    min-width: 0;
}

.dre-accumulated-indicator-value[b-hlk7izd9rr] {
    margin-top: .3rem;
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
}

.dre-accumulation-mode-label[b-hlk7izd9rr] {
    display: block;
    margin-top: .25rem;
    color: var(--mud-palette-text-secondary);
}

.dre-accumulation-badge[b-hlk7izd9rr] {
    display: inline-flex;
    align-items: center;
    margin-left: .45rem;
    padding: .1rem .42rem;
    border-radius: 999px;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .01em;
    vertical-align: middle;
}

.dre-accumulation-badge-average[b-hlk7izd9rr] {
    border: 1px solid color-mix(in srgb, var(--mud-palette-info) 28%, transparent);
    color: var(--mud-palette-info-darken);
    background: color-mix(in srgb, var(--mud-palette-info) 9%, transparent);
}

.dre-accumulation-badge-sum[b-hlk7izd9rr] {
    border: 1px solid color-mix(in srgb, var(--mud-palette-warning) 45%, transparent);
    color: var(--mud-palette-warning-darken);
    background: color-mix(in srgb, var(--mud-palette-warning) 13%, transparent);
}

.dre-accumulated-matrix-shell[b-hlk7izd9rr] {
    overflow: auto;
    max-width: 100%;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
}

.dre-accumulated-matrix[b-hlk7izd9rr] {
    border-collapse: separate;
    border-spacing: 0;
    min-width: 900px;
    width: 100%;
}

.dre-accumulated-monthly-matrix[b-hlk7izd9rr] {
    min-width: 1100px;
}

.dre-accumulated-matrix th[b-hlk7izd9rr],
.dre-accumulated-matrix td[b-hlk7izd9rr] {
    padding: .7rem .85rem;
    border-right: 1px solid var(--mud-palette-lines-default);
    border-bottom: 1px solid var(--mud-palette-lines-default);
    white-space: nowrap;
    text-align: right;
}

.dre-accumulated-matrix th[b-hlk7izd9rr] {
    background: var(--mud-palette-background-gray);
    font-weight: 700;
}

.dre-accumulated-matrix th.dre-contract-column[b-hlk7izd9rr] {
    border-top: 4px solid var(--dre-contract-accent);
    background: color-mix(in srgb, var(--dre-contract-accent) 14%, var(--mud-palette-surface));
}

.dre-accumulated-matrix td.dre-contract-column[b-hlk7izd9rr] {
    background: color-mix(in srgb, var(--dre-contract-accent) 5%, var(--mud-palette-surface));
}

.dre-accumulated-matrix tbody tr:hover td.dre-contract-column[b-hlk7izd9rr] {
    background: color-mix(in srgb, var(--dre-contract-accent) 11%, var(--mud-palette-surface));
}

.dre-accumulated-matrix .sticky-label[b-hlk7izd9rr] {
    position: sticky;
    left: 0;
    z-index: 2;
    min-width: 310px;
    text-align: left;
    background: var(--mud-palette-surface);
}

.dre-accumulated-matrix thead .sticky-label[b-hlk7izd9rr] {
    z-index: 4;
    background: var(--mud-palette-background-gray);
}

.dre-accumulated-matrix .sticky-total[b-hlk7izd9rr] {
    position: sticky;
    right: 0;
    z-index: 2;
    min-width: 160px;
    font-weight: 700;
    background: var(--mud-palette-surface);
}

.dre-accumulated-matrix thead .sticky-total[b-hlk7izd9rr] {
    z-index: 4;
    background: var(--mud-palette-background-gray);
}

.dre-accumulated-matrix tr.level-macro td[b-hlk7izd9rr],
.dre-accumulated-matrix tr.level-total td[b-hlk7izd9rr] {
    font-weight: 800;
}

.dre-accumulated-matrix tr.level-group td[b-hlk7izd9rr] {
    font-weight: 650;
    background: color-mix(in srgb, var(--mud-palette-primary) 5%, var(--mud-palette-surface));
}

.dre-accumulated-code[b-hlk7izd9rr] {
    display: inline-block;
    margin-right: .45rem;
    color: var(--mud-palette-text-secondary);
    font-size: .78rem;
}

.dre-accumulated-detail-heading[b-hlk7izd9rr] {
    background: color-mix(in srgb, var(--mud-palette-primary) 4%, var(--mud-palette-surface));
}

.dre-accumulated-row-title[b-hlk7izd9rr] {
    display: flex;
    align-items: baseline;
}

.dre-accumulated-monthly-matrix th small[b-hlk7izd9rr] {
    display: block;
    margin-top: .2rem;
    font-size: .66rem;
    font-weight: 600;
    text-transform: uppercase;
}

.dre-accumulated-monthly-matrix th.month-missing small[b-hlk7izd9rr] {
    color: var(--mud-palette-text-disabled);
}

.dre-accumulated-monthly-matrix th.month-open small[b-hlk7izd9rr] {
    color: var(--mud-palette-warning);
}

.dre-accumulated-monthly-matrix th.month-pending small[b-hlk7izd9rr] {
    color: var(--mud-palette-error);
}

.dre-accumulated-monthly-matrix th.month-closed small[b-hlk7izd9rr] {
    color: var(--mud-palette-success);
}

.dre-accumulated-not-applicable[b-hlk7izd9rr] {
    color: var(--mud-palette-text-disabled);
    background: color-mix(in srgb, var(--mud-palette-background-gray) 58%, transparent);
    text-align: center !important;
}

@media (max-width: 600px) {
    .dre-coverage-note[b-hlk7izd9rr] {
        align-items: flex-start;
    }

    .dre-coverage-card[b-hlk7izd9rr],
    .dre-accumulated-indicator-card[b-hlk7izd9rr] {
        min-height: 96px;
    }
}
/* _content/Synapse.WebApp/Components/Features/Contract/Components/DreFinancialDirectionDeviationTable.razor.rz.scp.css */
.dre-financial-table-shell[b-1x0164l13i] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background-color: var(--mud-palette-surface);
}

.dre-financial-table-shell-danger[b-1x0164l13i] {
    border-color: color-mix(in srgb, #ef4444 28%, var(--mud-palette-lines-default));
}

.dre-financial-table-shell-success[b-1x0164l13i] {
    border-color: color-mix(in srgb, #22c55e 28%, var(--mud-palette-lines-default));
}

.dre-financial-table-title-row[b-1x0164l13i] {
    margin-bottom: 10px;
}

.dre-financial-section-title[b-1x0164l13i] {
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

.dre-financial-table-scroll[b-1x0164l13i] {
    max-height: 420px;
    overflow: auto;
    padding-right: 2px;
}

[b-1x0164l13i] .dre-financial-direction-table {
    min-width: 460px;
}

[b-1x0164l13i] .dre-financial-direction-table .mud-table-cell {
    vertical-align: top;
}

[b-1x0164l13i] .dre-financial-direction-table thead th {
    position: sticky;
    top: 0;
    z-index: 2;
    background-color: var(--mud-palette-surface);
}

.dre-financial-row-description[b-1x0164l13i] {
    display: flex;
    flex-direction: column;
    min-width: 180px;
}

.dre-financial-row-description span[b-1x0164l13i] {
    font-weight: 600;
    color: var(--mud-palette-text-primary);
}

.dre-financial-difference-badge[b-1x0164l13i] {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 112px;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 400;
    white-space: nowrap;
}

.dre-financial-difference-danger[b-1x0164l13i] {
    background-color: color-mix(in srgb, #ef4444 14%, transparent);
    color: #b91c1c;
}

.dre-financial-difference-success[b-1x0164l13i] {
    background-color: color-mix(in srgb, #22c55e 16%, transparent);
    color: #166534;
}

@media (max-width: 960px) {
    .dre-financial-table-scroll[b-1x0164l13i] {
        max-height: 360px;
    }
}
/* _content/Synapse.WebApp/Components/Features/Contract/Components/DreFinancialDirectionPanel.razor.rz.scp.css */
.dre-financial-direction-panel[b-7fjebo0h1s] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.dre-financial-direction-toolbar[b-7fjebo0h1s] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 14px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background-color: var(--mud-palette-surface);
}

.dre-financial-direction-title[b-7fjebo0h1s] {
    min-width: 220px;
}

.dre-financial-direction-filter[b-7fjebo0h1s] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    min-width: 320px;
}

[b-7fjebo0h1s] .dre-financial-direction-filter .mud-input-control {
    width: 220px;
    margin-bottom: 0;
}

[b-7fjebo0h1s] .dre-financial-direction-apply-button {
    min-width: 96px;
    padding-inline: 14px;
    align-self: center;
    white-space: nowrap;
}

.dre-financial-direction-loading[b-7fjebo0h1s] {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
}

.dre-financial-direction-table-grid[b-7fjebo0h1s] {
    margin-top: -4px;
}

@media (max-width: 720px) {
    .dre-financial-direction-toolbar[b-7fjebo0h1s],
    .dre-financial-direction-filter[b-7fjebo0h1s] {
        flex-direction: column;
        align-items: stretch;
    }

    .dre-financial-direction-filter[b-7fjebo0h1s] {
        min-width: 0;
        width: 100%;
    }

    [b-7fjebo0h1s] .dre-financial-direction-filter .mud-input-control {
        width: 100%;
    }

    [b-7fjebo0h1s] .dre-financial-direction-apply-button {
        width: 100%;
    }
}
/* _content/Synapse.WebApp/Components/Features/Contract/Components/DreFinancialDirectionRecommendationList.razor.rz.scp.css */
.dre-financial-recommendations[b-lh6zrnv09a] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dre-financial-section-title[b-lh6zrnv09a] {
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

.dre-financial-recommendation-list[b-lh6zrnv09a] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 360px));
    gap: 10px;
    justify-content: start;
}

.dre-financial-recommendation-item[b-lh6zrnv09a] {
    width: 100%;
    border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 24%, var(--mud-palette-lines-default));
    border-radius: 8px;
    background-color: var(--mud-palette-surface);
}

.dre-financial-recommendation-header[b-lh6zrnv09a] {
    min-width: 0;
}

.dre-financial-recommendation-text[b-lh6zrnv09a] {
    min-width: 0;
}

.dre-financial-recommendation-label[b-lh6zrnv09a] {
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--mud-palette-text-secondary);
}

.dre-financial-recommendation-sources[b-lh6zrnv09a] {
    display: grid;
    gap: 6px;
    margin: 12px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid var(--mud-palette-lines-default);
    list-style: none;
}

.dre-financial-recommendation-sources li[b-lh6zrnv09a] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    gap: 10px;
    min-width: 0;
    color: var(--mud-palette-text-primary);
    font-size: 0.86rem;
}

.dre-financial-recommendation-source-text[b-lh6zrnv09a] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.dre-financial-recommendation-source-text span[b-lh6zrnv09a] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dre-financial-recommendation-sources strong[b-lh6zrnv09a] {
    color: var(--mud-palette-text-secondary);
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
}

[b-lh6zrnv09a] .dre-financial-recommendation-chip-full {
    background-color: #16a34a !important;
    color: white !important;
}

[b-lh6zrnv09a] .dre-financial-recommendation-chip-partial {
    background-color: #f97316 !important;
    color: white !important;
}

@media (max-width: 600px) {
    .dre-financial-recommendation-list[b-lh6zrnv09a] {
        grid-template-columns: 1fr;
    }

    .dre-financial-recommendation-header[b-lh6zrnv09a] {
        flex-direction: column;
    }

    .dre-financial-recommendation-sources li[b-lh6zrnv09a] {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .dre-financial-recommendation-source-text span[b-lh6zrnv09a] {
        white-space: normal;
    }
}
/* _content/Synapse.WebApp/Components/Features/Contract/Components/DreFinancialDirectionSummaryCards.razor.rz.scp.css */
.dre-financial-summary-grid[b-6gsy9lqmki] {
    margin-top: -4px;
}

.dre-financial-summary-card[b-6gsy9lqmki] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    min-height: 118px;
    background-color: var(--mud-palette-surface);
}

.dre-financial-summary-card-danger[b-6gsy9lqmki] {
    border-color: color-mix(in srgb, #ef4444 34%, var(--mud-palette-lines-default));
    background-color: color-mix(in srgb, #ef4444 8%, var(--mud-palette-surface));
}

.dre-financial-summary-card-success[b-6gsy9lqmki] {
    border-color: color-mix(in srgb, #22c55e 34%, var(--mud-palette-lines-default));
    background-color: color-mix(in srgb, #22c55e 8%, var(--mud-palette-surface));
}

.dre-financial-summary-card-neutral[b-6gsy9lqmki] {
    border-color: color-mix(in srgb, var(--mud-palette-primary) 22%, var(--mud-palette-lines-default));
}

.dre-financial-summary-label[b-6gsy9lqmki] {
    color: var(--mud-palette-text-secondary);
    font-weight: 700;
    text-transform: uppercase;
}

.dre-financial-summary-value[b-6gsy9lqmki] {
    margin-top: 6px;
    font-weight: 800;
    overflow-wrap: anywhere;
}
/* _content/Synapse.WebApp/Components/Features/Contract/Components/DreHierarchicalTable.razor.rz.scp.css */
.dre-table-shell[b-mjh4cyab4q] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background-color: var(--mud-palette-surface);
    overflow: hidden;
}

.dre-table-header[b-mjh4cyab4q] {
    padding: 16px 20px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    background-color: color-mix(in srgb, var(--mud-palette-surface) 92%, var(--mud-palette-background));
}

.dre-table-scroll[b-mjh4cyab4q] {
    overflow-x: auto;
}

[b-mjh4cyab4q] .dre-hierarchical-table {
    background-color: transparent;
}

[b-mjh4cyab4q] .dre-hierarchical-table table {
    min-width: 860px;
}

[b-mjh4cyab4q] .dre-hierarchical-table .mud-table-container {
    max-height: 420px;
}

[b-mjh4cyab4q] .dre-hierarchical-table th,
[b-mjh4cyab4q] .dre-hierarchical-table td {
    padding: 10px 16px;
}

[b-mjh4cyab4q] .dre-hierarchical-table th:first-child,
[b-mjh4cyab4q] .dre-hierarchical-table td:first-child {
    padding-left: 22px;
}

[b-mjh4cyab4q] .dre-hierarchical-table th:last-child,
[b-mjh4cyab4q] .dre-hierarchical-table td:last-child {
    padding-right: 22px;
}

[b-mjh4cyab4q] .dre-hierarchical-table thead th {
    top: 0;
    z-index: 3;
    position: sticky;
    background-color: color-mix(in srgb, var(--mud-palette-surface) 80%, var(--mud-palette-background));
}

[b-mjh4cyab4q] .dre-hierarchical-table tbody tr {
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 62%, transparent);
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-header-cell {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--mud-palette-text-secondary);
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-header-description,
[b-mjh4cyab4q] .dre-hierarchical-table .dre-description-cell {
    width: 43%;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-header-value,
[b-mjh4cyab4q] .dre-hierarchical-table .dre-value-cell {
    width: 19%;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-row-macro {
    background-color: color-mix(in srgb, #1e3a8a 7%, var(--mud-palette-surface));
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-row-group {
    background-color: color-mix(in srgb, var(--mud-palette-surface) 94%, var(--mud-palette-background));
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-row-has-children {
    background-color: color-mix(in srgb, #3b82f6 8%, var(--mud-palette-surface));
    box-shadow: inset 0 1px 0 color-mix(in srgb, #3b82f6 24%, transparent),
        inset 0 -1px 0 color-mix(in srgb, #3b82f6 18%, transparent);
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-row-has-children:hover {
    background-color: color-mix(in srgb, #3b82f6 11%, var(--mud-palette-surface));
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-row-item:hover {
    background-color: color-mix(in srgb, var(--mud-palette-surface) 82%, var(--mud-palette-background));
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-row-total {
    background-color: color-mix(in srgb, #22c55e 9%, var(--mud-palette-surface));
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-row-total:hover {
    background-color: color-mix(in srgb, #22c55e 11%, var(--mud-palette-surface));
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-row-separator,
[b-mjh4cyab4q] .dre-hierarchical-table .dre-row-separator:hover {
    background-color: color-mix(in srgb, #64748b 10%, var(--mud-palette-surface));
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-row-subtotal,
[b-mjh4cyab4q] .dre-hierarchical-table .dre-row-subtotal:hover {
    background-color: color-mix(in srgb, #22c55e 10%, var(--mud-palette-surface));
}

.dre-total-highlight-card[b-mjh4cyab4q] {
    --dre-total-accent: var(--mud-palette-info);
    min-width: 860px;
    margin: 12px 0 14px;
    padding: 12px 0;
    display: grid;
    grid-template-columns: 43% 19% 19% 19%;
    align-items: center;
    border: 1px solid color-mix(in srgb, var(--dre-total-accent) 46%, var(--mud-palette-lines-default));
    border-radius: 8px;
    background-color: color-mix(in srgb, var(--dre-total-accent) 4%, var(--mud-palette-surface));
}

.dre-total-highlight-label[b-mjh4cyab4q] {
    padding-left: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dre-total-highlight-title[b-mjh4cyab4q] {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

.dre-total-highlight-card.status-profit[b-mjh4cyab4q] {
    --dre-total-accent: #22c55e;
}

.dre-total-highlight-card.status-loss[b-mjh4cyab4q] {
    --dre-total-accent: #ef4444;
}

.dre-total-highlight-card.status-neutral[b-mjh4cyab4q] {
    --dre-total-accent: #64748b;
}

.dre-total-highlight-value[b-mjh4cyab4q] {
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    font-variant-numeric: tabular-nums;
    color: var(--mud-palette-text-primary);
    white-space: nowrap;
}

.dre-total-highlight-supplement[b-mjh4cyab4q] {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--dre-total-accent);
    cursor: pointer;
}

.dre-total-highlight-value.is-selected[b-mjh4cyab4q] {
    font-weight: 700;
}

.dre-total-highlight-value.is-muted[b-mjh4cyab4q] {
    color: var(--mud-palette-text-secondary);
    font-weight: 600;
}

.dre-total-highlight-value:last-child[b-mjh4cyab4q] {
    padding-right: 22px;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-description-cell {
    white-space: nowrap;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-description-macro {
    border-left: 4px solid #3b82f6;
    font-weight: 700;
    color: #1e293b;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-description-group {
    font-weight: 600;
    color: #475569;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-description-parent {
    border-left: 4px solid #2563eb;
    font-weight: 700;
    color: #0f2f5f;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-description-item {
    color: #64748b;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-description-total {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: #166534;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-description-content {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 20px;
    padding-left: calc(var(--dre-depth, 0) * 18px);
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-description-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-description-parent .dre-description-text {
    text-transform: uppercase;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-row-separator .dre-description-cell {
    border-left: 4px solid #64748b;
    color: #334155;
    font-weight: 700;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-row-separator .dre-description-text {
    text-transform: uppercase;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-row-non-calculating-group .dre-description-cell {
    border-left: 4px solid var(--mud-palette-primary);
    color: var(--mud-palette-text-primary);
    font-weight: 700;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-row-non-calculating-group .dre-description-text {
    text-transform: uppercase;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-row-subtotal .dre-description-cell {
    border-left: 4px solid #22c55e;
    color: #166534;
    font-weight: 700;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-row-subtotal .dre-description-text {
    text-transform: uppercase;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-expand-button {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    line-height: 1;
    color: #1d4ed8;
    background-color: color-mix(in srgb, #3b82f6 12%, transparent);
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-expand-button.mud-icon-button {
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    padding: 0 !important;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-expand-button .mud-icon-root {
    font-size: 18px;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-expand-button:hover {
    background-color: color-mix(in srgb, #3b82f6 20%, transparent);
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-expand-placeholder {
    width: 20px;
    height: 20px;
    display: inline-block;
    flex: 0 0 20px;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-value-cell {
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-value-content {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-end;
    gap: 6px;
    white-space: nowrap;
    width: 100%;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-value-content > span {
    line-height: 1.2;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-value-share {
    font-size: 0.72rem;
    line-height: 1.2;
    color: var(--mud-palette-text-secondary);
    cursor: pointer;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-value-macro {
    font-weight: 600;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-value-subtotal {
    color: #166534;
    font-weight: 700;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-value-total {
    color: #15803d;
    font-weight: 700;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-value-negative {
    color: #ef4444;
    font-weight: 600;
}

[b-mjh4cyab4q] .dre-hierarchical-table .dre-value-hidden {
    color: transparent;
}

@media (max-width: 600px) {
    .dre-table-header[b-mjh4cyab4q] {
        padding: 14px 14px 12px;
    }

    [b-mjh4cyab4q] .dre-hierarchical-table table {
        min-width: 700px;
    }

    [b-mjh4cyab4q] .dre-hierarchical-table .mud-table-container {
        max-height: 360px;
    }

    [b-mjh4cyab4q] .dre-hierarchical-table th,
    [b-mjh4cyab4q] .dre-hierarchical-table td {
        padding: 8px 12px;
    }

    [b-mjh4cyab4q] .dre-hierarchical-table th:first-child,
    [b-mjh4cyab4q] .dre-hierarchical-table td:first-child {
        padding-left: 16px;
    }

    [b-mjh4cyab4q] .dre-hierarchical-table th:last-child,
    [b-mjh4cyab4q] .dre-hierarchical-table td:last-child {
        padding-right: 16px;
    }

    [b-mjh4cyab4q] .dre-hierarchical-table .dre-description-content {
        gap: 4px;
        padding-left: calc(var(--dre-depth, 0) * 12px);
    }

    .dre-total-highlight-card[b-mjh4cyab4q] {
        min-width: 700px;
        margin: 10px 0 12px;
        padding: 12px 0;
        border-radius: 10px;
    }

    .dre-total-highlight-label[b-mjh4cyab4q] {
        padding-left: 16px;
        gap: 8px;
    }

    .dre-total-highlight-title[b-mjh4cyab4q] {
        font-size: 0.72rem;
    }

    .dre-total-highlight-value[b-mjh4cyab4q] {
        padding: 0 12px;
        font-size: 0.82rem;
    }

    .dre-total-highlight-value:last-child[b-mjh4cyab4q] {
        padding-right: 16px;
    }
}
/* _content/Synapse.WebApp/Components/Features/Contract/Components/DrePeopleKpiCards.razor.rz.scp.css */
.dre-people-kpi-grid[b-i518ih8ong] {
    margin-top: 2px;
}

.dre-people-kpi-grid-vertical[b-i518ih8ong] {
    margin-top: 0;
}

.dre-people-kpi-card[b-i518ih8ong] {
    border: 1px solid var(--mud-palette-lines-default);
    border-left: 8px solid transparent;
    border-radius: 10px;
    min-height: 104px;
    overflow: hidden;
    container-type: inline-size;
}

.dre-people-kpi-main[b-i518ih8ong] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 auto;
    min-width: 0;
}

.dre-people-kpi-content[b-i518ih8ong] {
    flex: 1 1 0;
    min-width: 0;
    text-align: left;
}

.dre-people-kpi-headcount[b-i518ih8ong] {
    border-left-color: #0ea5a6;
    background-color: color-mix(in srgb, #0ea5a6 8%, var(--mud-palette-surface));
}

.dre-people-kpi-billing[b-i518ih8ong] {
    border-left-color: #3b82f6;
    background-color: color-mix(in srgb, #3b82f6 7%, var(--mud-palette-surface));
}

.dre-people-kpi-cost[b-i518ih8ong] {
    border-left-color: #f97316;
    background-color: color-mix(in srgb, #f97316 8%, var(--mud-palette-surface));
}

.dre-people-kpi-result[b-i518ih8ong] {
    border-left-color: #22c55e;
    background-color: color-mix(in srgb, #22c55e 8%, var(--mud-palette-surface));
}

.dre-people-kpi-title[b-i518ih8ong] {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 700;
    color: var(--mud-palette-text-secondary);
    line-height: 1.2;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.dre-people-kpi-value[b-i518ih8ong] {
    font-weight: 700;
    line-height: 1.15;
    white-space: nowrap;
    overflow-wrap: normal;
}

.dre-people-kpi-value-result[b-i518ih8ong] {
    color: #15803d;
}

.dre-people-kpi-value-trend-positive[b-i518ih8ong] {
    color: #15803d;
}

.dre-people-kpi-value-trend-negative[b-i518ih8ong] {
    color: #b91c1c;
}

.dre-people-kpi-icon-shell[b-i518ih8ong] {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: color-mix(in srgb, #94a3b8 14%, transparent);
}

.dre-people-kpi-icon-shell-billing[b-i518ih8ong] {
    background-color: color-mix(in srgb, #3b82f6 12%, transparent);
}

.dre-people-kpi-icon-shell-headcount[b-i518ih8ong] {
    background-color: color-mix(in srgb, #0ea5a6 14%, transparent);
}

.dre-people-kpi-icon-shell-cost[b-i518ih8ong] {
    background-color: color-mix(in srgb, #f97316 15%, transparent);
}

.dre-people-kpi-icon-shell-result[b-i518ih8ong] {
    background-color: color-mix(in srgb, #22c55e 16%, transparent);
}

.dre-people-kpi-icon[b-i518ih8ong] {
    color: #475569;
    line-height: 1;
}

.dre-people-kpi-icon-billing[b-i518ih8ong] {
    color: #2563eb;
}

.dre-people-kpi-icon-headcount[b-i518ih8ong] {
    color: #0f766e;
}

.dre-people-kpi-icon-cost[b-i518ih8ong] {
    color: #ea580c;
}

.dre-people-kpi-icon-result[b-i518ih8ong] {
    color: #16a34a;
}

.dre-people-kpi-grid-vertical .dre-people-kpi-card[b-i518ih8ong] {
    min-height: 92px;
}

@container (max-width: 280px) {
    .dre-people-kpi-card[b-i518ih8ong] {
        gap: 8px !important;
    }

    .dre-people-kpi-main[b-i518ih8ong] {
        gap: 8px;
    }

    .dre-people-kpi-title[b-i518ih8ong] {
        font-size: 0.62rem;
        letter-spacing: 0.02em;
    }

    .dre-people-kpi-value[b-i518ih8ong] {
        font-size: 1.02rem;
        line-height: 1.2;
        white-space: normal;
    }

    .dre-people-kpi-icon-shell[b-i518ih8ong] {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
    }

    [b-i518ih8ong] .dre-people-kpi-trend-badge.dre-trend-badge-size-regular {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
    }
}

@container (max-width: 240px) {
    .dre-people-kpi-title[b-i518ih8ong] {
        font-size: 0.58rem;
    }

    .dre-people-kpi-value[b-i518ih8ong] {
        font-size: 0.94rem;
    }

    .dre-people-kpi-icon-shell[b-i518ih8ong] {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
    }

    [b-i518ih8ong] .dre-people-kpi-trend-badge.dre-trend-badge-size-regular {
        width: 28px;
        height: 28px;
        flex: 0 0 28px;
    }
}

@media (max-width: 600px) {
    .dre-people-kpi-card[b-i518ih8ong] {
        min-height: 96px;
    }

    .dre-people-kpi-main[b-i518ih8ong] {
        gap: 10px;
    }

    .dre-people-kpi-title[b-i518ih8ong] {
        font-size: 0.64rem;
    }
}
/* _content/Synapse.WebApp/Components/Features/Contract/Components/DreTrendBadge.razor.rz.scp.css */
.dre-trend-badge[b-89o4q6wk4s] {
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    cursor: pointer;
}

.dre-trend-badge-size-compact[b-89o4q6wk4s] {
    width: 30px;
    height: 30px;
}

.dre-trend-badge-size-regular[b-89o4q6wk4s] {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
}

.dre-trend-badge-icon[b-89o4q6wk4s] {
    font-size: 1rem;
}

.dre-trend-badge-size-regular .dre-trend-badge-icon[b-89o4q6wk4s] {
    font-size: 1.1rem;
}

.dre-trend-badge-tone-strong.dre-trend-badge-positive[b-89o4q6wk4s] {
    color: #047857;
    background-color: color-mix(in srgb, #22c55e 18%, transparent);
    border-color: color-mix(in srgb, #22c55e 45%, transparent);
}

.dre-trend-badge-tone-strong.dre-trend-badge-negative[b-89o4q6wk4s] {
    color: #b91c1c;
    background-color: color-mix(in srgb, #ef4444 18%, transparent);
    border-color: color-mix(in srgb, #ef4444 45%, transparent);
}

.dre-trend-badge-tone-strong.dre-trend-badge-neutral[b-89o4q6wk4s] {
    color: var(--mud-palette-text-secondary);
    background-color: color-mix(in srgb, var(--mud-palette-lines-default) 35%, transparent);
    border-color: color-mix(in srgb, var(--mud-palette-lines-default) 70%, transparent);
}

.dre-trend-badge-tone-soft.dre-trend-badge-positive[b-89o4q6wk4s] {
    color: #15803d;
    background-color: color-mix(in srgb, #22c55e 14%, transparent);
    border-color: color-mix(in srgb, #22c55e 30%, transparent);
}

.dre-trend-badge-tone-soft.dre-trend-badge-negative[b-89o4q6wk4s] {
    color: #dc2626;
    background-color: color-mix(in srgb, #ef4444 14%, transparent);
    border-color: color-mix(in srgb, #ef4444 30%, transparent);
}

.dre-trend-badge-tone-soft.dre-trend-badge-neutral[b-89o4q6wk4s] {
    color: #475569;
    background-color: color-mix(in srgb, #94a3b8 14%, transparent);
    border-color: color-mix(in srgb, #94a3b8 28%, transparent);
}
/* _content/Synapse.WebApp/Components/Features/Contract/Pages/ContractDreControlPage.razor.rz.scp.css */
.dre-page-container[b-sjprj4fbhp] {
    background-color: color-mix(in srgb, var(--mud-palette-background) 88%, var(--mud-palette-surface));
}

.dre-loading-shell[b-sjprj4fbhp],
.dre-unified-header[b-sjprj4fbhp] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background-color: var(--mud-palette-surface);
}

.dre-sankey-section[b-sjprj4fbhp] {
    border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 22%, var(--mud-palette-lines-default));
    border-radius: 12px;
    background: linear-gradient(
        180deg,
        color-mix(in srgb, var(--mud-palette-primary) 6%, var(--mud-palette-surface)) 0%,
        var(--mud-palette-surface) 54%
    );
    box-shadow: 0 10px 24px color-mix(in srgb, var(--mud-palette-primary) 12%, transparent);
}

.dre-sankey-kpi-layout[b-sjprj4fbhp] {
    margin-top: 2px;
    align-items: stretch;
}

.dre-sankey-kpi-item[b-sjprj4fbhp] {
    display: flex;
}

.dre-sankey-section-compact[b-sjprj4fbhp] {
    height: auto;
    display: flex;
    flex-direction: column;
}

.dre-kpi-side-panel[b-sjprj4fbhp] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 12px;
    background-color: var(--mud-palette-surface);
    height: auto;
}

.dre-kpi-side-title[b-sjprj4fbhp] {
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

.dre-side-indicators-stack[b-sjprj4fbhp] {
    margin-top: 4px;
}

.dre-summary-loading-region[b-sjprj4fbhp] {
    position: relative;
}

.dre-summary-loading-content[b-sjprj4fbhp] {
    transition:
        opacity 0.16s ease,
        filter 0.16s ease;
}

.dre-summary-loading-content-loading[b-sjprj4fbhp] {
    opacity: 0.42;
    filter: saturate(0.82);
    pointer-events: none;
}

.dre-summary-loading-overlay[b-sjprj4fbhp] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit;
    background: color-mix(in srgb, var(--mud-palette-surface) 72%, transparent);
    z-index: 1;
    pointer-events: none;
}

.dre-effective-title[b-sjprj4fbhp] {
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

.dre-metric-binding-editor[b-sjprj4fbhp] {
    border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 26%, var(--mud-palette-lines-default));
    border-radius: 10px;
    background-color: color-mix(in srgb, var(--mud-palette-primary) 5%, var(--mud-palette-surface));
}

.dre-metric-binding-group-title[b-sjprj4fbhp] {
    margin-bottom: 8px;
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

.dre-top-header-text[b-sjprj4fbhp] {
    min-width: 240px;
}

.dre-header-filters[b-sjprj4fbhp] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 0;
}

[b-sjprj4fbhp] .dre-contract-select {
    width: 328px;
    min-width: 328px;
    max-width: 328px;
}

.dre-header-months[b-sjprj4fbhp] {
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 88%, transparent);
    background-color: color-mix(in srgb, var(--mud-palette-surface) 90%, var(--mud-palette-background));
}

.dre-header-months-row[b-sjprj4fbhp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.dre-month-year-filter[b-sjprj4fbhp] {
    flex: 0 0 120px;
    min-width: 120px;
}

.dre-timeline-scroll[b-sjprj4fbhp] {
    display: flex;
    flex: 1 1 auto;
    gap: 4px;
    min-width: 0;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
}

[b-sjprj4fbhp] .dre-timeline-button {
    border-radius: var(--mud-default-borderradius);
    color: var(--mud-palette-text-secondary);
    font-weight: 500;
    text-transform: none;
    height: 40px !important;
    min-height: 40px !important;
    padding: 0 18px;
    line-height: 1;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease;
}

[b-sjprj4fbhp] .dre-timeline-button-has-content {
    color: color-mix(in srgb, var(--mud-palette-text-primary) 92%, black 8%);
    font-weight: 600;
}

@media (hover: hover) and (pointer: fine) {
    [b-sjprj4fbhp] .dre-timeline-button.mud-button-text:hover {
        background-color: color-mix(in srgb, var(--mud-palette-lines-default) 26%, transparent);
        color: var(--mud-palette-text-primary);
    }
}

[b-sjprj4fbhp] .dre-view-switcher .mud-button-root {
    min-width: 110px;
    height: 40px;
    min-height: 40px;
    text-transform: none;
}

[b-sjprj4fbhp] .dre-view-switcher .dre-view-button-selected {
    background-color: var(--mud-palette-primary) !important;
    color: var(--mud-palette-primary-text) !important;
    border-color: var(--mud-palette-primary) !important;
}

@media (hover: hover) and (pointer: fine) {
    [b-sjprj4fbhp] .dre-view-switcher .dre-view-button-selected:hover {
        background-color: var(--mud-palette-primary-darken) !important;
        border-color: var(--mud-palette-primary-darken) !important;
    }
}

.dre-period-badge[b-sjprj4fbhp] {
    color: color-mix(in srgb, var(--mud-palette-text-primary) 78%, var(--mud-palette-text-secondary));
    background-color: color-mix(in srgb, var(--mud-palette-lines-default) 45%, transparent);
    border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 28%, var(--mud-palette-lines-default));
    font-size: 0.76rem;
}

.dre-sankey-scroll[b-sjprj4fbhp] {
    margin-top: 14px;
    overflow: hidden;
    padding: 12px 0 4px;
    border-top: 1px dashed color-mix(in srgb, var(--mud-palette-primary) 30%, transparent);
    flex: 1 1 auto;
    min-height: 0;
    height: 320px;
}

.dre-sankey-scroll[b-sjprj4fbhp]::-webkit-scrollbar {
    height: 8px;
}

.dre-sankey-scroll[b-sjprj4fbhp]::-webkit-scrollbar-thumb {
    background: color-mix(in srgb, var(--mud-palette-primary) 32%, transparent);
    border-radius: 999px;
}

[b-sjprj4fbhp] .dre-sankey-chart-compact {
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
}

.dre-indicators-title[b-sjprj4fbhp] {
    margin-top: 4px;
    font-weight: 600;
}

.dre-indicators-grid[b-sjprj4fbhp] {
    margin-top: -4px;
}

.dre-indicator-card[b-sjprj4fbhp] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    min-height: 138px;
}

.dre-indicator-card-compact[b-sjprj4fbhp] {
    min-height: 112px;
    padding: 14px;
}

.dre-indicator-result[b-sjprj4fbhp] {
    background-color: color-mix(in srgb, #22c55e 10%, var(--mud-palette-surface));
}

.dre-indicator-result-positive[b-sjprj4fbhp] {
    background-color: color-mix(in srgb, #22c55e 10%, var(--mud-palette-surface));
}

.dre-indicator-result-negative[b-sjprj4fbhp] {
    background-color: color-mix(in srgb, #ef4444 10%, var(--mud-palette-surface));
}

.dre-indicator-title[b-sjprj4fbhp] {
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 600;
    color: var(--mud-palette-text-secondary);
}

.dre-indicator-title-result[b-sjprj4fbhp] {
    color: #15803d;
}

.dre-indicator-title-trend-positive[b-sjprj4fbhp] {
    color: #15803d;
}

.dre-indicator-title-trend-negative[b-sjprj4fbhp] {
    color: #b91c1c;
}

.dre-indicator-value[b-sjprj4fbhp] {
    margin-top: 6px;
    font-weight: 700;
}

.dre-indicator-value-row[b-sjprj4fbhp] {
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.dre-indicator-value-row .dre-indicator-value[b-sjprj4fbhp] {
    margin-top: 0;
}

.dre-indicator-value-result[b-sjprj4fbhp] {
    color: #166534;
}

.dre-indicator-value-trend-positive[b-sjprj4fbhp] {
    color: #166534;
}

.dre-indicator-value-trend-negative[b-sjprj4fbhp] {
    color: #b91c1c;
}

.dre-indicator-footer[b-sjprj4fbhp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
}

.dre-indicator-meta-primary[b-sjprj4fbhp] {
    color: var(--mud-palette-text-primary);
    font-weight: 600;
}

.dre-indicator-meta-primary-result[b-sjprj4fbhp] {
    color: #15803d;
    font-weight: 700;
}

.dre-indicator-meta-primary-trend-positive[b-sjprj4fbhp] {
    color: #15803d;
    font-weight: 700;
}

.dre-indicator-meta-primary-trend-negative[b-sjprj4fbhp] {
    color: #b91c1c;
    font-weight: 700;
}

@media (max-width: 960px) {
    .dre-header-filters[b-sjprj4fbhp] {
        width: 100%;
    }

    [b-sjprj4fbhp] .dre-contract-select {
        width: 100%;
        min-width: 0;
        max-width: none;
    }

    .dre-header-months-row[b-sjprj4fbhp] {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .dre-sankey-scroll[b-sjprj4fbhp] {
        height: auto;
        min-height: 280px;
    }
}

@media (max-width: 600px) {
    .dre-header-filters[b-sjprj4fbhp],
    .dre-month-year-filter[b-sjprj4fbhp],
    [b-sjprj4fbhp] .dre-view-switcher {
        width: 100%;
    }

    .dre-header-months-row[b-sjprj4fbhp] {
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }

    .dre-timeline-scroll[b-sjprj4fbhp] {
        width: 100%;
    }

    [b-sjprj4fbhp] .dre-timeline-button {
        height: 40px !important;
        min-height: 40px !important;
        padding: 0 14px;
        font-size: 0.78rem;
    }

    [b-sjprj4fbhp] .dre-view-switcher .mud-button-root {
        min-width: 0;
        flex: 1 1 auto;
    }

    .dre-indicator-card[b-sjprj4fbhp],
    .dre-indicator-card-compact[b-sjprj4fbhp] {
        min-height: 124px;
    }

    .dre-indicator-footer[b-sjprj4fbhp] {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .dre-sankey-scroll[b-sjprj4fbhp] {
        height: auto;
        min-height: 240px;
    }
}
/* _content/Synapse.WebApp/Components/Features/Contract/Pages/ContractDreLaunchPage.razor.rz.scp.css */
.dre-launch-page[b-opi1cgl0na] {
    min-height: calc(100vh - 96px);
}

.dre-launch-toolbar[b-opi1cgl0na] {
    border: 1px solid rgba(20, 73, 143, 0.08);
}

.dre-launch-context-panel[b-opi1cgl0na],
.dre-launch-actions-panel[b-opi1cgl0na] {
    background: #fff;
}

.dre-launch-actions-compact[b-opi1cgl0na] {
    gap: 16px;
}

.dre-launch-actions-summary[b-opi1cgl0na] {
    min-width: 240px;
}

.dre-launch-highlight-filter[b-opi1cgl0na] {
    width: 104px;
    min-width: 104px;
}

[b-opi1cgl0na] .dre-launch-highlight-input .mud-input-control {
    margin-top: 0;
    margin-bottom: 0;
}

[b-opi1cgl0na] .dre-launch-highlight-input .mud-input-control-input-container {
    min-height: 30px;
}

[b-opi1cgl0na] .dre-launch-highlight-input .mud-input-root {
    min-height: 30px;
    height: 30px;
    font-size: 0.72rem;
    line-height: 1;
}

[b-opi1cgl0na] .dre-launch-highlight-input .mud-input-slot {
    padding: 0 6px 0 0 !important;
    text-align: right;
}

[b-opi1cgl0na] .dre-launch-highlight-input .mud-input-adornment {
    margin-right: 4px;
    font-size: 0.72rem;
    line-height: 1;
}

[b-opi1cgl0na] .dre-launch-highlight-input .mud-input-outlined-border {
    border-color: #14498f;
    border-radius: 4px;
}

.dre-launch-selected-row-caption[b-opi1cgl0na] {
    display: block;
    max-width: 520px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dre-launch-icon-actions[b-opi1cgl0na] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    flex-wrap: wrap;
}

.dre-launch-actions-divider[b-opi1cgl0na] {
    width: 1px;
    height: 28px;
    margin: 0 4px;
    background: #dce4ef;
}

.dre-launch-grid-shell[b-opi1cgl0na] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    overflow: auto;
    max-height: calc(100vh - 300px);
    background: var(--mud-palette-surface);
}

.dre-launch-grid[b-opi1cgl0na] {
    width: 100%;
    min-width: 860px;
    border-collapse: separate;
    border-spacing: 0;
}

.dre-launch-grid th[b-opi1cgl0na],
.dre-launch-grid td[b-opi1cgl0na] {
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 62%, transparent);
}

.dre-launch-grid thead th[b-opi1cgl0na] {
    position: sticky;
    top: 0;
    z-index: 3;
    background: color-mix(in srgb, var(--mud-palette-surface) 80%, var(--mud-palette-background));
    color: var(--mud-palette-text-secondary);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 10px 16px;
    text-transform: uppercase;
}

.dre-launch-col-label-header[b-opi1cgl0na] {
    position: sticky !important;
    left: 0;
    z-index: 5 !important;
    min-width: 360px;
    text-align: left;
}

.dre-launch-col-label[b-opi1cgl0na] {
    position: sticky;
    left: 0;
    z-index: 2;
    min-width: 360px;
    background: var(--mud-palette-surface);
    border-right: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 62%, transparent);
    padding: 8px 16px;
    text-align: left;
}

.dre-launch-row:nth-child(even) .dre-launch-col-label[b-opi1cgl0na] {
    background: color-mix(in srgb, var(--mud-palette-surface) 96%, var(--mud-palette-background));
}

.dre-launch-row.level-macro .dre-launch-row-description[b-opi1cgl0na],
.dre-launch-row.level-total .dre-launch-row-description[b-opi1cgl0na] {
    font-weight: 700;
}

.dre-launch-row.level-group .dre-launch-row-description[b-opi1cgl0na] {
    font-weight: 600;
}

.dre-launch-row.level-total[b-opi1cgl0na] {
    background: color-mix(in srgb, #3b82f6 7%, var(--mud-palette-surface));
}

.dre-launch-row.is-separator-row .dre-launch-col-label[b-opi1cgl0na],
.dre-launch-row.is-separator-row .dre-launch-grid-cell[b-opi1cgl0na] {
    background: color-mix(in srgb, var(--mud-palette-surface) 86%, var(--mud-palette-background));
    border-bottom-color: color-mix(in srgb, var(--mud-palette-lines-default) 78%, transparent);
}

.dre-launch-row.is-separator-row .dre-launch-row-description[b-opi1cgl0na] {
    color: var(--mud-palette-text-secondary);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.dre-launch-row.is-calculated-row .dre-launch-row-description[b-opi1cgl0na] {
    color: var(--mud-palette-text-primary);
    font-weight: 600;
}

.dre-launch-row-label[b-opi1cgl0na] {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.dre-launch-row-label-content[b-opi1cgl0na] {
    min-height: 24px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dre-launch-expand-button[b-opi1cgl0na] {
    flex: 0 0 20px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #1d4ed8;
    background: color-mix(in srgb, #3b82f6 12%, transparent);
    border-radius: 6px;
}

.dre-launch-expand-button.mud-icon-button[b-opi1cgl0na] {
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    padding: 0 !important;
}

.dre-launch-expand-button .mud-icon-root[b-opi1cgl0na] {
    font-size: 18px;
}

.dre-launch-expand-button:hover[b-opi1cgl0na] {
    background: color-mix(in srgb, #3b82f6 20%, transparent);
}

.dre-launch-expand-placeholder[b-opi1cgl0na] {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}

.dre-launch-row-label-button[b-opi1cgl0na] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 0;
}

.dre-launch-row-label-button:hover .dre-launch-row-description[b-opi1cgl0na] {
    color: var(--mud-palette-primary);
}

.dre-launch-row-code[b-opi1cgl0na] {
    color: var(--mud-palette-text-secondary);
    font-size: 0.78rem;
    font-weight: 600;
    white-space: nowrap;
}

.dre-launch-row-description[b-opi1cgl0na] {
    color: var(--mud-palette-text-primary);
    font-size: 0.86rem;
}

.dre-launch-grid-cell[b-opi1cgl0na] {
    min-width: 165px;
    padding: 4px;
    background: var(--mud-palette-surface);
}

.dre-launch-row:nth-child(even) .dre-launch-grid-cell[b-opi1cgl0na] {
    background: color-mix(in srgb, var(--mud-palette-surface) 97%, var(--mud-palette-background));
}

.dre-launch-row.is-parent-row .dre-launch-col-label[b-opi1cgl0na] {
    border-left: 4px solid #2563eb;
    background: color-mix(in srgb, #3b82f6 8%, var(--mud-palette-surface));
    box-shadow: inset 0 1px 0 color-mix(in srgb, #3b82f6 24%, transparent),
        inset 0 -1px 0 color-mix(in srgb, #3b82f6 18%, transparent);
}

.dre-launch-row.is-parent-row .dre-launch-grid-cell[b-opi1cgl0na] {
    background: color-mix(in srgb, #3b82f6 5%, var(--mud-palette-surface));
    box-shadow: inset 0 1px 0 color-mix(in srgb, #3b82f6 16%, transparent),
        inset 0 -1px 0 color-mix(in srgb, #3b82f6 12%, transparent);
}

.dre-launch-row.is-parent-row .dre-launch-row-description[b-opi1cgl0na] {
    color: var(--mud-palette-text-primary);
    font-weight: 600;
}

.dre-launch-row.is-parent-row:hover .dre-launch-col-label[b-opi1cgl0na],
.dre-launch-row.is-parent-row:hover .dre-launch-grid-cell[b-opi1cgl0na] {
    background: color-mix(in srgb, #3b82f6 11%, var(--mud-palette-surface));
}

.dre-launch-row.is-selected-row .dre-launch-col-label[b-opi1cgl0na] {
    background: color-mix(in srgb, #3b82f6 15%, var(--mud-palette-surface));
    border-left: 4px solid #14498f;
    box-shadow: inset 0 1px 0 color-mix(in srgb, #3b82f6 32%, transparent),
        inset 0 -1px 0 color-mix(in srgb, #3b82f6 28%, transparent);
}

.dre-launch-row.is-selected-row .dre-launch-grid-cell[b-opi1cgl0na] {
    background: color-mix(in srgb, #3b82f6 10%, var(--mud-palette-surface));
    box-shadow: inset 0 1px 0 color-mix(in srgb, #3b82f6 26%, transparent),
        inset 0 -1px 0 color-mix(in srgb, #3b82f6 22%, transparent);
}

.dre-launch-row.is-selected-row .dre-launch-row-code[b-opi1cgl0na],
.dre-launch-row.is-selected-row .dre-launch-row-description[b-opi1cgl0na] {
    color: var(--mud-palette-primary);
    font-weight: 700;
}

.dre-launch-row.is-separator-row .dre-launch-col-label[b-opi1cgl0na],
.dre-launch-row.is-separator-row .dre-launch-grid-cell[b-opi1cgl0na] {
    background: color-mix(in srgb, var(--mud-palette-surface) 86%, var(--mud-palette-background));
}

.dre-launch-grid-cell.is-selected[b-opi1cgl0na] {
    box-shadow: inset 0 0 0 2px var(--mud-palette-primary);
    background: color-mix(in srgb, var(--mud-palette-primary) 14%, var(--mud-palette-surface));
}

.dre-launch-grid-cell.is-dirty[b-opi1cgl0na] {
    background: color-mix(in srgb, var(--mud-palette-warning) 14%, var(--mud-palette-surface));
}

.dre-launch-grid-cell.is-readonly .dre-launch-cell-input[b-opi1cgl0na],
.dre-launch-grid-cell.is-closed .dre-launch-cell-input[b-opi1cgl0na] {
    color: var(--mud-palette-text-secondary);
    background: color-mix(in srgb, var(--mud-palette-background) 82%, var(--mud-palette-surface));
    border-color: color-mix(in srgb, var(--mud-palette-lines-default) 58%, transparent);
    cursor: default;
}

.dre-launch-grid-cell.is-empty[b-opi1cgl0na] {
    background: color-mix(in srgb, var(--mud-palette-background) 86%, var(--mud-palette-surface));
}

.dre-launch-cell-empty[b-opi1cgl0na] {
    display: block;
    min-height: 34px;
}

.dre-launch-cell-input[b-opi1cgl0na] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-height: 34px;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 0.86rem;
    text-align: right;
    background: color-mix(in srgb, var(--mud-palette-surface) 86%, var(--mud-palette-background));
    color: var(--mud-palette-text-primary);
    border-color: color-mix(in srgb, var(--mud-palette-lines-default) 58%, transparent);
}

.dre-launch-cell-with-observation[b-opi1cgl0na] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    align-items: center;
    gap: 6px;
    min-width: 0;
    width: 100%;
}

.dre-launch-cell-with-observation .dre-launch-cell-input[b-opi1cgl0na] {
    min-width: 0;
}

[b-opi1cgl0na] .dre-launch-observation-button.mud-icon-button {
    flex: 0 0 28px;
    width: 28px !important;
    min-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 !important;
    border-radius: 6px;
    background: color-mix(in srgb, var(--mud-palette-error) 10%, transparent);
}

[b-opi1cgl0na] .dre-launch-observation-button.has-observation.mud-icon-button {
    background: color-mix(in srgb, var(--mud-palette-warning) 18%, transparent);
}

[b-opi1cgl0na] .dre-launch-observation-button.is-optional.mud-icon-button,
[b-opi1cgl0na] .dre-launch-observation-button.is-optional.has-observation.mud-icon-button {
    background: color-mix(in srgb, var(--mud-palette-success) 14%, transparent);
}

[b-opi1cgl0na] .dre-launch-observation-button.is-dirty.mud-icon-button {
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--mud-palette-warning) 72%, transparent);
}

[b-opi1cgl0na] .dre-launch-observation-button.is-optional.is-dirty.mud-icon-button {
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--mud-palette-success) 72%, transparent);
}

[b-opi1cgl0na] .dre-launch-observation-button.is-readonly.mud-icon-button {
    opacity: 0.78;
}

[b-opi1cgl0na] .dre-launch-grid-cell .mud-tooltip-root {
    display: block;
    width: 100%;
}

[b-opi1cgl0na] .dre-launch-cell-with-observation > .mud-tooltip-root {
    min-width: 0;
}

[b-opi1cgl0na] .dre-launch-cell-with-observation > .mud-tooltip-root:last-child {
    width: 28px;
}

[b-opi1cgl0na] .dre-launch-cell-with-observation .dre-launch-cell-input-tooltip {
    min-width: 0;
    width: 100%;
}

.dre-launch-cell-input:focus[b-opi1cgl0na] {
    outline: none;
    border-color: var(--mud-palette-primary);
    background: color-mix(in srgb, var(--mud-palette-surface) 94%, var(--mud-palette-background));
}

.dre-launch-grid-cell.is-selected .dre-launch-cell-input[b-opi1cgl0na] {
    border-color: color-mix(in srgb, var(--mud-palette-primary) 72%, var(--mud-palette-lines-default));
}

.dre-launch-grid-cell.is-dirty .dre-launch-cell-input[b-opi1cgl0na] {
    background: color-mix(in srgb, var(--mud-palette-warning) 12%, var(--mud-palette-surface));
    border-color: color-mix(in srgb, var(--mud-palette-warning) 58%, var(--mud-palette-lines-default));
}

.dre-launch-grid-cell.is-andamento-over-projection .dre-launch-cell-input[b-opi1cgl0na] {
    background: color-mix(in srgb, var(--mud-palette-error) 8%, var(--mud-palette-surface));
    border-color: color-mix(in srgb, var(--mud-palette-error) 58%, var(--mud-palette-lines-default));
}

.dre-launch-grid-cell.is-andamento-over-projection.is-readonly .dre-launch-cell-input[b-opi1cgl0na],
.dre-launch-grid-cell.is-andamento-over-projection.is-closed .dre-launch-cell-input[b-opi1cgl0na] {
    background: color-mix(in srgb, var(--mud-palette-error) 7%, var(--mud-palette-background));
    border-color: color-mix(in srgb, var(--mud-palette-error) 34%, var(--mud-palette-lines-default));
}

.dre-launch-grid-cell.is-andamento-optional-observation .dre-launch-cell-input[b-opi1cgl0na] {
    background: color-mix(in srgb, var(--mud-palette-success) 9%, var(--mud-palette-surface));
    border-color: color-mix(in srgb, var(--mud-palette-success) 58%, var(--mud-palette-lines-default));
}

.dre-launch-grid-cell.is-andamento-optional-observation.is-readonly .dre-launch-cell-input[b-opi1cgl0na],
.dre-launch-grid-cell.is-andamento-optional-observation.is-closed .dre-launch-cell-input[b-opi1cgl0na] {
    background: color-mix(in srgb, var(--mud-palette-success) 8%, var(--mud-palette-background));
    border-color: color-mix(in srgb, var(--mud-palette-success) 34%, var(--mud-palette-lines-default));
}

.dre-launch-segment-header.is-active[b-opi1cgl0na] {
    background: #ddeafe !important;
    color: #14498f !important;
}

@media (max-width: 960px) {
    .dre-launch-actions-compact[b-opi1cgl0na] {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .dre-launch-actions-summary[b-opi1cgl0na] {
        min-width: 0;
        width: 100%;
    }

    .dre-launch-selected-row-caption[b-opi1cgl0na] {
        max-width: 100%;
    }

    .dre-launch-icon-actions[b-opi1cgl0na] {
        justify-content: flex-start;
    }

    .dre-launch-col-label-header[b-opi1cgl0na],
    .dre-launch-col-label[b-opi1cgl0na] {
        min-width: 280px;
    }

    .dre-launch-grid-cell[b-opi1cgl0na] {
        min-width: 140px;
    }

    .dre-launch-grid-shell[b-opi1cgl0na] {
        max-height: calc(100vh - 260px);
    }
}
.dre-launch-required-reminder[b-opi1cgl0na] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 14px 16px;
    border: 1px solid color-mix(in srgb, var(--mud-palette-error) 68%, var(--mud-palette-lines-default));
    border-left: 6px solid var(--mud-palette-error);
    border-radius: 8px;
    background: color-mix(in srgb, var(--mud-palette-error) 10%, var(--mud-palette-surface));
    box-shadow: 0 2px 8px color-mix(in srgb, var(--mud-palette-error) 10%, transparent);
}

.dre-launch-required-reminder-icon[b-opi1cgl0na] {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: var(--mud-palette-error);
    background: color-mix(in srgb, var(--mud-palette-error) 18%, transparent);
}

.dre-launch-required-reminder-content[b-opi1cgl0na] {
    min-width: 0;
}

.dre-launch-required-reminder-title[b-opi1cgl0na] {
    color: color-mix(in srgb, var(--mud-palette-error) 84%, #7f1d1d);
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.015em;
}

.dre-launch-required-reminder-description[b-opi1cgl0na] {
    margin-top: 2px;
    color: var(--mud-palette-text-primary);
    font-size: 0.82rem;
    line-height: 1.35;
}

.dre-launch-required-reminder-segments[b-opi1cgl0na] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 7px;
}

.dre-launch-required-reminder-segments span[b-opi1cgl0na],
.dre-launch-required-badge[b-opi1cgl0na] {
    display: inline-flex;
    align-items: center;
    min-height: 20px;
    padding: 2px 8px;
    border: 1px solid color-mix(in srgb, var(--mud-palette-error) 58%, transparent);
    border-radius: 999px;
    color: color-mix(in srgb, var(--mud-palette-error) 82%, #7f1d1d);
    background: color-mix(in srgb, var(--mud-palette-error) 12%, var(--mud-palette-surface));
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.dre-launch-required-reminder-action[b-opi1cgl0na] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.dre-launch-required-badge.is-complete[b-opi1cgl0na] {
    border-color: color-mix(in srgb, var(--mud-palette-success) 44%, transparent);
    color: color-mix(in srgb, var(--mud-palette-success) 72%, #14532d);
    background: color-mix(in srgb, var(--mud-palette-success) 10%, var(--mud-palette-surface));
}

.dre-launch-row.has-required-fields .dre-launch-col-label[b-opi1cgl0na] {
    background: color-mix(in srgb, var(--mud-palette-warning) 5%, var(--mud-palette-surface));
    box-shadow: inset 3px 0 0 color-mix(in srgb, var(--mud-palette-warning) 58%, transparent);
}

.dre-launch-row.has-required-pending .dre-launch-col-label[b-opi1cgl0na] {
    background: color-mix(in srgb, var(--mud-palette-error) 12%, var(--mud-palette-surface));
    box-shadow: inset 6px 0 0 var(--mud-palette-error);
}

.dre-launch-row.has-required-pending .dre-launch-row-description[b-opi1cgl0na] {
    color: color-mix(in srgb, var(--mud-palette-error) 82%, var(--mud-palette-text-primary));
    font-weight: 700;
}

.dre-launch-grid-cell.is-required-pending[b-opi1cgl0na] {
    background: color-mix(in srgb, var(--mud-palette-error) 15%, var(--mud-palette-surface));
    box-shadow: inset 0 0 0 3px color-mix(in srgb, var(--mud-palette-error) 88%, #991b1b);
}

.dre-launch-grid-cell.is-required-pending .dre-launch-cell-input[b-opi1cgl0na] {
    border-color: var(--mud-palette-error);
    background: color-mix(in srgb, var(--mud-palette-error) 13%, var(--mud-palette-surface));
    color: color-mix(in srgb, var(--mud-palette-error) 78%, var(--mud-palette-text-primary));
    font-weight: 700;
}

.dre-launch-grid-cell.is-required-complete[b-opi1cgl0na] {
    box-shadow: inset 0 -2px 0 color-mix(in srgb, var(--mud-palette-success) 65%, transparent);
}

@media (max-width: 720px) {
    .dre-launch-required-reminder[b-opi1cgl0na] {
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
    }

    .dre-launch-required-reminder-action[b-opi1cgl0na] {
        grid-column: 1 / -1;
    }

    [b-opi1cgl0na] .dre-launch-required-reminder-action .mud-button-root {
        width: 100%;
    }
}
/* _content/Synapse.WebApp/Components/Features/Employees/Components/EmployeeEditDialog.razor.rz.scp.css */
.employee-dialog-container[b-3h5mm8xwj4] {
    width: 100%;
    max-width: 100%;
    height: 78vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

[b-3h5mm8xwj4] .employee-stepper {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

[b-3h5mm8xwj4] .employee-stepper .mud-stepper {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

[b-3h5mm8xwj4] .employee-stepper .mud-stepper-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    padding: 0 !important;
}

[b-3h5mm8xwj4] .employee-stepper .mud-step-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

[b-3h5mm8xwj4] .employee-stepper .mud-step-panel > .mud-grid {
    flex: 1;
    overflow-y: auto;
    margin: 0;
    width: 100%;
    align-content: flex-start;
}

.employee-contracts-box[b-3h5mm8xwj4] {
    border: 1px solid var(--mud-palette-divider);
    border-radius: 8px;
}

.employee-actions[b-3h5mm8xwj4] {
    background: var(--mud-palette-surface);
    width: 100%;
}

[b-3h5mm8xwj4] .employee-stepper .mud-stepper-actions {
    width: 100%;
}

.equipment-step-list[b-3h5mm8xwj4] {
    max-height: min(46vh, 460px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 6px;
}

.equipment-card[b-3h5mm8xwj4] {
    border: 1px solid var(--mud-palette-divider);
    border-radius: 8px;
}
/* _content/Synapse.WebApp/Components/Features/Employees/Components/EmployeeQuickEditDialog.razor.rz.scp.css */
.quick-edit-mode-selector[b-m6csgfqoht] {
    padding: 4px 8px 0;
}

.quick-edit-toggle-group[b-m6csgfqoht] {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    background-color: var(--mud-palette-surface);
}

.quick-edit-toggle-group[b-m6csgfqoht]  .mud-button-root {
    border-radius: 0;
    min-height: 40px;
    font-weight: 600;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.quick-edit-toggle-group[b-m6csgfqoht]  .quick-edit-toggle-active {
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
}

.equipment-step-list[b-m6csgfqoht] {
    max-height: min(45vh, 420px);
    overflow-y: auto;
    padding-right: 4px;
}

.equipment-card[b-m6csgfqoht] {
    display: block;
    width: 100%;
    border: 1px solid #d7dee8;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(15, 23, 42, 0.08);
    padding: 14px;
    margin-bottom: 8px;
}

.equipment-card-selected[b-m6csgfqoht] {
    border: 2px solid #1976d2;
    box-shadow: 0 0 0 2px rgba(25, 118, 210, 0.12), 0 8px 18px rgba(25, 118, 210, 0.14);
}
/* _content/Synapse.WebApp/Components/Features/Employees/Components/TeamMemberManagementDialog.razor.rz.scp.css */
.member-board-dialog[b-msh7y07blp] {
    overflow: hidden;
}

[b-msh7y07blp] .member-board-dialog .mud-dialog-content {
    overflow: hidden;
    padding-bottom: 12px;
}

.member-board-title[b-msh7y07blp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
}

.member-board-shell[b-msh7y07blp] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 72vh;
    min-height: 0;
}

.member-board-header[b-msh7y07blp] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 4px;
}

[b-msh7y07blp] .member-board-container {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.member-board-grid[b-msh7y07blp] {
    flex: 1;
    min-height: 0;
    margin: 0;
    display: flex;
    gap: 4px;
    align-items: stretch;
}

.member-board-grid > *[b-msh7y07blp] {
    flex: 1 1 0;
    min-width: 0;
}

.member-board-panel[b-msh7y07blp] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
    overflow: hidden;
}

.member-board-panel-header[b-msh7y07blp] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.member-board-panel-header.with-selector[b-msh7y07blp] {
    margin-bottom: -2px;
}

.member-board-panel-heading[b-msh7y07blp] {
    min-width: 0;
}

.member-board-selector[b-msh7y07blp] {
    margin-bottom: 0;
}

.member-board-search[b-msh7y07blp] {
    margin-bottom: 0;
}

[b-msh7y07blp] .member-board-dropzone {
    flex: 1 1 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 6px;
    border: 1px dashed rgba(148, 163, 184, 0.34);
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.9) 0%, rgba(255, 255, 255, 0.96) 100%);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable;
}

.member-board-empty[b-msh7y07blp] {
    margin: auto 0;
    padding: 24px 18px;
    text-align: center;
    color: var(--mud-palette-text-secondary);
}

[b-msh7y07blp] .member-board-card {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

[b-msh7y07blp] .member-board-card:hover {
    transform: translateY(-1px);
    border-color: rgba(37, 99, 235, 0.32);
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.07);
}

[b-msh7y07blp] .member-board-card.changed {
    border-color: rgba(37, 99, 235, 0.42);
    background: linear-gradient(180deg, rgba(239, 246, 255, 0.92) 0%, rgba(255, 255, 255, 0.98) 100%);
}

[b-msh7y07blp] .member-board-card.blocked {
    border-color: rgba(245, 158, 11, 0.34);
}

.member-board-card-top[b-msh7y07blp] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.member-board-card-copy[b-msh7y07blp] {
    min-width: 0;
    flex: 1;
}

.member-board-loading[b-msh7y07blp] {
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 959px) {
    .member-board-shell[b-msh7y07blp] {
        height: auto;
        min-height: 0;
    }

    .member-board-grid[b-msh7y07blp] {
        flex-direction: column;
    }

    .member-board-header[b-msh7y07blp] {
        flex-direction: column;
        align-items: flex-start;
    }

    [b-msh7y07blp] .member-board-dropzone {
        min-height: 240px;
    }
}
/* _content/Synapse.WebApp/Components/Features/Employees/Components/TeamTransferDialog.razor.rz.scp.css */
[b-tk5l4q971q] .mud-dialog {
    width: min(1720px, calc(100vw - 48px));
    max-width: min(1720px, calc(100vw - 48px));
}

.transfer-layout-wrapper[b-tk5l4q971q] {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: stretch;
    padding: 12px;
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.transfer-dialog-container[b-tk5l4q971q] {
    height: 78vh;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    background-color: var(--mud-palette-surface);
    border-radius: 8px;
    box-shadow: var(--mud-elevation-4);
}

[b-tk5l4q971q] .transfer-stepper {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

[b-tk5l4q971q] .transfer-stepper .mud-stepper {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

[b-tk5l4q971q] .transfer-stepper-nav-locked {
    pointer-events: none;
}

[b-tk5l4q971q] .transfer-stepper .mud-stepper-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    padding: 0 !important;
}

[b-tk5l4q971q] .transfer-stepper .mud-step-panel {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.transfer-step-content[b-tk5l4q971q] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

[b-tk5l4q971q] .transfer-selection-grid,
[b-tk5l4q971q] .transfer-member-grid {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    align-items: stretch;
}

[b-tk5l4q971q] .transfer-selection-grid > .mud-grid-item,
[b-tk5l4q971q] .transfer-member-grid > .mud-grid-item {
    display: flex;
    min-height: 0;
}

.transfer-team-panel[b-tk5l4q971q] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(var(--mud-palette-primary-rgb), 0.06) 0%, rgba(var(--mud-palette-surface-rgb), 0) 120px),
        var(--mud-palette-surface);
    overflow: hidden;
}

.transfer-team-panel-unassigned[b-tk5l4q971q] {
    background:
        linear-gradient(180deg, rgba(var(--mud-palette-text-primary-rgb), 0.04) 0%, rgba(var(--mud-palette-surface-rgb), 0) 120px),
        var(--mud-palette-surface);
}

.transfer-team-panel-header[b-tk5l4q971q] {
    padding: 20px 20px 12px;
}

.transfer-team-search[b-tk5l4q971q] {
    padding: 0 20px 8px;
}

.transfer-panel-search[b-tk5l4q971q] {
    padding: 0 20px 8px;
}

.transfer-team-panel-body[b-tk5l4q971q] {
    flex: 1 1 0;
    min-height: 0;
    height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-gutter: stable;
    padding: 4px 0 0;
}

.transfer-team-list[b-tk5l4q971q] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 12px 12px;
}

[b-tk5l4q971q] .transfer-team-card {
    border: 1px solid var(--mud-palette-divider);
    border-radius: 6px;
    padding: 14px;
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
    background-color: rgba(var(--mud-palette-surface-rgb), 0.94);
}

[b-tk5l4q971q] .transfer-team-card:hover {
    border-color: rgba(var(--mud-palette-primary-rgb), 0.55);
    box-shadow: var(--mud-elevation-2);
}

[b-tk5l4q971q] .transfer-team-card.selected {
    border-color: var(--mud-palette-primary);
    box-shadow: 0 0 0 1px rgba(var(--mud-palette-primary-rgb), 0.30), var(--mud-elevation-3);
}

[b-tk5l4q971q] .transfer-team-card.disabled {
    opacity: 0.45;
}

.transfer-team-card-top[b-tk5l4q971q],
.transfer-member-card-top[b-tk5l4q971q] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.transfer-team-meta[b-tk5l4q971q],
.transfer-member-meta[b-tk5l4q971q] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

.transfer-stage-intro[b-tk5l4q971q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

[b-tk5l4q971q] .transfer-member-board {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

[b-tk5l4q971q] .transfer-member-dropzone {
    flex: 1 1 0;
    min-height: 0;
    height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 4px 12px 12px;
    border-top: 1px solid rgba(var(--mud-palette-primary-rgb), 0.10);
    scrollbar-gutter: stable;
}

.transfer-zone-empty[b-tk5l4q971q] {
    margin: auto 0;
    padding: 24px 18px;
    border: 1px dashed var(--mud-palette-divider);
    border-radius: 12px;
    color: var(--mud-palette-text-secondary);
    text-align: center;
    background: rgba(var(--mud-palette-primary-rgb), 0.03);
}

[b-tk5l4q971q] .transfer-member-card {
    width: 100%;
    border: 1px solid rgba(var(--mud-palette-divider-rgb), 0.9);
    border-left: 4px solid var(--mud-palette-divider);
    border-radius: 5px;
    padding: 10px 12px;
    background-color: rgba(var(--mud-palette-surface-rgb), 0.98);
    box-shadow: var(--mud-elevation-1);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

[b-tk5l4q971q] .transfer-member-card.changed {
    box-shadow: 0 0 0 1px rgba(var(--mud-palette-primary-rgb), 0.16), var(--mud-elevation-2);
}

[b-tk5l4q971q] .transfer-member-card.blocked {
    border-style: dashed;
    border-width: 1px;
    border-color: rgba(var(--mud-palette-error-rgb), 0.18);
}

[b-tk5l4q971q] .transfer-member-card.warning {
    border-style: dashed;
    border-width: 1px;
    border-color: rgba(var(--mud-palette-warning-rgb), 0.28);
}

[b-tk5l4q971q] .transfer-member-card.accent-success {
    border-left-color: var(--mud-palette-success);
}

[b-tk5l4q971q] .transfer-member-card.accent-warning {
    border-left-color: var(--mud-palette-warning);
}

[b-tk5l4q971q] .transfer-member-card.accent-error {
    border-left-color: var(--mud-palette-error);
}

[b-tk5l4q971q] .transfer-member-card.accent-info,
[b-tk5l4q971q] .transfer-member-card.changed {
    border-left-color: var(--mud-palette-info);
}

[b-tk5l4q971q] .transfer-member-card.accent-muted {
    border-left-color: var(--mud-palette-divider);
}

.transfer-member-card-shell[b-tk5l4q971q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-width: 0;
}

.transfer-member-card-copy[b-tk5l4q971q] {
    flex: 1;
    min-width: 0;
}

.transfer-member-name[b-tk5l4q971q],
.transfer-member-subtitle[b-tk5l4q971q] {
    display: block;
    line-height: 1.2;
}

.transfer-member-subtitle[b-tk5l4q971q] {
    margin-top: 2px;
}

.transfer-member-icons[b-tk5l4q971q] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    flex-wrap: nowrap;
    flex-shrink: 0;
}

.transfer-member-icon[b-tk5l4q971q] {
    opacity: 0.92;
}

.transfer-member-icon.icon-success[b-tk5l4q971q] {
    color: var(--mud-palette-success);
}

.transfer-member-icon.icon-warning[b-tk5l4q971q] {
    color: var(--mud-palette-warning-darken);
}

.transfer-member-icon.icon-error[b-tk5l4q971q] {
    color: var(--mud-palette-error);
}

.transfer-member-icon.icon-info[b-tk5l4q971q] {
    color: var(--mud-palette-info);
}

.transfer-member-icon.icon-muted[b-tk5l4q971q] {
    color: var(--mud-palette-text-secondary);
}

.transfer-drop-hint[b-tk5l4q971q] {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--mud-palette-text-secondary);
    font-size: 0.75rem;
}

.transfer-side-panel[b-tk5l4q971q] {
    width: 220px;
    display: flex;
    flex-direction: column;
    height: 78vh;
}

.transfer-side-panel-content[b-tk5l4q971q] {
    flex: 1;
    overflow-y: auto;
    padding-right: 8px;
}

[b-tk5l4q971q] .transfer-summary-card {
    border-radius: 12px;
}

.transfer-summary-preview[b-tk5l4q971q] {
    border: 1px dashed var(--mud-palette-divider);
    border-radius: 10px;
    padding: 12px;
    background-color: var(--mud-palette-background-grey);
}

@media (max-width: 1300px) {
    .transfer-layout-wrapper[b-tk5l4q971q] {
        width: 100%;
    }
}
/* _content/Synapse.WebApp/Components/Features/Employees/Pages/EquipmentManagementPage.razor.rz.scp.css */
.equipment-table-shell[b-letirbqa4q] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background-color: var(--mud-palette-surface);
    overflow: hidden;
}

.equipment-table-header[b-letirbqa4q] {
    padding: 16px 20px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    background-color: color-mix(in srgb, var(--mud-palette-surface) 92%, var(--mud-palette-background));
}

.equipment-table-scroll[b-letirbqa4q] {
    overflow-x: auto;
}

[b-letirbqa4q] .equipment-hierarchical-table {
    background-color: transparent;
}

[b-letirbqa4q] .equipment-hierarchical-table table {
    min-width: 920px;
}

[b-letirbqa4q] .equipment-hierarchical-table .mud-table-container {
    max-height: calc(100vh - 300px);
}

[b-letirbqa4q] .equipment-hierarchical-table th,
[b-letirbqa4q] .equipment-hierarchical-table td {
    padding: 10px 16px;
}

[b-letirbqa4q] .equipment-hierarchical-table th:first-child,
[b-letirbqa4q] .equipment-hierarchical-table td:first-child {
    padding-left: 22px;
}

[b-letirbqa4q] .equipment-hierarchical-table th:last-child,
[b-letirbqa4q] .equipment-hierarchical-table td:last-child {
    padding-right: 22px;
}

[b-letirbqa4q] .equipment-hierarchical-table thead th {
    top: 0;
    z-index: 3;
    position: sticky;
    background-color: color-mix(in srgb, var(--mud-palette-surface) 80%, var(--mud-palette-background));
}

[b-letirbqa4q] .equipment-hierarchical-table tbody tr {
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 62%, transparent);
}

[b-letirbqa4q] .equipment-hierarchical-table .equipment-header-cell {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--mud-palette-text-secondary);
}

[b-letirbqa4q] .equipment-hierarchical-table .equipment-header-description,
[b-letirbqa4q] .equipment-hierarchical-table .equipment-description-cell {
    width: 34%;
}

[b-letirbqa4q] .equipment-hierarchical-table .equipment-header-registration,
[b-letirbqa4q] .equipment-hierarchical-table .equipment-header-status,
[b-letirbqa4q] .equipment-hierarchical-table .equipment-header-date,
[b-letirbqa4q] .equipment-hierarchical-table .equipment-header-actions,
[b-letirbqa4q] .equipment-hierarchical-table .equipment-value-cell,
[b-letirbqa4q] .equipment-hierarchical-table .equipment-actions-cell {
    width: 12%;
}

[b-letirbqa4q] .equipment-hierarchical-table .equipment-header-role {
    width: 18%;
}

[b-letirbqa4q] .equipment-hierarchical-table .equipment-row-parent {
    background-color: color-mix(in srgb, #3b82f6 8%, var(--mud-palette-surface));
    box-shadow: inset 0 1px 0 color-mix(in srgb, #3b82f6 24%, transparent),
        inset 0 -1px 0 color-mix(in srgb, #3b82f6 18%, transparent);
}

[b-letirbqa4q] .equipment-hierarchical-table .equipment-row-parent:hover {
    background-color: color-mix(in srgb, #3b82f6 11%, var(--mud-palette-surface));
}

[b-letirbqa4q] .equipment-hierarchical-table .equipment-row-child:hover {
    background-color: color-mix(in srgb, var(--mud-palette-surface) 82%, var(--mud-palette-background));
}

[b-letirbqa4q] .equipment-hierarchical-table .equipment-description-cell {
    white-space: nowrap;
}

[b-letirbqa4q] .equipment-hierarchical-table .equipment-description-parent {
    border-left: 4px solid #2563eb;
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

[b-letirbqa4q] .equipment-hierarchical-table .equipment-description-child {
    color: var(--mud-palette-text-secondary);
}

[b-letirbqa4q] .equipment-hierarchical-table .equipment-description-content {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 20px;
    padding-left: calc(var(--equipment-depth, 0) * 24px);
}

[b-letirbqa4q] .equipment-hierarchical-table .equipment-description-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-letirbqa4q] .equipment-hierarchical-table .equipment-description-parent .equipment-description-text {
    text-transform: uppercase;
}

[b-letirbqa4q] .equipment-hierarchical-table .equipment-expand-button {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    line-height: 1;
    color: #1d4ed8;
    background-color: color-mix(in srgb, #3b82f6 12%, transparent);
}

[b-letirbqa4q] .equipment-hierarchical-table .equipment-expand-button.mud-icon-button {
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    padding: 0 !important;
}

[b-letirbqa4q] .equipment-hierarchical-table .equipment-expand-button .mud-icon-root {
    font-size: 18px;
}

[b-letirbqa4q] .equipment-hierarchical-table .equipment-expand-button:hover {
    background-color: color-mix(in srgb, #3b82f6 20%, transparent);
}

[b-letirbqa4q] .equipment-hierarchical-table .equipment-expand-placeholder {
    width: 20px;
    height: 20px;
    display: inline-block;
    flex: 0 0 20px;
}

[b-letirbqa4q] .equipment-hierarchical-table .equipment-value-cell,
[b-letirbqa4q] .equipment-hierarchical-table .equipment-actions-cell {
    white-space: nowrap;
    color: var(--mud-palette-text-secondary);
}

[b-letirbqa4q] .equipment-hierarchical-table .equipment-row-parent .equipment-value-cell {
    font-weight: 600;
    color: var(--mud-palette-text-primary);
}

@media (max-width: 600px) {
    .equipment-table-header[b-letirbqa4q] {
        padding: 14px 14px 12px;
    }

    [b-letirbqa4q] .equipment-hierarchical-table table {
        min-width: 820px;
    }

    [b-letirbqa4q] .equipment-hierarchical-table .mud-table-container {
        max-height: 360px;
    }

    [b-letirbqa4q] .equipment-hierarchical-table th,
    [b-letirbqa4q] .equipment-hierarchical-table td {
        padding: 8px 12px;
    }

    [b-letirbqa4q] .equipment-hierarchical-table th:first-child,
    [b-letirbqa4q] .equipment-hierarchical-table td:first-child {
        padding-left: 16px;
    }

    [b-letirbqa4q] .equipment-hierarchical-table th:last-child,
    [b-letirbqa4q] .equipment-hierarchical-table td:last-child {
        padding-right: 16px;
    }

    [b-letirbqa4q] .equipment-hierarchical-table .equipment-description-content {
        gap: 4px;
        padding-left: calc(var(--equipment-depth, 0) * 16px);
    }
}
/* _content/Synapse.WebApp/Components/Features/Employees/Pages/MyTeamPage.razor.rz.scp.css */
.my-team-page[b-p2wp6ffxon] {
    max-width: 1440px;
}

.my-team-actions[b-p2wp6ffxon],
.my-team-pending[b-p2wp6ffxon] {
    border-radius: 14px;
}

.my-team-card[b-p2wp6ffxon] {
    min-width: 0;
}

.my-team-card[b-p2wp6ffxon]  .mud-card-content {
    min-height: 88px;
}

.my-team-actions[b-p2wp6ffxon] {
    background: color-mix(in srgb, var(--mud-palette-primary) 4%, var(--mud-palette-surface));
}

.my-team-actions[b-p2wp6ffxon]  .mud-button-root,
.my-team-member[b-p2wp6ffxon]  .mud-button-root,
.my-team-pending[b-p2wp6ffxon]  .mud-button-root {
    min-height: 40px;
    border-radius: 10px;
    font-weight: 700;
}

.my-team-pending[b-p2wp6ffxon] {
    border-color: color-mix(in srgb, var(--mud-palette-warning) 45%, var(--mud-palette-lines-default));
}

.my-team-pending__item[b-p2wp6ffxon] {
    border-radius: 12px;
}

[b-p2wp6ffxon] .my-team-member .mud-typography-h6 {
    font-size: 1rem;
    line-height: 1.2;
}

[b-p2wp6ffxon] .my-team-member .mud-typography-body2 {
    font-size: .78rem;
}

[b-p2wp6ffxon] .my-team-member .mud-button-root {
    font-size: .76rem;
}

@media (min-width: 1280px) {
    .my-team-members[b-p2wp6ffxon] {
        margin-left: -6px;
        margin-right: -6px;
    }
}

@media (max-width: 600px) {
    .my-team-page[b-p2wp6ffxon] {
        padding: 12px !important;
    }
}
/* _content/Synapse.WebApp/Components/Features/Employees/Pages/TeamsOrgChartPage.razor.rz.scp.css */
.org-chart-page[b-dtuzd0aezu] {
    display: flex;
    width: 100%;
    height: calc(100dvh - 150px);
    min-width: 0;
    min-height: 520px;
    box-sizing: border-box;
}

.org-chart-page[b-dtuzd0aezu]  .org-chart-card {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
}

.org-chart-header[b-dtuzd0aezu] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.org-chart-heading[b-dtuzd0aezu] {
    min-width: 210px;
    padding-top: 4px;
}

.org-chart-filters[b-dtuzd0aezu] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.org-chart-filter[b-dtuzd0aezu] {
    min-width: 190px;
}

.org-chart-filter--compact[b-dtuzd0aezu] {
    min-width: 150px;
}

.org-chart-filter--teams[b-dtuzd0aezu] {
    min-width: 240px;
}

.org-chart-surface[b-dtuzd0aezu] {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 360px;
    overflow: hidden;
    border: 1px dashed #d0d5dd;
    border-radius: 10px;
    background: #f5f7fb;
}

.org-chart-apex-tree[b-dtuzd0aezu] {
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 360px;
}

.org-chart-feedback[b-dtuzd0aezu] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

@media (max-width: 1100px) {
    .org-chart-page[b-dtuzd0aezu] {
        height: auto;
        min-height: calc(100dvh - 150px);
    }

    .org-chart-header[b-dtuzd0aezu] {
        flex-direction: column;
    }

    .org-chart-heading[b-dtuzd0aezu],
    .org-chart-filters[b-dtuzd0aezu] {
        width: 100%;
    }

    .org-chart-filters[b-dtuzd0aezu] {
        justify-content: flex-start;
    }
}
/* _content/Synapse.WebApp/Components/Features/Employees/Pages/TeamsPage.razor.rz.scp.css */
.teams-table-shell[b-u3xbh2uz2e] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background-color: var(--mud-palette-surface);
    overflow: hidden;
}

.teams-table-header[b-u3xbh2uz2e] {
    padding: 16px 20px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    background-color: color-mix(in srgb, var(--mud-palette-surface) 92%, var(--mud-palette-background));
}

.teams-table-scroll[b-u3xbh2uz2e] {
    flex: 1 1 auto;
    min-height: 0;
    max-height: calc(100vh - 320px);
    overflow: auto;
}

.group-panel[b-u3xbh2uz2e] {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 62%, transparent);
    background-color: transparent;
    box-shadow: none;
}

.group-panel-header[b-u3xbh2uz2e] {
    padding: 10px 20px;
    background-color: color-mix(in srgb, #3b82f6 8%, var(--mud-palette-surface));
    border-left: 4px solid #2563eb;
    border-bottom: 1px solid #2563eb;
    box-shadow: inset 0 1px 0 color-mix(in srgb, #3b82f6 24%, transparent);
}

.group-panel-header:hover[b-u3xbh2uz2e] {
    background-color: color-mix(in srgb, #3b82f6 11%, var(--mud-palette-surface));
}

.group-panel-title[b-u3xbh2uz2e] {
    color: #0f2f5f;
    font-weight: 700;
    text-transform: uppercase;
}

[b-u3xbh2uz2e] .teams-hierarchical-table {
    background-color: transparent;
}

[b-u3xbh2uz2e] .teams-hierarchical-table table {
    width: 100%;
    min-width: 1420px;
    table-layout: fixed;
}

[b-u3xbh2uz2e] .teams-hierarchical-table th,
[b-u3xbh2uz2e] .teams-hierarchical-table td {
    padding: 8px 14px;
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 56%, transparent);
}

[b-u3xbh2uz2e] .teams-hierarchical-table th:first-child,
[b-u3xbh2uz2e] .teams-hierarchical-table td:first-child {
    padding-left: 22px;
}

[b-u3xbh2uz2e] .teams-hierarchical-table th:last-child,
[b-u3xbh2uz2e] .teams-hierarchical-table td:last-child {
    padding-right: 22px;
}

[b-u3xbh2uz2e] .teams-hierarchical-table thead th {
    top: 0;
    z-index: 3;
    position: sticky;
    background-color: color-mix(in srgb, var(--mud-palette-surface) 80%, var(--mud-palette-background));
    color: var(--mud-palette-text-secondary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

[b-u3xbh2uz2e] .teams-hierarchical-table > .mud-table-container > table > thead > tr > th {
    background-color: color-mix(in srgb, #0ea5e9 11%, var(--mud-palette-surface));
    color: #075985;
    border-bottom: 2px solid #0284c7;
}

[b-u3xbh2uz2e] .teams-hierarchical-table > .mud-table-container > table > thead > tr > th:first-child {
    border-left: 4px solid #0284c7;
}

[b-u3xbh2uz2e] .teams-hierarchical-table tbody tr:hover {
    background-color: color-mix(in srgb, var(--mud-palette-surface) 82%, var(--mud-palette-background));
}

[b-u3xbh2uz2e] .teams-hierarchical-table tbody tr.teams-team-row {
    background-color: color-mix(in srgb, #0ea5e9 7%, var(--mud-palette-surface));
    box-shadow: inset 0 1px 0 color-mix(in srgb, #0ea5e9 22%, transparent);
}

[b-u3xbh2uz2e] .teams-hierarchical-table tbody tr.teams-team-row:hover {
    background-color: color-mix(in srgb, #0ea5e9 11%, var(--mud-palette-surface));
}

[b-u3xbh2uz2e] .teams-hierarchical-table tbody tr.teams-team-row > td:first-child {
    border-left: 4px solid #0284c7;
}

[b-u3xbh2uz2e] .teams-hierarchical-table tbody tr.teams-team-row > td {
    border-bottom: 1px solid #0284c7;
}

[b-u3xbh2uz2e] .teams-hierarchical-table .teams-team-summary-header,
[b-u3xbh2uz2e] .teams-hierarchical-table .teams-team-summary-cell {
    width: 29%;
    max-width: 29%;
}

[b-u3xbh2uz2e] .teams-hierarchical-table .teams-team-actions-header,
[b-u3xbh2uz2e] .teams-hierarchical-table .teams-team-actions-cell {
    width: 15%;
    min-width: 0;
    white-space: nowrap;
}

[b-u3xbh2uz2e] .teams-hierarchical-table > .mud-table-container > table > thead > tr > th:nth-child(2),
[b-u3xbh2uz2e] .member-table > .mud-table-container > table > thead > tr > th:nth-child(2) {
    width: 15%;
}

[b-u3xbh2uz2e] .teams-hierarchical-table > .mud-table-container > table > thead > tr > th:nth-child(3),
[b-u3xbh2uz2e] .member-table > .mud-table-container > table > thead > tr > th:nth-child(3),
[b-u3xbh2uz2e] .teams-hierarchical-table > .mud-table-container > table > thead > tr > th:nth-child(4),
[b-u3xbh2uz2e] .member-table > .mud-table-container > table > thead > tr > th:nth-child(4) {
    width: 14%;
}

[b-u3xbh2uz2e] .teams-hierarchical-table > .mud-table-container > table > thead > tr > th:nth-child(5),
[b-u3xbh2uz2e] .member-table > .mud-table-container > table > thead > tr > th:nth-child(5) {
    width: 13%;
}

[b-u3xbh2uz2e] .member-table > .mud-table-container > table > thead > tr > th:first-child {
    width: 29%;
}

[b-u3xbh2uz2e] .member-table > .mud-table-container > table > thead > tr > th:last-child {
    width: 15%;
}

.teams-team-summary-content[b-u3xbh2uz2e] {
    flex: 1 1 auto;
    min-width: 0;
    align-items: flex-start;
}

[b-u3xbh2uz2e] .teams-team-summary-chip {
    --segmented-chip-left-padding-start: 8px;
    --segmented-chip-left-padding-end: 8px;
    --segmented-chip-right-padding-start: 8px;
    --segmented-chip-right-padding-end: 10px;
    align-self: flex-start;
    width: max-content;
    max-width: 100%;
}

[b-u3xbh2uz2e] .teams-team-summary-chip .segmented-chip-segment {
    min-width: 0;
    overflow: visible;
}

[b-u3xbh2uz2e] .teams-team-summary-chip .teams-team-summary-segment--leadership {
    flex: 0 1 auto;
    max-width: 180px;
}

[b-u3xbh2uz2e] .teams-team-summary-chip .teams-team-summary-segment--leadership-without-areas {
    max-width: 280px;
}

[b-u3xbh2uz2e] .teams-team-summary-chip .teams-team-summary-segment--attended {
    flex: 0 1 auto;
    max-width: 115px;
}

[b-u3xbh2uz2e] .teams-team-summary-chip .teams-team-summary-segment--overflow {
    flex: 0 0 auto;
    max-width: 48px;
}

[b-u3xbh2uz2e] .teams-team-summary-chip .teams-team-summary-segment--empty {
    flex: 0 0 auto;
    max-width: 48px;
}

[b-u3xbh2uz2e] .teams-team-summary-chip .teams-team-summary-segment--leadership-available {
    --segmented-chip-left-bg: color-mix(in srgb, var(--mud-palette-primary) 18%, var(--mud-palette-surface));
    --segmented-chip-left-hover-bg: color-mix(in srgb, var(--mud-palette-primary) 24%, var(--mud-palette-surface));
    --segmented-chip-left-active-bg: color-mix(in srgb, var(--mud-palette-primary) 30%, var(--mud-palette-surface));
    --segmented-chip-left-text: var(--mud-palette-primary);
}

[b-u3xbh2uz2e] .teams-team-summary-chip .teams-team-summary-segment--attended,
[b-u3xbh2uz2e] .teams-team-summary-chip .teams-team-summary-segment--overflow {
    --segmented-chip-left-bg: var(--mud-palette-surface);
    --segmented-chip-left-hover-bg: color-mix(in srgb, var(--mud-palette-primary) 6%, var(--mud-palette-surface));
    --segmented-chip-left-active-bg: color-mix(in srgb, var(--mud-palette-primary) 10%, var(--mud-palette-surface));
    --segmented-chip-left-text: var(--mud-palette-text-primary);
    --segmented-chip-right-bg: var(--mud-palette-surface);
    --segmented-chip-right-text: var(--mud-palette-text-primary);
}

[b-u3xbh2uz2e] .teams-team-summary-chip .segmented-chip-label {
    width: 100%;
}

[b-u3xbh2uz2e] .teams-team-summary-chip .segmented-chip-segment-text {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-u3xbh2uz2e] .teams-hierarchical-table .mud-input-root,
[b-u3xbh2uz2e] .teams-hierarchical-table .mud-input-slot,
[b-u3xbh2uz2e] .teams-hierarchical-table .mud-input-label {
    font-size: 0.8rem !important;
}

[b-u3xbh2uz2e] .teams-hierarchical-table .mud-input > input.mud-input-root::placeholder,
[b-u3xbh2uz2e] .teams-hierarchical-table .mud-input > textarea.mud-input-root::placeholder,
[b-u3xbh2uz2e] .teams-hierarchical-table div.mud-input-slot.mud-input-root::placeholder {
    font-size: 0.8rem !important;
}

[b-u3xbh2uz2e] .teams-expand-button {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    line-height: 1;
    color: #1d4ed8;
    background-color: color-mix(in srgb, #3b82f6 12%, transparent);
}

[b-u3xbh2uz2e] .teams-expand-button.mud-icon-button {
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    padding: 0 !important;
}

[b-u3xbh2uz2e] .teams-expand-button .mud-icon-root {
    font-size: 18px;
}

[b-u3xbh2uz2e] .teams-expand-button:hover {
    background-color: color-mix(in srgb, #3b82f6 20%, transparent);
}

[b-u3xbh2uz2e] .team-child-content {
    background-color: color-mix(in srgb, var(--mud-palette-info) 3%, var(--mud-palette-surface));
}

[b-u3xbh2uz2e] .team-child-content--collapsed {
    height: 0;
    padding: 0 !important;
    border: 0 !important;
    line-height: 0;
}

[b-u3xbh2uz2e] .member-table {
    border: 0 !important;
    border-radius: 0;
}

[b-u3xbh2uz2e] .member-table > .mud-table-container {
    border-radius: 0;
}

[b-u3xbh2uz2e] .member-table tbody tr.teams-member-row {
    cursor: pointer;
    background-color: color-mix(in srgb, #8b5cf6 3%, var(--mud-palette-surface));
    box-shadow: inset 0 -1px 0 color-mix(in srgb, #8b5cf6 13%, transparent);
}

[b-u3xbh2uz2e] .member-table tbody tr.teams-member-row:hover {
    background-color: color-mix(in srgb, #8b5cf6 7%, var(--mud-palette-surface));
}

[b-u3xbh2uz2e] .member-table tbody tr.teams-member-row > td:first-child {
    border-left: 3px solid #8b5cf6;
}

[b-u3xbh2uz2e] .member-table > .mud-table-container > table > thead > tr > th {
    background-color: color-mix(in srgb, #8b5cf6 10%, var(--mud-palette-surface));
    color: #5b21b6;
    border-top: 0;
    border-bottom: 2px solid #8b5cf6;
}

[b-u3xbh2uz2e] .member-table > .mud-table-container > table > thead > tr > th:first-child {
    border-left: 3px solid #8b5cf6;
}

.teams-member-input-cell[b-u3xbh2uz2e] {
    width: 100%;
    cursor: default;
}

[b-u3xbh2uz2e] .teams-member-override-badge {
    display: block;
    width: 100%;
}

[b-u3xbh2uz2e] .teams-member-override-badge .mud-badge-wrapper {
    z-index: 4;
}

[b-u3xbh2uz2e] .teams-member-override-badge .mud-badge-icon {
    box-shadow: 0 1px 3px color-mix(in srgb, var(--mud-palette-info) 32%, transparent);
    pointer-events: none;
}

[b-u3xbh2uz2e] .teams-member-priority-badge {
    display: inline-flex;
    max-width: 100%;
}

[b-u3xbh2uz2e] .teams-member-priority-badge .mud-badge-wrapper {
    z-index: 4;
}

[b-u3xbh2uz2e] .teams-member-priority-badge .mud-badge {
    box-shadow: 0 1px 3px color-mix(in srgb, var(--mud-palette-info) 32%, transparent);
    pointer-events: none;
}

[b-u3xbh2uz2e] .teams-member-override-input--active .mud-input-outlined-border {
    border-color: var(--mud-palette-info) !important;
    border-width: 2px;
}

[b-u3xbh2uz2e] .teams-member-override-input--active:hover .mud-input-outlined-border {
    border-color: var(--mud-palette-info) !important;
}

.sheet-empty[b-u3xbh2uz2e] {
    text-align: center;
    color: var(--mud-palette-text-secondary);
    padding: 36px 12px;
    border: 0;
    border-radius: 0;
}

.team-interim-chip[b-u3xbh2uz2e] {
    font-weight: 600;
}

[b-u3xbh2uz2e] .teams-member-count-chip,
[b-u3xbh2uz2e] .teams-member-identity-chip,
[b-u3xbh2uz2e] .teams-member-availability-chip {
    --segmented-chip-icon-size: 16px;
    --segmented-chip-separator-width: 7px;
    --segmented-chip-left-padding-start: 6px;
    --segmented-chip-left-padding-end: 6px;
    --segmented-chip-right-padding-start: 6px;
    --segmented-chip-right-padding-end: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
    white-space: nowrap;
}

[b-u3xbh2uz2e] .member-table .teams-member-identity-cell {
    width: 29%;
    max-width: 29%;
}

[b-u3xbh2uz2e] .member-table .teams-member-availability-cell {
    width: 15%;
    max-width: 15%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-u3xbh2uz2e] .teams-member-identity-chip .segmented-chip-segment,
[b-u3xbh2uz2e] .teams-member-availability-chip .segmented-chip-segment {
    min-width: 0;
    overflow: visible;
}

[b-u3xbh2uz2e] .teams-member-identity-chip .teams-member-identity-segment--status-active,
[b-u3xbh2uz2e] .teams-member-identity-chip .teams-member-identity-segment--status-inactive,
[b-u3xbh2uz2e] .teams-member-identity-chip .teams-member-identity-segment--status-unknown,
[b-u3xbh2uz2e] .teams-member-availability-chip .teams-member-availability-segment--available,
[b-u3xbh2uz2e] .teams-member-availability-chip .teams-member-availability-segment--away {
    flex: 0 0 auto;
}

[b-u3xbh2uz2e] .teams-member-identity-chip .teams-member-identity-segment--name {
    flex: 0 1 auto;
    max-width: 240px;
}

[b-u3xbh2uz2e] .teams-member-identity-chip .teams-member-identity-segment--role {
    flex: 0 1 auto;
    max-width: 190px;
    padding-left: calc(var(--segmented-chip-right-padding-start) + var(--segmented-chip-separator-width) + 5px);
}

[b-u3xbh2uz2e] .teams-member-identity-chip .teams-member-identity-segment--name .segmented-chip-label,
[b-u3xbh2uz2e] .teams-member-identity-chip .teams-member-identity-segment--role .segmented-chip-label {
    width: 100%;
}

[b-u3xbh2uz2e] .teams-member-identity-chip .teams-member-identity-segment--name .segmented-chip-segment-text,
[b-u3xbh2uz2e] .teams-member-identity-chip .teams-member-identity-segment--role .segmented-chip-segment-text {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-u3xbh2uz2e] .teams-member-availability-chip .teams-member-availability-segment--period {
    flex: 1 1 auto;
}

[b-u3xbh2uz2e] .teams-member-availability-chip .teams-member-availability-segment--period-away {
    --segmented-chip-left-bg: color-mix(in srgb, var(--mud-palette-warning) 62%, var(--mud-palette-dark));
    --segmented-chip-left-hover-bg: color-mix(in srgb, var(--mud-palette-warning) 54%, var(--mud-palette-dark));
    --segmented-chip-left-active-bg: color-mix(in srgb, var(--mud-palette-warning) 46%, var(--mud-palette-dark));
    --segmented-chip-left-text: var(--mud-palette-warning-text);
}

[b-u3xbh2uz2e] .teams-member-availability-chip .teams-member-availability-segment--vacation-relief,
[b-u3xbh2uz2e] .teams-member-availability-chip .teams-member-availability-segment--regular {
    flex: 0 0 auto;
}

[b-u3xbh2uz2e] .teams-member-availability-chip .teams-member-availability-segment--vacation-relief {
    --segmented-chip-right-bg: color-mix(in srgb, var(--mud-palette-success) 68%, var(--mud-palette-dark));
    --segmented-chip-right-text: var(--mud-palette-success-text);
}

.team-interim-summary-text[b-u3xbh2uz2e] {
    max-width: 280px;
    color: var(--mud-palette-text-secondary);
    line-height: 1.2;
}

.member-interim-chip[b-u3xbh2uz2e],
.member-covered-chip[b-u3xbh2uz2e] {
    line-height: 1;
}

.member-interim-notes[b-u3xbh2uz2e] {
    padding-left: 4px;
}

.member-interim-note[b-u3xbh2uz2e] {
    color: var(--mud-palette-text-secondary);
    line-height: 1.15;
}

@media (max-width: 600px) {
    .teams-table-header[b-u3xbh2uz2e] {
        padding: 14px 14px 12px;
    }

    .teams-table-scroll[b-u3xbh2uz2e] {
        max-height: 360px;
    }

    .group-panel-header[b-u3xbh2uz2e] {
        padding: 8px 14px;
    }

    [b-u3xbh2uz2e] .teams-hierarchical-table table {
        min-width: 980px;
    }

    [b-u3xbh2uz2e] .teams-hierarchical-table th,
    [b-u3xbh2uz2e] .teams-hierarchical-table td {
        padding: 8px 12px;
    }

    [b-u3xbh2uz2e] .teams-hierarchical-table th:first-child,
    [b-u3xbh2uz2e] .teams-hierarchical-table td:first-child {
        padding-left: 16px;
    }

    [b-u3xbh2uz2e] .teams-hierarchical-table th:last-child,
    [b-u3xbh2uz2e] .teams-hierarchical-table td:last-child {
        padding-right: 16px;
    }
}
/* _content/Synapse.WebApp/Components/Features/General/Components/SegmentedChip.razor.rz.scp.css */
.segmented-chip[b-075gnhlbdc] {
    --segmented-chip-height: 24px;
    --segmented-chip-font-size: 12px;
    --segmented-chip-icon-size: 18px;
    --segmented-chip-border-radius: 12px;
    --segmented-chip-separator-width: 9px;
    --segmented-chip-separator-half-height: 12px;
    --segmented-chip-left-padding-start: 12px;
    --segmented-chip-left-padding-end: 10px;
    --segmented-chip-right-padding-start: 4px;
    --segmented-chip-right-padding-end: 10px;
    --segmented-chip-color: var(--mud-palette-text-primary);
    --segmented-chip-color-text: var(--mud-palette-text-primary);
    --segmented-chip-color-darken: var(--mud-palette-action-disabled);
    --segmented-chip-color-hover: var(--mud-palette-action-default-hover);
    --segmented-chip-border-color: var(--mud-palette-lines-inputs);
    --segmented-chip-bg: transparent;
    --segmented-chip-border: var(--segmented-chip-border-color);
    --segmented-chip-left-bg: var(--segmented-chip-color-hover);
    --segmented-chip-left-hover-bg: var(--mud-palette-action-disabled-background);
    --segmented-chip-left-active-bg: var(--mud-palette-action-disabled);
    --segmented-chip-left-text: var(--segmented-chip-color);
    --segmented-chip-right-bg: var(--segmented-chip-bg);
    --segmented-chip-right-text: var(--segmented-chip-color);
    position: relative;
    z-index: 0;
    display: inline-flex;
    align-items: stretch;
    isolation: isolate;
    max-width: 100%;
    height: var(--segmented-chip-height);
    overflow: hidden;
    vertical-align: middle;
    font-size: var(--segmented-chip-font-size);
    line-height: 1;
    color: var(--segmented-chip-right-text);
    background-color: var(--segmented-chip-bg);
    border: 1px solid var(--segmented-chip-border);
    border-radius: var(--segmented-chip-border-radius);
    box-sizing: border-box;
}

.segmented-chip:hover[b-075gnhlbdc] {
    --segmented-chip-left-bg: var(--segmented-chip-left-hover-bg);
}

[b-075gnhlbdc] tr:hover .segmented-chip {
    --segmented-chip-left-bg: var(--segmented-chip-left-hover-bg);
}

.segmented-chip-segment[b-075gnhlbdc] {
    position: relative;
    z-index: var(--segmented-chip-segment-z-index, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 100%;
    overflow: visible;
    font-weight: 700;
    white-space: nowrap;
    box-sizing: border-box;
}

.segmented-chip-segment--first[b-075gnhlbdc] {
    padding: 0 var(--segmented-chip-left-padding-end) 0 var(--segmented-chip-left-padding-start);
    color: var(--segmented-chip-left-text);
    background-color: var(--segmented-chip-left-bg);
}

.segmented-chip-segment--middle[b-075gnhlbdc] {
    padding: 0 var(--segmented-chip-left-padding-end) 0 calc(var(--segmented-chip-left-padding-start) + var(--segmented-chip-separator-width));
    color: var(--segmented-chip-left-text);
    background-color: var(--segmented-chip-left-bg);
}

.segmented-chip-segment--first[b-075gnhlbdc]::after,
.segmented-chip-segment--middle[b-075gnhlbdc]::after {
    content: "";
    position: absolute;
    top: -1px;
    right: calc(var(--segmented-chip-separator-width) * -1);
    width: 0;
    height: 0;
    border-top: var(--segmented-chip-separator-half-height) solid transparent;
    border-bottom: var(--segmented-chip-separator-half-height) solid transparent;
    border-left: var(--segmented-chip-separator-width) solid var(--segmented-chip-left-bg);
}

.segmented-chip-segment--first:hover[b-075gnhlbdc],
.segmented-chip-segment--middle:hover[b-075gnhlbdc] {
    --segmented-chip-left-bg: var(--segmented-chip-left-active-bg);
}

.segmented-chip-segment--last[b-075gnhlbdc],
.segmented-chip-segment--single[b-075gnhlbdc] {
    padding: 0 var(--segmented-chip-right-padding-end) 0 calc(var(--segmented-chip-right-padding-start) + var(--segmented-chip-separator-width));
    color: var(--segmented-chip-right-text);
    background-color: var(--segmented-chip-right-bg);
}

.segmented-chip-segment--single[b-075gnhlbdc] {
    padding-left: var(--segmented-chip-left-padding-start);
}

.segmented-chip-label[b-075gnhlbdc] {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-075gnhlbdc] .segmented-chip-icon {
    flex: 0 0 auto;
    width: var(--segmented-chip-icon-size) !important;
    height: var(--segmented-chip-icon-size) !important;
    font-size: var(--segmented-chip-icon-size) !important;
    line-height: 1;
}

.segmented-chip-segment-text[b-075gnhlbdc] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-075gnhlbdc] .segmented-chip .mud-tooltip-root {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
}

.segmented-chip-size-medium[b-075gnhlbdc] {
    --segmented-chip-height: 32px;
    --segmented-chip-font-size: 14px;
    --segmented-chip-icon-size: 20px;
    --segmented-chip-border-radius: 16px;
    --segmented-chip-separator-width: 10px;
    --segmented-chip-separator-half-height: 16px;
    --segmented-chip-left-padding-start: 12px;
    --segmented-chip-left-padding-end: 11px;
    --segmented-chip-right-padding-start: 5px;
    --segmented-chip-right-padding-end: 12px;
}

.segmented-chip-size-large[b-075gnhlbdc] {
    --segmented-chip-height: 40px;
    --segmented-chip-font-size: 16px;
    --segmented-chip-icon-size: 22px;
    --segmented-chip-border-radius: 20px;
    --segmented-chip-separator-width: 12px;
    --segmented-chip-separator-half-height: 20px;
    --segmented-chip-left-padding-start: 16px;
    --segmented-chip-left-padding-end: 13px;
    --segmented-chip-right-padding-start: 6px;
    --segmented-chip-right-padding-end: 16px;
}

.segmented-chip-color-primary[b-075gnhlbdc],
.segmented-chip-segment-color-primary[b-075gnhlbdc] {
    --segmented-chip-color: var(--mud-palette-primary);
    --segmented-chip-color-text: var(--mud-palette-primary-text);
    --segmented-chip-color-darken: var(--mud-palette-primary-darken);
    --segmented-chip-color-hover: var(--mud-palette-primary-hover);
    --segmented-chip-border-color: rgb(from var(--mud-palette-primary) r g b / var(--mud-palette-border-opacity));
}

.segmented-chip-color-secondary[b-075gnhlbdc],
.segmented-chip-segment-color-secondary[b-075gnhlbdc] {
    --segmented-chip-color: var(--mud-palette-secondary);
    --segmented-chip-color-text: var(--mud-palette-secondary-text);
    --segmented-chip-color-darken: var(--mud-palette-secondary-darken);
    --segmented-chip-color-hover: var(--mud-palette-secondary-hover);
    --segmented-chip-border-color: rgb(from var(--mud-palette-secondary) r g b / var(--mud-palette-border-opacity));
}

.segmented-chip-color-tertiary[b-075gnhlbdc],
.segmented-chip-segment-color-tertiary[b-075gnhlbdc] {
    --segmented-chip-color: var(--mud-palette-tertiary);
    --segmented-chip-color-text: var(--mud-palette-tertiary-text);
    --segmented-chip-color-darken: var(--mud-palette-tertiary-darken);
    --segmented-chip-color-hover: var(--mud-palette-tertiary-hover);
    --segmented-chip-border-color: rgb(from var(--mud-palette-tertiary) r g b / var(--mud-palette-border-opacity));
}

.segmented-chip-color-info[b-075gnhlbdc],
.segmented-chip-segment-color-info[b-075gnhlbdc] {
    --segmented-chip-color: var(--mud-palette-info);
    --segmented-chip-color-text: var(--mud-palette-info-text);
    --segmented-chip-color-darken: var(--mud-palette-info-darken);
    --segmented-chip-color-hover: var(--mud-palette-info-hover);
    --segmented-chip-border-color: rgb(from var(--mud-palette-info) r g b / var(--mud-palette-border-opacity));
}

.segmented-chip-color-success[b-075gnhlbdc],
.segmented-chip-segment-color-success[b-075gnhlbdc] {
    --segmented-chip-color: var(--mud-palette-success);
    --segmented-chip-color-text: var(--mud-palette-success-text);
    --segmented-chip-color-darken: var(--mud-palette-success-darken);
    --segmented-chip-color-hover: var(--mud-palette-success-hover);
    --segmented-chip-border-color: rgb(from var(--mud-palette-success) r g b / var(--mud-palette-border-opacity));
}

.segmented-chip-color-warning[b-075gnhlbdc],
.segmented-chip-segment-color-warning[b-075gnhlbdc] {
    --segmented-chip-color: var(--mud-palette-warning);
    --segmented-chip-color-text: var(--mud-palette-warning-text);
    --segmented-chip-color-darken: var(--mud-palette-warning-darken);
    --segmented-chip-color-hover: var(--mud-palette-warning-hover);
    --segmented-chip-border-color: rgb(from var(--mud-palette-warning) r g b / var(--mud-palette-border-opacity));
}

.segmented-chip-color-error[b-075gnhlbdc],
.segmented-chip-segment-color-error[b-075gnhlbdc] {
    --segmented-chip-color: var(--mud-palette-error);
    --segmented-chip-color-text: var(--mud-palette-error-text);
    --segmented-chip-color-darken: var(--mud-palette-error-darken);
    --segmented-chip-color-hover: var(--mud-palette-error-hover);
    --segmented-chip-border-color: rgb(from var(--mud-palette-error) r g b / var(--mud-palette-border-opacity));
}

.segmented-chip-color-dark[b-075gnhlbdc],
.segmented-chip-segment-color-dark[b-075gnhlbdc] {
    --segmented-chip-color: var(--mud-palette-dark);
    --segmented-chip-color-text: var(--mud-palette-dark-text);
    --segmented-chip-color-darken: var(--mud-palette-dark-darken);
    --segmented-chip-color-hover: var(--mud-palette-dark-hover);
    --segmented-chip-border-color: rgb(from var(--mud-palette-dark) r g b / var(--mud-palette-border-opacity));
}

.segmented-chip-filled[b-075gnhlbdc] {
    --segmented-chip-bg: var(--segmented-chip-color);
    --segmented-chip-border: var(--segmented-chip-color);
    --segmented-chip-left-bg: var(--segmented-chip-color);
    --segmented-chip-left-hover-bg: color-mix(in srgb, var(--segmented-chip-color) 88%, black);
    --segmented-chip-left-active-bg: color-mix(in srgb, var(--segmented-chip-color) 78%, black);
    --segmented-chip-left-text: var(--segmented-chip-color-text);
    --segmented-chip-right-bg: var(--segmented-chip-color);
    --segmented-chip-right-text: var(--segmented-chip-color-text);
}

.segmented-chip-filled .segmented-chip-segment[b-075gnhlbdc] {
    --segmented-chip-left-bg: var(--segmented-chip-color);
    --segmented-chip-left-hover-bg: color-mix(in srgb, var(--segmented-chip-color) 88%, black);
    --segmented-chip-left-active-bg: color-mix(in srgb, var(--segmented-chip-color) 78%, black);
    --segmented-chip-left-text: var(--segmented-chip-color-text);
    --segmented-chip-right-bg: var(--segmented-chip-color);
    --segmented-chip-right-text: var(--segmented-chip-color-text);
    --segmented-chip-segment-bg: var(--segmented-chip-color);
    --segmented-chip-segment-active-bg: color-mix(in srgb, var(--segmented-chip-color) 78%, black);
    --segmented-chip-segment-text: var(--segmented-chip-color-text);
}

.segmented-chip-filled.segmented-chip-color-default[b-075gnhlbdc] {
    --segmented-chip-bg: var(--mud-palette-action-disabled-background);
    --segmented-chip-border: transparent;
    --segmented-chip-left-bg: color-mix(in srgb, var(--mud-palette-primary) 18%, var(--mud-palette-surface));
    --segmented-chip-left-hover-bg: color-mix(in srgb, var(--mud-palette-primary) 24%, var(--mud-palette-surface));
    --segmented-chip-left-active-bg: color-mix(in srgb, var(--mud-palette-primary) 30%, var(--mud-palette-surface));
    --segmented-chip-left-text: var(--mud-palette-primary);
    --segmented-chip-right-bg: var(--mud-palette-action-disabled-background);
    --segmented-chip-right-text: var(--mud-palette-text-primary);
}

.segmented-chip-filled .segmented-chip-segment-color-default[b-075gnhlbdc] {
    --segmented-chip-color: var(--mud-palette-text-primary);
    --segmented-chip-color-text: var(--mud-palette-text-primary);
    --segmented-chip-color-darken: var(--mud-palette-action-disabled);
    --segmented-chip-color-hover: var(--mud-palette-action-default-hover);
    --segmented-chip-left-bg: color-mix(in srgb, var(--mud-palette-primary) 18%, var(--mud-palette-surface));
    --segmented-chip-left-hover-bg: color-mix(in srgb, var(--mud-palette-primary) 24%, var(--mud-palette-surface));
    --segmented-chip-left-active-bg: color-mix(in srgb, var(--mud-palette-primary) 30%, var(--mud-palette-surface));
    --segmented-chip-left-text: var(--mud-palette-primary);
    --segmented-chip-right-bg: var(--mud-palette-action-disabled-background);
    --segmented-chip-right-text: var(--mud-palette-text-primary);
    --segmented-chip-segment-bg: color-mix(in srgb, var(--mud-palette-primary) 18%, var(--mud-palette-surface));
    --segmented-chip-segment-active-bg: color-mix(in srgb, var(--mud-palette-primary) 30%, var(--mud-palette-surface));
    --segmented-chip-segment-text: var(--mud-palette-primary);
}

.segmented-chip-outlined[b-075gnhlbdc] {
    --segmented-chip-bg: transparent;
    --segmented-chip-border: var(--segmented-chip-border-color);
    --segmented-chip-left-bg: var(--segmented-chip-color-hover);
    --segmented-chip-left-hover-bg: color-mix(in srgb, var(--segmented-chip-color) 12%, transparent);
    --segmented-chip-left-active-bg: color-mix(in srgb, var(--segmented-chip-color) 18%, transparent);
    --segmented-chip-left-text: var(--segmented-chip-color);
    --segmented-chip-right-bg: transparent;
    --segmented-chip-right-text: var(--segmented-chip-color);
}

.segmented-chip-outlined .segmented-chip-segment[b-075gnhlbdc] {
    --segmented-chip-segment-bg: color-mix(in srgb, var(--segmented-chip-color) 14%, var(--mud-palette-surface));
    --segmented-chip-segment-active-bg: color-mix(in srgb, var(--segmented-chip-color) 24%, var(--mud-palette-surface));
    --segmented-chip-segment-text: var(--segmented-chip-color);
}

.segmented-chip-outlined.segmented-chip-color-default[b-075gnhlbdc] {
    --segmented-chip-color-hover: color-mix(in srgb, var(--mud-palette-primary) 18%, var(--mud-palette-surface));
    --segmented-chip-left-hover-bg: color-mix(in srgb, var(--mud-palette-primary) 22%, var(--mud-palette-surface));
    --segmented-chip-left-active-bg: color-mix(in srgb, var(--mud-palette-primary) 30%, var(--mud-palette-surface));
    --segmented-chip-left-text: var(--mud-palette-primary);
    --segmented-chip-right-text: var(--mud-palette-text-primary);
}

.segmented-chip-outlined .segmented-chip-segment-color-default[b-075gnhlbdc] {
    --segmented-chip-color: var(--mud-palette-text-primary);
    --segmented-chip-color-text: var(--mud-palette-text-primary);
    --segmented-chip-color-darken: var(--mud-palette-action-disabled);
    --segmented-chip-color-hover: color-mix(in srgb, var(--mud-palette-primary) 18%, var(--mud-palette-surface));
    --segmented-chip-left-hover-bg: color-mix(in srgb, var(--mud-palette-primary) 22%, var(--mud-palette-surface));
    --segmented-chip-left-active-bg: color-mix(in srgb, var(--mud-palette-primary) 30%, var(--mud-palette-surface));
    --segmented-chip-left-text: var(--mud-palette-primary);
    --segmented-chip-right-text: var(--mud-palette-text-primary);
    --segmented-chip-segment-bg: color-mix(in srgb, var(--mud-palette-primary) 18%, var(--mud-palette-surface));
    --segmented-chip-segment-active-bg: color-mix(in srgb, var(--mud-palette-primary) 30%, var(--mud-palette-surface));
    --segmented-chip-segment-text: var(--mud-palette-primary);
}

.segmented-chip-text[b-075gnhlbdc] {
    --segmented-chip-bg: var(--segmented-chip-color-hover);
    --segmented-chip-border: transparent;
    --segmented-chip-left-bg: color-mix(in srgb, var(--segmented-chip-color) 14%, var(--segmented-chip-bg));
    --segmented-chip-left-hover-bg: color-mix(in srgb, var(--segmented-chip-color) 18%, var(--segmented-chip-bg));
    --segmented-chip-left-active-bg: color-mix(in srgb, var(--segmented-chip-color) 24%, var(--segmented-chip-bg));
    --segmented-chip-left-text: var(--segmented-chip-color);
    --segmented-chip-right-bg: var(--segmented-chip-bg);
    --segmented-chip-right-text: var(--segmented-chip-color);
}

.segmented-chip-text .segmented-chip-segment[b-075gnhlbdc] {
    --segmented-chip-segment-bg: color-mix(in srgb, var(--segmented-chip-color) 14%, var(--segmented-chip-bg));
    --segmented-chip-segment-active-bg: color-mix(in srgb, var(--segmented-chip-color) 24%, var(--segmented-chip-bg));
    --segmented-chip-segment-text: var(--segmented-chip-color);
}

.segmented-chip-text.segmented-chip-color-default[b-075gnhlbdc] {
    --segmented-chip-color: var(--mud-palette-primary);
    --segmented-chip-left-text: var(--mud-palette-primary);
    --segmented-chip-right-text: var(--mud-palette-text-primary);
}

.segmented-chip-text .segmented-chip-segment-color-default[b-075gnhlbdc] {
    --segmented-chip-color: var(--mud-palette-primary);
    --segmented-chip-left-text: var(--mud-palette-primary);
    --segmented-chip-right-text: var(--mud-palette-text-primary);
}
/* _content/Synapse.WebApp/Components/Features/General/Components/UserRoleOption.razor.rz.scp.css */
.user-role-option[b-txq76j8btx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    min-width: 0;
    padding: 0.125rem 0;
}

.user-role-option__name[b-txq76j8btx] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-role-option__role[b-txq76j8btx] {
    flex: 0 0 auto;
    max-width: 12rem;
}

[b-txq76j8btx] .user-role-option__role .mud-chip-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* _content/Synapse.WebApp/Components/Features/Planning/Pages/ManageOvertimePage.razor.rz.scp.css */
.overtime-table-shell[b-y9t3fcg46x] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background-color: var(--mud-palette-surface);
    overflow: hidden;
}

.overtime-table-header[b-y9t3fcg46x] {
    padding: 14px 18px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    background-color: color-mix(in srgb, var(--mud-palette-surface) 92%, var(--mud-palette-background));
}

.overtime-table-scroll[b-y9t3fcg46x] {
    overflow-x: auto;
}

[b-y9t3fcg46x] .overtime-hierarchical-table {
    background-color: transparent;
}

[b-y9t3fcg46x] .overtime-hierarchical-table table {
    min-width: 1180px;
}

[b-y9t3fcg46x] .overtime-hierarchical-table .mud-table-container {
    max-height: var(--overtime-table-height, calc(100vh - 290px));
}

[b-y9t3fcg46x] .overtime-hierarchical-table th,
[b-y9t3fcg46x] .overtime-hierarchical-table td {
    padding: 10px 14px;
}

[b-y9t3fcg46x] .overtime-hierarchical-table th:first-child,
[b-y9t3fcg46x] .overtime-hierarchical-table td:first-child {
    padding-left: 22px;
}

[b-y9t3fcg46x] .overtime-hierarchical-table th:last-child,
[b-y9t3fcg46x] .overtime-hierarchical-table td:last-child {
    padding-right: 22px;
}

[b-y9t3fcg46x] .overtime-hierarchical-table thead th {
    top: 0;
    z-index: 3;
    position: sticky;
    background-color: color-mix(in srgb, var(--mud-palette-surface) 80%, var(--mud-palette-background));
}

[b-y9t3fcg46x] .overtime-hierarchical-table tbody tr {
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 62%, transparent);
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-header-cell {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--mud-palette-text-secondary);
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-header-supervisor,
[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-description-cell {
    width: 20%;
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-header-description,
[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-description-value {
    width: 24%;
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-header-activity,
[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-header-created,
[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-header-schedule {
    width: 12%;
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-header-team,
[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-header-status,
[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-header-actions,
[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-actions-cell {
    width: 8%;
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-row-parent {
    background-color: color-mix(in srgb, #3b82f6 8%, var(--mud-palette-surface));
    box-shadow: inset 0 1px 0 color-mix(in srgb, #3b82f6 24%, transparent),
        inset 0 -1px 0 color-mix(in srgb, #3b82f6 18%, transparent);
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-row-parent:hover {
    background-color: color-mix(in srgb, #3b82f6 11%, var(--mud-palette-surface));
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-row-child:hover {
    background-color: color-mix(in srgb, var(--mud-palette-surface) 82%, var(--mud-palette-background));
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-row-load-more {
    background-color: color-mix(in srgb, var(--mud-palette-surface) 94%, var(--mud-palette-background));
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-load-more-cell {
    padding-top: 8px;
    padding-bottom: 12px;
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-group-load-more {
    display: flex;
    justify-content: flex-start;
    padding-left: calc(20px + (var(--overtime-depth, 0) * 24px));
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-description-cell {
    white-space: nowrap;
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-description-parent {
    border-left: 4px solid #2563eb;
    font-weight: 700;
    color: #0f2f5f;
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-description-child {
    color: #475569;
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-description-content {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 20px;
    padding-left: calc(var(--overtime-depth, 0) * 24px);
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-description-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-description-parent .overtime-description-text {
    text-transform: uppercase;
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-expand-button {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    line-height: 1;
    color: #1d4ed8;
    background-color: color-mix(in srgb, #3b82f6 12%, transparent);
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-expand-button.mud-icon-button {
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    padding: 0 !important;
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-expand-button .mud-icon-root {
    font-size: 18px;
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-expand-button:hover {
    background-color: color-mix(in srgb, #3b82f6 20%, transparent);
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-expand-placeholder {
    width: 20px;
    height: 20px;
    display: inline-block;
    flex: 0 0 20px;
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-value-cell,
[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-actions-cell {
    color: var(--mud-palette-text-secondary);
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-value-cell {
    vertical-align: middle;
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-row-parent .overtime-value-cell {
    font-weight: 600;
    color: #334155;
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-description-value {
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-y9t3fcg46x] .overtime-hierarchical-table .overtime-actions-cell {
    white-space: nowrap;
}

@media (max-width: 600px) {
    .overtime-table-header[b-y9t3fcg46x] {
        padding: 12px 14px;
    }

    [b-y9t3fcg46x] .overtime-hierarchical-table table {
        min-width: 1040px;
    }

    [b-y9t3fcg46x] .overtime-hierarchical-table .mud-table-container {
        max-height: 420px;
    }

    [b-y9t3fcg46x] .overtime-hierarchical-table th,
    [b-y9t3fcg46x] .overtime-hierarchical-table td {
        padding: 8px 12px;
    }

    [b-y9t3fcg46x] .overtime-hierarchical-table th:first-child,
    [b-y9t3fcg46x] .overtime-hierarchical-table td:first-child {
        padding-left: 16px;
    }

    [b-y9t3fcg46x] .overtime-hierarchical-table th:last-child,
    [b-y9t3fcg46x] .overtime-hierarchical-table td:last-child {
        padding-right: 16px;
    }

    [b-y9t3fcg46x] .overtime-hierarchical-table .overtime-description-content {
        gap: 4px;
        padding-left: calc(var(--overtime-depth, 0) * 16px);
    }
}
/* _content/Synapse.WebApp/Components/Features/Planning/Pages/OperationalReportsPage.razor.rz.scp.css */
.operational-reports-shell[b-sz82klzu5c] {
    display: grid;
    grid-template-columns: 248px minmax(0, 1fr);
    min-width: 0;
    min-height: calc(100vh - 220px);
    overflow: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 14px;
    background: var(--mud-palette-surface);
}

.operational-reports-nav[b-sz82klzu5c] {
    min-width: 0;
    padding: 18px 12px;
    border-right: 1px solid var(--mud-palette-lines-default);
    background: color-mix(in srgb, var(--mud-palette-background) 70%, var(--mud-palette-surface));
}

.operational-reports-nav-heading[b-sz82klzu5c],
.operational-reports-title[b-sz82klzu5c],
.operational-reports-week[b-sz82klzu5c],
.operational-report-results-heading[b-sz82klzu5c],
.operational-reports-notice[b-sz82klzu5c] {
    display: flex;
    align-items: center;
}

.operational-reports-nav-heading[b-sz82klzu5c] {
    gap: 10px;
    padding: 0 8px 18px;
}

.operational-reports-nav-icon[b-sz82klzu5c],
.operational-reports-title-icon[b-sz82klzu5c] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: var(--mud-palette-primary);
    background: color-mix(in srgb, var(--mud-palette-primary) 11%, transparent);
}

.operational-reports-nav-icon[b-sz82klzu5c] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
}

.operational-reports-nav-group + .operational-reports-nav-group[b-sz82klzu5c] {
    margin-top: 18px;
}

.operational-reports-nav-label[b-sz82klzu5c] {
    padding: 0 10px 6px;
    color: var(--mud-palette-text-secondary);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.operational-reports-nav-item[b-sz82klzu5c] {
    display: grid;
    grid-template-columns: 22px minmax(0, 1fr) auto;
    align-items: center;
    width: 100%;
    min-height: 42px;
    margin: 2px 0;
    padding: 8px 10px;
    border: 0;
    border-radius: 9px;
    color: var(--mud-palette-text-secondary);
    background: transparent;
    font: inherit;
    font-size: .82rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: background-color 120ms ease, color 120ms ease;
}

.operational-reports-nav-item:hover[b-sz82klzu5c] {
    color: var(--mud-palette-text-primary);
    background: color-mix(in srgb, var(--mud-palette-primary) 6%, transparent);
}

.operational-reports-nav-item--active[b-sz82klzu5c] {
    color: var(--mud-palette-primary);
    background: color-mix(in srgb, var(--mud-palette-primary) 12%, transparent);
    box-shadow: inset 3px 0 0 var(--mud-palette-primary);
}

.operational-reports-nav-status[b-sz82klzu5c] {
    padding: 2px 5px;
    border-radius: 4px;
    color: var(--mud-palette-warning-darken);
    background: color-mix(in srgb, var(--mud-palette-warning) 13%, transparent);
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.operational-reports-content[b-sz82klzu5c] {
    min-width: 0;
    padding: 22px 24px 28px;
}

.operational-reports-header[b-sz82klzu5c] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 18px;
}

.operational-reports-title[b-sz82klzu5c] {
    min-width: 0;
    gap: 12px;
}

.operational-reports-title-icon[b-sz82klzu5c] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
}

.operational-reports-title :deep(.mud-typography-h6)[b-sz82klzu5c] {
    line-height: 1.25;
}

.operational-reports-week[b-sz82klzu5c] {
    flex: 0 0 300px;
    gap: 8px;
}

.operational-reports-week :deep(.mud-select)[b-sz82klzu5c] {
    flex: 1 1 auto;
}

.operational-reports-filterbar[b-sz82klzu5c] {
    display: grid;
    grid-template-columns: minmax(170px, .8fr) minmax(190px, .9fr) minmax(240px, 1.4fr) auto;
    align-items: center;
    gap: 10px;
    padding: 12px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 11px;
    background: color-mix(in srgb, var(--mud-palette-background) 42%, var(--mud-palette-surface));
}

.operational-reports-embedded[b-sz82klzu5c] {
    min-width: 0;
    padding-top: 2px;
}

.operational-reports-embedded :deep(.occupancy-filters)[b-sz82klzu5c] {
    border-radius: 11px;
    background: color-mix(in srgb, var(--mud-palette-background) 42%, var(--mud-palette-surface));
}

.operational-reports-embedded :deep(.occupancy-table-scroll)[b-sz82klzu5c] {
    max-height: calc(100vh - 400px);
}

.operational-reports-loading[b-sz82klzu5c] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 260px;
}

.operational-reports-overview[b-sz82klzu5c] {
    margin-top: 18px;
    padding: 16px 18px 14px;
    border-radius: 11px;
    background: color-mix(in srgb, var(--mud-palette-primary) 5%, var(--mud-palette-surface));
}

.operational-reports-context[b-sz82klzu5c] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    color: var(--mud-palette-text-secondary);
    font-size: .78rem;
}

.operational-reports-context > span:first-child[b-sz82klzu5c] {
    color: var(--mud-palette-text-primary);
    font-weight: 700;
}

.operational-reports-context-separator[b-sz82klzu5c] {
    color: var(--mud-palette-text-disabled);
}

.operational-reports-metrics[b-sz82klzu5c] {
    display: flex;
    align-items: stretch;
    margin-top: 14px;
}

.operational-report-metric[b-sz82klzu5c] {
    min-width: 120px;
    padding: 0 24px;
    border-left: 1px solid var(--mud-palette-lines-default);
}

.operational-report-metric:first-child[b-sz82klzu5c] {
    padding-left: 0;
    border-left: 0;
}

.operational-report-metric span[b-sz82klzu5c],
.operational-report-metric strong[b-sz82klzu5c] {
    display: block;
}

.operational-report-metric span[b-sz82klzu5c] {
    margin-bottom: 2px;
    color: var(--mud-palette-text-secondary);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.operational-report-metric strong[b-sz82klzu5c] {
    color: var(--mud-palette-text-primary);
    font-size: 1.2rem;
    line-height: 1.25;
}

.operational-report-metric small[b-sz82klzu5c] {
    color: var(--mud-palette-text-secondary);
    font-size: .67em;
    font-weight: 600;
}

.operational-reports-notice[b-sz82klzu5c] {
    align-items: flex-start;
    gap: 10px;
    margin-top: 14px;
    padding: 11px 14px;
    border-left: 3px solid var(--mud-palette-warning);
    border-radius: 7px;
    color: var(--mud-palette-text-secondary);
    background: color-mix(in srgb, var(--mud-palette-warning) 7%, var(--mud-palette-surface));
    font-size: .78rem;
}

.operational-reports-notice strong[b-sz82klzu5c] {
    color: var(--mud-palette-text-primary);
}

.operational-reports-notice ul[b-sz82klzu5c] {
    margin: 4px 0 0;
    padding-left: 17px;
}

.operational-reports-notice li + li[b-sz82klzu5c] {
    margin-top: 3px;
}

.operational-report-results-heading[b-sz82klzu5c] {
    justify-content: space-between;
    gap: 16px;
    margin: 24px 2px 10px;
}

.operational-report-sections[b-sz82klzu5c] {
    overflow: hidden;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 11px;
}

.operational-report-section[b-sz82klzu5c] {
    border-bottom: 1px solid var(--mud-palette-lines-default);
    box-shadow: none;
}

.operational-report-section:last-child[b-sz82klzu5c] {
    border-bottom: 0;
}

.operational-report-section-title[b-sz82klzu5c] {
    width: 100%;
    padding-right: 8px;
}

.operational-report-table[b-sz82klzu5c] {
    max-height: 60vh;
    overflow: auto;
    background: var(--mud-palette-surface);
}

.operational-report-table :deep(table)[b-sz82klzu5c] {
    min-width: 1080px;
}

.operational-report-table :deep(th)[b-sz82klzu5c] {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 9px 12px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    color: var(--mud-palette-text-secondary);
    background: color-mix(in srgb, var(--mud-palette-background) 72%, var(--mud-palette-surface));
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
    white-space: nowrap;
}

.operational-report-table :deep(td)[b-sz82klzu5c] {
    max-width: 360px;
    padding: 9px 12px;
    vertical-align: top;
    font-size: .79rem;
    line-height: 1.35;
}

.operational-report-table :deep(tbody tr:hover)[b-sz82klzu5c] {
    background: color-mix(in srgb, var(--mud-palette-primary) 5%, var(--mud-palette-surface));
}

.report-unavailable[b-sz82klzu5c] {
    color: var(--mud-palette-text-disabled);
    font-weight: 700;
}

.operational-report-blocked[b-sz82klzu5c] {
    max-width: 620px;
    margin: 36px auto;
    padding: 40px;
    border: 1px dashed color-mix(in srgb, var(--mud-palette-warning) 45%, var(--mud-palette-lines-default));
    border-radius: 14px;
    text-align: center;
    background: color-mix(in srgb, var(--mud-palette-warning) 5%, var(--mud-palette-surface));
}

@media (max-width: 1180px) {
    .operational-reports-shell[b-sz82klzu5c] {
        grid-template-columns: 1fr;
    }

    .operational-reports-nav[b-sz82klzu5c] {
        display: flex;
        align-items: center;
        gap: 6px;
        overflow-x: auto;
        padding: 10px 12px;
        border-right: 0;
        border-bottom: 1px solid var(--mud-palette-lines-default);
    }

    .operational-reports-nav-heading[b-sz82klzu5c] {
        flex: 0 0 auto;
        padding: 0 12px 0 0;
    }

    .operational-reports-nav-heading :deep(.mud-typography-caption)[b-sz82klzu5c],
    .operational-reports-nav-label[b-sz82klzu5c] {
        display: none;
    }

    .operational-reports-nav-group[b-sz82klzu5c] {
        display: contents;
    }

    .operational-reports-nav-item[b-sz82klzu5c] {
        display: flex;
        flex: 0 0 auto;
        width: auto;
        min-height: 38px;
        white-space: nowrap;
    }

    .operational-reports-nav-item--active[b-sz82klzu5c] {
        box-shadow: inset 0 -3px 0 var(--mud-palette-primary);
    }

    .operational-reports-nav-status[b-sz82klzu5c] {
        display: none;
    }
}

@media (max-width: 760px) {
    .operational-reports-shell[b-sz82klzu5c] {
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }

    .operational-reports-content[b-sz82klzu5c] {
        padding: 18px 12px 24px;
    }

    .operational-reports-header[b-sz82klzu5c] {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
    }

    .operational-reports-week[b-sz82klzu5c] {
        flex-basis: auto;
        width: 100%;
    }

    .operational-reports-filterbar[b-sz82klzu5c] {
        grid-template-columns: 1fr;
    }

    .operational-reports-metrics[b-sz82klzu5c] {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px 0;
    }

    .operational-report-metric[b-sz82klzu5c],
    .operational-report-metric:first-child[b-sz82klzu5c] {
        min-width: 0;
        padding: 0 14px;
        border-left: 1px solid var(--mud-palette-lines-default);
    }

    .operational-report-metric:nth-child(odd)[b-sz82klzu5c] {
        padding-left: 0;
        border-left: 0;
    }

    .operational-report-table :deep(table)[b-sz82klzu5c] {
        min-width: 940px;
    }
}
/* _content/Synapse.WebApp/Components/Features/Planning/Pages/OperationsPlanningPage.razor.rz.scp.css */
.operations-page[b-guspawoad0] {
    --operations-accent: #0f766e;
    --operations-programmed: #0ea5e9;
    --operations-confirmed: #16a34a;
    --operations-planned-work: #2563eb;
    --operations-actual-work: #15803d;
    --operations-excluded: #d97706;
    --operations-out: #0891b2;
}

.operations-filter-panel[b-guspawoad0] {
    border-left: 5px solid var(--mud-palette-info);
    transition: border-left 0.3s ease-in-out;
}

[b-guspawoad0] .operations-filter-panel .mud-expand-panel-content {
    padding-top: 10px;
}

[b-guspawoad0] .operations-filter-panel .mud-input-control {
    margin-top: 0;
}

[b-guspawoad0] .operations-filter-grid {
    align-items: flex-end;
}

[b-guspawoad0] .operations-filter-panel .mud-input-root {
    min-height: 40px;
}

[b-guspawoad0] .operations-filter-action {
    height: 40px;
    min-height: 40px;
}

.operations-summary-grid[b-guspawoad0] {
    align-items: stretch;
}

[b-guspawoad0] .operations-summary-card {
    min-height: 86px;
    height: 100%;
    padding: 0;
    border-radius: 8px;
    border-color: color-mix(in srgb, var(--operations-card-color, var(--operations-accent)) 24%, var(--mud-palette-lines-default));
    background-color: var(--mud-palette-surface);
}

.operations-summary-card-content[b-guspawoad0] {
    display: flex;
    align-items: center;
    min-width: 0;
    width: 100%;
    min-height: 52px;
    padding: 8px 18px 8px 24px;
    gap: 16px;
    box-sizing: border-box;
}

[b-guspawoad0] .operations-summary-icon {
    color: var(--operations-card-color, var(--operations-accent));
    flex: 0 0 auto;
    width: 34px;
    min-width: 34px;
    font-size: 2rem !important;
}

.operations-summary-content[b-guspawoad0] {
    min-width: 0;
}

[b-guspawoad0] .operations-summary-content .mud-typography-h5,
[b-guspawoad0] .operations-summary-content .mud-typography-body2 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-guspawoad0] .operations-summary-card--programmed {
    --operations-card-color: var(--operations-programmed);
}

[b-guspawoad0] .operations-summary-card--confirmed {
    --operations-card-color: var(--operations-confirmed);
}

[b-guspawoad0] .operations-summary-card--planned-work {
    --operations-card-color: var(--operations-planned-work);
}

[b-guspawoad0] .operations-summary-card--actual-work {
    --operations-card-color: var(--operations-actual-work);
}

[b-guspawoad0] .operations-summary-card--excluded {
    --operations-card-color: var(--operations-excluded);
}

[b-guspawoad0] .operations-summary-card--out {
    --operations-card-color: var(--operations-out);
}

.operations-table-shell[b-guspawoad0] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background-color: var(--mud-palette-surface);
    overflow: hidden;
}

.operations-table-header[b-guspawoad0] {
    padding: 14px 18px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    background-color: color-mix(in srgb, var(--mud-palette-surface) 92%, var(--mud-palette-background));
}

.operations-table-scroll[b-guspawoad0] {
    overflow-x: auto;
}

.operations-table-virtualizer-frame[b-guspawoad0] {
    position: relative;
    min-width: 1700px;
}

.operations-virtualized-skeleton[b-guspawoad0] {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding-top: 46px;
    pointer-events: none;
}

.operations-virtualized-skeleton-row[b-guspawoad0] {
    display: grid;
    grid-template-columns: 480px 330px 130px 240px 190px 220px;
    align-items: center;
    height: 52px;
    padding: 9px 18px;
    column-gap: 0;
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 42%, transparent);
    box-sizing: border-box;
}

.operations-virtualized-skeleton-row > *[b-guspawoad0] {
    max-width: calc(100% - 24px);
}

.operations-page-size[b-guspawoad0] {
    width: 96px;
}

.operations-export-button[b-guspawoad0],
.operations-delete-week-button[b-guspawoad0] {
    white-space: nowrap;
}

.operations-pager[b-guspawoad0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    border-top: 1px solid var(--mud-palette-lines-default);
    background-color: color-mix(in srgb, var(--mud-palette-surface) 94%, var(--mud-palette-background));
}

.operations-actions[b-guspawoad0] {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.operations-actions[b-guspawoad0] {
    justify-content: flex-end;
    flex-wrap: nowrap;
}

[b-guspawoad0] .operations-table {
    position: relative;
    z-index: 1;
    background-color: transparent;
}

[b-guspawoad0] .operations-table table {
    min-width: 1700px;
    table-layout: fixed;
}

[b-guspawoad0] .operations-table .mud-table-container {
    max-height: calc(100vh - 330px);
}

[b-guspawoad0] .operations-table th,
[b-guspawoad0] .operations-table td {
    padding: 9px 12px;
    vertical-align: middle;
}

[b-guspawoad0] .operations-table th:first-child,
[b-guspawoad0] .operations-table td:first-child {
    padding-left: 18px;
}

[b-guspawoad0] .operations-table th:last-child,
[b-guspawoad0] .operations-table td:last-child {
    padding-right: 18px;
}

[b-guspawoad0] .operations-table thead th {
    top: 0;
    z-index: 20;
    position: sticky;
    background-color: color-mix(in srgb, var(--mud-palette-surface) 80%, var(--mud-palette-background));
}

[b-guspawoad0] .operations-table tbody td {
    position: relative;
    z-index: 0;
}

[b-guspawoad0] .operations-table tbody tr {
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 62%, transparent);
}

[b-guspawoad0] .operations-table tbody tr:hover .segmented-chip:not(.segmented-chip-filled) {
    --segmented-chip-left-bg: color-mix(in srgb, var(--mud-palette-primary) 22%, transparent);
}

[b-guspawoad0] .operations-table .operations-header-cell {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--mud-palette-text-secondary);
}

[b-guspawoad0] .operations-table .operations-col-key {
    width: 310px;
}

[b-guspawoad0] .operations-table-flat .operations-col-key {
    width: 480px;
}

[b-guspawoad0] .operations-table .operations-col-text {
    width: 330px;
}

[b-guspawoad0] .operations-table .operations-col-work-center {
    width: 130px;
}

[b-guspawoad0] .operations-table .operations-col-area {
    width: 240px;
}

[b-guspawoad0] .operations-table .operations-col-window {
    width: 190px;
}

[b-guspawoad0] .operations-table .operations-col-work {
    width: 220px;
}

[b-guspawoad0] .operations-table .operations-key-main {
    font-weight: 700;
}

.operations-tree-content[b-guspawoad0] {
    --operations-tree-depth: 0;
    display: flex;
    align-items: center;
    min-width: 0;
    min-height: 20px;
    gap: 6px;
    padding-left: calc(var(--operations-tree-depth) * 18px);
}

[b-guspawoad0] .operations-tree-expand-button {
    flex: 0 0 auto;
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    padding: 0 !important;
    margin: 0;
    border-radius: 6px;
    line-height: 1;
    color: var(--operations-level-color, var(--mud-palette-primary));
    background-color: color-mix(in srgb, var(--operations-level-color, var(--mud-palette-primary)) 12%, transparent);
}

[b-guspawoad0] .operations-tree-expand-button .mud-icon-root {
    font-size: 18px;
}

[b-guspawoad0] .operations-tree-expand-button:hover {
    background-color: color-mix(in srgb, var(--operations-level-color, var(--mud-palette-primary)) 20%, transparent);
}

[b-guspawoad0] .operations-operation-number-chip {
    --segmented-chip-left-padding-start: 8px;
    --segmented-chip-left-padding-end: 8px;
    --segmented-chip-right-padding-start: 8px;
    --segmented-chip-right-padding-end: 8px;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    max-width: 250px;
}

[b-guspawoad0] .operations-operation-number-chip--flat {
    --segmented-chip-icon-size: 16px;
    --segmented-chip-separator-width: 7px;
    --segmented-chip-left-padding-start: 6px;
    --segmented-chip-left-padding-end: 6px;
    --segmented-chip-right-padding-start: 6px;
    --segmented-chip-right-padding-end: 7px;
    max-width: 450px;
}

[b-guspawoad0] .operations-operation-number-chip .operations-operation-number-segment--operation {
    --segmented-chip-left-bg: color-mix(in srgb, var(--mud-palette-text-primary) 12%, var(--mud-palette-surface));
    --segmented-chip-left-hover-bg: color-mix(in srgb, var(--mud-palette-text-primary) 18%, var(--mud-palette-surface));
    --segmented-chip-left-active-bg: color-mix(in srgb, var(--mud-palette-text-primary) 24%, var(--mud-palette-surface));
    --segmented-chip-left-text: var(--mud-palette-text-primary);
    --segmented-chip-right-bg: color-mix(in srgb, var(--mud-palette-text-primary) 12%, var(--mud-palette-surface));
    --segmented-chip-right-text: var(--mud-palette-text-primary);
}

[b-guspawoad0] .operations-operation-number-chip .operations-operation-number-segment--suboperation {
    --segmented-chip-left-bg: var(--mud-palette-surface);
    --segmented-chip-left-hover-bg: color-mix(in srgb, var(--mud-palette-text-primary) 6%, var(--mud-palette-surface));
    --segmented-chip-left-active-bg: color-mix(in srgb, var(--mud-palette-text-primary) 10%, var(--mud-palette-surface));
    --segmented-chip-left-text: var(--mud-palette-text-primary);
    --segmented-chip-right-bg: var(--mud-palette-surface);
    --segmented-chip-right-text: var(--mud-palette-text-primary);
}

.operations-tree-placeholder[b-guspawoad0] {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
}

.operations-tree-title[b-guspawoad0] {
    min-width: 0;
    display: block;
    overflow: hidden;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.operations-tree-meta[b-guspawoad0] {
    flex: 0 0 auto;
    color: var(--mud-palette-text-secondary);
    font-size: 0.72rem;
    white-space: nowrap;
}

[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-area {
    --operations-level-color: #2563eb;
}

[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-work-center {
    --operations-level-color: #0284c7;
}

[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-order {
    --operations-level-color: #16a34a;
}

[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-area,
[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-work-center,
[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-order {
    --operations-row-bg: color-mix(in srgb, var(--operations-level-color) 8%, var(--mud-palette-surface));
    background-color: var(--operations-row-bg);
    box-shadow:
        inset 0 1px 0 color-mix(in srgb, var(--operations-level-color) 24%, transparent),
        inset 0 -1px 0 color-mix(in srgb, var(--operations-level-color) 18%, transparent);
}

[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-area > td,
[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-work-center > td,
[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-order > td,
[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-item > td {
    background-color: var(--operations-row-bg, var(--mud-palette-surface)) !important;
}

[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-area:hover,
[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-work-center:hover,
[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-order:hover {
    --operations-row-bg: color-mix(in srgb, var(--operations-level-color) 11%, var(--mud-palette-surface));
    background-color: var(--operations-row-bg);
}

[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-area .operations-tree-cell,
[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-work-center .operations-tree-cell,
[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-order .operations-tree-cell {
    color: var(--mud-palette-text-primary);
    border-left: 4px solid var(--operations-level-color);
}

[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-area .operations-tree-title,
[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-work-center .operations-tree-title,
[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-order .operations-tree-title {
    text-transform: uppercase;
}

[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-item:hover {
    --operations-row-bg: color-mix(in srgb, var(--mud-palette-surface) 82%, var(--mud-palette-background));
    background-color: var(--operations-row-bg);
}

[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-item {
    --operations-row-bg: var(--mud-palette-surface);
    background-color: var(--operations-row-bg);
    cursor: pointer;
}

[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-item .operations-tree-meta {
    display: none;
}

[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-item .operations-tree-title {
    font-weight: 600;
    color: var(--mud-palette-text-secondary);
}

[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-area .operations-group-summary,
[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-work-center .operations-group-summary,
[b-guspawoad0] .operations-hierarchy-table tbody tr.operations-row-order .operations-group-summary {
    display: block;
    max-width: 100%;
    overflow: hidden;
    font-weight: 600;
    color: var(--mud-palette-text-primary);
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-guspawoad0] .operations-table .operations-text-cell {
    width: 330px;
    max-width: 330px;
}

[b-guspawoad0] .operations-table .operations-text-value {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-guspawoad0] .operations-table .operations-operation-text-chip {
    --segmented-chip-left-padding-start: 8px;
    --segmented-chip-left-padding-end: 8px;
    --segmented-chip-right-padding-start: 8px;
    --segmented-chip-right-padding-end: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 100%;
}

[b-guspawoad0] .operations-table .operations-work-center-cell {
    width: 130px;
    max-width: 130px;
}

[b-guspawoad0] .operations-table .operations-work-center-chip {
    --segmented-chip-left-padding-start: 8px;
    --segmented-chip-left-padding-end: 8px;
    --segmented-chip-right-padding-start: 8px;
    --segmented-chip-right-padding-end: 8px;
    max-width: 100%;
}

[b-guspawoad0] .operations-table .operations-area-cell {
    width: 240px;
    max-width: 240px;
}

[b-guspawoad0] .operations-table .operations-area-chip {
    --segmented-chip-left-padding-start: 8px;
    --segmented-chip-left-padding-end: 8px;
    --segmented-chip-right-padding-start: 8px;
    --segmented-chip-right-padding-end: 10px;
    max-width: 100%;
}

[b-guspawoad0] .operations-table .operations-window-cell {
    width: 190px;
    max-width: 190px;
}

[b-guspawoad0] .operations-table .operations-work-cell {
    width: 220px;
    max-width: 220px;
}

[b-guspawoad0] .operations-table .operations-work-center-cell,
[b-guspawoad0] .operations-table .operations-area-cell,
[b-guspawoad0] .operations-table .operations-window-cell,
[b-guspawoad0] .operations-table .operations-work-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-guspawoad0] .operations-table .operations-provider-area-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

[b-guspawoad0] .operations-table .operations-provider-area-chip .mud-chip-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-guspawoad0] .operations-table .operations-window-chip {
    --segmented-chip-left-padding-start: 8px;
    --segmented-chip-left-padding-end: 8px;
    --segmented-chip-right-padding-start: 8px;
    --segmented-chip-right-padding-end: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

[b-guspawoad0] .operations-table .operations-work-chip {
    --segmented-chip-left-padding-start: 8px;
    --segmented-chip-left-padding-end: 8px;
    --segmented-chip-right-padding-start: 8px;
    --segmented-chip-right-padding-end: 8px;
    max-width: 100%;
}

[b-guspawoad0] .operations-table .operations-work-chip .segmented-chip-segment:nth-child(1) {
    --segmented-chip-color: var(--mud-palette-success);
    --segmented-chip-left-bg: color-mix(in srgb, var(--mud-palette-success) 20%, var(--mud-palette-surface));
    --segmented-chip-left-active-bg: color-mix(in srgb, var(--mud-palette-success) 32%, var(--mud-palette-surface));
    --segmented-chip-left-text: var(--mud-palette-success);
}

[b-guspawoad0] .operations-table .operations-work-chip .segmented-chip-segment:nth-child(2) {
    --segmented-chip-color: var(--mud-palette-info);
    --segmented-chip-segment-bg: color-mix(in srgb, var(--mud-palette-info) 18%, var(--mud-palette-surface));
    --segmented-chip-segment-active-bg: color-mix(in srgb, var(--mud-palette-info) 30%, var(--mud-palette-surface));
    --segmented-chip-segment-text: var(--mud-palette-info);
}

[b-guspawoad0] .operations-table .operations-work-chip .segmented-chip-segment:nth-child(3) {
    --segmented-chip-color: var(--mud-palette-dark);
    --segmented-chip-segment-bg: color-mix(in srgb, var(--mud-palette-dark) 10%, var(--mud-palette-surface));
    --segmented-chip-segment-active-bg: color-mix(in srgb, var(--mud-palette-dark) 18%, var(--mud-palette-surface));
    --segmented-chip-segment-text: var(--mud-palette-dark);
}

[b-guspawoad0] .operations-table .operations-number-cell {
    width: 90px;
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 900px) {
    .operations-table-header[b-guspawoad0] {
        padding: 12px 14px;
    }

    .operations-pager[b-guspawoad0] {
        align-items: flex-start;
        flex-direction: column;
    }

    [b-guspawoad0] .operations-table table {
        min-width: 1580px;
    }
}

@media (max-width: 600px) {
    [b-guspawoad0] .operations-summary-card {
        min-height: 76px;
        padding: 0;
    }

    .operations-summary-card-content[b-guspawoad0] {
        min-height: 50px;
        padding: 8px 14px 8px 20px;
    }

    .operations-actions[b-guspawoad0] {
        gap: 4px;
    }

    [b-guspawoad0] .operations-table table {
        min-width: 1460px;
    }

    [b-guspawoad0] .operations-table th,
    [b-guspawoad0] .operations-table td {
        padding: 8px 10px;
    }
}
/* _content/Synapse.WebApp/Components/Features/Planning/Pages/RequestOvertimePage.razor.rz.scp.css */
.overtime-table-shell[b-1g7wte0urf] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background-color: var(--mud-palette-surface);
    overflow: hidden;
}

.overtime-table-header[b-1g7wte0urf] {
    padding: 14px 18px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    background-color: color-mix(in srgb, var(--mud-palette-surface) 92%, var(--mud-palette-background));
}

.overtime-table-scroll[b-1g7wte0urf] {
    overflow-x: auto;
}

[b-1g7wte0urf] .overtime-hierarchical-table {
    background-color: transparent;
}

[b-1g7wte0urf] .overtime-hierarchical-table table {
    min-width: 1180px;
}

[b-1g7wte0urf] .overtime-hierarchical-table .mud-table-container {
    max-height: var(--overtime-table-height, calc(100vh - 290px));
}

[b-1g7wte0urf] .overtime-hierarchical-table th,
[b-1g7wte0urf] .overtime-hierarchical-table td {
    padding: 10px 14px;
}

[b-1g7wte0urf] .overtime-hierarchical-table th:first-child,
[b-1g7wte0urf] .overtime-hierarchical-table td:first-child {
    padding-left: 22px;
}

[b-1g7wte0urf] .overtime-hierarchical-table th:last-child,
[b-1g7wte0urf] .overtime-hierarchical-table td:last-child {
    padding-right: 22px;
}

[b-1g7wte0urf] .overtime-hierarchical-table thead th {
    top: 0;
    z-index: 3;
    position: sticky;
    background-color: color-mix(in srgb, var(--mud-palette-surface) 80%, var(--mud-palette-background));
}

[b-1g7wte0urf] .overtime-hierarchical-table tbody tr {
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 62%, transparent);
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-header-cell {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--mud-palette-text-secondary);
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-header-supervisor,
[b-1g7wte0urf] .overtime-hierarchical-table .overtime-description-cell {
    width: 20%;
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-header-description,
[b-1g7wte0urf] .overtime-hierarchical-table .overtime-description-value {
    width: 24%;
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-header-activity,
[b-1g7wte0urf] .overtime-hierarchical-table .overtime-header-created,
[b-1g7wte0urf] .overtime-hierarchical-table .overtime-header-schedule {
    width: 12%;
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-header-team,
[b-1g7wte0urf] .overtime-hierarchical-table .overtime-header-status,
[b-1g7wte0urf] .overtime-hierarchical-table .overtime-header-actions,
[b-1g7wte0urf] .overtime-hierarchical-table .overtime-actions-cell {
    width: 8%;
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-row-parent {
    background-color: color-mix(in srgb, #3b82f6 8%, var(--mud-palette-surface));
    box-shadow: inset 0 1px 0 color-mix(in srgb, #3b82f6 24%, transparent),
        inset 0 -1px 0 color-mix(in srgb, #3b82f6 18%, transparent);
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-row-parent:hover {
    background-color: color-mix(in srgb, #3b82f6 11%, var(--mud-palette-surface));
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-row-child:hover {
    background-color: color-mix(in srgb, var(--mud-palette-surface) 82%, var(--mud-palette-background));
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-row-load-more {
    background-color: color-mix(in srgb, var(--mud-palette-surface) 94%, var(--mud-palette-background));
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-load-more-cell {
    padding-top: 8px;
    padding-bottom: 12px;
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-group-load-more {
    display: flex;
    justify-content: flex-start;
    padding-left: calc(20px + (var(--overtime-depth, 0) * 24px));
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-description-cell {
    white-space: nowrap;
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-description-parent {
    border-left: 4px solid #2563eb;
    font-weight: 700;
    color: #0f2f5f;
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-description-child {
    color: #475569;
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-description-content {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 20px;
    padding-left: calc(var(--overtime-depth, 0) * 24px);
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-description-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-description-parent .overtime-description-text {
    text-transform: uppercase;
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-expand-button {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    line-height: 1;
    color: #1d4ed8;
    background-color: color-mix(in srgb, #3b82f6 12%, transparent);
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-expand-button.mud-icon-button {
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    padding: 0 !important;
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-expand-button .mud-icon-root {
    font-size: 18px;
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-expand-button:hover {
    background-color: color-mix(in srgb, #3b82f6 20%, transparent);
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-expand-placeholder {
    width: 20px;
    height: 20px;
    display: inline-block;
    flex: 0 0 20px;
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-value-cell,
[b-1g7wte0urf] .overtime-hierarchical-table .overtime-actions-cell {
    color: var(--mud-palette-text-secondary);
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-value-cell {
    vertical-align: middle;
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-row-parent .overtime-value-cell {
    font-weight: 600;
    color: #334155;
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-description-value {
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-1g7wte0urf] .overtime-hierarchical-table .overtime-actions-cell {
    white-space: nowrap;
}

@media (max-width: 600px) {
    .overtime-table-header[b-1g7wte0urf] {
        padding: 12px 14px;
    }

    [b-1g7wte0urf] .overtime-hierarchical-table table {
        min-width: 1040px;
    }

    [b-1g7wte0urf] .overtime-hierarchical-table .mud-table-container {
        max-height: 420px;
    }

    [b-1g7wte0urf] .overtime-hierarchical-table th,
    [b-1g7wte0urf] .overtime-hierarchical-table td {
        padding: 8px 12px;
    }

    [b-1g7wte0urf] .overtime-hierarchical-table th:first-child,
    [b-1g7wte0urf] .overtime-hierarchical-table td:first-child {
        padding-left: 16px;
    }

    [b-1g7wte0urf] .overtime-hierarchical-table th:last-child,
    [b-1g7wte0urf] .overtime-hierarchical-table td:last-child {
        padding-right: 16px;
    }

    [b-1g7wte0urf] .overtime-hierarchical-table .overtime-description-content {
        gap: 4px;
        padding-left: calc(var(--overtime-depth, 0) * 16px);
    }
}
/* _content/Synapse.WebApp/Components/Features/Transport/Components/TransportOptimizedStopDialog.razor.rz.scp.css */
.optimized-stop-title[b-macac6fn90] {
    min-width: 0;
}

.optimized-stop-dialog[b-macac6fn90] {
    min-width: 0;
}

.optimized-stop-steps[b-macac6fn90] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.optimized-stop-step[b-macac6fn90] {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    background-color: var(--mud-palette-surface);
    color: var(--mud-palette-text-secondary);
}

.optimized-step-index[b-macac6fn90] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background-color: color-mix(in srgb, var(--mud-palette-lines-default) 60%, transparent);
    color: var(--mud-palette-text-secondary);
    font-weight: 700;
}

.optimized-step-label[b-macac6fn90] {
    min-width: 0;
    overflow: hidden;
    font-size: 0.82rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.optimized-stop-step-active[b-macac6fn90] {
    border-color: color-mix(in srgb, var(--mud-palette-primary) 55%, var(--mud-palette-lines-default));
    background-color: color-mix(in srgb, var(--mud-palette-primary) 8%, var(--mud-palette-surface));
    color: var(--mud-palette-primary);
}

.optimized-stop-step-active .optimized-step-index[b-macac6fn90],
.optimized-stop-step-complete .optimized-step-index[b-macac6fn90] {
    background-color: var(--mud-palette-primary);
    color: var(--mud-palette-primary-text);
}

.optimized-stop-step-complete[b-macac6fn90] {
    border-color: color-mix(in srgb, var(--mud-palette-primary) 32%, var(--mud-palette-lines-default));
}

[b-macac6fn90] .optimized-stop-panel {
    border-radius: 8px;
    border-color: var(--mud-palette-lines-default);
}

.optimized-stop-context[b-macac6fn90],
.optimized-analysis-card[b-macac6fn90],
.optimized-result-metric[b-macac6fn90] {
    border-radius: 8px;
    background-color: color-mix(in srgb, var(--mud-palette-background) 64%, var(--mud-palette-surface));
}

.optimized-stop-calculating[b-macac6fn90] {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.optimized-route-orbit[b-macac6fn90] {
    position: relative;
    width: min(100%, 360px);
    height: 132px;
}

.optimized-route-line[b-macac6fn90] {
    position: absolute;
    top: 62px;
    left: 42px;
    right: 42px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, #2563eb, #0f766e, #15803d);
    opacity: 0.85;
    overflow: hidden;
}

.optimized-route-line[b-macac6fn90]::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 45%;
    border-radius: inherit;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.9), transparent);
    animation: optimized-route-scan-b-macac6fn90 1.25s linear infinite;
}

.optimized-route-node[b-macac6fn90] {
    position: absolute;
    top: 46px;
    z-index: 1;
    width: 38px;
    height: 38px;
    border: 4px solid var(--mud-palette-surface);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.22);
}

.optimized-route-node-start[b-macac6fn90] {
    left: 22px;
    background-color: #2563eb;
}

.optimized-route-node-stop[b-macac6fn90] {
    left: calc(50% - 19px);
    background-color: #0f766e;
    animation: optimized-route-pulse-b-macac6fn90 1.05s ease-in-out infinite;
}

.optimized-route-node-end[b-macac6fn90] {
    right: 22px;
    background-color: #15803d;
}

.optimized-progress[b-macac6fn90] {
    width: min(100%, 420px);
}

.optimized-analysis-grid[b-macac6fn90] {
    width: 100%;
}

.optimized-analysis-card[b-macac6fn90] {
    min-height: 116px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 80%, transparent);
}

.optimized-empty-result[b-macac6fn90] {
    min-height: 320px;
    justify-content: center;
}

.optimized-result-card[b-macac6fn90] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: start;
    gap: 12px;
    padding: 14px;
    border: 1px solid color-mix(in srgb, var(--mud-palette-primary) 26%, var(--mud-palette-lines-default));
    border-radius: 8px;
    background-color: color-mix(in srgb, var(--mud-palette-primary) 6%, var(--mud-palette-surface));
}

.optimized-result-main[b-macac6fn90] {
    min-width: 0;
}

.optimized-route-map-card[b-macac6fn90] {
    border-radius: 8px;
    border-color: var(--mud-palette-lines-default);
}

.optimized-route-map-header[b-macac6fn90] {
    gap: 12px;
    margin-bottom: 12px;
}

.optimized-route-map-canvas[b-macac6fn90] {
    height: 320px;
    min-height: 320px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 78%, transparent);
    border-radius: 8px;
    background-color: color-mix(in srgb, var(--mud-palette-background) 70%, var(--mud-palette-surface));
}

.optimized-insert-preview[b-macac6fn90] {
    position: relative;
    display: grid;
    gap: 12px;
    padding-left: 8px;
}

.optimized-insert-preview[b-macac6fn90]::before {
    content: "";
    position: absolute;
    top: 26px;
    bottom: 26px;
    left: 19px;
    width: 2px;
    background-color: color-mix(in srgb, var(--mud-palette-primary) 35%, var(--mud-palette-lines-default));
}

.optimized-insert-point[b-macac6fn90] {
    position: relative;
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
    min-width: 0;
    padding: 10px 12px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    background-color: var(--mud-palette-surface);
}

.optimized-insert-point .mud-icon-root[b-macac6fn90] {
    z-index: 1;
    background-color: var(--mud-palette-surface);
}

.optimized-insert-new[b-macac6fn90] {
    border-color: color-mix(in srgb, var(--mud-palette-info) 55%, var(--mud-palette-lines-default));
    background-color: color-mix(in srgb, var(--mud-palette-info) 7%, var(--mud-palette-surface));
}

.optimized-result-metric[b-macac6fn90] {
    min-height: 86px;
    border: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 80%, transparent);
}

@keyframes optimized-route-scan-b-macac6fn90 {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(260%);
    }
}

@keyframes optimized-route-pulse-b-macac6fn90 {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.18);
    }
}

@media (max-width: 640px) {
    .optimized-stop-steps[b-macac6fn90] {
        grid-template-columns: 1fr;
    }

    .optimized-stop-step[b-macac6fn90] {
        padding: 8px 10px;
    }

    .optimized-result-card[b-macac6fn90] {
        grid-template-columns: 1fr;
    }

    .optimized-route-map-canvas[b-macac6fn90] {
        height: 260px;
        min-height: 260px;
    }
}
/* _content/Synapse.WebApp/Components/Features/Transport/Components/TransportPublishedRouteDetailsDialog.razor.rz.scp.css */
.published-route-dialog-title[b-r1pv4sutq6] {
    gap: 12px;
}

.published-route-dialog-layout[b-r1pv4sutq6] {
    display: grid;
    grid-template-columns: minmax(360px, 1fr) minmax(280px, 360px);
    gap: 16px;
    align-items: start;
    max-height: calc(100vh - 190px);
    overflow: hidden;
}

.published-route-map-panel[b-r1pv4sutq6],
.published-route-stops-panel[b-r1pv4sutq6] {
    min-width: 0;
}

.published-routes-map-frame[b-r1pv4sutq6] {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-height: calc(100vh - 310px);
    min-height: 0;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    overflow: hidden;
    background: var(--mud-palette-background-grey);
}

.published-routes-map-frame iframe[b-r1pv4sutq6] {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.published-route-dialog-metrics[b-r1pv4sutq6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 12px;
    margin-top: 12px;
    padding: 12px;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    background-color: color-mix(in srgb, var(--mud-palette-background) 62%, var(--mud-palette-surface));
}

.published-route-stops-panel[b-r1pv4sutq6] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    max-height: calc(100vh - 190px);
    overflow-y: auto;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    background-color: var(--mud-palette-surface);
}

.published-route-stops-panel[b-r1pv4sutq6]::before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 24px;
    left: 29px;
    width: 2px;
    background-color: color-mix(in srgb, #2563eb 28%, var(--mud-palette-lines-default));
}

.published-route-stops-title[b-r1pv4sutq6] {
    font-weight: 700;
    color: #17324d;
}

.published-route-dialog-stop[b-r1pv4sutq6] {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-width: 0;
    position: relative;
}

.published-route-dialog-marker[b-r1pv4sutq6] {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #ffffff;
    background-color: #64748b;
}

.published-route-dialog-origin .published-route-dialog-marker[b-r1pv4sutq6] {
    background-color: #2563eb;
}

.published-route-dialog-destination .published-route-dialog-marker[b-r1pv4sutq6] {
    background-color: #15803d;
}

.published-route-dialog-stop-copy[b-r1pv4sutq6] {
    min-width: 0;
}

.published-route-dialog-address[b-r1pv4sutq6] {
    font-weight: 600;
    color: var(--mud-palette-text-primary);
}

@media (max-width: 960px) {
    .published-route-dialog-title[b-r1pv4sutq6] {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .published-route-dialog-layout[b-r1pv4sutq6] {
        grid-template-columns: 1fr;
        max-height: none;
        overflow: visible;
    }

    .published-routes-map-frame[b-r1pv4sutq6] {
        aspect-ratio: 4 / 3;
        max-height: 360px;
    }

    .published-route-dialog-metrics[b-r1pv4sutq6] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* _content/Synapse.WebApp/Components/Features/Transport/Components/TransportTripRequestDialog.razor.rz.scp.css */
.trip-dialog-form[b-jl34trp8zg] {
    min-width: min(100%, 720px);
}

.trip-stop-editor[b-jl34trp8zg] {
    border-radius: 8px;
    background-color: color-mix(in srgb, var(--mud-palette-surface) 92%, var(--mud-palette-background));
}

.trip-estimate-panel[b-jl34trp8zg] {
    border: 1px dashed color-mix(in srgb, #2563eb 42%, var(--mud-palette-lines-default));
    border-radius: 8px;
    background-color: color-mix(in srgb, #2563eb 6%, var(--mud-palette-surface));
}
/* _content/Synapse.WebApp/Components/Features/Transport/Components/TransportTripRouteAddressEditor.razor.rz.scp.css */
.route-address-editor[b-ebkszvob2f] {
    min-width: 0;
    overflow: hidden;
}

.route-address-stop-editor[b-ebkszvob2f] {
    border-radius: 8px;
    border-color: var(--mud-palette-lines-default);
    background-color: color-mix(in srgb, var(--mud-palette-background) 54%, var(--mud-palette-surface));
}

.route-address-stop-grid[b-ebkszvob2f] {
    align-items: center;
    min-width: 0;
}

[b-ebkszvob2f] .route-address-editor .mud-grid-item,
[b-ebkszvob2f] .route-address-editor .mud-input-control,
[b-ebkszvob2f] .route-address-editor .mud-input,
[b-ebkszvob2f] .route-address-editor .mud-input-slot {
    min-width: 0;
}

.route-address-stop-action[b-ebkszvob2f] {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 600px) {
    .route-address-stop-action[b-ebkszvob2f] {
        justify-content: flex-start;
    }
}
/* _content/Synapse.WebApp/Components/Features/Transport/Components/TransportVehicleCapacityIndicator.razor.rz.scp.css */
.vehicle-capacity[b-9pzj7clw0u] {
    min-width: 0;
    border-radius: 8px;
    border-color: var(--mud-palette-lines-default);
    background-color: color-mix(in srgb, var(--mud-palette-background) 48%, var(--mud-palette-surface));
}

.vehicle-capacity-header[b-9pzj7clw0u],
.vehicle-capacity-footer[b-9pzj7clw0u] {
    gap: 8px;
}

.vehicle-capacity-title[b-9pzj7clw0u] {
    min-width: 0;
}

.vehicle-capacity-value[b-9pzj7clw0u] {
    flex: 0 0 auto;
    font-weight: 700;
    color: var(--mud-palette-text-primary);
}

.vehicle-capacity-track[b-9pzj7clw0u] {
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background-color: color-mix(in srgb, var(--mud-palette-lines-default) 62%, transparent);
}

.vehicle-capacity-fill[b-9pzj7clw0u] {
    height: 100%;
    border-radius: inherit;
    background-color: #16a34a;
    transition: width 160ms ease;
}

.vehicle-capacity-fill-warning[b-9pzj7clw0u] {
    background-color: #d97706;
}

.vehicle-capacity-fill-over[b-9pzj7clw0u] {
    background-color: #dc2626;
}

@media (max-width: 600px) {
    .vehicle-capacity-footer[b-9pzj7clw0u] {
        align-items: flex-start !important;
        flex-direction: column !important;
    }
}
/* _content/Synapse.WebApp/Components/Features/Transport/Components/TransportVehicleUsageDialog.razor.rz.scp.css */
.vehicle-usage-header[b-8v5apshmkw] {
    gap: 12px;
}

.vehicle-usage-period[b-8v5apshmkw] {
    flex: 1;
}

.vehicle-usage-list[b-8v5apshmkw] {
    display: grid;
    gap: 10px;
    position: relative;
    padding-left: 8px;
}

.vehicle-usage-list[b-8v5apshmkw]::before {
    content: "";
    position: absolute;
    top: 14px;
    bottom: 14px;
    left: 41px;
    width: 2px;
    background-color: color-mix(in srgb, #2563eb 24%, var(--mud-palette-lines-default));
}

.vehicle-usage-item[b-8v5apshmkw] {
    position: relative;
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) max-content;
    gap: 12px;
    padding: 12px;
    border: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 82%, transparent);
    border-radius: 8px;
    background-color: var(--mud-palette-surface);
    z-index: 1;
}

.vehicle-usage-date[b-8v5apshmkw] {
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 2px;
    padding: 8px 6px;
    border-radius: 8px;
    color: #174ea6;
    background-color: color-mix(in srgb, #174ea6 9%, var(--mud-palette-surface));
    font-weight: 700;
    text-align: center;
}

.vehicle-usage-copy[b-8v5apshmkw] {
    min-width: 0;
}

.vehicle-usage-copy-header[b-8v5apshmkw] {
    gap: 8px;
}

.vehicle-usage-metrics[b-8v5apshmkw] {
    flex-wrap: wrap;
    margin-top: 8px;
}

.vehicle-usage-side[b-8v5apshmkw] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    min-height: 72px;
}

.vehicle-usage-side[b-8v5apshmkw]  .mud-button {
    white-space: nowrap;
}

@media (max-width: 600px) {
    .vehicle-usage-header[b-8v5apshmkw] {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .vehicle-usage-period[b-8v5apshmkw] {
        width: 100%;
    }

    .vehicle-usage-item[b-8v5apshmkw] {
        grid-template-columns: 1fr;
    }

    .vehicle-usage-date[b-8v5apshmkw] {
        justify-items: center;
    }

    .vehicle-usage-side[b-8v5apshmkw] {
        align-items: flex-start;
        min-height: 0;
    }
}
/* _content/Synapse.WebApp/Components/Features/Transport/Pages/TransportationPage.razor.rz.scp.css */
.transport-table-shell[b-xy1awmhryy] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 10px;
    background-color: var(--mud-palette-surface);
    overflow: hidden;
}

.transport-table-header[b-xy1awmhryy] {
    padding: 16px 20px;
    border-bottom: 1px solid var(--mud-palette-lines-default);
    background-color: color-mix(in srgb, var(--mud-palette-surface) 92%, var(--mud-palette-background));
}

.transport-table-scroll[b-xy1awmhryy] {
    overflow-x: auto;
}

[b-xy1awmhryy] .transport-hierarchical-table {
    background-color: transparent;
}

[b-xy1awmhryy] .transport-hierarchical-table table {
    min-width: 920px;
}

[b-xy1awmhryy] .transport-hierarchical-table .mud-table-container {
    max-height: calc(100vh - 300px);
}

[b-xy1awmhryy] .transport-hierarchical-table th,
[b-xy1awmhryy] .transport-hierarchical-table td {
    padding: 10px 16px;
}

[b-xy1awmhryy] .transport-hierarchical-table th:first-child,
[b-xy1awmhryy] .transport-hierarchical-table td:first-child {
    padding-left: 22px;
}

[b-xy1awmhryy] .transport-hierarchical-table th:last-child,
[b-xy1awmhryy] .transport-hierarchical-table td:last-child {
    padding-right: 22px;
}

[b-xy1awmhryy] .transport-hierarchical-table thead th {
    top: 0;
    z-index: 3;
    position: sticky;
    background-color: color-mix(in srgb, var(--mud-palette-surface) 80%, var(--mud-palette-background));
}

[b-xy1awmhryy] .transport-hierarchical-table tbody tr {
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 62%, transparent);
}

[b-xy1awmhryy] .transport-hierarchical-table .transport-header-cell {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    color: var(--mud-palette-text-secondary);
}

[b-xy1awmhryy] .transport-hierarchical-table .transport-header-description,
[b-xy1awmhryy] .transport-hierarchical-table .transport-description-cell {
    width: 34%;
}

[b-xy1awmhryy] .transport-hierarchical-table .transport-header-registration,
[b-xy1awmhryy] .transport-hierarchical-table .transport-header-status,
[b-xy1awmhryy] .transport-hierarchical-table .transport-header-date,
[b-xy1awmhryy] .transport-hierarchical-table .transport-header-actions,
[b-xy1awmhryy] .transport-hierarchical-table .transport-value-cell,
[b-xy1awmhryy] .transport-hierarchical-table .transport-actions-cell {
    width: 12%;
}

[b-xy1awmhryy] .transport-hierarchical-table .transport-header-role {
    width: 18%;
}

[b-xy1awmhryy] .transport-hierarchical-table .transport-row-parent {
    background-color: color-mix(in srgb, #3b82f6 8%, var(--mud-palette-surface));
    box-shadow: inset 0 1px 0 color-mix(in srgb, #3b82f6 24%, transparent),
        inset 0 -1px 0 color-mix(in srgb, #3b82f6 18%, transparent);
}

[b-xy1awmhryy] .transport-hierarchical-table .transport-row-parent:hover {
    background-color: color-mix(in srgb, #3b82f6 11%, var(--mud-palette-surface));
}

[b-xy1awmhryy] .transport-hierarchical-table .transport-row-child:hover {
    background-color: color-mix(in srgb, var(--mud-palette-surface) 82%, var(--mud-palette-background));
}

[b-xy1awmhryy] .transport-hierarchical-table .transport-description-cell {
    white-space: nowrap;
}

[b-xy1awmhryy] .transport-hierarchical-table .transport-description-parent {
    border-left: 4px solid #2563eb;
    font-weight: 700;
    color: #0f2f5f;
}

[b-xy1awmhryy] .transport-hierarchical-table .transport-description-child {
    color: #475569;
}

[b-xy1awmhryy] .transport-hierarchical-table .transport-description-content {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 20px;
    padding-left: calc(var(--transport-depth, 0) * 24px);
}

[b-xy1awmhryy] .transport-hierarchical-table .transport-description-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-xy1awmhryy] .transport-hierarchical-table .transport-description-parent .transport-description-text {
    text-transform: uppercase;
}

[b-xy1awmhryy] .transport-hierarchical-table .transport-expand-button {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    line-height: 1;
    color: #1d4ed8;
    background-color: color-mix(in srgb, #3b82f6 12%, transparent);
}

[b-xy1awmhryy] .transport-hierarchical-table .transport-expand-button.mud-icon-button {
    width: 20px !important;
    min-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    padding: 0 !important;
}

[b-xy1awmhryy] .transport-hierarchical-table .transport-expand-button .mud-icon-root {
    font-size: 18px;
}

[b-xy1awmhryy] .transport-hierarchical-table .transport-expand-button:hover {
    background-color: color-mix(in srgb, #3b82f6 20%, transparent);
}

[b-xy1awmhryy] .transport-hierarchical-table .transport-expand-placeholder {
    width: 20px;
    height: 20px;
    display: inline-block;
    flex: 0 0 20px;
}

[b-xy1awmhryy] .transport-hierarchical-table .transport-value-cell,
[b-xy1awmhryy] .transport-hierarchical-table .transport-actions-cell {
    white-space: nowrap;
    color: var(--mud-palette-text-secondary);
}

[b-xy1awmhryy] .transport-hierarchical-table .transport-row-parent .transport-value-cell {
    font-weight: 600;
    color: #334155;
}

@media (max-width: 600px) {
    .transport-table-header[b-xy1awmhryy] {
        padding: 14px 14px 12px;
    }

    [b-xy1awmhryy] .transport-hierarchical-table table {
        min-width: 820px;
    }

    [b-xy1awmhryy] .transport-hierarchical-table .mud-table-container {
        max-height: 360px;
    }

    [b-xy1awmhryy] .transport-hierarchical-table th,
    [b-xy1awmhryy] .transport-hierarchical-table td {
        padding: 8px 12px;
    }

    [b-xy1awmhryy] .transport-hierarchical-table th:first-child,
    [b-xy1awmhryy] .transport-hierarchical-table td:first-child {
        padding-left: 16px;
    }

    [b-xy1awmhryy] .transport-hierarchical-table th:last-child,
    [b-xy1awmhryy] .transport-hierarchical-table td:last-child {
        padding-right: 16px;
    }

    [b-xy1awmhryy] .transport-hierarchical-table .transport-description-content {
        gap: 4px;
        padding-left: calc(var(--transport-depth, 0) * 16px);
    }
}
/* _content/Synapse.WebApp/Components/Features/Transport/Pages/TransportPublishedRoutesPage.razor.rz.scp.css */
.published-routes-page[b-rf8ttsb4tg] {
    min-height: calc(100vh - 96px);
}

.published-routes-toolbar[b-rf8ttsb4tg],
.published-routes-filters[b-rf8ttsb4tg],
.published-routes-list[b-rf8ttsb4tg] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    background-color: var(--mud-palette-surface);
}

.published-routes-toolbar-content[b-rf8ttsb4tg],
.published-routes-toolbar-actions[b-rf8ttsb4tg] {
    gap: 12px;
}

.published-routes-toolbar-actions[b-rf8ttsb4tg] {
    flex-wrap: wrap;
}

.published-routes-list-header[b-rf8ttsb4tg] {
    gap: 12px;
}

.published-route-period-stack[b-rf8ttsb4tg] {
    display: grid;
    gap: 18px;
}

.published-route-period-section[b-rf8ttsb4tg] {
    border-radius: 10px;
    background-color: color-mix(in srgb, var(--mud-palette-surface) 92%, var(--mud-palette-background));
}

.published-route-period-header[b-rf8ttsb4tg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.published-route-card-carousel[b-rf8ttsb4tg] {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(340px, 420px);
    gap: 16px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    padding: 16px 4px 10px;
    margin-inline: -4px;
}

.published-route-card-carousel[b-rf8ttsb4tg]::-webkit-scrollbar {
    height: 10px;
}

.published-route-card-carousel[b-rf8ttsb4tg]::-webkit-scrollbar-track {
    border-radius: 999px;
    background-color: color-mix(in srgb, var(--mud-palette-lines-default) 42%, transparent);
}

.published-route-card-carousel[b-rf8ttsb4tg]::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background-color: color-mix(in srgb, #174ea6 52%, var(--mud-palette-lines-default));
}

[b-rf8ttsb4tg] .published-route-ticket-card {
    position: relative;
    display: grid;
    grid-template-rows: auto auto minmax(220px, 1fr) 1px auto;
    min-height: 620px;
    max-width: 420px;
    overflow: hidden;
    scroll-snap-align: start;
    border-radius: 8px;
    border: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 82%, transparent);
    background-color: var(--mud-palette-surface);
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

[b-rf8ttsb4tg] .published-route-ticket-card:hover {
    border-color: color-mix(in srgb, #174ea6 55%, var(--mud-palette-lines-default));
    box-shadow: 0 6px 18px color-mix(in srgb, #174ea6 12%, transparent);
}

[b-rf8ttsb4tg] .published-route-ticket-card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 5px;
    background-color: #174ea6;
}

[b-rf8ttsb4tg] .published-route-ticket-header {
    padding: 16px 18px 12px;
}

.published-route-ticket-heading[b-rf8ttsb4tg] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: start;
    gap: 12px;
    min-width: 0;
    width: 100%;
}

.published-route-card-title[b-rf8ttsb4tg],
.published-route-copy[b-rf8ttsb4tg] {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.published-route-ticket-actions[b-rf8ttsb4tg] {
    justify-self: end;
    min-width: max-content;
}

[b-rf8ttsb4tg] .published-route-ticket-actions .mud-icon-button {
    width: 32px;
    height: 32px;
    border-radius: 8px;
}

.published-route-card-chips[b-rf8ttsb4tg] {
    flex-wrap: wrap;
}

.published-route-title-text[b-rf8ttsb4tg] {
    line-height: 1.25;
}

[b-rf8ttsb4tg] .published-route-text-truncate {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.published-route-card-data[b-rf8ttsb4tg] {
    min-height: 166px;
}

.published-route-card-data[b-rf8ttsb4tg]  .mud-tooltip-root {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.published-route-stop-line[b-rf8ttsb4tg] {
    position: relative;
    display: grid;
    grid-template-columns: max-content minmax(56px, 1fr) max-content;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 44px;
    padding: 8px 10px;
    border-radius: 8px;
    background-color: color-mix(in srgb, #174ea6 4%, var(--mud-palette-surface));
    border: 1px solid color-mix(in srgb, #174ea6 10%, var(--mud-palette-lines-default));
}

.published-route-stop-line[b-rf8ttsb4tg]::before {
    content: "";
    position: absolute;
    left: 28px;
    right: 28px;
    top: 50%;
    height: 2px;
    border-radius: 999px;
    background-color: color-mix(in srgb, #174ea6 22%, var(--mud-palette-lines-default));
    transform: translateY(-50%);
}

.published-route-stop-line[b-rf8ttsb4tg]  .mud-tooltip-root {
    display: inline-flex;
    justify-content: center;
    z-index: 1;
}

.published-route-stop-line-middle[b-rf8ttsb4tg] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: clamp(6px, 3vw, 24px);
    min-width: 0;
}

.published-route-stop-chip[b-rf8ttsb4tg] {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, #174ea6 22%, var(--mud-palette-lines-default));
    color: #174ea6;
    background-color: color-mix(in srgb, var(--mud-palette-surface) 94%, transparent);
    box-shadow: 0 4px 12px color-mix(in srgb, #0f172a 10%, transparent);
}

.published-route-stop-chip-origin[b-rf8ttsb4tg] {
    color: #174ea6;
    border-color: color-mix(in srgb, #174ea6 34%, var(--mud-palette-lines-default));
}

.published-route-stop-chip-point[b-rf8ttsb4tg] {
    width: 26px;
    height: 26px;
    color: #64748b;
    border-color: color-mix(in srgb, #64748b 28%, var(--mud-palette-lines-default));
}

.published-route-stop-chip-destination[b-rf8ttsb4tg] {
    color: #15803d;
    border-color: color-mix(in srgb, #15803d 34%, var(--mud-palette-lines-default));
}

.published-route-map-preview[b-rf8ttsb4tg] {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    cursor: pointer;
    background:
        linear-gradient(90deg, color-mix(in srgb, #94a3b8 12%, transparent) 1px, transparent 1px),
        linear-gradient(color-mix(in srgb, #94a3b8 12%, transparent) 1px, transparent 1px),
        radial-gradient(circle at 18% 24%, color-mix(in srgb, #2563eb 14%, transparent), transparent 28%),
        linear-gradient(135deg, color-mix(in srgb, #e2e8f0 64%, var(--mud-palette-surface)), var(--mud-palette-surface));
    background-size: 34px 34px, 34px 34px, auto, auto;
    transition: filter 140ms ease;
}

.published-route-map-frame[b-rf8ttsb4tg] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 220px;
    border: 0;
    opacity: .62;
    filter: saturate(.9) contrast(.94) brightness(1.03);
    pointer-events: none;
}

.published-route-map-preview:hover[b-rf8ttsb4tg] {
    filter: saturate(1.08);
}

.published-route-map-static-layer[b-rf8ttsb4tg] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, color-mix(in srgb, var(--mud-palette-surface) 18%, transparent), color-mix(in srgb, var(--mud-palette-surface) 8%, transparent));
}

.published-route-map-clean-overlay[b-rf8ttsb4tg] {
    position: absolute;
    inset: auto 12px 12px 12px;
    display: grid;
    gap: 8px;
    padding: 10px;
    border-radius: 8px;
    background-color: color-mix(in srgb, var(--mud-palette-surface) 88%, transparent);
    box-shadow: 0 10px 24px color-mix(in srgb, #0f172a 18%, transparent);
    pointer-events: none;
}

.published-route-map-point[b-rf8ttsb4tg] {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    color: #174ea6;
}

.published-route-map-destination[b-rf8ttsb4tg] {
    color: #15803d;
}

.published-route-map-open-hint[b-rf8ttsb4tg] {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 700;
    color: #174ea6;
    background-color: color-mix(in srgb, var(--mud-palette-surface) 90%, transparent);
    box-shadow: 0 6px 16px color-mix(in srgb, #0f172a 14%, transparent);
    pointer-events: none;
}

[b-rf8ttsb4tg] .published-route-ticket-divider {
    align-self: stretch;
    border-color: var(--mud-palette-lines-default);
    opacity: 1;
}

[b-rf8ttsb4tg] .published-route-ticket-summary {
    min-height: 0;
    background-color: color-mix(in srgb, var(--mud-palette-background) 62%, var(--mud-palette-surface));
}

.published-route-summary-grid[b-rf8ttsb4tg] {
    align-items: center;
}

.published-route-summary-metric[b-rf8ttsb4tg] {
    min-height: 52px;
    display: grid;
    grid-template-rows: 18px 24px;
    align-content: start;
    min-width: 0;
}

.published-route-summary-label[b-rf8ttsb4tg] {
    display: block;
    line-height: 18px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.published-route-summary-value[b-rf8ttsb4tg] {
    display: block;
    line-height: 24px;
    font-weight: 700;
    color: #334155;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.published-route-summary-metric-start[b-rf8ttsb4tg] {
    text-align: left;
}

.published-route-summary-metric-center[b-rf8ttsb4tg] {
    text-align: center;
}

.published-route-summary-metric-end[b-rf8ttsb4tg] {
    text-align: right;
}

.published-route-summary-cost[b-rf8ttsb4tg] {
    color: #15803d;
}

@media (max-width: 960px) {
    .published-routes-toolbar-content[b-rf8ttsb4tg] {
        align-items: flex-start !important;
        flex-direction: column !important;
    }
}

@media (max-width: 600px) {
    .published-routes-toolbar[b-rf8ttsb4tg],
    .published-routes-filters[b-rf8ttsb4tg],
    .published-routes-list[b-rf8ttsb4tg] {
        padding: 14px !important;
    }

    .published-routes-list-header[b-rf8ttsb4tg],
    .published-route-period-header[b-rf8ttsb4tg] {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .published-route-card-carousel[b-rf8ttsb4tg] {
        grid-auto-columns: minmax(286px, 92vw);
    }
}
/* _content/Synapse.WebApp/Components/Features/Transport/Pages/TransportTripSchedulingPage.razor.rz.scp.css */
.trip-scheduling-shell[b-3bchpdt08g] {
    min-width: 0;
    max-width: 100%;
    overflow-x: clip;
}

.trip-scheduling-shell[b-3bchpdt08g]  .trip-scheduling-page,
.trip-scheduling-shell[b-3bchpdt08g]  .trip-scheduling-page > .mud-grid > .mud-grid-item,
.trip-scheduling-shell[b-3bchpdt08g]  .trip-scheduling-page > .mud-grid > .mud-grid-item > .mud-tabs,
.trip-scheduling-shell[b-3bchpdt08g]  .trip-scheduling-page > .mud-grid > .mud-grid-item > .mud-tabs > .mud-tabs-panels {
    min-width: 0;
    max-width: 100%;
}

.trip-scheduling-shell[b-3bchpdt08g]  .trip-scheduling-page > .mud-grid {
    min-width: 0;
}

.trip-scheduling-shell[b-3bchpdt08g]  .trip-scheduling-toolbar,
.trip-scheduling-shell[b-3bchpdt08g]  .trip-board {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    background-color: var(--mud-palette-surface);
}

.trip-scheduling-shell[b-3bchpdt08g]  .request-period-section {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    border-radius: 10px;
    background-color: color-mix(in srgb, var(--mud-palette-surface) 92%, var(--mud-palette-background));
}

.trip-toolbar-content[b-3bchpdt08g],
.trip-board-header[b-3bchpdt08g] {
    gap: 12px;
}

.trip-toolbar-actions[b-3bchpdt08g] {
    flex-wrap: wrap;
}

.trip-search[b-3bchpdt08g] {
    width: min(100%, 320px);
}

.trip-status-filter[b-3bchpdt08g] {
    flex: 0 0 150px;
    width: 150px;
}

.trip-period-mode[b-3bchpdt08g] {
    flex: 0 0 190px;
    width: 190px;
}

.trip-period-anchor[b-3bchpdt08g] {
    min-width: 132px;
    text-align: center;
    text-transform: capitalize;
}

.request-period-stack[b-3bchpdt08g] {
    display: grid;
    min-width: 0;
    max-width: 100%;
    gap: 18px;
}

.request-period-header[b-3bchpdt08g] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.request-card-carousel[b-3bchpdt08g] {
    display: flex;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-gutter: stable;
    padding: 16px 4px 10px;
}

.request-card-carousel[b-3bchpdt08g]  .transport-request-card {
    flex: 0 0 clamp(340px, 25vw, 420px);
    width: clamp(340px, 25vw, 420px);
}

.request-card-carousel[b-3bchpdt08g]::-webkit-scrollbar {
    height: 10px;
}

.request-card-carousel[b-3bchpdt08g]::-webkit-scrollbar-track {
    border-radius: 999px;
    background-color: color-mix(in srgb, var(--mud-palette-lines-default) 42%, transparent);
}

.request-card-carousel[b-3bchpdt08g]::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background-color: color-mix(in srgb, #174ea6 52%, var(--mud-palette-lines-default));
}

.request-card-chips[b-3bchpdt08g] {
    flex-wrap: wrap;
}

.request-card-data[b-3bchpdt08g] {
    min-height: 166px;
}

.request-window-line[b-3bchpdt08g] {
    display: block;
    align-items: center;
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    background-color: color-mix(in srgb, #174ea6 4%, var(--mud-palette-surface));
    border: 1px solid color-mix(in srgb, #174ea6 10%, var(--mud-palette-lines-default));
}

.request-window-pills[b-3bchpdt08g] {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    min-width: 0;
    overflow-x: auto;
    padding-bottom: 1px;
    scrollbar-width: thin;
}

.request-window-pill[b-3bchpdt08g] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: .76rem;
    font-weight: 700;
    text-align: center;
    color: #174ea6;
    background-color: color-mix(in srgb, #174ea6 9%, var(--mud-palette-surface));
    border: 1px solid color-mix(in srgb, #174ea6 18%, var(--mud-palette-lines-default));
}

.request-map-preview[b-3bchpdt08g] {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    cursor: pointer;
    background:
        linear-gradient(90deg, color-mix(in srgb, #94a3b8 12%, transparent) 1px, transparent 1px),
        linear-gradient(color-mix(in srgb, #94a3b8 12%, transparent) 1px, transparent 1px),
        radial-gradient(circle at 18% 24%, color-mix(in srgb, #2563eb 14%, transparent), transparent 28%),
        linear-gradient(135deg, color-mix(in srgb, #e2e8f0 64%, var(--mud-palette-surface)), var(--mud-palette-surface));
    background-size: 34px 34px, 34px 34px, auto, auto;
    transition: filter 140ms ease, transform 140ms ease;
}

.request-map-frame[b-3bchpdt08g] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 220px;
    border: 0;
    opacity: .62;
    filter: saturate(.9) contrast(.94) brightness(1.03);
    pointer-events: none;
}

.request-map-preview:hover[b-3bchpdt08g] {
    filter: saturate(1.08);
}

.request-map-static-layer[b-3bchpdt08g] {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, color-mix(in srgb, var(--mud-palette-surface) 18%, transparent), color-mix(in srgb, var(--mud-palette-surface) 8%, transparent));
}

.request-map-clean-overlay[b-3bchpdt08g] {
    position: absolute;
    inset: auto 12px 12px 12px;
    display: grid;
    gap: 8px;
    padding: 10px;
    border-radius: 8px;
    background-color: color-mix(in srgb, var(--mud-palette-surface) 88%, transparent);
    box-shadow: 0 10px 24px color-mix(in srgb, #0f172a 18%, transparent);
    pointer-events: none;
}

.request-map-point[b-3bchpdt08g] {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    color: #174ea6;
}

.request-map-destination[b-3bchpdt08g] {
    color: #15803d;
}

.request-map-open-hint[b-3bchpdt08g] {
    position: absolute;
    top: 12px;
    right: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 700;
    color: #174ea6;
    background-color: color-mix(in srgb, var(--mud-palette-surface) 90%, transparent);
    box-shadow: 0 6px 16px color-mix(in srgb, #0f172a 14%, transparent);
    pointer-events: none;
}

.trip-filter-grid[b-3bchpdt08g] {
    align-items: center;
}

.trip-vehicle-filter[b-3bchpdt08g] {
    width: 100%;
}

.trip-filter-field[b-3bchpdt08g] {
    flex: 1 1 auto;
    min-width: 0;
}

.trip-filter-result[b-3bchpdt08g] {
    display: block;
}

.trip-ticket-grid[b-3bchpdt08g] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 420px));
    align-items: stretch;
    gap: 16px;
    justify-content: start;
    margin-top: 16px;
}

[b-3bchpdt08g] .trip-ticket-card {
    position: relative;
    display: grid;
    grid-template-rows: auto minmax(300px, 1fr) 1px auto;
    overflow: hidden;
    min-height: 590px;
    max-width: 420px;
    border-radius: 8px;
    border: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 82%, transparent);
    background-color: var(--mud-palette-surface);
}

[b-3bchpdt08g] .transport-request-card {
    grid-template-rows: auto auto minmax(220px, 1fr) 1px auto;
    min-height: 620px;
    scroll-snap-align: start;
}

[b-3bchpdt08g] .transport-request-card-muted {
    opacity: .76;
}

[b-3bchpdt08g] .transport-request-card .trip-route {
    justify-content: space-between;
}

[b-3bchpdt08g] .trip-ticket-card::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 5px;
    background-color: #174ea6;
}

[b-3bchpdt08g] .trip-ticket-header {
    padding: 16px 18px 12px;
}

.trip-ticket-heading[b-3bchpdt08g] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: start;
    gap: 12px;
    min-width: 0;
    width: 100%;
}

.trip-ticket-title[b-3bchpdt08g] {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.trip-ticket-title[b-3bchpdt08g]  .mud-tooltip-root,
.trip-route-copy[b-3bchpdt08g]  .mud-tooltip-root {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.trip-ticket-actions[b-3bchpdt08g] {
    justify-self: end;
    min-width: max-content;
}

[b-3bchpdt08g] .trip-ticket-actions .mud-icon-button {
    width: 32px;
    height: 32px;
    border-radius: 8px;
}

[b-3bchpdt08g] .trip-ticket-actions .mud-checkbox {
    margin-right: 0;
}

[b-3bchpdt08g] .trip-ticket-status {
    max-width: 96px;
}

[b-3bchpdt08g] .trip-title-text {
    line-height: 1.25;
}

[b-3bchpdt08g] .trip-text-truncate {
    display: block;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-wrap: normal;
    word-break: normal;
}

[b-3bchpdt08g] .trip-ticket-content {
    padding: 18px;
    min-height: 0;
    overflow: hidden;
    display: grid;
}

.trip-route[b-3bchpdt08g] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.trip-route[b-3bchpdt08g]::before {
    content: "";
    position: absolute;
    top: 22px;
    bottom: 22px;
    left: 13px;
    width: 2px;
    background-color: color-mix(in srgb, #2563eb 28%, var(--mud-palette-lines-default));
}

.trip-route-stops[b-3bchpdt08g] {
    display: grid;
    flex: 1 1 auto;
    min-height: 0;
}

.trip-route-stops-count-1[b-3bchpdt08g] {
    grid-template-rows: minmax(0, 1fr) auto minmax(0, 1fr);
}

.trip-route-stops-count-2[b-3bchpdt08g] {
    grid-template-rows: minmax(0, 1fr) auto auto minmax(0, 1fr);
    gap: 56px;
}

.trip-route-stops-count-3[b-3bchpdt08g] {
    grid-template-rows: repeat(3, minmax(0, 1fr));
}

.trip-route-item[b-3bchpdt08g] {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    position: relative;
    min-width: 0;
    padding-bottom: 0;
}

.trip-route-copy[b-3bchpdt08g] {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.trip-route-slot-top[b-3bchpdt08g] {
    grid-row: 1;
}

.trip-route-slot-middle[b-3bchpdt08g] {
    grid-row: 2;
}

.trip-route-slot-bottom[b-3bchpdt08g] {
    grid-row: 3;
}

.trip-route-stops-count-2 .trip-route-slot-top[b-3bchpdt08g] {
    grid-row: 2;
}

.trip-route-stops-count-2 .trip-route-slot-bottom[b-3bchpdt08g] {
    grid-row: 3;
}

.trip-route-marker[b-3bchpdt08g] {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #ffffff;
    background-color: #2563eb;
}

.trip-route-stop .trip-route-marker[b-3bchpdt08g] {
    background-color: #64748b;
}

.trip-route-more .trip-route-marker[b-3bchpdt08g] {
    background-color: #0f766e;
}

.trip-route-destination .trip-route-marker[b-3bchpdt08g] {
    background-color: #15803d;
}

[b-3bchpdt08g] .trip-route-address {
    font-weight: 600;
    color: var(--mud-palette-text-primary);
    max-width: 100%;
}

[b-3bchpdt08g] .trip-stop-objective {
    display: block;
    margin-top: 4px;
    color: color-mix(in srgb, var(--mud-palette-text-secondary) 88%, #111827);
    max-width: 100%;
}

[b-3bchpdt08g] .trip-ticket-divider {
    align-self: stretch;
    border-color: var(--mud-palette-lines-default);
    opacity: 1;
}

[b-3bchpdt08g] .trip-ticket-summary {
    min-height: 0;
    background-color: color-mix(in srgb, var(--mud-palette-background) 62%, var(--mud-palette-surface));
}

.trip-summary-grid[b-3bchpdt08g] {
    align-items: center;
}

.trip-capacity-indicator[b-3bchpdt08g] {
    max-width: 100%;
}

.trip-summary-metric[b-3bchpdt08g] {
    min-height: 52px;
}

.trip-summary-label[b-3bchpdt08g] {
    display: block;
    line-height: 18px;
}

.trip-summary-value[b-3bchpdt08g] {
    display: block;
    line-height: 24px;
    font-weight: 700;
    color: #334155;
}

.trip-summary-cost[b-3bchpdt08g] {
    color: #15803d;
}

.trip-card-actions[b-3bchpdt08g] {
    flex-wrap: wrap;
}

.route-workspace-grid[b-3bchpdt08g] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 420px));
    align-items: start;
    justify-content: start;
    gap: 18px;
    width: 100%;
}

.route-workspace-card[b-3bchpdt08g] {
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto minmax(190px, 1fr) auto;
    overflow: hidden;
    min-height: 660px;
    width: 100%;
    border-radius: 10px;
    border-color: color-mix(in srgb, var(--mud-palette-lines-default) 82%, transparent) !important;
    background-color: var(--mud-palette-surface);
}

.route-workspace-card[b-3bchpdt08g]::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background-color: #174ea6;
}

.route-workspace-header[b-3bchpdt08g] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: start;
    gap: 10px;
    padding: 12px 12px 8px 16px;
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 70%, transparent);
}

.route-workspace-title[b-3bchpdt08g] {
    min-width: 0;
}

.route-workspace-actions[b-3bchpdt08g] {
    justify-self: end;
    flex-wrap: wrap;
    max-width: 150px;
}

.route-workspace-actions[b-3bchpdt08g]  .mud-icon-button {
    width: 30px;
    height: 30px;
}

.route-workspace-metrics[b-3bchpdt08g] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    padding: 9px 12px 8px 16px;
}

.route-workspace-metrics > div[b-3bchpdt08g] {
    min-width: 0;
    padding: 6px 7px;
    border-radius: 8px;
    background-color: color-mix(in srgb, var(--mud-palette-background) 62%, var(--mud-palette-surface));
}

.route-workspace-metrics .mud-typography[b-3bchpdt08g] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.route-workspace-vehicle[b-3bchpdt08g] {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, .9fr);
    align-items: center;
    gap: 8px;
    padding: 0 12px 9px 16px;
}

.route-workspace-vehicle-main[b-3bchpdt08g] {
    min-width: 0;
}

.route-stop-workspace[b-3bchpdt08g] {
    position: relative;
    display: grid;
    align-content: start;
    gap: 7px;
    min-height: 0;
    margin: 0 12px 9px 16px;
    padding: 8px;
    overflow-y: auto;
    border-radius: 10px;
    background-color: color-mix(in srgb, var(--mud-palette-surface) 88%, var(--mud-palette-background));
    border: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 76%, transparent);
}

.route-fixed-stop[b-3bchpdt08g],
[b-3bchpdt08g] .route-stop-card {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    min-width: 0;
    border-radius: 8px;
}

.route-fixed-stop[b-3bchpdt08g] {
    padding: 7px 9px;
    border: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 82%, transparent);
    background-color: color-mix(in srgb, var(--mud-palette-surface) 96%, #ffffff);
    z-index: 1;
}

.route-fixed-stop .mud-typography[b-3bchpdt08g] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.route-fixed-origin[b-3bchpdt08g] {
    color: #174ea6;
}

.route-fixed-destination[b-3bchpdt08g] {
    color: #15803d;
}

[b-3bchpdt08g] .route-stop-dropzone {
    display: grid;
    align-content: start;
    gap: 6px;
    min-height: 86px;
    padding: 6px;
    border: 1px dashed color-mix(in srgb, var(--mud-palette-lines-default) 88%, transparent);
    border-radius: 8px;
    background-color: color-mix(in srgb, var(--mud-palette-surface) 82%, var(--mud-palette-background));
    transition: border-color 120ms ease, background-color 120ms ease;
    z-index: 1;
}

[b-3bchpdt08g] .route-stop-dropzone-active {
    border-color: color-mix(in srgb, #2563eb 42%, var(--mud-palette-lines-default));
}

[b-3bchpdt08g] .route-stop-dropzone-locked {
    opacity: .78;
}

[b-3bchpdt08g] .route-stop-drop-allowed {
    border-color: #2563eb;
    background-color: color-mix(in srgb, #2563eb 7%, var(--mud-palette-surface));
}

[b-3bchpdt08g] .route-stop-drop-blocked {
    border-color: #b91c1c;
    background-color: color-mix(in srgb, #b91c1c 6%, var(--mud-palette-surface));
}

[b-3bchpdt08g] .route-stop-card {
    grid-template-columns: 22px 18px minmax(0, 1fr) max-content;
    width: 100%;
    padding: 6px 8px;
    border: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 82%, transparent);
    background-color: var(--mud-palette-surface);
    box-shadow: 0 1px 2px color-mix(in srgb, #0f172a 8%, transparent);
}

[b-3bchpdt08g] .route-stop-card-index {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 700;
    color: #174ea6;
    background-color: color-mix(in srgb, #174ea6 10%, var(--mud-palette-surface));
}

[b-3bchpdt08g] .route-stop-card-handle {
    color: var(--mud-palette-text-secondary);
}

[b-3bchpdt08g] .route-stop-card-copy {
    min-width: 0;
}

[b-3bchpdt08g] .route-stop-card-copy .mud-typography {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.25;
}

[b-3bchpdt08g] .route-stop-card-copy .mud-typography-caption {
    font-size: .72rem;
}

[b-3bchpdt08g] .route-stop-dragging {
    opacity: .7;
}

.route-stop-empty[b-3bchpdt08g] {
    min-height: 58px;
    display: grid;
    place-items: center;
    padding: 12px;
    color: var(--mud-palette-text-secondary);
    font-size: .82rem;
    text-align: center;
}

.route-preview-action[b-3bchpdt08g] {
    padding: 0 12px 12px 16px;
}

@media (max-width: 600px) {
    .trip-scheduling-shell[b-3bchpdt08g]  .trip-scheduling-toolbar,
    .trip-scheduling-shell[b-3bchpdt08g]  .trip-board {
        padding: 14px !important;
    }

    .trip-toolbar-content[b-3bchpdt08g],
    .trip-board-header[b-3bchpdt08g] {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .trip-search[b-3bchpdt08g] {
        width: 100%;
    }

    .trip-status-filter[b-3bchpdt08g],
    .trip-period-mode[b-3bchpdt08g],
    .trip-period-anchor[b-3bchpdt08g] {
        flex-basis: auto;
        width: 100%;
        min-width: 0;
    }

    .request-period-header[b-3bchpdt08g] {
        align-items: flex-start;
        flex-direction: column;
    }

    .request-card-carousel[b-3bchpdt08g] {
        width: 100%;
    }

    .request-card-carousel[b-3bchpdt08g]  .transport-request-card {
        flex-basis: min(340px, 92vw);
        width: min(340px, 92vw);
    }

    .trip-filter-grid[b-3bchpdt08g] {
        margin-top: 10px !important;
    }

    .trip-ticket-grid[b-3bchpdt08g] {
        grid-template-columns: 1fr;
    }

    .route-workspace-grid[b-3bchpdt08g] {
        grid-template-columns: 1fr;
    }

    .route-workspace-card[b-3bchpdt08g] {
        min-height: 680px;
    }

    .route-workspace-header[b-3bchpdt08g],
    .route-workspace-vehicle[b-3bchpdt08g] {
        grid-template-columns: 1fr;
    }

    .route-workspace-actions[b-3bchpdt08g] {
        justify-self: start;
        max-width: 100%;
    }

    .route-workspace-metrics[b-3bchpdt08g] {
        grid-template-columns: 1fr;
    }

    [b-3bchpdt08g] .route-stop-card {
        grid-template-columns: 24px 22px minmax(0, 1fr);
    }

    [b-3bchpdt08g] .route-stop-card .mud-chip {
        grid-column: 3;
        justify-self: start;
    }
}
/* _content/Synapse.WebApp/Components/Features/Transport/Pages/TransportVehicleManagementPage.razor.rz.scp.css */
.vehicle-management-page[b-s3i6ude8sz] {
    min-width: 0;
}

.vehicle-management-toolbar[b-s3i6ude8sz],
.vehicle-management-board[b-s3i6ude8sz] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 8px;
    background-color: var(--mud-palette-surface);
}

.vehicle-management-toolbar-content[b-s3i6ude8sz],
.vehicle-management-section-header[b-s3i6ude8sz] {
    gap: 12px;
}

.vehicle-management-actions[b-s3i6ude8sz] {
    flex-wrap: wrap;
}

.vehicle-management-search[b-s3i6ude8sz] {
    width: min(100%, 320px);
}

.vehicle-card-grid[b-s3i6ude8sz] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
    margin-top: 16px;
}

[b-s3i6ude8sz] .vehicle-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 82%, transparent);
}

[b-s3i6ude8sz] .vehicle-card::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    background-color: #174ea6;
}

[b-s3i6ude8sz] .vehicle-card-muted {
    opacity: 0.82;
}

.vehicle-card-header[b-s3i6ude8sz] {
    gap: 12px;
}

.vehicle-card-title[b-s3i6ude8sz] {
    min-width: 0;
}

.vehicle-card-model[b-s3i6ude8sz] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.vehicle-metric-grid[b-s3i6ude8sz] {
    align-items: center;
}

.vehicle-metric-value[b-s3i6ude8sz] {
    display: block;
    font-weight: 700;
    color: #334155;
}

.vehicle-link-chip-row[b-s3i6ude8sz] {
    min-width: 0;
}

[b-s3i6ude8sz] .vehicle-card-actions {
    justify-content: flex-end;
    gap: 4px;
}

@media (max-width: 960px) {
    .vehicle-management-toolbar-content[b-s3i6ude8sz],
    .vehicle-management-section-header[b-s3i6ude8sz] {
        align-items: flex-start !important;
        flex-direction: column !important;
    }

    .vehicle-management-search[b-s3i6ude8sz] {
        width: 100%;
    }
}
/* _content/Synapse.WebApp/Components/MobileFeatures/Employees/Pages/MobileInterimListPage.razor.rz.scp.css */
.mobile-interim-page[b-g93dyw8um6] {
    padding: 12px 12px 0;
}

.mobile-interim-hero[b-g93dyw8um6],
.mobile-interim-summary[b-g93dyw8um6],
.mobile-interim-filters[b-g93dyw8um6],
.mobile-interim-card[b-g93dyw8um6] {
    border: 1px solid var(--mud-palette-lines-default);
    border-radius: 16px;
    padding: 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
}

.mobile-interim-hero[b-g93dyw8um6] {
    background:
        radial-gradient(circle at top right, rgba(25, 118, 210, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
}

.mobile-interim-contract-chip[b-g93dyw8um6] {
    width: fit-content;
}

.mobile-interim-actions[b-g93dyw8um6] {
    padding-top: 4px;
}

.mobile-interim-state[b-g93dyw8um6] {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 16px;
}

.mobile-interim-card[b-g93dyw8um6] {
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden;
}

.mobile-interim-card-header[b-g93dyw8um6] {
    background: linear-gradient(90deg, rgba(25, 118, 210, 0.10), rgba(25, 118, 210, 0.02));
}

.mobile-interim-coverage[b-g93dyw8um6],
.mobile-interim-period[b-g93dyw8um6] {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: var(--mud-palette-background-grey);
}

.mobile-interim-label[b-g93dyw8um6] {
    color: var(--mud-palette-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.mobile-interim-card-actions[b-g93dyw8um6] {
    padding-top: 4px;
}

@media (max-width: 420px) {
    .mobile-interim-page[b-g93dyw8um6] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .mobile-interim-hero[b-g93dyw8um6],
    .mobile-interim-summary[b-g93dyw8um6],
    .mobile-interim-filters[b-g93dyw8um6],
    .mobile-interim-card[b-g93dyw8um6] {
        padding: 14px;
        border-radius: 14px;
    }
}
/* _content/Synapse.WebApp/Components/MobileFeatures/Employees/Pages/MobileMyTeamWizard.razor.rz.scp.css */
.mobile-team-hub[b-lsfpa5axcr] {
    max-width: 680px;
}

.mobile-team-hub__card[b-lsfpa5axcr] {
    border-radius: 16px;
}

.mobile-team-hub__chips[b-lsfpa5axcr] {
    flex-wrap: wrap;
}

.mobile-team-hub[b-lsfpa5axcr]  .mud-button-root {
    min-height: 52px;
    border-radius: 12px;
    font-weight: 700;
}
/* _content/Synapse.WebApp/Components/MobileFeatures/Employees/Pages/MobileTeamEmployeeEditPage.razor.rz.scp.css */
.mobile-employee-edit[b-u7plpc031t] {
    max-width: 680px;
}

.mobile-employee-edit__section[b-u7plpc031t] {
    border-radius: 16px;
}

.mobile-employee-edit__status-button[b-u7plpc031t] {
    min-height: 76px;
    border-radius: 14px;
}

.mobile-employee-edit[b-u7plpc031t]  .mud-button-root {
    min-height: 52px;
    border-radius: 12px;
    font-weight: 700;
}

.mobile-employee-edit[b-u7plpc031t]  .mud-input-control {
    margin-top: 4px;
}
/* _content/Synapse.WebApp/Components/MobileFeatures/Employees/Pages/MobileTeamManagementPage.razor.rz.scp.css */
.mobile-team-management[b-5oaf57h46p] {
    max-width: 680px;
}

.mobile-team-management__action[b-5oaf57h46p] {
    min-height: 58px;
    border-radius: 14px;
    line-height: 1.25;
}

.mobile-team-management__section[b-5oaf57h46p],
.mobile-team-management__member[b-5oaf57h46p] {
    border-radius: 14px;
}

.mobile-team-management__status-chips[b-5oaf57h46p],
.mobile-team-management__decision-buttons[b-5oaf57h46p] {
    flex-wrap: wrap;
}

.mobile-team-management[b-5oaf57h46p]  .mud-button-root {
    min-height: 48px;
    border-radius: 12px;
    font-weight: 700;
}
/* _content/Synapse.WebApp/Components/MobileFeatures/Employees/Pages/MobileTeamTransferHistoryPage.razor.rz.scp.css */
.mobile-transfer-history[b-2nvne669v2] {
    max-width: 680px;
}

.mobile-transfer-history__card[b-2nvne669v2] {
    border-radius: 14px;
}

.mobile-transfer-history[b-2nvne669v2]  .mud-button-root {
    min-height: 52px;
    border-radius: 12px;
    font-weight: 700;
}
