/* /Components/Changelog.razor.rz.scp.css */
[b-0ik21ewyri] .icon-only-button {
    justify-content: center !important;
    align-items: center !important;
    aspect-ratio: 1 / 1;
    width: 1.75rem;
}
/* /Components/CheckDocument/CheckDocument.razor.rz.scp.css */
[b-ims1fsrg62] .sidebar-closed-button {
    justify-content: center !important;
    align-items: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    aspect-ratio: 1 / 1;
}

[b-ims1fsrg62] .sidebar-closed-button .ms-Icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

[b-ims1fsrg62] .fluent-sidebar-btn {
    border-radius: 4px;
    transition: all 0.15s ease-in-out;
    border: 1px solid transparent !important;
}

[b-ims1fsrg62] .fluent-sidebar-btn.fluent-nav-active {
    border-color: var(--dxds-color-surface-primary-default-rest) !important;
    color: var(--dxds-color-surface-primary-default-rest) !important;
    background-color: transparent !important;
}

[b-ims1fsrg62] .fluent-sidebar-btn.fluent-nav-active i {
    color: var(--dxds-color-surface-primary-default-rest) !important;
}

.sidebar-open[b-ims1fsrg62] {
    width: 15rem !important;
}

.sidebar-closed[b-ims1fsrg62] {
    width: 3rem;
}

[b-ims1fsrg62] #splitter {
    max-height: calc(var(--page-content-height, 100vh) - var(--navbar-chrome-height));
}

[b-ims1fsrg62] .splitter-max-height {
    height: 100% !important;
}

[b-ims1fsrg62] .splitter-pane {
    padding: 0px !important;
    height: calc(100% - 2rem) !important;
}

[b-ims1fsrg62] .check-document-section-pane {
    height: 2rem !important;
}
/* /Components/CheckDocument/CheckDocumentIssues/AutomatedIssuesGrid.razor.rz.scp.css */
/* Truncates text to exactly 3 lines.
   max-width caps the natural rendered width so that AutoFitColumnWidths()
   has a sane upper bound when measuring this cell (multi-line content
   would otherwise report its longest-line width and blow up the column). */
.line-clamp-3[b-fwubapiyoc] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    max-width: 40rem;
}

/* Single-line content-up-to-cap cell wrapper for columns sized by
   AutoFitColumnWidths(). The cap is set inline per column via
   style="max-width: Xrem" so each column keeps its own ceiling. */
.grid-cell-cap[b-fwubapiyoc] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* /Components/CheckDocument/CheckDocumentIssues/DocumentIssuesPane.razor.rz.scp.css */
.issues-pane-body[b-y9pv6chjfq] {
    height: calc(var(--page-content-height, 100vh) - 5rem);
    min-height: 0;
}

[b-y9pv6chjfq] .issues-vertical-splitter {
    height: 100%;
}

[b-y9pv6chjfq] .issues-grid-pane,
[b-y9pv6chjfq] .issue-detail-pane {
    padding: 0 !important;
}

.issues-scroll-area[b-y9pv6chjfq] {
    overflow-y: auto;
    height: 100%;
    min-width: 32rem;
    padding-bottom: 2rem !important;
}

[b-y9pv6chjfq] .issue-grid-max-height {
    max-height: calc(var(--page-content-height, 100vh) - 8.65rem) !important;
}

.issue-detail-panel[b-y9pv6chjfq] {
    overflow-y: auto;
    background-color: var(--surface-1);
    padding: 1rem 1.5rem 3rem 1.5rem;
    box-sizing: border-box;
    height: 100%;
    overflow: auto;
}

.issue-detail-header-block[b-y9pv6chjfq] {
    margin-bottom: 0.875rem;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid var(--line-subtle);
}

.issue-detail-header[b-y9pv6chjfq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.issue-detail-title[b-y9pv6chjfq] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--text-primary);
    min-width: 0;
}

/* Facts row: result tag first (semantic colour), then label/value metadata. */
.issue-detail-meta[b-y9pv6chjfq] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.375rem 1.25rem;
    margin-top: 0.5rem;
}

/* Result tag — icon + label, coloured via Bootstrap text-success/-danger/-warning,
   mirroring the grid's Ergebnis column. */
