/* /Components/CheckDocument/CheckDocument.razor.rz.scp.css */
[b-ims1fsrg62] .fluent-sidebar-btn.sidebar-closed-button {
    justify-content: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

[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: 22rem !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] .orange-button {
    color: orange !important;
    border-color: orange !important;
}

[b-ims1fsrg62] .orange-button:hover {
    background-color: orange !important;
    color: white !important;
}

[b-ims1fsrg62] .orange-button.dxbl-active {
    background-color: orange !important;
    color: white !important;
}
/* /Components/CheckDocument/CheckDocumentIssues/AutomatedIssuesGrid.razor.rz.scp.css */
/* Truncates text to exactly 3 lines */
.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;
}

/* /Components/CheckDocument/CheckDocumentIssues/DocumentIssuesPane.razor.rz.scp.css */
.issues-scroll-area[b-y9pv6chjfq] {
    overflow-y: auto;
    max-height: calc(var(--page-content-height, 100vh) - 5.5rem);
    min-width: 32rem;
}

/* Lives at the common parent so a single ::deep rule covers both AutomatedIssuesGrid and ManualIssuesGrid. */
[b-y9pv6chjfq] .issue-grid-max-height {
    max-height: calc(var(--page-content-height, 100vh) - 8.7rem) !important;
}
/* /Components/CheckDocument/CheckDocumentIssues/ManualIssuesGrid.razor.rz.scp.css */
/* Truncates text to exactly 3 lines */
.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;
}
/* /Components/CheckDocument/DocumentMetadataPane.razor.rz.scp.css */
.metadata-btn[b-7rqgg773av] {
    width: 12rem;
}

.metadata-content-scroll[b-7rqgg773av] {
    height: 100%;
    max-height: calc(var(--page-content-height, 100vh) - 4rem);
}
/* /Components/CheckDocument/PdfView.razor.rz.scp.css */
.pdf-viewer-partial-height[b-0ha4eqtzgx] {
    height: calc(var(--page-content-height, 100vh) - 7.5rem);
}

.pdf-viewer-full-height[b-0ha4eqtzgx] {
    height: calc(var(--page-content-height, 100vh) - 5.5rem);
}

.pdf-container[b-0ha4eqtzgx] {
    height: calc(var(--page-content-height, 100vh) - 5.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) - 8.4rem);
}

.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;
}
/* /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: calc(100vh - var(--footer-height));
}

.app-shell.has-banner[b-3m4dv8alpr] {
    /* Matches the actual rendered banner height: py-2 (1rem) + tallest inner line-height (icon at 1.25rem * 1.3 = 1.625rem). Keep this in sync if the banner's padding or icon font-size changes. */
    --banner-height: 2.625rem;
    --page-content-height: calc(100vh - var(--banner-height) - var(--footer-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%;
    padding-bottom: var(--footer-height);
    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: 3.5rem;
    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;
}

.crumb-button-chevron[b-3m4dv8alpr] {
    font-size: 0.65rem;
    color: var(--text-tertiary);
}

.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;
}

[b-3m4dv8alpr] .project-popover-item {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    text-align: start !important;
    padding: 0.4rem 0.6rem !important;
    border-radius: 4px !important;
    font-size: 0.875rem !important;
    color: var(--text-primary) !important;
    background: transparent !important;
    transition: background-color var(--motion-fast) !important;
}

[b-3m4dv8alpr] .project-popover-item:hover {
    background-color: var(--surface-3) !important;
}

[b-3m4dv8alpr] .project-popover-item.is-current {
    color: var(--ebc-green) !important;
    font-weight: 600 !important;
}

.project-popover-item-label[b-3m4dv8alpr] {
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-popover-item-check[b-3m4dv8alpr] {
    flex: 0 0 auto;
    margin-left: 0.5rem;
    color: var(--ebc-green);
}

.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;
}

.language-pill[b-3m4dv8alpr] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--text-secondary);
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background-color var(--motion-fast), color var(--motion-fast), border-color var(--motion-fast);
    line-height: 1;
}

.language-pill:hover[b-3m4dv8alpr] {
    background-color: var(--surface-3);
    color: var(--text-primary);
}

.language-pill .bi-chevron-down[b-3m4dv8alpr] {
    font-size: 0.65rem;
    color: var(--text-tertiary);
}

.language-menu-item[b-3m4dv8alpr] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.4rem 0.75rem;
    background: transparent;
    border: none;
    text-align: start;
    cursor: pointer;
    font-size: 0.875rem;
    color: var(--text-primary);
    border-radius: 4px;
    transition: background-color var(--motion-fast);
}

.language-menu-item:hover[b-3m4dv8alpr] {
    background-color: var(--surface-3);
}

.language-menu-item.is-selected[b-3m4dv8alpr] {
    color: var(--ebc-green);
    font-weight: 600;
}

.language-menu-item .lang-code[b-3m4dv8alpr] {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--text-tertiary);
}

.bell-wrapper[b-3m4dv8alpr] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
}

.news-bell-default[b-3m4dv8alpr] {
    color: var(--text-secondary);
}

.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-trigger-chevron[b-3m4dv8alpr] {
    font-size: 0.65rem;
    color: var(--text-tertiary);
}

#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);
}
