@font-face {
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Hiragino Sans', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

.scrollable-container {
    max-height: 300px; /* Adjust height as needed */
    overflow-y: auto; /* Enables vertical scrolling */
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f8f8f8;
    white-space: pre-wrap; /* Ensures line breaks are preserved */
    font-family: monospace; /* Uses a fixed-width font */
}

code {
    color: #c02d76;
}

@media print {
    .no-print {
        display: none !important;
    }
    .print-only {
        display: revert !important;
    }
    tbody {
        break-inside: avoid;
    }
    tfoot td {
        border: none;
        border-top: 1px solid black;
        height: 0;
        padding: 0;
        line-height: 0;
        font-size: 0;
    }
}

.print-only {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide the spinner in Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.Heading {
    background: #FFF2CC;
}

.ThisVisit {
    background: #D9EAD3;
}

.LastVisit {
    background: #F4CCCC;
}

.BeforeLast {
    background: #C9DAF8;
}

.TestGroupHeader {
    writing-mode: vertical-rl; /* Text flows top to bottom */
    text-orientation: mixed;
}

.NormalRange {
    text-align: center;
    white-space: pre-wrap;
    font-size:7pt;
}

table {
    border-collapse: collapse;
    font-size: 8pt;
    font-weight: normal;
}

p {
    font-size: 8pt;
}

td, th {
    border: 1px solid black;
}


td.Gutter, th.Gutter {
    border: none;
}

.SummaryTable .Gutter th {
    width: .5in;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    padding: 10px;
}

/* ===== Page Header Layout ===== */
.patient-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 19cm;
}

.patient-header-left {
    flex: 1;
    text-align: left;
}

.patient-header-center {
    flex: 1;
    text-align: center;
}

.patient-header-right {
    flex: 1;
    text-align: right;
}

/* ===== Report Header ===== */
.report-title {
    font-size: 16pt;
}

.facility-name {
    font-size: 14pt;
}

.facility-address {
    font-size: 10pt;
}

/* ===== Form Fields ===== */
.field-label {
    width: 2cm;
}

.field-value {
    width: 3.7cm;
}

/* ===== Assessment Grade Legend ===== */
.assessment-grade-label {
    vertical-align: center;
    text-align: center;
    width: 2cm;
}

.assessment-grade-list {
    text-align: left;
    padding: 2px;
}

.assessment-grade-item {
    text-indent: -1.5em;
    padding-left: 1.5em;
    width: 3.7cm;
}

/* ===== Summary Chart (Grade Table) ===== */
.summary-grade-heading {
    width: 2.5cm;
}

.three-column .summary-visit-heading {
    width: 1.2cm;
}

.two-column .summary-visit-heading {
    width: 2cm;
    font-size: 8pt;
}

.three-column .summary-test-name {
    width: 1.5cm;
}

.two-column .summary-test-name {
    width: 3.5cm;
}

.summary-test-name.small {
    font-size: 7pt;
}
.summary-test-name.medium {
    font-size: 8pt;
}

.summary-test-result {
    width: .8cm;
    text-align: center;
}

/* ===== General Comments ===== */
.general-comments-label {
    width: 2.5cm;
}

.general-comments-cell 
{
    width: 17.8cm;
    position: relative;
}
.hanging {
    padding-left: 2em;
    text-indent: -2em;
}

.provider-field {
    position: relative;
    left: calc(100% - 6cm);
    width: fit-content;
}

/* ===== Main Chart Table Headers ===== */
.chart-test-group-header {
    width: 1cm;
}

.chart-inspection-items-header {
    width: 3.7cm;
}

.chart-reference-header {
    width: 1.5cm;
}

.chart-units-header {
    width: 1.1cm;
}

.chart-visit-header {
    width: 4cm;
}

.chart-visit-date-header {
    width: 3cm;
}

.chart-grade-header {
    width: 1cm;
}

/* ===== Main Chart Test Rows ===== */
.test-label-cell {
    text-align: center;
}

.test-group-label {
    display: inline-block;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: pre-line;
    word-break: break-word;
    line-height: 1.0;
    font-size: 8pt;
}

.test-subgroup-label {
    display: inline-block;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: pre-line;
    word-break: break-word;
    line-height: 1.0;
    font-size: 8pt;
}

.test-units-cell {
    white-space: pre;
}

.test-result-cell {
    white-space: pre;
}

.test-result-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.test-range-indicator {
    position: absolute;
    left: 0;
}

.test-value-editor {
    flex: 1;
    text-align: center;
    z-index: 1;
}

.test-grade-cell {
    width: 1cm;
    text-align: center;
}

.test-subgrade-cell {
    width: .5cm;
}

/* ===== Reference Range ===== */
.reference-range-clickable {
    cursor: pointer;
}

.reference-range-modified {
    font-weight: bold;
}

/* ===== Value Editor Inputs ===== */
.number-input {
    width: 2cm;
}

.string-input {
    width: 2.5cm;
}

.number-pair-input {
    width: 1cm;
}

/* ===== Login/Welcome ===== */
.welcome-message {
    white-space: pre;
}

/* ===== Diagnostics ===== */
.diagnostics-cell {
    text-align: center;
    white-space: pre;
}

.diagnostics-range-cell {
    white-space: pre;
}

/* ===== Table Gutter ===== */
.Gutter {
    border: none;
    width: .5cm;
}
