@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Presentation/Pages/Admin/Accounts/Roles.razor.rz.scp.css */
/* Admin Roles Page Specific Styles */
/* Fixed colors - no theme switching */

.admin-page-container[b-whfmw2a6f9] {
    padding: var(--aa-spacing-8) var(--aa-spacing-4);
    max-width: var(--aa-container-xxl);
    margin: 0 auto;
    background-color: #f8faf8;
}

.admin-page-header[b-whfmw2a6f9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--aa-spacing-6);
}

.admin-page-header h1[b-whfmw2a6f9] {
    margin: 0;
    font-size: var(--aa-h2-size);
    color: #0a1a0a;
}

.admin-page-header p[b-whfmw2a6f9] {
    color: #6b7a6b;
    margin: var(--aa-spacing-2) 0 0 0;
}

.admin-page-actions[b-whfmw2a6f9] {
    display: flex;
    gap: var(--aa-spacing-2);
}

@media (max-width: 767.98px) {
    .admin-page-header[b-whfmw2a6f9] {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--aa-spacing-4);
    }

    .admin-page-actions[b-whfmw2a6f9] {
        width: 100%;
        flex-direction: column;
    }

    .admin-page-actions .aa-btn[b-whfmw2a6f9] {
        width: 100%;
    }
}
/* /Presentation/Pages/Admin/Accounts/Users.razor.rz.scp.css */
/* Admin Users Page Specific Styles */
/* Fixed colors - no theme switching */

.admin-page-container[b-g8xvems0uq] {
    padding: var(--aa-spacing-8) var(--aa-spacing-4);
    max-width: var(--aa-container-xxl);
    margin: 0 auto;
    background-color: #f8faf8;
}

.admin-page-header[b-g8xvems0uq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--aa-spacing-6);
}

.admin-page-header h1[b-g8xvems0uq] {
    margin: 0;
    font-size: var(--aa-h2-size);
    color: #0a1a0a;
}

.admin-page-header p[b-g8xvems0uq] {
    color: #6b7a6b;
    margin: var(--aa-spacing-2) 0 0 0;
}

.admin-page-actions[b-g8xvems0uq] {
    display: flex;
    gap: var(--aa-spacing-2);
}

@media (max-width: 767.98px) {
    .admin-page-header[b-g8xvems0uq] {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--aa-spacing-4);
    }

    .admin-page-actions[b-g8xvems0uq] {
        width: 100%;
        flex-direction: column;
    }

    .admin-page-actions .aa-btn[b-g8xvems0uq] {
        width: 100%;
    }
}
/* /Presentation/Pages/Admin/Dashboard.razor.rz.scp.css */
/* Admin Dashboard Page - Compact Management Layout */

.dashboard-container[b-8vbzox6bwi] {
    padding: var(--aa-spacing-4) var(--aa-spacing-3);
    max-width: var(--aa-container-xxl);
    margin: 0 auto;
    background-color: #f8faf8;
}

.dashboard-welcome[b-8vbzox6bwi] {
    margin-bottom: var(--aa-spacing-4);
}

.dashboard-welcome .alert[b-8vbzox6bwi] {
    padding: var(--aa-spacing-3);
    margin-bottom: 0;
    background-color: #e0f2fe;
    border: 1px solid #0ea5e9;
    border-radius: var(--aa-border-radius-md);
    color: #0a1a0a;
}

.dashboard-welcome .alert-heading[b-8vbzox6bwi] {
    font-size: var(--aa-h5-size);
    margin-bottom: var(--aa-spacing-2);
    color: #0a1a0a;
    font-weight: var(--aa-font-weight-semibold);
}

.dashboard-welcome p[b-8vbzox6bwi] {
    font-size: var(--aa-font-size-sm);
    color: #0a1a0a;
}

.dashboard-section[b-8vbzox6bwi] {
    margin-bottom: var(--aa-spacing-4);
}

.section-header[b-8vbzox6bwi] {
    margin-bottom: var(--aa-spacing-3);
}

.section-header h2[b-8vbzox6bwi] {
    font-size: var(--aa-h5-size);
    font-weight: var(--aa-font-weight-semibold);
    color: #0a1a0a;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: var(--aa-spacing-2);
}

.section-header h2 i[b-8vbzox6bwi] {
    color: #dc2626;
    font-size: 1.1rem;
}

.dashboard-cards[b-8vbzox6bwi] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--aa-spacing-3);
}

.dashboard-card[b-8vbzox6bwi] {
    height: 100%;
}

.aa-card-clickable[b-8vbzox6bwi] {
    cursor: pointer;
    transition: var(--aa-transition-all);
    background-color: #ffffff;
    border: 1px solid #e0e5e0;
    border-radius: var(--aa-card-border-radius);
}

.aa-card-clickable:hover[b-8vbzox6bwi] {
    box-shadow: 0 0.5rem 1rem rgba(10, 26, 10, 0.15);
}

.aa-card-clickable .aa-card-header[b-8vbzox6bwi] {
    padding: var(--aa-spacing-2) var(--aa-spacing-3);
    display: flex;
    align-items: center;
    gap: var(--aa-spacing-2);
}

.aa-card-clickable .aa-card-header i[b-8vbzox6bwi] {
    font-size: 1.25rem;
}

.aa-card-clickable .aa-card-header h5[b-8vbzox6bwi] {
    margin: 0;
    font-size: var(--aa-font-size-base);
    font-weight: var(--aa-font-weight-semibold);
}

.aa-card-body-center[b-8vbzox6bwi] {
    padding: var(--aa-spacing-3);
    text-align: center;
    background-color: #ffffff;
}

.aa-card-body-center p[b-8vbzox6bwi] {
    font-size: var(--aa-font-size-sm);
    color: #2f3f2f;
    margin-bottom: var(--aa-spacing-3);
    min-height: 2.5rem;
}

.aa-card-header-primary[b-8vbzox6bwi] {
    background-color: #dc2626;
    color: #f8faf8;
}

.aa-card-header-primary i[b-8vbzox6bwi],
.aa-card-header-primary h5[b-8vbzox6bwi] {
    color: #f8faf8;
}

.aa-card-header-success[b-8vbzox6bwi] {
    background-color: #16a34a;
    color: #f8faf8;
}

.aa-card-header-success i[b-8vbzox6bwi],
.aa-card-header-success h5[b-8vbzox6bwi] {
    color: #f8faf8;
}

.aa-card-header-info[b-8vbzox6bwi] {
    background-color: #0ea5e9;
    color: #f8faf8;
}

.aa-card-header-info i[b-8vbzox6bwi],
.aa-card-header-info h5[b-8vbzox6bwi] {
    color: #f8faf8;
}

.aa-card-header-warning[b-8vbzox6bwi] {
    background-color: #f59e0b;
    color: #0a1a0a;
}

.aa-card-header-warning i[b-8vbzox6bwi],
.aa-card-header-warning h5[b-8vbzox6bwi] {
    color: #0a1a0a;
}