.issue-state-tag[b-y9pv6chjfq] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.8125rem;
    font-weight: 600;
}

.issue-meta-item[b-y9pv6chjfq] {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    font-size: 0.8125rem;
}

.issue-meta-label[b-y9pv6chjfq] {
    color: var(--text-tertiary);
}

.issue-meta-value[b-y9pv6chjfq] {
    color: var(--text-primary);
    font-weight: 500;
}

.issue-detail-body[b-y9pv6chjfq] {
    display: flex;
    gap: 2rem;
}

.issue-detail-col[b-y9pv6chjfq] {
    flex: 1 1 0;
    min-width: 0;
}
/* /Components/CheckDocument/CheckDocumentIssues/ManualIssuesGrid.razor.rz.scp.css */
/* Truncates text to exactly 3 lines. The Comment column is the grid's leftover
   (flex) column, so the cell fills whatever horizontal space the column gets —
   no max-width cap, otherwise the text wraps early and leaves the column blank. */
.line-clamp-3[b-j7hs3hzijw] {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
}

/* Single-line content-up-to-cap cell wrapper. Cap is set inline per
   column via style="max-width: Xrem". */
.grid-cell-cap[b-j7hs3hzijw] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-j7hs3hzijw] .ms-Icon--CircleAddition {
    padding-top: 0.2rem;
}
/* /Components/CheckDocument/CheckDocumentIssues/StructuredIssueText.razor.rz.scp.css */
.sit-line[b-8m5mypo2lg] {
    line-height: 1.5;
    word-break: break-word;
}

/* Label preceding a pill list, e.g. "tpCDE-Wert:". */
.sit-label[b-8m5mypo2lg] {
    line-height: 1.5;
    margin-top: 0.25rem;
    color: var(--text-secondary);
}

.sit-pills[b-8m5mypo2lg] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin: 0.2rem 0 0.5rem 0;
}

/* Each accepted/expected value as a quiet, caption-scale chip — subordinate to the
   labels and prose. Smaller font + secondary text colour + tight padding keep the
   values from out-weighing the structure around them. max-width keeps long path-like
   values from overflowing the column; they wrap inside the pill instead. */
.sit-pill[b-8m5mypo2lg] {
    display: inline-block;
    max-width: 100%;
    background-color: var(--surface-3);
    border: 1px solid var(--line-subtle);
    border-radius: 4px;
    padding: 0.1rem 0.4rem;
    font-size: 0.75rem;
    line-height: 1.4;
    color: var(--text-secondary);
    word-break: break-word;
}
/* /Components/CheckDocument/DocumentMetadataPane.razor.rz.scp.css */
.metadata-btn[b-7rqgg773av] {
    width: 12rem;
}

.metadata-content-scroll[b-7rqgg773av] {
    height: calc(var(--page-content-height, 100vh) - 3.5rem);
}
/* /Components/CheckDocument/PdfView.razor.rz.scp.css */
.pdf-viewer-partial-height[b-0ha4eqtzgx] {
    height: calc(var(--page-content-height, 100vh) - 7rem);
}

.pdf-viewer-full-height[b-0ha4eqtzgx] {
    height: calc(var(--page-content-height, 100vh) - 5rem);
}

.pdf-container[b-0ha4eqtzgx] {
    height: calc(var(--page-content-height, 100vh) - 5rem);
    background-color: #ccc8c8;
}

.issue-selection-bar[b-0ha4eqtzgx] {
    display: flex;
    height: 2rem;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid Gainsboro;
}
/* /Components/DocumentOverview.razor.rz.scp.css */
[b-sa9lrtm48q] .status-dot {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    vertical-align: middle;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.05);
    font-size: 0;
    line-height: 0;
}

[b-sa9lrtm48q] .grid-height {
    max-height: calc(var(--page-content-height, 100vh) - 7rem);
}

.checkdoc-button[b-sa9lrtm48q] {
    text-decoration: none;
    color: black;
    width: fit-content;
}

.checkdoc-button:hover[b-sa9lrtm48q] {
    cursor: pointer;
    color: var(--dxds-color-surface-primary-default-rest) !important;
}

.resetdocument-button[b-sa9lrtm48q] {
    text-decoration: none;
    color: royalblue;
    width: fit-content;
}

