@import '_content/Majorsoft.Blazor.Components.Common.JsInterop/Majorsoft.Blazor.Components.Common.JsInterop.bundle.scp.css';

/* /Components/Accounts/Payable/AccountsPayableInvoiceEditDialog.razor.rz.scp.css */
.dialog-loading[b-elh2y0uqhf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 3rem 1rem;
    color: #6b7280;
    font-size: 0.9rem;
}

.ap-invoice-edit-form[b-elh2y0uqhf] {
    padding: 0.25rem 0.5rem 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* ── Two-column field grid (header section) ─────── */
.form-grid[b-elh2y0uqhf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.5rem;
}

@media (max-width: 560px) {
    .form-grid[b-elh2y0uqhf] {
        grid-template-columns: 1fr;
    }
}

.form-field[b-elh2y0uqhf] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.form-field--full[b-elh2y0uqhf] {
    grid-column: 1 / -1;
}

/* ── Named sections ─────────────────────────────── */
.edit-section[b-elh2y0uqhf] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.edit-section-title[b-elh2y0uqhf] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #e5e7eb;
}

/* ── Line item cards ────────────────────────────── */
.line-items-list[b-elh2y0uqhf] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.li-card[b-elh2y0uqhf] {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

.li-card-header[b-elh2y0uqhf] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.55rem 0.9rem;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
}

.li-num[b-elh2y0uqhf] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #374151;
    min-width: 50px;
}

.li-card-body[b-elh2y0uqhf] {
    padding: 0.9rem;
}

/* Two-column grid inside each line item card */
.li-fields-grid[b-elh2y0uqhf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 1.25rem;
}

.li-field-full[b-elh2y0uqhf] {
    grid-column: 1 / -1;
}

@media (max-width: 640px) {
    .li-fields-grid[b-elh2y0uqhf] {
        grid-template-columns: 1fr;
    }
}

/* ── Dialog footer ──────────────────────────────── */
.dialog-actions[b-elh2y0uqhf] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 0.25rem;
    border-top: 1px solid #e5e7eb;
}
/* /Components/ComplianceDocuments/ComplianceDocumentsListFragment.razor.rz.scp.css */
.compliance-documents-container[b-d0vtf4ur60] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Header Styles */
.page-header[b-d0vtf4ur60] {
    margin-bottom: 30px;
    text-align: center;
}

.page-title[b-d0vtf4ur60] {
    color: #2c3e50;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.page-title i[b-d0vtf4ur60] {
    color: #3498db;
}

.page-description[b-d0vtf4ur60] {
    color: #6c757d;
    font-size: 1rem;
    margin: 0;
}

/* Card Styles */
.filters-card[b-d0vtf4ur60], .results-card[b-d0vtf4ur60] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    border: 1px solid #e9ecef;
}