.aa-btn-primary[b-8vbzox6bwi] {
    background-color: #dc2626;
    color: #f8faf8;
    border: none;
    padding: var(--aa-btn-padding-y-sm) var(--aa-btn-padding-x-sm);
    border-radius: var(--aa-btn-border-radius);
    font-weight: var(--aa-font-weight-medium);
    text-decoration: none;
    display: inline-block;
}

.aa-btn-primary:hover[b-8vbzox6bwi] {
    background-color: #991b1b;
    color: #f8faf8;
    text-decoration: none;
}

.aa-btn-success[b-8vbzox6bwi] {
    background-color: #16a34a;
    color: #f8faf8;
    border: none;
    padding: var(--aa-btn-padding-y-sm) var(--aa-btn-padding-x-sm);
    border-radius: var(--aa-btn-border-radius);
    font-weight: var(--aa-font-weight-medium);
    text-decoration: none;
    display: inline-block;
}

.aa-btn-success:hover[b-8vbzox6bwi] {
    background-color: #15803d;
    color: #f8faf8;
    text-decoration: none;
}

.aa-btn-info[b-8vbzox6bwi] {
    background-color: #0ea5e9;
    color: #f8faf8;
    border: none;
    padding: var(--aa-btn-padding-y-sm) var(--aa-btn-padding-x-sm);
    border-radius: var(--aa-btn-border-radius);
    font-weight: var(--aa-font-weight-medium);
    text-decoration: none;
    display: inline-block;
}

.aa-btn-info:hover[b-8vbzox6bwi] {
    background-color: #0284c7;
    color: #f8faf8;
    text-decoration: none;
}

.aa-btn-warning[b-8vbzox6bwi] {
    background-color: #f59e0b;
    color: #0a1a0a;
    border: none;
    padding: var(--aa-btn-padding-y-sm) var(--aa-btn-padding-x-sm);
    border-radius: var(--aa-btn-border-radius);
    font-weight: var(--aa-font-weight-medium);
    text-decoration: none;
    display: inline-block;
}

.aa-btn-warning:hover[b-8vbzox6bwi] {
    background-color: #d97706;
    color: #0a1a0a;
    text-decoration: none;
}

.aa-btn-sm[b-8vbzox6bwi] {
    font-size: var(--aa-font-size-sm);
}

@media (max-width: 991.98px) {
    .dashboard-cards[b-8vbzox6bwi] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575.98px) {
    .dashboard-container[b-8vbzox6bwi] {
        padding: var(--aa-spacing-3) var(--aa-spacing-2);
    }

    .dashboard-cards[b-8vbzox6bwi] {
        grid-template-columns: 1fr;
        gap: var(--aa-spacing-2);
    }

    .section-header h2[b-8vbzox6bwi] {
        font-size: var(--aa-font-size-lg);
    }
}
/* /Presentation/Pages/Admin/Departments/Detail.razor.rz.scp.css */
/* Department Detail Page - Page-Specific Styles Only */
/* Common admin styles are in wwwroot/css/aa-admin.css */
/* Fixed colors - no theme switching */

.detail-page-container[b-roil95659d] {
    padding: var(--aa-spacing-8) var(--aa-spacing-4);
    max-width: var(--aa-container-xl);
    margin: 0 auto;
    background-color: #f8faf8;
}

.detail-page-header[b-roil95659d] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: var(--aa-spacing-6);
}

.detail-page-header h1[b-roil95659d] {
    margin: 0 0 var(--aa-spacing-2) 0;
    font-size: var(--aa-h2-size);
    color: #0a1a0a;
}

.detail-page-actions[b-roil95659d] {
    display: flex;
    gap: var(--aa-spacing-2);
}

.form-row[b-roil95659d] {
    display: flex;
    gap: var(--aa-spacing-4);
    margin-bottom: var(--aa-spacing-4);
}

.form-group[b-roil95659d] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group.col-md-6[b-roil95659d] {
    flex: 1;
    max-width: 50%;
}

.form-label[b-roil95659d] {
    font-weight: var(--aa-font-weight-medium);
    margin-bottom: var(--aa-spacing-2);
    color: #0a1a0a;
}

.form-label.required[b-roil95659d]::after {
    content: " *";
    color: #dc2626;
}

.form-control[b-roil95659d] {
    padding: var(--aa-spacing-3) var(--aa-spacing-4);
    border: var(--aa-border-width) solid #c8d0c8;
    border-radius: var(--aa-border-radius);
    font-size: var(--aa-font-size-base);
    transition: var(--aa-transition-fast) ease-in-out;
    background-color: #ffffff;
    color: #0a1a0a;
}

.form-control:focus[b-roil95659d] {
    outline: none;
    border-color: #dc2626;
    box-shadow: 0 0 0 0.2rem rgba(220, 38, 38, 0.25);
}

.form-text[b-roil95659d] {
    font-size: var(--aa-font-size-sm);
    color: #6b7a6b;
    margin-top: var(--aa-spacing-1);
}

.form-check-container[b-roil95659d] {
    display: flex;
    align-items: center;
    gap: var(--aa-spacing-2);
    padding: var(--aa-spacing-3) 0;
}

.form-check-input[b-roil95659d] {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}

.form-check-label[b-roil95659d] {
    font-weight: var(--aa-font-weight-normal);
    cursor: pointer;
    margin: 0;
    color: #0a1a0a;
}

.form-actions[b-roil95659d] {
    display: flex;
    gap: var(--aa-spacing-3);
    padding-top: var(--aa-spacing-6);
    border-top: var(--aa-border-width) solid #e0e5e0;
    margin-top: var(--aa-spacing-6);
}

.alert[b-roil95659d] {
    padding: var(--aa-spacing-4);
    border-radius: var(--aa-border-radius);
    margin-bottom: var(--aa-spacing-4);
    display: flex;
    align-items: center;
    gap: var(--aa-spacing-2);
}

.alert-danger[b-roil95659d] {
    background-color: #fee2e2;
    border-left: 0.25rem solid #dc2626;
    color: #0a1a0a;
}

.alert-success[b-roil95659d] {
    background-color: #dcfce7;
    border-left: 0.25rem solid #16a34a;
    color: #0a1a0a;
}

.alert-warning[b-roil95659d] {
    background-color: #fef3c7;
    border-left: 0.25rem solid #f59e0b;
    color: #0a1a0a;
}

.mt-4[b-roil95659d] {
    margin-top: var(--aa-spacing-8);
}

.aa-card-header[b-roil95659d] {
    padding: var(--aa-spacing-4) var(--aa-spacing-6);
    background-color: #f0f2f0;
    border-bottom: var(--aa-border-width) solid #e0e5e0;
}

.aa-card-header h3[b-roil95659d] {
    margin: 0;
    font-size: var(--aa-h4-size);
    color: #0a1a0a;
}

.modal-overlay[b-roil95659d] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(10, 26, 10, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: var(--aa-z-modal);
}