.resetdocument-button:hover[b-sa9lrtm48q] {
    cursor: pointer;
    color: black;
}

.grid-cell-cap[b-sa9lrtm48q] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-sa9lrtm48q] th.force-width,
[b-sa9lrtm48q] th .force-width {
    min-width: 3rem !important;
    white-space: normal !important;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.app-shell[b-3m4dv8alpr] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    min-height: 0;
    overflow: hidden;
    width: 100%;
    min-width: 320px;
    --page-content-height: 100vh;
}

.app-shell.has-banner[b-3m4dv8alpr] {
    --banner-height: 2.625rem;
    --page-content-height: calc(100vh - var(--banner-height));
}

.app-shell > main[b-3m4dv8alpr] {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.layout-main-wrapper[b-3m4dv8alpr] {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.main-content[b-3m4dv8alpr] {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.top-row[b-3m4dv8alpr] {
    background-color: var(--surface-1);
    height: var(--navbar-chrome-height);
    display: flex;
    align-items: center;
    z-index: 100;
    border-bottom: 1px solid var(--line-default);
    box-shadow: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    flex: 0 0 auto;
}

.brand-wordmark[b-3m4dv8alpr] {
    color: var(--ebc-green);
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: -0.01em;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1;
    transition: color var(--motion-fast);
}

.brand-wordmark:hover[b-3m4dv8alpr] {
    color: var(--ebc-green-hover);
    text-decoration: none;
}

.navbar-left[b-3m4dv8alpr] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 1;
    min-width: 0;
}

.crumb-chain[b-3m4dv8alpr] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: nowrap;
    min-width: 0;
}

.crumb-sep[b-3m4dv8alpr] {
    color: var(--text-tertiary);
    font-weight: 400;
    user-select: none;
    line-height: 1;
}

.crumb-link[b-3m4dv8alpr] {
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 0.875rem;
    text-decoration: none;
    padding: 0.2rem 0.4rem;
    border-radius: 6px;
    transition: background-color var(--motion-fast), color var(--motion-fast);
    white-space: nowrap;
    line-height: 1;
}

.crumb-link:hover[b-3m4dv8alpr] {
    background-color: var(--surface-3);
    color: var(--text-primary);
    text-decoration: none;
}

.crumb-text[b-3m4dv8alpr] {
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 0.875rem;
    padding: 0.2rem 0.4rem;
    white-space: nowrap;
    line-height: 1;
}

.crumb-current[b-3m4dv8alpr] {
    color: var(--text-primary);
    font-weight: 600;
}

.crumb-popover-host[b-3m4dv8alpr] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

[b-3m4dv8alpr] .crumb-button {
    color: var(--text-secondary) !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    padding: 0.2rem 0.4rem !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.3rem !important;
    line-height: 1 !important;
    background: transparent !important;
    border: none !important;
    transition: background-color var(--motion-fast), color var(--motion-fast) !important;
}

[b-3m4dv8alpr] .crumb-button:hover {
    background-color: var(--surface-3) !important;
    color: var(--text-primary) !important;
}

.crumb-button-label[b-3m4dv8alpr] {
    white-space: nowrap;
}

.project-popover[b-3m4dv8alpr] {
    min-width: 16rem;
    max-width: 22rem;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.project-popover-search[b-3m4dv8alpr] {
    padding: 0.1rem 0.2rem;
}

[b-3m4dv8alpr] .project-popover-search-input {
    width: 100%;
}

.project-popover-list[b-3m4dv8alpr] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    max-height: 22rem;
    overflow-y: auto;
}

.project-popover-empty[b-3m4dv8alpr] {
    padding: 0.6rem 0.5rem;
    color: var(--text-tertiary);
    font-size: 0.8125rem;
    font-style: italic;
}

.navbar-actions[b-3m4dv8alpr] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.navbar-actions > * + *[b-3m4dv8alpr] {
    position: relative;
    padding-left: 1rem;
}

.navbar-actions > * + *[b-3m4dv8alpr]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1.25rem;
    width: 1px;
    background-color: var(--line-default);
}

[b-3m4dv8alpr] .project-selection-width {
    width: 8rem;
    flex-shrink: 1;
}

