@import '_content/AlphaAppTools.Spa.Base/AlphaAppTools.Spa.Base.wxwzergci8.bundle.scp.css';
@import '_content/KeruuSpaShared/KeruuSpaShared.woz11m9p0h.bundle.scp.css';

/* /App.razor.rz.scp.css */
.messageAlert[b-2vmly14y5x]  button:first-child {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.messageAlert[b-2vmly14y5x]  button:last-child {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
/* /Pages/Content/ImportSampleData.razor.rz.scp.css */
.import-sample-data-page[b-zm31f31i0j] {
    max-width: 1400px;
}

.import-page-header p[b-zm31f31i0j] {
    max-width: 900px;
}

.import-input[b-zm31f31i0j] {
    min-height: 16rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    white-space: pre-wrap;
}

.import-tsv-input[b-zm31f31i0j] {
    font-size: 0.9rem;
}

.import-llm-prompt-input[b-zm31f31i0j] {
    min-height: 20rem;
    white-space: pre-wrap;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    font-size: 0.9rem;
}

.import-summary-grid[b-zm31f31i0j] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.75rem;
}

.summary-tile[b-zm31f31i0j] {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 0.75rem 0.9rem;
    background: var(--bs-body-bg);
}

.summary-label[b-zm31f31i0j] {
    color: var(--bs-secondary-color);
    font-size: 0.8rem;
    line-height: 1.2;
}

.summary-value[b-zm31f31i0j] {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.15;
    margin-top: 0.15rem;
}

.import-warnings[b-zm31f31i0j] {
    border: 1px solid var(--bs-warning-border-subtle, var(--bs-border-color));
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    background: var(--bs-warning-bg-subtle, rgba(255, 193, 7, 0.08));
}

.import-subcard[b-zm31f31i0j] {
    border-color: var(--bs-border-color-translucent, rgba(0, 0, 0, 0.125));
}

.import-call-card[b-zm31f31i0j] {
    overflow: hidden;
}

.import-call-card-disabled[b-zm31f31i0j] {
    opacity: 0.88;
}

.import-call-summary[b-zm31f31i0j] {
    cursor: pointer;
    user-select: none;
    list-style: none;
}

.import-call-summary[b-zm31f31i0j]::-webkit-details-marker {
    display: none;
}

.import-call-summary[b-zm31f31i0j]::marker {
    content: "";
}

.import-enabled-badge[b-zm31f31i0j] {
    color: #146c43;
    background: rgba(25, 135, 84, 0.14);
}

.import-call-header-meta[b-zm31f31i0j] {
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.import-call-quick-meta[b-zm31f31i0j] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.4rem 0.75rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    background: var(--bs-tertiary-bg, #f8f9fa);
    padding: 0.65rem 0.8rem;
    font-size: 0.9rem;
}

.import-inline-details[b-zm31f31i0j] {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 0.75rem 0.9rem;
    background: rgba(0, 0, 0, 0.01);
}

.import-inline-details > summary[b-zm31f31i0j] {
    cursor: pointer;
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    list-style: none;
}

.import-inline-details > summary[b-zm31f31i0j]::-webkit-details-marker {
    display: none;
}

.import-inline-details > summary[b-zm31f31i0j]::marker {
    content: "";
}

.import-message-preview-list[b-zm31f31i0j] {
    display: grid;
    gap: 0.5rem;
}

.import-message-preview-item[b-zm31f31i0j] {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    padding: 0.5rem 0.65rem;
    background: var(--bs-body-bg);
}

.import-message-preview-speaker[b-zm31f31i0j] {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--bs-secondary-color);
    margin-bottom: 0.2rem;
}

.import-message-preview-text[b-zm31f31i0j] {
    white-space: pre-wrap;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    font-size: 0.85rem;
    line-height: 1.35;
    max-height: 4.2em;
    overflow: hidden;
}

.import-messages-table thead th[b-zm31f31i0j] {
    position: sticky;
    top: 0;
    background: var(--bs-tertiary-bg, #f8f9fa);
    z-index: 1;
}

.import-messages-table td[b-zm31f31i0j],
.import-messages-table th[b-zm31f31i0j] {
    vertical-align: top;
}

.import-answers-table td[b-zm31f31i0j],
.import-answers-table th[b-zm31f31i0j] {
    vertical-align: top;
}

.message-text-cell[b-zm31f31i0j] {
    min-width: 360px;
}

.message-text-editor[b-zm31f31i0j] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    white-space: pre-wrap;
    min-height: 3.25rem;
}

.import-actions-bar[b-zm31f31i0j] {
    border-top: 1px solid var(--bs-border-color);
    padding-top: 1rem;
}

@media (max-width: 767.98px) {
    .import-call-header-meta[b-zm31f31i0j] {
        max-width: 100%;
        white-space: normal;
    }

    .import-inline-details > summary[b-zm31f31i0j] {
        align-items: flex-start;
    }

    .message-text-cell[b-zm31f31i0j] {
        min-width: 280px;
    }
}
/* /Pages/Content/PatientFormQcImport.razor.rz.scp.css */
.patient-form-qc-import-page[b-qm534rtslo] {
    
}

.import-page-header p[b-qm534rtslo] {
    max-width: 900px;
}

.import-summary-grid[b-qm534rtslo] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 0.75rem;
}

.summary-tile[b-qm534rtslo] {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    padding: 0.75rem 0.9rem;
    background: var(--bs-body-bg);
}

.summary-label[b-qm534rtslo] {
    color: var(--bs-secondary-color);
    font-size: 0.8rem;
    line-height: 1.2;
}

.summary-value[b-qm534rtslo] {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.15;
    margin-top: 0.15rem;
}

.summary-value-text[b-qm534rtslo] {
    font-size: 0.95rem;
    overflow-wrap: anywhere;
}

.import-warnings[b-qm534rtslo] {
    border: 1px solid var(--bs-warning-border-subtle, var(--bs-border-color));
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    background: var(--bs-warning-bg-subtle, rgba(255, 193, 7, 0.08));
}

.review-sections[b-qm534rtslo] {
    display: grid;
    gap: 1rem;
}

.review-section[b-qm534rtslo] {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    overflow: hidden;
}

.review-section-header[b-qm534rtslo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding: 0.75rem 1rem;
    background: var(--bs-light, #f8f9fa);
    border-bottom: 1px solid var(--bs-border-color);
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.review-section-header[aria-expanded="false"][b-qm534rtslo] {
    border-bottom: 0;
}

.review-section-header:hover[b-qm534rtslo] {
    background: var(--bs-secondary-bg, #e9ecef);
}

.review-section-meta[b-qm534rtslo] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    white-space: nowrap;
}

.review-chevron[b-qm534rtslo] {
    color: var(--bs-primary);
    font-size: 0.85rem;
    font-weight: 600;
}

.review-table-wrap[b-qm534rtslo] {
    max-height: 360px;
    overflow: auto;
}

.review-table-wrap thead th[b-qm534rtslo] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--bs-body-bg);
    border-bottom: 1px solid var(--bs-border-color);
}

.review-empty[b-qm534rtslo] {
    padding: 1rem;
    color: var(--bs-secondary-color);
}

.review-text[b-qm534rtslo] {
    min-width: 220px;
    max-width: 440px;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.review-time-column[b-qm534rtslo],
.review-order-column[b-qm534rtslo],
.review-points-column[b-qm534rtslo] {
    width: 1%;
    white-space: nowrap;
}

.review-speaker-column[b-qm534rtslo] {
    min-width: 120px;
}

.review-date-column[b-qm534rtslo] {
    min-width: 135px;
}