.modal-dialog[b-roil95659d] {
    background-color: #f8faf8;
    border-radius: var(--aa-border-radius-lg);
    box-shadow: var(--aa-shadow-lg);
    max-width: 500px;
    width: 90%;
}

.modal-header[b-roil95659d] {
    padding: var(--aa-spacing-4) var(--aa-spacing-6);
    border-bottom: var(--aa-border-width) solid #e0e5e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title[b-roil95659d] {
    margin: 0;
    font-size: var(--aa-h4-size);
    color: #0a1a0a;
}

.modal-close[b-roil95659d] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #2f3f2f;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--aa-transition-fast);
}

.modal-close:hover[b-roil95659d] {
    color: #0a1a0a;
}

.modal-body[b-roil95659d] {
    padding: var(--aa-spacing-6);
}

.modal-footer[b-roil95659d] {
    padding: var(--aa-spacing-4) var(--aa-spacing-6);
    border-top: var(--aa-border-width) solid #e0e5e0;
    display: flex;
    gap: var(--aa-spacing-2);
    justify-content: flex-end;
}

@media (max-width: 767.98px) {
    .detail-page-header[b-roil95659d] {
        flex-direction: column;
        gap: var(--aa-spacing-4);
    }

    .detail-page-actions[b-roil95659d] {
        width: 100%;
        flex-direction: column;
    }

    .detail-page-actions .aa-btn[b-roil95659d] {
        width: 100%;
    }

    .form-row[b-roil95659d] {
        flex-direction: column;
    }

    .form-group.col-md-6[b-roil95659d] {
        max-width: 100%;
    }

    .form-actions[b-roil95659d] {
        flex-direction: column;
    }

    .form-actions .aa-btn[b-roil95659d] {
        width: 100%;
    }
}
/* /Presentation/Pages/Admin/Departments/Index.razor.rz.scp.css */
/* Departments Index Page - Page-Specific Styles Only */
/* Common admin styles are in wwwroot/css/aa-admin.css */
/* Fixed colors - no theme switching */

/* NO common styles here - they belong in aa-admin.css */
/* This file should be EMPTY or contain ONLY page-specific overrides */
/* /Presentation/Pages/Admin/SopCategories/Detail.razor.rz.scp.css */
/* SOP Category Detail Page - Page-Specific Styles Only */
/* Common admin styles are in wwwroot/css/aa-admin.css */
/* Fixed colors - no theme switching */

.detail-page-container[b-47ngde290b] {
    padding: var(--aa-spacing-8) var(--aa-spacing-4);
    max-width: var(--aa-container-xl);
    margin: 0 auto;
    background-color: #f8faf8;
}

.detail-page-header[b-47ngde290b] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: var(--aa-spacing-6);
}

.detail-page-header h1[b-47ngde290b] {
    margin: 0 0 var(--aa-spacing-2) 0;
    font-size: var(--aa-h2-size);
    color: #0a1a0a;
}

.detail-page-actions[b-47ngde290b] {
    display: flex;
    gap: var(--aa-spacing-2);
}

.form-row[b-47ngde290b] {
    display: flex;
    gap: var(--aa-spacing-4);
    margin-bottom: var(--aa-spacing-4);
}

.form-group[b-47ngde290b] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-group.col-md-6[b-47ngde290b] {
    flex: 1;
    max-width: 50%;
}

.form-label[b-47ngde290b] {
    font-weight: var(--aa-font-weight-medium);
    margin-bottom: var(--aa-spacing-2);
    color: #0a1a0a;
}

.form-label.required[b-47ngde290b]::after {
    content: " *";
    color: #dc2626;
}

.form-control[b-47ngde290b] {
    padding: var(--aa-spacing-3) var(--aa-spacing-4);
    border: var(--aa-border-width) solid #c8d0c8;
    border-radius: var(--aa-border-radius);
    font-size: var(--aa-font-size-base);
    transition: var(--aa-transition-fast) ease-in-out;
    background-color: #ffffff;
    color: #0a1a0a;
}

.form-control:focus[b-47ngde290b] {
    outline: none;
    border-color: #dc2626;
    box-shadow: 0 0 0 0.2rem rgba(220, 38, 38, 0.25);
}

.form-text[b-47ngde290b] {
    font-size: var(--aa-font-size-sm);
    color: #6b7a6b;
    margin-top: var(--aa-spacing-1);
}

.form-check-container[b-47ngde290b] {
    display: flex;
    align-items: center;
    gap: var(--aa-spacing-2);
    padding: var(--aa-spacing-3) 0;
}

.form-check-input[b-47ngde290b] {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}

.form-check-label[b-47ngde290b] {
    font-weight: var(--aa-font-weight-normal);
    cursor: pointer;
    margin: 0;
    color: #0a1a0a;
}

.form-actions[b-47ngde290b] {
    display: flex;
    gap: var(--aa-spacing-3);
    padding-top: var(--aa-spacing-6);
    border-top: var(--aa-border-width) solid #e0e5e0;
    margin-top: var(--aa-spacing-6);
}

.alert[b-47ngde290b] {
    padding: var(--aa-spacing-4);
    border-radius: var(--aa-border-radius);
    margin-bottom: var(--aa-spacing-4);
    display: flex;
    align-items: center;
    gap: var(--aa-spacing-2);
}

.alert-danger[b-47ngde290b] {
    background-color: #fee2e2;
    border-left: 0.25rem solid #dc2626;
    color: #0a1a0a;
}

.alert-success[b-47ngde290b] {
    background-color: #dcfce7;
    border-left: 0.25rem solid #16a34a;
    color: #0a1a0a;
}

.alert-warning[b-47ngde290b] {
    background-color: #fef3c7;
    border-left: 0.25rem solid #f59e0b;
    color: #0a1a0a;
}

.mt-4[b-47ngde290b] {
    margin-top: var(--aa-spacing-8);
}

.aa-card-header[b-47ngde290b] {
    padding: var(--aa-spacing-4) var(--aa-spacing-6);
    background-color: #f0f2f0;
    border-bottom: var(--aa-border-width) solid #e0e5e0;
}

.aa-card-header h3[b-47ngde290b] {
    margin: 0;
    font-size: var(--aa-h4-size);
    color: #0a1a0a;
}

.clickable-row[b-47ngde290b] {
    cursor: pointer;
    transition: var(--aa-transition-bg);
}

.clickable-row:hover[b-47ngde290b] {
    background-color: rgba(220, 38, 38, 0.05) !important;
}

.badge[b-47ngde290b] {
    padding: 0.25rem 0.5rem;
    font-size: var(--aa-font-size-sm);
    font-weight: var(--aa-font-weight-medium);
    border-radius: var(--aa-border-radius);
    display: inline-block;
}

.badge-success[b-47ngde290b] {
    background-color: #dcfce7;
    color: #16a34a;
    border: 1px solid #16a34a;
}

.badge-warning[b-47ngde290b] {
    background-color: #fef3c7;
    color: #f59e0b;
    border: 1px solid #f59e0b;
}