.card-header[b-d0vtf4ur60] {
    padding: 20px 24px 16px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-title[b-d0vtf4ur60] {
    color: #2c3e50;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.card-title i[b-d0vtf4ur60] {
    color: #3498db;
    font-size: 1rem;
}

.card-body[b-d0vtf4ur60] {
    padding: 24px;
}

/* Filter Styles */
.filters-grid[b-d0vtf4ur60] {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    gap: 20px;
    align-items: end;
}

.filter-group[b-d0vtf4ur60] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-label[b-d0vtf4ur60] {
    font-weight: 500;
    color: #495057;
    font-size: 0.9rem;
}

.filter-actions[b-d0vtf4ur60] {
    display: flex;
    gap: 12px;
}

.search-button[b-d0vtf4ur60] {
    background: linear-gradient(135deg, #3498db, #2980b9) !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 8px !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
}

.search-button:hover[b-d0vtf4ur60] {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3) !important;
}

.clear-button[b-d0vtf4ur60] {
    padding: 10px 16px !important;
    border-radius: 8px !important;
}

/* Results Info */
.results-info[b-d0vtf4ur60] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.results-count[b-d0vtf4ur60] {
    color: #6c757d;
    font-size: 0.9rem;
    background: #f8f9fa;
    padding: 4px 12px;
    border-radius: 20px;
}

/* Grid Container */
.grid-container[b-d0vtf4ur60] {
    padding: 0 24px 24px;
}

.compliance-grid[b-d0vtf4ur60] {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #dee2e6;
}

/* Worker Info Styles */
.worker-info[b-d0vtf4ur60] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.worker-avatar[b-d0vtf4ur60] {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.9rem;
}

.worker-name[b-d0vtf4ur60] {
    font-weight: 500;
    color: #2c3e50;
}

/* Document Number */
.document-number[b-d0vtf4ur60] {
    font-family: 'Courier New', monospace;
    background: #f8f9fa;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.85rem;
    color: #495057;
}

/* Expiry Info */
.expiry-info[b-d0vtf4ur60] {
    text-align: center;
}

.expiry-date[b-d0vtf4ur60] {
    font-weight: 500;
    margin-bottom: 2px;
}

.days-remaining[b-d0vtf4ur60] {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 2px 6px;
    border-radius: 12px;
}

.expiry-safe .expiry-date[b-d0vtf4ur60] { color: #28a745; }
.expiry-safe .days-remaining[b-d0vtf4ur60] {
    background: #d4edda;
    color: #155724;
}

.expiry-warning .expiry-date[b-d0vtf4ur60] { color: #fd7e14; }
.expiry-warning .days-remaining[b-d0vtf4ur60] {
    background: #fff3cd;
    color: #856404;
}

.expiry-urgent .expiry-date[b-d0vtf4ur60] { color: #dc3545; }
.expiry-urgent .days-remaining[b-d0vtf4ur60] {
    background: #f8d7da;
    color: #721c24;
}

/* Status Badge */
.status-badge[b-d0vtf4ur60] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: capitalize;
}

.status-valid[b-d0vtf4ur60] {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.status-expired[b-d0vtf4ur60] {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

.status-warning[b-d0vtf4ur60] {
    background: #fff3cd;
    color: #856404;
    border: 1px solid #ffeaa7;
}

.status-unknown[b-d0vtf4ur60] {
    background: #e2e3e5;
    color: #6c757d;
    border: 1px solid #d6d8db;
}

/* View Button */
.view-btn[b-d0vtf4ur60] {
    background: #17a2b8 !important;
    border: none !important;
    color: white !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
}

.view-btn:hover[b-d0vtf4ur60] {
    background: #138496 !important;
    transform: translateY(-1px) !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .filters-grid[b-d0vtf4ur60] {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .filter-actions[b-d0vtf4ur60] {
        justify-content: center;
    }

    .page-title[b-d0vtf4ur60] {
        font-size: 1.5rem;
    }

    .compliance-documents-container[b-d0vtf4ur60] {
        padding: 16px;
    }

    .card-body[b-d0vtf4ur60] {
        padding: 16px;
    }

    .grid-container[b-d0vtf4ur60] {
        padding: 0 16px 16px;
    }
}
/* /Components/Equipment/Details/EquipmentCurrentLocationFragment.razor.rz.scp.css */
.eq-card[b-do3e7fhsru] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,0,0,.07);
    overflow: hidden;
    margin-bottom: 2rem;
}

.eq-header[b-do3e7fhsru] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1.75rem 2rem 1.25rem;
    background: #fff;
    border-bottom: 1px solid #f0f1f3;
}

.eq-header-left[b-do3e7fhsru] {
    display: flex;
    flex-direction: column;
    gap: .4rem;
}

.eq-title[b-do3e7fhsru] {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    color: #111827;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.eq-code-badge[b-do3e7fhsru] {
    display: inline-block;
    background: #f3f4f6;
    border-radius: 6px;
    padding: .2rem .6rem;
    font-size: .75rem;
    font-weight: 600;
    color: #6b7280;
    letter-spacing: .05em;
    width: fit-content;
}

.eq-header-right[b-do3e7fhsru] {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex-wrap: wrap;
    padding-top: .25rem;
}

.eq-status[b-do3e7fhsru] {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    border-radius: 999px;
    padding: .3rem .9rem;
    font-size: .8rem;
    font-weight: 600;
    white-space: nowrap;
}

.eq-status-dot[b-do3e7fhsru] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    flex-shrink: 0;
}

.eq-status--complete[b-do3e7fhsru] {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #15803d;
}
.eq-status--complete .eq-status-dot[b-do3e7fhsru] { background: #22c55e; }

.eq-status--in-progress[b-do3e7fhsru] {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1d4ed8;
}
.eq-status--in-progress .eq-status-dot[b-do3e7fhsru] { background: #3b82f6; }

.eq-status--incomplete[b-do3e7fhsru] {
    background: #fefce8;
    border: 1px solid #fde68a;
    color: #92400e;
}
.eq-status--incomplete .eq-status-dot[b-do3e7fhsru] { background: #f59e0b; }

.eq-actions-btn[b-do3e7fhsru] {
    border-radius: 8px !important;
}

.eq-body[b-do3e7fhsru] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.eq-info[b-do3e7fhsru] {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: .25rem;
    border-right: 1px solid #f0f1f3;
}

.eq-field[b-do3e7fhsru] {
    display: flex;
    flex-direction: column;
    padding: .85rem 0;
    border-bottom: 1px solid #f3f4f6;
}

.eq-field:last-child[b-do3e7fhsru] {
    border-bottom: none;
}

.eq-label[b-do3e7fhsru] {
    display: flex;
    align-items: center;
    gap: .35rem;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: .3rem;
}

.eq-icon[b-do3e7fhsru] {
    font-size: 1rem !important;
    color: #6b7280;
}

.eq-value[b-do3e7fhsru] {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    padding-left: 1.35rem;
}

.eq-photo-wrap[b-do3e7fhsru] {
    position: relative;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    min-height: 260px;
}

.eq-photo[b-do3e7fhsru] {
    max-width: 100%;
    max-height: 420px;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
}

.eq-photo-menu[b-do3e7fhsru] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
}

.eq-photo-menu summary[b-do3e7fhsru] {
    list-style: none;
}

.eq-photo-menu summary[b-do3e7fhsru]::-webkit-details-marker {
    display: none;
}

.eq-photo-menu-btn[b-do3e7fhsru] {
    width: 2rem;
    height: 2rem;
    border: none;
    border-radius: 999px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.eq-photo-menu-btn:hover[b-do3e7fhsru] {
    background: #fff;
}

.eq-photo-menu-dropdown[b-do3e7fhsru] {
    position: absolute;
    right: 0;
    margin-top: .35rem;
    min-width: 150px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: .5rem;
    box-shadow: 0 8px 20px rgba(0,0,0,.12);
    overflow: hidden;
}

.eq-photo-menu-item[b-do3e7fhsru] {
    display: block;
    padding: .6rem .75rem;
    font-size: .875rem;
    color: #111827;
    cursor: pointer;
}

.eq-photo-menu-item:hover[b-do3e7fhsru] {
    background: #f3f4f6;
}

.eq-photo-placeholder[b-do3e7fhsru] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    color: #9ca3af;
    font-size: .9rem;
    min-height: 200px;
}

.eq-photo-icon[b-do3e7fhsru] {
    font-size: 3rem !important;
    color: #d1d5db;
}

.eq-photo-upload-btn[b-do3e7fhsru] {
    margin-top: .5rem;
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .75rem 1rem;
    border-radius: .65rem;
    border: 1px solid #2563eb;
    background: #2563eb;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.eq-photo-upload-btn:hover[b-do3e7fhsru] {
    background: #1d4ed8;
    border-color: #1d4ed8;
}

[b-do3e7fhsru](.eq-photo-input-hidden) {
    display: none;
}

.eq-sub[b-do3e7fhsru] {
    padding: 1.5rem 2rem;
    border-top: 1px solid #f0f1f3;
    background: #fafafa;
}

@media (max-width: 768px) {
    .eq-header[b-do3e7fhsru] {
        padding: 1.25rem 1.25rem;
    }
    .eq-title[b-do3e7fhsru] {
        font-size: 1.35rem;
    }
    .eq-body[b-do3e7fhsru] {
        grid-template-columns: 1fr;
    }
    .eq-info[b-do3e7fhsru] {
        border-right: none;
        border-bottom: 1px solid #f0f1f3;
        padding: 1.25rem;
    }
    .eq-photo-wrap[b-do3e7fhsru] {
        padding: 1.25rem;
    }
    .eq-sub[b-do3e7fhsru] {
        padding: 1.25rem;
    }
}
/* /Components/Equipment/GeneralEquipmentInformation.razor.rz.scp.css */
/* Shared layout classes (.eq-*, .det-*) are in wwwroot/css/detail-page.css */

/* Equipment-specific: scoped ::deep for hidden file input */
[b-92lbnx3btr](.eq-photo-input-hidden) {
    display: none;
}
/* /Components/Equipment/PrestartInspections/EquipmentPrestartPage.razor.rz.scp.css */
.not-completed[b-883gkqwk1w],
.started[b-883gkqwk1w],
.completed[b-883gkqwk1w] {
color: var(--rz-text-contrast-color);
}
/* /Components/Other/Notifications/EmailMessageFragment.razor.rz.scp.css */
.notify-attach-trigger[b-z0mg9agd14] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.9rem;
    border: 1.5px dashed var(--rz-base-300, #d1d5db);
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.875rem;
    color: var(--rz-text-secondary-color, #6b7280);
    transition: border-color 0.15s, background 0.15s;
    user-select: none;
}

.notify-attach-trigger:hover[b-z0mg9agd14] {
    border-color: var(--rz-primary, #3b82f6);
    color: var(--rz-primary, #3b82f6);
    background: var(--rz-primary-lighter, #eff6ff);
}

.notify-attach-list[b-z0mg9agd14] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: 0.6rem;
}

.notify-attach-item[b-z0mg9agd14] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.65rem;
    background: var(--rz-base-100, #f9fafb);
    border: 1px solid var(--rz-base-200, #e5e7eb);
    border-radius: 6px;
    font-size: 0.875rem;
}

.notify-attach-name[b-z0mg9agd14] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

.notify-attach-size[b-z0mg9agd14] {
    color: var(--rz-text-secondary-color, #6b7280);
    font-size: 0.8rem;
    white-space: nowrap;
    flex-shrink: 0;
}
/* /Components/Other/UploadDocumentFragment.razor.rz.scp.css */
.e-upload-actions[b-4djwqjfc18] {
    display: none;
}

.upload-container[b-4djwqjfc18] {
    max-width: 800px;
    margin: 0 auto;
}

.upload-header[b-4djwqjfc18] {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}

.form-group[b-4djwqjfc18] {
    display: flex;
    flex-direction: column;
}

.upload-wrapper[b-4djwqjfc18] {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    background: #f8f9fa;
    transition: border-color 0.3s ease;
}

.upload-wrapper:hover[b-4djwqjfc18] {
    border-color: #0d6efd;
}

.file-info-card[b-4djwqjfc18] {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 1rem;
    margin-top: 1rem;
}

.file-details[b-4djwqjfc18] {
    display: flex;
    align-items: flex-start;
}

.file-name[b-4djwqjfc18] {
    word-break: break-all;
    margin-bottom: 0.25rem;
}

.action-buttons[b-4djwqjfc18] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .upload-container[b-4djwqjfc18] {
        margin: 0;
        padding: 0 1rem;
    }

    .action-buttons[b-4djwqjfc18] {
        flex-direction: column;
    }

    .action-buttons > *[b-4djwqjfc18] {
        width: 100%;
        margin-right: 0 !important;
    }
}
/* /Components/Precast/ShopDrawings/ShopDrawingUploadHistoryDialog.razor.rz.scp.css */
.history-dialog[b-xbc6rnfccc] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.history-dialog-header[b-xbc6rnfccc] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.history-dialog-header p[b-xbc6rnfccc],
.history-empty[b-xbc6rnfccc] {
    margin: 0;
    font-size: 0.9rem;
    color: #6b7280;
}

.history-scope[b-xbc6rnfccc] {
    font-size: 0.8rem;
    color: #6b7280;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.history-search-row[b-xbc6rnfccc] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}
/* /Components/Precast/ShopDrawings/ShopDrawingUploadPage.razor.rz.scp.css */
/* Shared upload-page styles live in wwwroot/css/document-upload.css */

/* ── Binder links (shop-drawing-specific) ───────── */
.binder-card[b-boc2tyfxh9] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.binder-card h4[b-boc2tyfxh9] {
    margin: 0 0 0.25rem 0;
    font-size: 1rem;
    font-weight: 600;
}

.binder-card a[b-boc2tyfxh9] {
    font-size: 0.9rem;
    color: #2563eb;
    text-decoration: none;
}

.binder-card a:hover[b-boc2tyfxh9] {
    text-decoration: underline;
}
/* /Components/Precast/ShopDrawings/ShopDrawingUploadStartDialog.razor.rz.scp.css */
.shop-upload-start-dialog[b-178wj63wyq] {
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.shop-upload-start-dialog h4[b-178wj63wyq] {
    margin: 0;
    font-weight: 600;
}

.shop-upload-start-dialog p[b-178wj63wyq] {
    margin: 0;
    color: #475569;
    line-height: 1.5;
}

.session-link-box[b-178wj63wyq] {
    background: #f8fafc;
    border: 1px solid #dbe4ef;
    border-radius: 8px;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    cursor: pointer;
}

.session-link-box:hover[b-178wj63wyq] {
    border-color: #93c5fd;
}

.copy-link-button[b-178wj63wyq] {
    flex-shrink: 0;
}

.session-link-box code[b-178wj63wyq] {
    word-break: break-all;
    font-size: 0.85rem;
    color: #0f172a;
}

.notify-option[b-178wj63wyq] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.dialog-actions[b-178wj63wyq] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}
/* /Components/Projects/Admin/PrimaryWorkersFragment.razor.rz.scp.css */
.display-container[b-dlj6jplxfv] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.info-box[b-dlj6jplxfv] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 20px;
    flex-basis: calc(50% - 20px);
    box-sizing: border-box;
}

.info-title[b-dlj6jplxfv] {
    margin: 0;
    margin-bottom: 10px;
    font-size: 1.25rem;
    color: #495057;
}

.info-text[b-dlj6jplxfv] {
    margin: 0;
    font-size: 1rem;
    color: #212529;
}
/* /Components/Workers/WorkerGeneralDetails.razor.rz.scp.css */
/* Shared layout classes (.eq-*, .det-*) are in wwwroot/css/detail-page.css */
/* No worker-specific overrides needed at this time */
/* /Pages/Equipment/Details.razor.rz.scp.css */
/* Shared layout classes (.det-*, .eq-*) are in wwwroot/css/detail-page.css */
/* /Pages/Precast/PrecastManufactureDashboard.razor.rz.scp.css */
.manufacture-dashboard[b-0f3hm1n86z] {
    padding: 16px;
    display: grid;
    gap: 14px;
}

.dashboard-header[b-0f3hm1n86z] {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    align-items: end;
}

.dashboard-header h2[b-0f3hm1n86z] {
    margin: 0;
}

.dashboard-header p[b-0f3hm1n86z] {
    margin: 4px 0 0 0;
    color: #666;
}

.dashboard-controls[b-0f3hm1n86z] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.touch-input[b-0f3hm1n86z] {
    min-width: 220px;
}

.admin-view-card[b-0f3hm1n86z] {
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    background: #fff;
    padding: 10px 12px;
    min-width: 320px;
}

.admin-view-card-header[b-0f3hm1n86z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.admin-view-card-header h4[b-0f3hm1n86z] {
    margin: 0;
    font-size: 1rem;
}

.admin-view-badge[b-0f3hm1n86z] {
    font-size: 0.75rem;
    background: #eef4ff;
    color: #295ea8;
    border: 1px solid #bed1f0;
    border-radius: 999px;
    padding: 2px 8px;
}

.admin-view-actions[b-0f3hm1n86z] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.unassigned-toggle[b-0f3hm1n86z] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 6px;
}

.dashboard-summary[b-0f3hm1n86z] {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.summary-card[b-0f3hm1n86z] {
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    padding: 10px 12px;
    background: #fff;
}

.summary-card label[b-0f3hm1n86z] {
    display: block;
    font-size: 0.8rem;
    color: #5a5a5a;
}

.summary-card strong[b-0f3hm1n86z] {
    display: block;
    margin-top: 4px;
    font-size: 1.1rem;
}

.project-rail[b-0f3hm1n86z],
.phase-rail[b-0f3hm1n86z] {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 6px;
    /* Momentum scrolling on iOS */
    -webkit-overflow-scrolling: touch;
    /* Snap so pills land cleanly after a flick */
    scroll-snap-type: x mandatory;
    /* Hide scrollbar – visual chrome isn't useful on touch */
    scrollbar-width: none;
}

.project-rail[b-0f3hm1n86z]::-webkit-scrollbar,
.phase-rail[b-0f3hm1n86z]::-webkit-scrollbar {
    display: none;
}

.project-pill[b-0f3hm1n86z],
.phase-pill[b-0f3hm1n86z] {
    border: 1px solid #b8c4d8;
    border-radius: 12px;
    background: #f8fbff;
    padding: 10px 14px;
    text-align: left;
    min-height: 58px;
    min-width: 220px;
    font-size: 0.95rem;
    /* Each pill snaps into view */
    scroll-snap-align: start;
    /* Remove tap delay */
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    flex-shrink: 0;
}

.phase-pill[b-0f3hm1n86z] {
    min-width: fit-content;
    white-space: nowrap;
    min-height: 48px;
}

.project-pill.selected[b-0f3hm1n86z],
.phase-pill.selected[b-0f3hm1n86z] {
    border-color: #206bc4;
    background: #e9f2ff;
}

.project-pill .title[b-0f3hm1n86z] {
    display: block;
    font-weight: 600;
}

.project-pill .count[b-0f3hm1n86z] {
    color: #666;
    font-size: 0.8rem;
}

.viewer-panel[b-0f3hm1n86z] {
    border: 1px solid #d7d7d7;
    border-radius: 12px;
    padding: 12px;
    background: #fff;
}

.loading-state[b-0f3hm1n86z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 48px 16px;
    color: #666;
}

.error-state[b-0f3hm1n86z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 48px 16px;
    color: #c0392b;
    border: 1px solid #f5c6cb;
    border-radius: 12px;
    background: #fff5f5;
}

.empty-state[b-0f3hm1n86z] {
    padding: 48px 16px;
    text-align: center;
    color: #666;
    border: 1px dashed #d7d7d7;
    border-radius: 12px;
    background: #fafafa;
}
/* /Pages/Shared/MainLayout.razor.rz.scp.css */
.page[b-ea5x9evrpv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ea5x9evrpv] {
    flex: 1;
}

.sidebar[b-ea5x9evrpv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ea5x9evrpv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ea5x9evrpv]  a, .top-row .btn-link[b-ea5x9evrpv] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ea5x9evrpv] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ea5x9evrpv] {
        display: none;
    }

    .top-row.auth[b-ea5x9evrpv] {
        justify-content: space-between;
    }

    .top-row a[b-ea5x9evrpv], .top-row .btn-link[b-ea5x9evrpv] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ea5x9evrpv] {
        flex-direction: row;
    }

    .sidebar[b-ea5x9evrpv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ea5x9evrpv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ea5x9evrpv], article[b-ea5x9evrpv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
