/* _content/FAS.Blazor.Server/Components/Badge.razor.rz.scp.css */
/* Custom Badge Component Styles */
.custom-badge[b-9d93id3lk9] {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 20px;
}
/* _content/FAS.Blazor.Server/Components/VerificationReportDataEntry.razor.rz.scp.css */
/* Main Component Styling */
[b-gez7hjgyxu] .verification-report-container {
    padding: 1rem;
    background-color: var(--bs-gray-50);
    min-height: 100vh;
}

[b-gez7hjgyxu] .report-header {
    background: linear-gradient(135deg, var(--bs-primary) 0%, var(--bs-info) 100%);
    color: white;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

[b-gez7hjgyxu] .report-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

[b-gez7hjgyxu] .report-subtitle {
    font-size: 0.875rem;
    opacity: 0.9;
}
/* _content/FAS.Blazor.Server/Components/VerificationReportEntries/ChecklistGroupedEditor.razor.rz.scp.css */
/* Checklist Grouped Editor Styles */
.checklist-grouped-editor[b-mgvobj56ug] {
    margin-top: 1rem;
}

.field-group-tabs[b-mgvobj56ug] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.field-group-content[b-mgvobj56ug] {
    padding: 1rem 0;
}

.field-table-header[b-mgvobj56ug] {
    display: grid;
    grid-template-columns: 80px 1fr 80px 80px 80px;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.header-code[b-mgvobj56ug] {
    text-align: center;
}

.header-label[b-mgvobj56ug] {
    text-align: left;
}

.header-yes[b-mgvobj56ug],
.header-no[b-mgvobj56ug],
.header-na[b-mgvobj56ug] {
    text-align: center;
}
/* _content/FAS.Blazor.Server/Components/VerificationReportEntries/FieldRow.razor.rz.scp.css */
.field-row[b-l8189e6tzr] {
    display: grid;
    grid-template-columns: 60px 1fr 100px 100px 120px;
    gap: 10px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
}

.field-row:last-child[b-l8189e6tzr] {
    border-bottom: none;
}

.field-row-code[b-l8189e6tzr] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 60px;
}

.field-code[b-l8189e6tzr] {
    font-weight: 600;
    color: #333;
    background-color: #f5f5f5;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 0.9rem;
}

.field-row-label[b-l8189e6tzr] {
    display: flex;
    align-items: center;
}

.field-label[b-l8189e6tzr] {
    font-weight: 500;
    color: #444;
    display: flex;
    align-items: center;
    gap: 5px;
}

.required-indicator[b-l8189e6tzr] {
    color: #dc3545;
    font-weight: bold;
}

.info-button[b-l8189e6tzr] {
    padding: 0;
    margin-left: 5px;
    color: #6c757d;
    background: none;
    border: none;
}

.info-button:hover[b-l8189e6tzr] {
    color: #495057;
}

.field-row-yes[b-l8189e6tzr],
.field-row-no[b-l8189e6tzr],
.field-row-na[b-l8189e6tzr] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.field-row-editor-full[b-l8189e6tzr] {
    grid-column: 3 / 6;
    display: flex;
    align-items: center;
    width: 100%;
}

.yesno-checkbox[b-l8189e6tzr] {
    cursor: pointer;
}

.disabled-checkbox[b-l8189e6tzr] {
    opacity: 0.4;
    cursor: not-allowed;
}

[b-l8189e6tzr] .field-row-editor-full .field-editor {
    width: 100%;
}

[b-l8189e6tzr] .field-row-editor-full .field-control {
    width: 100%;
}

[b-l8189e6tzr] .field-row-editor-full .field-textarea {
    min-height: 80px;
}

@media (max-width: 992px) {
    .field-row[b-l8189e6tzr] {
        grid-template-columns: 50px 1fr 80px 80px 100px;
        gap: 8px;
    }
}

@media (max-width: 768px) {
    .field-row[b-l8189e6tzr] {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 15px 0;
    }

    .field-row-code[b-l8189e6tzr] {
        display: none;
    }

    .field-row-label[b-l8189e6tzr] {
        font-weight: 600;
        margin-bottom: 10px;
    }

    .field-row-yes[b-l8189e6tzr],
    .field-row-no[b-l8189e6tzr],
    .field-row-na[b-l8189e6tzr] {
        justify-content: flex-start;
        padding-left: 20px;
    }

    .field-row-editor-full[b-l8189e6tzr] {
        grid-column: 1;
        padding-left: 0;
    }
}
/* _content/FAS.Blazor.Server/Components/VerificationReportEntries/ReportHeader.razor.rz.scp.css */
/* Report Header Styles */
.report-header-card[b-z7uwxr7n8l] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.report-header-row[b-z7uwxr7n8l] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.report-header-main[b-z7uwxr7n8l] {
    flex: 1;
}

.report-number-status[b-z7uwxr7n8l] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.report-number[b-z7uwxr7n8l] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 700;
    color: white;
}

.status-badge[b-z7uwxr7n8l] {
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
}

.report-meta[b-z7uwxr7n8l] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    font-size: 0.95rem;
    opacity: 0.95;
}

.meta-item[b-z7uwxr7n8l] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.meta-item i[b-z7uwxr7n8l] {
    font-size: 1rem;
}

.report-header-stats[b-z7uwxr7n8l] {
    display: flex;
    gap: 1rem;
}

.stat-card[b-z7uwxr7n8l] {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    padding: 0.75rem 1.25rem;
    text-align: center;
    min-width: 80px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.stat-value[b-z7uwxr7n8l] {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.stat-label[b-z7uwxr7n8l] {
    font-size: 0.75rem;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.deficiency-stat[b-z7uwxr7n8l] {
    background: rgba(255, 193, 7, 0.25);
    border-color: rgba(255, 193, 7, 0.5);
}

.open-deficiency-stat[b-z7uwxr7n8l] {
    background: rgba(220, 53, 69, 0.25);
    border-color: rgba(220, 53, 69, 0.5);
}

.report-header-details[b-z7uwxr7n8l] {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.details-row[b-z7uwxr7n8l] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.detail-group[b-z7uwxr7n8l] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.detail-label[b-z7uwxr7n8l] {
    font-size: 0.75rem;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-value[b-z7uwxr7n8l] {
    font-size: 0.95rem;
    font-weight: 600;
}
/* _content/FAS.Blazor.Server/Components/VerificationReportEntries/SectionInstanceEditor.razor.rz.scp.css */
.section-instance-editor[b-l4h5ewbok2] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.field-table-header[b-l4h5ewbok2] {
    display: grid;
    grid-template-columns: 60px 1fr 100px 100px 120px;
    gap: 10px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 2px solid #333;
    font-weight: 600;
    background-color: #f8f9fa;
    color: #333;
}

.header-code[b-l4h5ewbok2] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.header-label[b-l4h5ewbok2] {
    display: flex;
    align-items: center;
}

.header-yes[b-l4h5ewbok2],
.header-no[b-l4h5ewbok2],
.header-na[b-l4h5ewbok2] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (max-width: 992px) {
    .field-table-header[b-l4h5ewbok2] {
        grid-template-columns: 50px 1fr 80px 80px 100px;
        gap: 8px;
    }
}

@media (max-width: 768px) {
    .field-table-header[b-l4h5ewbok2] {
        display: none;
    }
}