.badge-secondary[b-47ngde290b] {
    background-color: #e0e5e0;
    color: #2f3f2f;
    border: 1px solid #c8d0c8;
}

.text-center[b-47ngde290b] {
    text-align: center;
}

.text-muted[b-47ngde290b] {
    color: #6b7a6b;
}

.loading-container[b-47ngde290b] {
    text-align: center;
    padding: var(--aa-spacing-12);
    color: #6b7a6b;
}

.modal-overlay[b-47ngde290b] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(10, 26, 10, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: var(--aa-z-modal);
}

.modal-dialog[b-47ngde290b] {
    background-color: #f8faf8;
    border-radius: var(--aa-border-radius-lg);
    box-shadow: var(--aa-shadow-lg);
    max-width: 500px;
    width: 90%;
}

.modal-header[b-47ngde290b] {
    padding: var(--aa-spacing-4) var(--aa-spacing-6);
    border-bottom: var(--aa-border-width) solid #e0e5e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title[b-47ngde290b] {
    margin: 0;
    font-size: var(--aa-h4-size);
    color: #0a1a0a;
}

.modal-close[b-47ngde290b] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #2f3f2f;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--aa-transition-fast);
}

.modal-close:hover[b-47ngde290b] {
    color: #0a1a0a;
}

.modal-body[b-47ngde290b] {
    padding: var(--aa-spacing-6);
}

.modal-footer[b-47ngde290b] {
    padding: var(--aa-spacing-4) var(--aa-spacing-6);
    border-top: var(--aa-border-width) solid #e0e5e0;
    display: flex;
    gap: var(--aa-spacing-2);
    justify-content: flex-end;
}

@media (max-width: 767.98px) {
    .detail-page-header[b-47ngde290b] {
        flex-direction: column;
        gap: var(--aa-spacing-4);
    }

    .detail-page-actions[b-47ngde290b] {
        width: 100%;
        flex-direction: column;
    }

    .detail-page-actions .aa-btn[b-47ngde290b] {
        width: 100%;
    }

    .form-row[b-47ngde290b] {
        flex-direction: column;
    }

    .form-group.col-md-6[b-47ngde290b] {
        max-width: 100%;
    }

    .form-actions[b-47ngde290b] {
        flex-direction: column;
    }

    .form-actions .aa-btn[b-47ngde290b] {
        width: 100%;
    }
}
/* /Presentation/Pages/Admin/SopCategories/Index.razor.rz.scp.css */
/* SOP Categories Index Page - Page-Specific Styles Only */
/* Common admin styles are in wwwroot/css/aa-admin.css */
/* Fixed colors - no theme switching */

/* NO common styles here - they belong in aa-admin.css */
/* This file should be EMPTY or contain ONLY page-specific overrides */
/* /Presentation/Pages/Admin/SOPs/Detail.razor.rz.scp.css */
/* SOP Detail Page - Page-Specific Styles Only */
/* Common admin styles are in wwwroot/css/aa-admin.css */
/* Fixed colors - no theme switching */

/* Page-specific: Wider container for SOP detail */
.detail-page-container[b-32bjqi67jf] {
    max-width: var(--aa-container-xxl);
    background-color: #f8faf8;
}

/* Page-specific: Form check with background for SOP features */
.form-check-container[b-32bjqi67jf] {
    background-color: #f8faf8;
    align-items: flex-start;
}

.form-check-input[b-32bjqi67jf] {
    margin-top: 0.25rem;
}

/* Page-specific: Approval info box for SOPs */
.approval-info[b-32bjqi67jf] {
    padding: var(--aa-spacing-4);
    background-color: #dcfce7;
    border-left: 0.25rem solid #16a34a;
    border-radius: var(--aa-border-radius);
    margin-bottom: var(--aa-spacing-4);
}

.approval-info h4[b-32bjqi67jf] {
    margin: 0 0 var(--aa-spacing-2) 0;
    font-size: var(--aa-h5-size);
    color: #16a34a;
}

.approval-info p[b-32bjqi67jf] {
    margin: 0;
    line-height: 1.6;
    color: #0a1a0a;
}
/* /Presentation/Pages/Admin/SOPs/Index.razor.rz.scp.css */
/* SOPs Index Page - Page-Specific Styles Only */
/* Common admin styles are in wwwroot/css/aa-admin.css */
/* Fixed colors - no theme switching */

/* Page-specific: Training icon styling */
.training-icon[b-qz9dqf55ei] {
    margin-left: var(--aa-spacing-1);
    color: #dc2626;
    font-size: 1rem;
}

/* Page-specific: Overdue indicator icon */
.overdue-icon[b-qz9dqf55ei] {
    margin-left: var(--aa-spacing-1);
    color: #dc2626;
}
/* /Presentation/Pages/Admin/TekMetric/Dashboard.razor.rz.scp.css */
/* TekMetric Dashboard — modern card-based styles */

/* ── Dev-only reset/reseed control ───────────────────────────────────────── */

.tm-reseed-btn[b-3z5c67xq7h] {
    white-space: nowrap;
    flex-shrink: 0;
}

.tm-reseed-confirm[b-3z5c67xq7h] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--aa-spacing-2, .5rem);
    padding: var(--aa-spacing-2, .5rem) var(--aa-spacing-3, .75rem);
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: .375rem;
    font-size: .875rem;
    margin-top: .5rem;
}

.tm-reseed-confirm-actions[b-3z5c67xq7h] {
    display: flex;
    gap: var(--aa-spacing-2, .5rem);
    margin-left: auto;
}

/* ── Loading / empty states ──────────────────────────────────────────────── */

.tm-loading-state[b-3z5c67xq7h],
.tm-empty-state[b-3z5c67xq7h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--aa-spacing-6) var(--aa-spacing-3);
    gap: var(--aa-spacing-3);
    color: var(--aa-text-muted);
}

.tm-empty-state i[b-3z5c67xq7h],
.tm-loading-state + p[b-3z5c67xq7h] {
    font-size: 3rem;
    color: var(--aa-gray-300);
}

.tm-empty-state h4[b-3z5c67xq7h] {
    font-size: var(--aa-h5-size);
    color: var(--aa-text-secondary);
    margin: 0;
}

.tm-empty-state p[b-3z5c67xq7h] {
    font-size: var(--aa-font-size-sm);
    text-align: center;
    max-width: 40ch;
    margin: 0;
}

/* ── Shop selector ───────────────────────────────────────────────────────── */

.tm-shop-selector[b-3z5c67xq7h] {
    display: flex;
    align-items: center;
    gap: var(--aa-spacing-2);
}

.tm-shop-selector .form-label[b-3z5c67xq7h] {
    margin: 0;
    font-size: var(--aa-font-size-sm);
    font-weight: var(--aa-font-weight-semibold);
    white-space: nowrap;
    color: var(--aa-text-secondary);
}

.tm-shop-select[b-3z5c67xq7h] {
    max-width: 280px;
}

/* ── Modern Productivity Card ────────────────────────────────────────────── */

.tm-productivity-card[b-3z5c67xq7h] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