.news-badge[b-3m4dv8alpr] {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    background-color: var(--semantic-danger);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    border-radius: 8px;
    border: 1.5px solid var(--surface-1);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-3m4dv8alpr] .user-trigger {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.25rem 0.6rem !important;
    border-radius: 6px !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    color: var(--text-primary) !important;
    line-height: 1 !important;
    transition: background-color var(--motion-fast), color var(--motion-fast) !important;
}

[b-3m4dv8alpr] .user-trigger:hover {
    background-color: var(--surface-3) !important;
}

.user-trigger-avatar[b-3m4dv8alpr] {
    font-size: 1.25rem;
    color: var(--text-secondary);
    line-height: 1;
}

.user-name[b-3m4dv8alpr] {
    font-size: 0.875rem;
    color: var(--text-primary);
    font-weight: 500;
    white-space: nowrap;
    max-width: 12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}

#User-DropDown[b-3m4dv8alpr] {
    position: relative;
}

@media screen and (max-width: 849px) {
    .user-name[b-3m4dv8alpr] {
        display: none;
    }

    .user-trigger-chevron[b-3m4dv8alpr] {
        display: none;
    }
}

.system-outage-banner[b-3m4dv8alpr] {
    flex: 0 0 auto;
    width: 100%;
    background-color: var(--semantic-warning);
    color: #fff;
    border: none;
    box-shadow: var(--shadow-elevation-1);
    display: flex;
    align-items: center;
}

.system-outage-banner-row[b-3m4dv8alpr] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
}

.system-outage-banner-icon[b-3m4dv8alpr] {
    font-size: 1.25rem;
    color: #ffffff;
    flex-shrink: 0;
    line-height: 1.3;
}

.system-outage-banner-title[b-3m4dv8alpr] {
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.3;
    color: #ffffff;
}

.system-outage-banner-text[b-3m4dv8alpr] {
    font-size: 0.875rem;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.92);
}

.bell-wrapper[b-3m4dv8alpr] {
    color: var(--text-secondary);
    margin: auto;
    padding-top: 0.05rem;
}

.bell-wrapper:hover[b-3m4dv8alpr] {
    cursor: pointer;
    color: var(--dxds-color-surface-primary-default-rest) !important;
}

/* Container & Dropdown Sizing */
.app-info-host[b-3m4dv8alpr] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.fluent-info-dropdown[b-3m4dv8alpr] {
    border-radius: 8px !important;
    border: 1px solid var(--line-default) !important;
    background-color: var(--surface-1) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important; /* Slightly deeper shadow for modern feel */
    padding: 0 !important;
}

.fluent-info-panel[b-3m4dv8alpr] {
    display: flex;
    flex-direction: column;
    min-width: 280px; /* Forces width so translations don't wrap */
}

/* Header Section */
.info-header[b-3m4dv8alpr] {
    padding: 16px 16px 12px 16px;
    border-bottom: 1px solid var(--line-default);
}

.info-title[b-3m4dv8alpr] {
    font-weight: 600;
    font-size: 0.9375rem;
    color: var(--text-primary);
    line-height: 1.2;
    white-space: nowrap;
}

.info-version[b-3m4dv8alpr] {
    font-size: 0.8125rem;
    color: var(--text-secondary);
    margin-top: 4px;
    white-space: nowrap;
}

.info-list[b-3m4dv8alpr] {
    padding: 8px 0;
    border-bottom: 1px solid var(--line-default);
    display: flex;
    flex-direction: column;
}

.info-list-item[b-3m4dv8alpr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 16px;
    font-size: 0.8125rem;
    gap: 16px;
}

.info-label[b-3m4dv8alpr] {
    color: var(--text-secondary);
    white-space: nowrap;
}

.info-value[b-3m4dv8alpr] {
    color: var(--text-primary);
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
}

.fluent-env-badge[b-3m4dv8alpr] {
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    background-color: rgba(255, 170, 0, 0.15);
    color: #b37700;
    border: 1px solid rgba(255, 170, 0, 0.3);
    white-space: nowrap;
}

.info-action-area[b-3m4dv8alpr] {
    padding: 0.75rem;
    width: 100%;
}

[b-3m4dv8alpr] .fluent-menu-item:hover {
    background-color: var(--surface-3) !important;
}