/* Card header with title and period toggle */
.tm-card-header[b-3z5c67xq7h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.tm-card-title[b-3z5c67xq7h] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.tm-card-title h2[b-3z5c67xq7h] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #111827;
}

.tm-card-title i[b-3z5c67xq7h] {
    font-size: 1.75rem;
    color: #0284c7;
}

/* Period toggle buttons */
.tm-period-toggle[b-3z5c67xq7h] {
    display: flex;
    gap: 0.5rem;
    background: #f3f4f6;
    padding: 0.375rem;
    border-radius: 0.375rem;
}

.tm-period-btn[b-3z5c67xq7h] {
    padding: 0.5rem 1rem;
    border: none;
    background: transparent;
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tm-period-btn:hover[b-3z5c67xq7h] {
    color: #374151;
    background: white;
}

.tm-period-btn.active[b-3z5c67xq7h] {
    background: white;
    color: #0284c7;
    font-weight: 600;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Grid layout for tech columns */
.tm-techs-grid[b-3z5c67xq7h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1.5rem;
}

/* Individual tech column */
.tm-tech-column[b-3z5c67xq7h] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Hours label (above bar) */
.tm-hours-label[b-3z5c67xq7h] {
    text-align: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: #374151;
    min-height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.tm-hours-daily[b-3z5c67xq7h] {
    color: #0d6efd;
}

.tm-hours-divider[b-3z5c67xq7h] {
    color: #9ca3af;
    font-weight: 400;
}

.tm-hours-weekly[b-3z5c67xq7h] {
    color: #a855f7;
}

/* Bar container and styling */
.tm-bar-wrapper[b-3z5c67xq7h] {
    width: 100%;
    height: 220px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 3px;
    padding: 4px 0;
}

.tm-bar[b-3z5c67xq7h] {
    flex: 1;
    background: rgba(13, 110, 253, 0.12);
    border-top: 2px solid #0d6efd;
    border-left: 2px solid #0d6efd;
    border-right: 2px solid #0d6efd;
    border-radius: 0.25rem 0.25rem 0 0;
    min-height: 4px;
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.tm-bar-daily[b-3z5c67xq7h] {
    background: rgba(13, 110, 253, 0.12);
    border-top-color: #0d6efd;
    border-left-color: #0d6efd;
    border-right-color: #0d6efd;
}

.tm-bar-weekly[b-3z5c67xq7h] {
    background: rgba(168, 85, 247, 0.12);
    border-top-color: #a855f7;
    border-left-color: #a855f7;
    border-right-color: #a855f7;
}

/* Tech name (below bar) */
.tm-tech-name[b-3z5c67xq7h] {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 600;
    color: #111827;
    min-height: 1.5rem;
}

/* Old styles kept for reference - deprecated */
.tm-bar-label[b-3z5c67xq7h] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0284c7;
    text-align: center;
}

/* WIP Cards List (stacked vertically) */
.tm-wip-cards-list[b-3z5c67xq7h] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

/* WIP Card styling */
.tm-wip-card[b-3z5c67xq7h] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 0.5rem;
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    border: 1px solid #6ee7b7;
    border-radius: 0.375rem;
    font-size: 0.75rem;
}

.tm-wip-label[b-3z5c67xq7h] {
    color: #059669;
    font-weight: 600;
    font-size: 0.65rem;
    background: rgba(16, 185, 129, 0.1);
    padding: 0.2rem 0.3rem;
    border-radius: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tm-wip-ro-header[b-3z5c67xq7h] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.3rem;
    font-weight: 600;
}

.tm-wip-ro[b-3z5c67xq7h] {
    color: #059669;
    font-weight: 700;
    font-size: 0.8rem;
}

.tm-wip-detail[b-3z5c67xq7h] {
    color: #065f46;
    font-weight: 500;
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tm-wip-vehicle[b-3z5c67xq7h] {
    color: #047857;
    font-size: 0.65rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tm-wip-hours[b-3z5c67xq7h] {
    color: #059669;
    font-weight: 700;
    font-size: 0.7rem;
}

/* ── WIP Card Color Coding by Label ──────────────────────────────────────── */

/* Waiting For Estimate - Ochre (darker yellow) */
.tm-wip-card.wip-waiting-estimate[b-3z5c67xq7h] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-color: #d97706;
}

.tm-wip-card.wip-waiting-estimate .tm-wip-label[b-3z5c67xq7h] {
    color: #92400e;
    background: rgba(217, 119, 6, 0.1);
}

.tm-wip-card.wip-waiting-estimate .tm-wip-ro[b-3z5c67xq7h],
.tm-wip-card.wip-waiting-estimate .tm-wip-detail[b-3z5c67xq7h],
.tm-wip-card.wip-waiting-estimate .tm-wip-vehicle[b-3z5c67xq7h],
.tm-wip-card.wip-waiting-estimate .tm-wip-hours[b-3z5c67xq7h] {
    color: #92400e;
}

/* Waiting For Approval - Orange */
.tm-wip-card.wip-waiting-approval[b-3z5c67xq7h] {
    background: linear-gradient(135deg, #fed7aa 0%, #fdba74 100%);
    border-color: #ea580c;
}

.tm-wip-card.wip-waiting-approval .tm-wip-label[b-3z5c67xq7h] {
    color: #7c2d12;
    background: rgba(234, 88, 12, 0.1);
}

.tm-wip-card.wip-waiting-approval .tm-wip-ro[b-3z5c67xq7h],
.tm-wip-card.wip-waiting-approval .tm-wip-detail[b-3z5c67xq7h],
.tm-wip-card.wip-waiting-approval .tm-wip-vehicle[b-3z5c67xq7h],
.tm-wip-card.wip-waiting-approval .tm-wip-hours[b-3z5c67xq7h] {
    color: #7c2d12;
}

/* Waiting For Parts - Violet */
.tm-wip-card.wip-waiting-parts[b-3z5c67xq7h] {
    background: linear-gradient(135deg, #e9d5ff 0%, #d8b4fe 100%);
    border-color: #7c3aed;
}

.tm-wip-card.wip-waiting-parts .tm-wip-label[b-3z5c67xq7h] {
    color: #4c1d95;
    background: rgba(124, 58, 237, 0.1);
}

.tm-wip-card.wip-waiting-parts .tm-wip-ro[b-3z5c67xq7h],
.tm-wip-card.wip-waiting-parts .tm-wip-detail[b-3z5c67xq7h],
.tm-wip-card.wip-waiting-parts .tm-wip-vehicle[b-3z5c67xq7h],
.tm-wip-card.wip-waiting-parts .tm-wip-hours[b-3z5c67xq7h] {
    color: #4c1d95;
}

/* Parts/Vehicle in Queue - Blue */
.tm-wip-card.wip-parts-queue[b-3z5c67xq7h] {
    background: linear-gradient(135deg, #bfdbfe 0%, #93c5fd 100%);
    border-color: #0284c7;
}

.tm-wip-card.wip-parts-queue .tm-wip-label[b-3z5c67xq7h] {
    color: #0c2340;
    background: rgba(2, 132, 199, 0.1);
}

.tm-wip-card.wip-parts-queue .tm-wip-ro[b-3z5c67xq7h],
.tm-wip-card.wip-parts-queue .tm-wip-detail[b-3z5c67xq7h],
.tm-wip-card.wip-parts-queue .tm-wip-vehicle[b-3z5c67xq7h],
.tm-wip-card.wip-parts-queue .tm-wip-hours[b-3z5c67xq7h] {
    color: #0c2340;
}

/* In-Progress - Green (current) */
.tm-wip-card.wip-in-progress[b-3z5c67xq7h] {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
    border-color: #6ee7b7;
}

.tm-wip-card.wip-in-progress .tm-wip-label[b-3z5c67xq7h] {
    color: #059669;
    background: rgba(16, 185, 129, 0.1);
}

.tm-wip-card.wip-in-progress .tm-wip-ro[b-3z5c67xq7h],
.tm-wip-card.wip-in-progress .tm-wip-detail[b-3z5c67xq7h],
.tm-wip-card.wip-in-progress .tm-wip-vehicle[b-3z5c67xq7h],
.tm-wip-card.wip-in-progress .tm-wip-hours[b-3z5c67xq7h] {
    color: #059669;
}


/* ── Status badges ───────────────────────────────────────────────────────── */

.tm-badge[b-3z5c67xq7h] {
    display: inline-block;
    padding: 0.2em 0.55em;
    border-radius: var(--aa-border-radius-sm);
    font-size: 0.72rem;
    font-weight: var(--aa-font-weight-semibold);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.badge-estimate[b-3z5c67xq7h]        { background-color: #e0f2fe; color: #0284c7; }
.badge-wip[b-3z5c67xq7h]             { background-color: #fef3c7; color: #b45309; }
.badge-complete[b-3z5c67xq7h]        { background-color: #dcfce7; color: #15803d; }
.badge-saved[b-3z5c67xq7h]           { background-color: #f0f2f0; color: #4b5563; }
.badge-posted[b-3z5c67xq7h]          { background-color: #ede9fe; color: #6d28d9; }
.badge-ar[b-3z5c67xq7h]              { background-color: #fee2e2; color: #b91c1c; }
.badge-unknown[b-3z5c67xq7h]         { background-color: #f0f2f0; color: #6b7280; }

/* ── Modern RO Card Section ──────────────────────────────────────────────── */

.tm-ro-section[b-3z5c67xq7h] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.tm-ro-list[b-3z5c67xq7h] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tm-ro-card[b-3z5c67xq7h] {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
}

.tm-ro-card:hover[b-3z5c67xq7h] {
    border-color: #0284c7;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
}

.tm-ro-card.tm-ro-today[b-3z5c67xq7h] {
    background: linear-gradient(to right, #fef3c7 0%, white 30%);
    border-color: #fbbf24;
    box-shadow: inset 3px 0 0 0 #fbbf24;
}

/* RO Header (Clickable) */
.tm-ro-header[b-3z5c67xq7h] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
}

.tm-ro-header:hover[b-3z5c67xq7h] {
    background-color: #f9fafb;
}

.tm-ro-expand-icon[b-3z5c67xq7h] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 0.25rem;
    background: #f3f4f6;
    color: #0284c7;
    font-size: 1.25rem;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.tm-ro-header:hover .tm-ro-expand-icon[b-3z5c67xq7h] {
    background: #0284c7;
    color: white;
}

/* Info Grid Layout */
.tm-ro-info-grid[b-3z5c67xq7h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
    flex: 1;
    min-width: 0;
}

.tm-ro-number[b-3z5c67xq7h],
.tm-ro-customer[b-3z5c67xq7h],
.tm-ro-vehicle[b-3z5c67xq7h],
.tm-ro-tech[b-3z5c67xq7h],
.tm-ro-date[b-3z5c67xq7h],
.tm-ro-status[b-3z5c67xq7h] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.tm-ro-label[b-3z5c67xq7h] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.tm-ro-value[b-3z5c67xq7h] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Summary Section (Total Hours) */
.tm-ro-summary[b-3z5c67xq7h] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 1rem;
    border-left: 1px solid #e5e7eb;
    min-width: 120px;
}

.tm-ro-hours[b-3z5c67xq7h] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
}

.tm-ro-hours-label[b-3z5c67xq7h] {
    font-size: 0.7rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.tm-ro-hours-value[b-3z5c67xq7h] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0284c7;
}

/* Jobs Panel (Collapsible) */
.tm-ro-jobs-panel[b-3z5c67xq7h] {
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
    padding: 1rem;
    animation: slideDown-b-3z5c67xq7h 0.3s ease-out;
}

@keyframes slideDown-b-3z5c67xq7h {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 1000px;
    }
}

.tm-jobs-header[b-3z5c67xq7h] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.tm-jobs-list[b-3z5c67xq7h] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.tm-job-row[b-3z5c67xq7h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 0.25rem;
    transition: background-color 0.2s ease;
}

.tm-job-row:hover[b-3z5c67xq7h] {
    background-color: #f3f4f6;
}

.tm-job-info[b-3z5c67xq7h] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
}

.tm-job-name[b-3z5c67xq7h] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #111827;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tm-job-hours[b-3z5c67xq7h] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #0284c7;
    white-space: nowrap;
}

.tm-jobs-footer[b-3z5c67xq7h] {
    display: flex;
    justify-content: flex-end;
    padding-top: 0.5rem;
    border-top: 1px solid #e5e7eb;
}

.tm-jobs-total[b-3z5c67xq7h] {
    font-size: 0.875rem;
    font-weight: 700;
    color: #0284c7;
}

/* ── Repair Orders Table (Old styles - deprecated) ───────────────────── */

/* These styles are kept for reference but replaced by modern card layout above */

.tm-ro-table[b-3z5c67xq7h] {
    margin-bottom: 0;
}
}

.tm-job-hours[b-3z5c67xq7h] {
    color: var(--aa-text-secondary, #6b7280);
    font-size: 0.75rem;
}

/* Highlight rows for today */
.tm-ro-today[b-3z5c67xq7h] {
    background-color: #fef3c7 !important;
    box-shadow: inset 3px 0 0 0 #fbbf24;
}

.tm-ro-today:hover[b-3z5c67xq7h] {
    background-color: #fde68a !important;
}

.tm-ro-today td[b-3z5c67xq7h] {
    font-weight: var(--aa-font-weight-semibold, 600);
}

.tm-ro-tech[b-3z5c67xq7h] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    background-color: var(--aa-gray-100, #f3f4f6);
    border-radius: 0.25rem;
    font-size: 0.8rem;
    font-weight: 500;
}

/* ── Cards Row (Horizontal Layout) ──────────────────────────────────────── */

.tm-cards-row[b-3z5c67xq7h] {
    display: flex;
    flex-direction: row;
    gap: var(--aa-spacing-4, 1rem);
    margin-bottom: var(--aa-spacing-4, 1rem);
}

.tm-productivity-card[b-3z5c67xq7h] {
    flex: 1;
    min-width: 0;
}

.tm-status-columns-card[b-3z5c67xq7h] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

/* ── Status Columns Layout ──────────────────────────────────────────────── */

.tm-status-columns[b-3z5c67xq7h] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--aa-spacing-3, 0.75rem);
    flex: 1;
}

.tm-status-column[b-3z5c67xq7h] {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--aa-border-color, #e5e7eb);
    border-radius: 0.5rem;
    background-color: var(--aa-bg-light, #ffffff);
    overflow: hidden;
}

.tm-column-header[b-3z5c67xq7h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--aa-spacing-3, 0.75rem);
    border-bottom: 2px solid;
    gap: var(--aa-spacing-2, 0.5rem);
    font-weight: 600;
}

.tm-column-header h3[b-3z5c67xq7h] {
    margin: 0;
    font-size: 0.95rem;
    flex: 1;
}

.tm-column-count[b-3z5c67xq7h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2rem;
    height: 2rem;
    background-color: var(--aa-gray-100, #f3f4f6);
    border-radius: 50%;
    font-size: 0.85rem;
    font-weight: 600;
}

.tm-column-estimate[b-3z5c67xq7h] {
    border-bottom-color: #fbbf24;
    background-color: #fffbeb;
}

.tm-column-estimate .tm-column-count[b-3z5c67xq7h] {
    background-color: #fbbf24;
    color: #ffffff;
}

.tm-column-approval[b-3z5c67xq7h] {
    border-bottom-color: #f87171;
    background-color: #fef2f2;
}

.tm-column-approval .tm-column-count[b-3z5c67xq7h] {
    background-color: #f87171;
    color: #ffffff;
}

.tm-column-finished[b-3z5c67xq7h] {
    border-bottom-color: #34d399;
    background-color: #f0fdf4;
}

.tm-column-finished .tm-column-count[b-3z5c67xq7h] {
    background-color: #34d399;
    color: #ffffff;
}

.tm-column-content[b-3z5c67xq7h] {
    display: flex;
    flex-direction: column;
    gap: var(--aa-spacing-2, 0.5rem);
    padding: var(--aa-spacing-2, 0.5rem);
    flex: 1;
    overflow-y: auto;
    max-height: 500px;
}

.tm-status-ro-card[b-3z5c67xq7h] {
    display: flex;
    flex-direction: column;
    gap: var(--aa-spacing-1, 0.25rem);
    padding: var(--aa-spacing-2, 0.5rem);
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid var(--aa-gray-200, #e5e7eb);
    border-radius: 0.375rem;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tm-status-ro-card:hover[b-3z5c67xq7h] {
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tm-status-ro-header[b-3z5c67xq7h] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: var(--aa-spacing-1, 0.25rem);
}

.tm-status-ro-number[b-3z5c67xq7h] {
    font-weight: 600;
    color: var(--aa-text-primary);
}

.tm-status-ro-date[b-3z5c67xq7h] {
    font-size: 0.75rem;
    color: var(--aa-text-muted, #9ca3af);
}

.tm-status-ro-customer[b-3z5c67xq7h] {
    font-weight: 500;
    color: var(--aa-text-secondary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tm-status-ro-vehicle[b-3z5c67xq7h] {
    font-size: 0.75rem;
    color: var(--aa-text-muted, #9ca3af);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Status RO Card Color Coding by Label ───────────────────────────────── */

/* Waiting For Estimate - Ochre (darker yellow) */
.tm-status-ro-card.status-waiting-estimate[b-3z5c67xq7h] {
    background-color: #fef3c7;
    border-color: #d97706;
}

.tm-status-ro-card.status-waiting-estimate:hover[b-3z5c67xq7h] {
    background-color: #fde68a;
    border-color: #b45309;
}

.tm-status-ro-card.status-waiting-estimate .tm-status-ro-number[b-3z5c67xq7h] {
    color: #92400e;
}

/* Waiting For Approval - Orange */
.tm-status-ro-card.status-waiting-approval[b-3z5c67xq7h] {
    background-color: #fed7aa;
    border-color: #ea580c;
}

.tm-status-ro-card.status-waiting-approval:hover[b-3z5c67xq7h] {
    background-color: #fdba74;
    border-color: #c2410c;
}

.tm-status-ro-card.status-waiting-approval .tm-status-ro-number[b-3z5c67xq7h] {
    color: #7c2d12;
}

/* Waiting For Parts - Violet */
.tm-status-ro-card.status-waiting-parts[b-3z5c67xq7h] {
    background-color: #e9d5ff;
    border-color: #7c3aed;
}

.tm-status-ro-card.status-waiting-parts:hover[b-3z5c67xq7h] {
    background-color: #d8b4fe;
    border-color: #6d28d9;
}

.tm-status-ro-card.status-waiting-parts .tm-status-ro-number[b-3z5c67xq7h] {
    color: #4c1d95;
}

/* Parts/Vehicle in Queue - Blue */
.tm-status-ro-card.status-parts-queue[b-3z5c67xq7h] {
    background-color: #bfdbfe;
    border-color: #0284c7;
}

.tm-status-ro-card.status-parts-queue:hover[b-3z5c67xq7h] {
    background-color: #93c5fd;
    border-color: #0369a1;
}

.tm-status-ro-card.status-parts-queue .tm-status-ro-number[b-3z5c67xq7h] {
    color: #0c2340;
}

/* In-Progress - Green */
.tm-status-ro-card.status-in-progress[b-3z5c67xq7h] {
    background-color: #dcfce7;
    border-color: #10b981;
}

.tm-status-ro-card.status-in-progress:hover[b-3z5c67xq7h] {
    background-color: #bbf7d0;
    border-color: #059669;
}

.tm-status-ro-card.status-in-progress .tm-status-ro-number[b-3z5c67xq7h] {
    color: #059669;
}

/* Finished/QC - White */
.tm-status-ro-card.status-finished-qc[b-3z5c67xq7h] {
    background-color: #ffffff;
    border-color: #d1d5db;
}

.tm-status-ro-card.status-finished-qc:hover[b-3z5c67xq7h] {
    background-color: #f9fafb;
    border-color: #9ca3af;
}

.tm-status-ro-card.status-finished-qc .tm-status-ro-number[b-3z5c67xq7h] {
    color: #1f2937;
}

/* ── Responsive ─────────────────────────────────────────────────────────── */

@media (max-width: 1024px) {
    .tm-ro-info-grid[b-3z5c67xq7h] {
        grid-template-columns: repeat(3, 1fr);
    }

    .tm-ro-header[b-3z5c67xq7h] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .tm-ro-summary[b-3z5c67xq7h] {
        border-left: none;
        border-top: 1px solid #e5e7eb;
        padding-left: 0;
        padding-top: 0.75rem;
        margin-top: 0.75rem;
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .tm-ro-section[b-3z5c67xq7h] {
        padding: 1rem;
    }

    .tm-ro-header[b-3z5c67xq7h] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        padding: 0.75rem;
    }

    .tm-ro-info-grid[b-3z5c67xq7h] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .tm-ro-expand-icon[b-3z5c67xq7h] {
        width: 28px;
        height: 28px;
        font-size: 1rem;
    }

    .tm-ro-label[b-3z5c67xq7h] {
        font-size: 0.65rem;
    }

    .tm-ro-value[b-3z5c67xq7h] {
        font-size: 0.8rem;
    }

    .tm-ro-summary[b-3z5c67xq7h] {
        border-left: none;
        border-top: 1px solid #e5e7eb;
        padding-left: 0;
        padding-top: 0.75rem;
        margin-top: 0.75rem;
        width: 100%;
        justify-content: flex-start;
    }

    .tm-ro-hours-value[b-3z5c67xq7h] {
        font-size: 1.25rem;
    }

    .tm-jobs-list[b-3z5c67xq7h] {
        gap: 0.25rem;
    }

    .tm-job-row[b-3z5c67xq7h] {
        padding: 0.375rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .tm-job-hours[b-3z5c67xq7h] {
        align-self: flex-end;
    }

    .tm-productivity-card[b-3z5c67xq7h] {
        padding: 1rem;
    }

    .tm-card-header[b-3z5c67xq7h] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .tm-techs-grid[b-3z5c67xq7h] {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 1rem;
    }

    .tm-bar-wrapper[b-3z5c67xq7h] {
        height: 180px;
    }

    .tm-hours-label[b-3z5c67xq7h] {
        font-size: 0.85rem;
    }

    .tm-tech-name[b-3z5c67xq7h] {
        font-size: 0.8rem;
    }

    .tm-shop-selector[b-3z5c67xq7h] {
        flex-direction: column;
        align-items: flex-start;
    }

    .tm-shop-select[b-3z5c67xq7h] {
        max-width: 100%;
        width: 100%;
    }

    .tm-cards-row[b-3z5c67xq7h] {
        flex-direction: column;
        gap: 1rem;
    }

    .tm-status-columns[b-3z5c67xq7h] {
        grid-template-columns: 1fr;
    }

    .tm-column-content[b-3z5c67xq7h] {
        max-height: 300px;
    }
}


/* /Presentation/Pages/Home.razor.rz.scp.css */
/* Home Page Specific Styles */
/* All common styles moved to aa-public.css */
/* /Presentation/Shared/Layout/MainLayout.razor.rz.scp.css */
.page[b-3njuubmxd8] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Navigation Styling */
.navbar[b-3njuubmxd8] {
    box-shadow: var(--aa-nav-shadow);
    z-index: var(--aa-z-sticky);
}

.navbar-brand[b-3njuubmxd8] {
    font-size: var(--aa-font-size-xl);
}

.navbar-nav .nav-link[b-3njuubmxd8] {
    padding: var(--aa-spacing-2) var(--aa-spacing-4);
    transition: var(--aa-transition-bg);
}

.navbar-nav .nav-link:hover[b-3njuubmxd8] {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: var(--aa-border-radius);
}

.dropdown-menu[b-3njuubmxd8] {
    border: none;
    box-shadow: var(--aa-shadow);
}

/* Main Content */
.main-content[b-3njuubmxd8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: var(--aa-bg-light);
}

.content-wrapper[b-3njuubmxd8] {
    flex: 1;
    width: 100%;
}

/* Blazor Error UI */
#blazor-error-ui[b-3njuubmxd8] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 calc(-1 * var(--aa-border-width-thick)) var(--aa-spacing-1) rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: var(--aa-spacing-2) var(--aa-spacing-5) var(--aa-spacing-3) var(--aa-spacing-5);
    position: fixed;
    width: 100%;
    z-index: var(--aa-z-notification);
}

    #blazor-error-ui .dismiss[b-3njuubmxd8] {
        cursor: pointer;
        position: absolute;
        right: var(--aa-spacing-3);
        top: var(--aa-spacing-2);
    }

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .navbar-nav .nav-link[b-3njuubmxd8] {
        padding: var(--aa-spacing-3) var(--aa-spacing-4);
    }
    
    .dropdown-menu[b-3njuubmxd8] {
        border: var(--aa-border-width) solid rgba(0, 0, 0, 0.15);
    }
}

@media (min-width: 992px) {
    .content-wrapper[b-3njuubmxd8] {
        padding-top: var(--aa-spacing-6) !important;
    }
}
/* /Presentation/Shared/Layout/NavMenu.razor.rz.scp.css */
/* Custom navbar styling for AA theme */
.navbar[b-gzgcxvdarz] {
    background-color: var(--aa-nav-bg);
}

.navbar[b-gzgcxvdarz]  .nav-link {
    color: var(--aa-nav-text);
}

.navbar[b-gzgcxvdarz]  .nav-link:hover {
    background-color: var(--aa-nav-hover-bg);
    border-radius: var(--aa-border-radius);
}

.navbar[b-gzgcxvdarz]  .dropdown-item:hover {
    background-color: var(--aa-gray-100);
    color: var(--aa-text-primary);
}

/* Dropdown styling */
.dropdown[b-gzgcxvdarz] {
    position: relative;
}

.dropdown-menu[b-gzgcxvdarz] {
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 200px;
    padding: 0.5rem 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.175);
    list-style: none;
    z-index: 1050;
    display: none;
}

.dropdown-menu.show[b-gzgcxvdarz] {
    display: block;
}

.dropdown-menu .dropdown-item[b-gzgcxvdarz] {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.dropdown-menu .dropdown-divider[b-gzgcxvdarz] {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,.15);
}

.dropdown-toggle[b-gzgcxvdarz]::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
/* /Presentation/Shared/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-wkov67rycl],
.components-reconnect-repeated-attempt-visible[b-wkov67rycl],
.components-reconnect-failed-visible[b-wkov67rycl],
.components-pause-visible[b-wkov67rycl],
.components-resume-failed-visible[b-wkov67rycl],
.components-rejoining-animation[b-wkov67rycl] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-wkov67rycl],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-wkov67rycl],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-wkov67rycl],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-wkov67rycl],
#components-reconnect-modal.components-reconnect-retrying[b-wkov67rycl],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-wkov67rycl],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-wkov67rycl],
#components-reconnect-modal.components-reconnect-failed[b-wkov67rycl],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-wkov67rycl] {
    display: block;
}


#components-reconnect-modal[b-wkov67rycl] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-wkov67rycl 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-wkov67rycl 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-wkov67rycl 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-wkov67rycl]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-wkov67rycl 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-wkov67rycl {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-wkov67rycl {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-wkov67rycl {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-wkov67rycl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-wkov67rycl] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-wkov67rycl] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-wkov67rycl] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-wkov67rycl] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-wkov67rycl] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-wkov67rycl] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-wkov67rycl 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-wkov67rycl] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-wkov67rycl {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
