@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.lcdo7z9xd2.bundle.scp.css';

/* /App.razor.rz.scp.css */
.fade-icon[b-3io9f1v4tr] {
    animation: fade-sequence-b-3io9f1v4tr 3s infinite;
}

@keyframes fade-sequence-b-3io9f1v4tr {
    0% {
        opacity: 0;
    }
    /* Start invisible */
    20% {
        opacity: 1;
    }
    /* Fade in */
    80% {
        opacity: 1;
    }
    /* Stay visible */
    100% {
        opacity: 0;
    }
    /* Fade out */
}
/* /Components/OdsBreadcrumb.razor.rz.scp.css */
.ods-breadcrumb-container[b-iewnixfoth] {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 24px 0;
    overflow-x: auto;
}

@media (max-width: 599.98px) {
    .ods-breadcrumb-container[b-iewnixfoth] {
        padding-right: 16px;
        padding-left: 16px;
    }
}
/* /Components/OdsDataGridFilter.razor.rz.scp.css */
.search-box[b-5galj1q2li] {
    min-width: 250px;
    width: 100%;
}

    .search-box fluent-search[b-5galj1q2li] {
        width: 100%;
    }
/* /Components/OdsDataGridMenu.razor.rz.scp.css */
@media (max-width: 959.98px) {
    .button-label[b-8e1z3ovc9y] {
        display: none;
    }
}
/* /Components/OdsDocumentViewAddPanel.razor.rz.scp.css */
p[b-mcqfjljalv] {
    font-family: Calibri
}
/* /Components/OdsPendingDocuments.razor.rz.scp.css */
/* /Components/OdsRedactionViewer.razor.rz.scp.css */
.main-container[b-sqc70cd8m4] {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.pdf-toolbar[b-sqc70cd8m4] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2px 6px;
    width: 100%;
    box-sizing: border-box;
    background-color: #F9F9FA; /* Light background restored */
    color: #333333;
    padding: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1); /* Softer shadow for light theme */
    border-bottom: 1px solid #e0e0e0;
}

.toolbar-group[b-sqc70cd8m4] {
    display: flex;
    align-items: center;
    gap: 6px; 
}

.toolbar-text[b-sqc70cd8m4] {
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 14px;
    color: #333333; /* Text changed to dark gray/black */
    margin: 0 10px;
    white-space: nowrap;
}

.zoom-text[b-sqc70cd8m4] {
    width: 55px;
    text-align: center;
    margin: 0;
}

.editor-container[b-sqc70cd8m4] {
    position: relative;
    background: #D4D4D7;
    overflow: auto;
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.canvas-wrapper[b-sqc70cd8m4] {
    position: relative;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
}

.konva-holder[b-sqc70cd8m4] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.pdf-canvas[b-sqc70cd8m4] {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.component-container[b-sqc70cd8m4] {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.content-scroll-area[b-sqc70cd8m4] {
    flex-grow: 1;
    overflow-y: auto;
    padding-bottom: 20px;
}

.sticky-footer[b-sqc70cd8m4] {
    position: sticky;
    bottom: 0;
    background: var(--fill-color);
    padding: 15px;
    border-top: 1px solid var(--neutral-stroke-rest);
    z-index: 10;
}

.no-selected-indicator fluent-tree-item[selected][b-sqc70cd8m4]::part(positioning-region) {
    background-color: var(--neutral-fill-stealth-rest);
}

.no-selected-indicator fluent-tree-item[b-sqc70cd8m4]::part(positioning-region):hover {
    background-color: var(--neutral-fill-stealth-rest);
}

.no-selected-indicator fluent-tree-item[selected][b-sqc70cd8m4]::after {
    display: none;
}

@media (max-width: 959.98px) {
    .zoom-text[b-sqc70cd8m4] {
        display: none;
    }
}
/* /Components/OdsRedactionWizard.razor.rz.scp.css */
.document-view[b-f1df2dfaji] {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    /*overflow: hidden;*/
}
/* /Components/ProductLauncher.razor.rz.scp.css */
.product-launcher[b-r1nnr68rfk] {
    position: relative;
    z-index: 20;
    display: flex;
    align-self: stretch;
    width: 48px;
    min-width: 48px;
    margin: -0.5rem 8px -0.5rem -1.5rem;
}

.product-launcher-button[b-r1nnr68rfk] {
    position: relative;
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 0;
    color: var(--fill-color);
    background: var(--product-launcher-background, var(--accent-fill-rest));
    border: 0;
    border-radius: 0;
    transition: background-color 120ms ease;
}

.product-launcher-button:hover[b-r1nnr68rfk],
.product-launcher-button:focus-visible[b-r1nnr68rfk],
.product-launcher-button[aria-expanded="true"][b-r1nnr68rfk] {
    background: var(--product-launcher-background-hover, var(--accent-fill-hover));
}

.product-launcher-button:focus-visible[b-r1nnr68rfk] {
    outline: 2px solid var(--fill-color);
    outline-offset: -3px;
}

.waffle-icon[b-r1nnr68rfk] {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.product-launcher-backdrop[b-r1nnr68rfk] {
    position: fixed;
    z-index: 1000;
    inset: 0;
    background: transparent;
}

.product-launcher-panel[b-r1nnr68rfk] {
    position: absolute;
    z-index: 1001;
    top: 100%;
    left: 0;
    box-sizing: border-box;
    width: min(280px, calc(100vw - 8px));
    padding: 12px;
    color: var(--neutral-foreground-rest);
    font-family: var(--body-font);
    font-weight: 400;
    background: var(--fill-color);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgb(0 0 0 / 22%);
}

.product-grid[b-r1nnr68rfk] {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    gap: 4px;
    width: 100%;
}

.product-tile[b-r1nnr68rfk] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    min-width: 0;
    min-height: 88px;
    padding: 8px 6px;
    color: inherit;
    font: inherit;
    text-align: center;
    text-decoration: none;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    transition:
        background-color 140ms ease,
        border-color 140ms ease,
        box-shadow 140ms ease,
        transform 140ms ease;
}

.product-tile[aria-current="page"][b-r1nnr68rfk] {
    background: var(--neutral-fill-secondary-rest);
}

.product-tile:hover[b-r1nnr68rfk],
.product-tile:focus-visible[b-r1nnr68rfk] {
    z-index: 1;
    background: var(--fill-color);
    border-color: var(--neutral-stroke-layer-rest);
    box-shadow:
        0 12px 28px rgb(0 0 0 / 14%),
        0 2px 6px rgb(0 0 0 / 8%);
    transform: translateY(-3px);
    outline: none;
}

.product-tile:focus-visible[b-r1nnr68rfk] {
    box-shadow:
        0 12px 28px rgb(0 0 0 / 14%),
        0 2px 6px rgb(0 0 0 / 8%),
        inset 0 0 0 2px var(--accent-fill-rest);
}

.product-placeholder[b-r1nnr68rfk] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: var(--neutral-foreground-hint);
    background: var(--neutral-fill-secondary-rest);
    border-radius: 8px;
}

.product-placeholder svg[b-r1nnr68rfk] {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.product-logo[b-r1nnr68rfk] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
}

.product-logo img[b-r1nnr68rfk] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-name[b-r1nnr68rfk] {
    font-size: 14px;
    line-height: 1.3;
}

@media (max-width: 440px) {
    .product-launcher-panel[b-r1nnr68rfk] {
        width: calc(100vw - 8px);
        padding: 16px;
    }
}
/* /Pages/AddDocumentDropzone.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/AddOptionSet.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/AddUserList.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/ApprovalRoutes.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/ApprovalSteps.razor.rz.scp.css */
.page-height[b-a5pts9d24m] {
    height: calc(100svh - 136px);
}
/* /Pages/AvailableForms.razor.rz.scp.css */
.available-forms-page[b-1z9onq0ddt] {
    height: 100%;
    padding: 1.25rem;
}

.available-forms-layout[b-1z9onq0ddt] {
    display: grid;
    grid-template-columns: minmax(15rem, 20rem) minmax(0, 1fr);
    gap: 1.5rem;
    height: 100%;
    min-height: 0;
}

.forms-filter-panel[b-1z9onq0ddt] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    min-width: 0;
}

.forms-filter-panel h1[b-1z9onq0ddt] {
    margin: 0;
    font-size: 2rem;
    font-weight: 500;
}

.forms-search[b-1z9onq0ddt] {
    width: 100%;
}

.tag-filter-section[b-1z9onq0ddt] {
    border-top: 1px solid var(--neutral-stroke-divider-rest, #d1d1d1);
    padding-top: 1rem;
}

.tag-filter-section h2[b-1z9onq0ddt] {
    margin: 0 0 0.75rem;
    font-size: 1.25rem;
    font-weight: 500;
}

.tag-filter-list[b-1z9onq0ddt],
.edit-tag-list[b-1z9onq0ddt] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.tag-filter-row[b-1z9onq0ddt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.tag-filter-row fluent-checkbox[b-1z9onq0ddt] {
    min-width: 0;
    flex: 1;
}

.empty-tags[b-1z9onq0ddt] {
    margin: 0;
    color: var(--neutral-foreground-hint, #616161);
}

.add-tag-controls[b-1z9onq0ddt] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
}

.add-tag-input[b-1z9onq0ddt] {
    width: 100%;
}

.add-form-button[b-1z9onq0ddt] {
    align-self: flex-start;
    margin-top: 0.5rem;
}

.forms-table-panel[b-1z9onq0ddt] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 0;
}

.forms-grid-scroll[b-1z9onq0ddt] {
    flex: 1;
    min-height: 0;
    overflow: auto;
}

.results-data-grid[b-1z9onq0ddt] {
    min-width: 62rem;
}

.tag-badges[b-1z9onq0ddt] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    padding: 0.25rem 0;
}

[b-1z9onq0ddt] fluent-badge.form-tag-badge::part(control) {
    padding: 0.35rem 0.65rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
}

.edit-tags-button[b-1z9onq0ddt] {
    width: 100%;
    min-height: 2rem;
    justify-content: flex-start;
}

.forms-paginator[b-1z9onq0ddt] {
    padding: 0.75rem 0;
}

@media (max-width: 959.98px) {
    .available-forms-page[b-1z9onq0ddt] {
        height: auto;
        padding: 1rem;
    }

    .available-forms-layout[b-1z9onq0ddt] {
        grid-template-columns: minmax(0, 1fr);
        height: auto;
    }

    .forms-filter-panel[b-1z9onq0ddt] {
        max-width: none;
    }

    .tag-filter-list[b-1z9onq0ddt] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
        column-gap: 1rem;
    }

    .forms-grid-scroll[b-1z9onq0ddt] {
        max-width: 100%;
    }
}
/* /Pages/BrowseSelectLibrary.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/CustomerAdminDashboard.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/Customers.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/Dashboard.razor.rz.scp.css */
.dashboard-page[b-14qvh44mgh] {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
}

.dashboard-tab-content[b-14qvh44mgh] {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.dashboard-tab-scroll[b-14qvh44mgh] {
    overflow: auto;
}

.dashboard-page[b-14qvh44mgh]  fluent-tab-panel {
    display: block;
    box-sizing: border-box;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.dashboard-page[b-14qvh44mgh]  fluent-tabs::part(tabpanel) {
    box-sizing: border-box;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.dashboard-page[b-14qvh44mgh]  fluent-tabs::part(tablist) {
    justify-self: start;
    align-self: start;
    direction: ltr;
}

/*  make sure components are in a parent div element for ::deep to work in blazor  */
.dashboard-page[b-14qvh44mgh]  fluent-tabs::part(activeIndicator) {
    width: 85%;
}

/*::deep fluent-tab {
    border-style: solid solid hidden solid;
    border-width: thin;
    border-color: lightgrey;
    border-radius: 0px 0px 0px 0px;
}*/
/* /Pages/DepartmentAdminDashboard.razor.rz.scp.css */
.page-height[b-he4pwrim7p] {
    height: calc(100svh - 136px);
}
/* /Pages/DepartmentAdmins.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/Departments.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/DocumentControls.razor.rz.scp.css */
@media (max-width: 959.98px) {
    .document-control-label[b-6soj08mx7h] {
        display: none;
    }
}
/* /Pages/DocumentProperties.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/Documents.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/DocumentTypes.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/DocumentView.razor.rz.scp.css */
.document-view[b-1an45eu6yo] {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
}

.viewer-pane[b-1an45eu6yo],
.properties-pane[b-1an45eu6yo] {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
}

.viewer-pane[b-1an45eu6yo] {
    overflow: hidden;
}

.properties-pane[b-1an45eu6yo] {
    overflow-x: hidden;
    overflow-y: auto;
}
/* /Pages/DocumentViewShared.razor.rz.scp.css */
.page-height[b-cgc5qq4jog] {
    height: calc(100svh - 106px);
}
/* /Pages/ErrorLogs.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/FormDetails.razor.rz.scp.css */
/* CSS for FormDetails component */
.form-details-page[b-qxiuqhub75] {
    box-sizing: border-box;
    width: 100%;
    max-width: 76rem;
    margin: 0 auto;
    padding: 2rem 1.5rem 3rem;
}

/*
    Use a real HTML element for the main layout instead of putting
    the layout class directly on EditForm. This ensures Blazor
    scoped CSS applies correctly.
*/
.form-details-content[b-qxiuqhub75] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Header */

.form-details-header[b-qxiuqhub75] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2rem;
}

.header-copy[b-qxiuqhub75] {
    min-width: 0;
}

    .header-copy h1[b-qxiuqhub75] {
        margin: 0;
        color: var(--neutral-foreground-rest);
        font-size: 1.75rem;
        font-weight: 600;
        line-height: 1.25;
    }

.current-form-name[b-qxiuqhub75] {
    margin: 0.4rem 0 0;
    overflow-wrap: anywhere;
    color: var(--neutral-foreground-rest);
    font-size: 1.1rem;
    font-weight: 600;
}

.page-description[b-qxiuqhub75],
.section-heading p[b-qxiuqhub75],
.setting-copy p[b-qxiuqhub75],
.action-card-copy p[b-qxiuqhub75] {
    color: var(--neutral-foreground-hint);
}

.page-description[b-qxiuqhub75] {
    margin: 0.25rem 0 0;
    line-height: 1.45;
}

.header-action[b-qxiuqhub75] {
    flex: 0 0 auto;
    padding-top: 0.1rem;
}

/* Fluent cards need ::deep because they are child components */

.form-details-page[b-qxiuqhub75]  .details-card,
.form-details-page[b-qxiuqhub75]  .action-card {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid var(--neutral-stroke-rest);
    box-shadow: none;
}

.form-details-page[b-qxiuqhub75]  .details-card {
    display: block;
    padding: 1.75rem;
}

/* Section headings */

.section-heading h2[b-qxiuqhub75],
.setting-copy h3[b-qxiuqhub75],
.action-card-copy h3[b-qxiuqhub75] {
    margin: 0;
    color: var(--neutral-foreground-rest);
    font-weight: 600;
}

.section-heading h2[b-qxiuqhub75] {
    font-size: 1.2rem;
    line-height: 1.3;
}

.section-heading p[b-qxiuqhub75] {
    margin: 0.35rem 0 0;
    line-height: 1.45;
}

/* General */

.form-name-control[b-qxiuqhub75] {
    width: 100%;
    max-width: 44rem;
    margin-top: 1.5rem;
}

    .form-name-control[b-qxiuqhub75]  fluent-text-field {
        width: 100%;
    }

/* Metadata */

.metadata-grid[b-qxiuqhub75] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin: 1.5rem 0 0;
}

.metadata-item[b-qxiuqhub75] {
    box-sizing: border-box;
    min-width: 0;
    padding: 1rem 1.1rem;
    border: 1px solid var(--neutral-stroke-divider-rest);
    border-radius: calc(var(--control-corner-radius) * 1px);
    background: var(--neutral-layer-2);
}

    .metadata-item dt[b-qxiuqhub75] {
        margin: 0;
        color: var(--neutral-foreground-hint);
        font-size: 0.78rem;
        font-weight: 600;
        letter-spacing: 0.03em;
        text-transform: uppercase;
    }

    .metadata-item dd[b-qxiuqhub75] {
        margin: 0.35rem 0 0;
        overflow-wrap: anywhere;
        color: var(--neutral-foreground-rest);
        font-size: 1rem;
        font-weight: 600;
    }

/* General settings rows */

.settings-list[b-qxiuqhub75] {
    margin-top: 1.5rem;
    border-top: 1px solid var(--neutral-stroke-divider-rest);
}

.setting-row[b-qxiuqhub75] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.15rem 0;
}

    .setting-row + .setting-row[b-qxiuqhub75] {
        border-top: 1px solid var(--neutral-stroke-divider-rest);
    }

.setting-copy[b-qxiuqhub75] {
    min-width: 0;
}

    .setting-copy h3[b-qxiuqhub75],
    .action-card-copy h3[b-qxiuqhub75] {
        font-size: 1rem;
        line-height: 1.35;
    }

    .setting-copy p[b-qxiuqhub75],
    .action-card-copy p[b-qxiuqhub75] {
        margin: 0.3rem 0 0;
        line-height: 1.45;
    }

.setting-control[b-qxiuqhub75] {
    flex: 0 0 auto;
}

/* Sections */

.page-section[b-qxiuqhub75] {
    min-width: 0;
}

.outside-card-heading[b-qxiuqhub75] {
    margin-bottom: 1rem;
}

/* Action cards */

.action-grid[b-qxiuqhub75] {
    display: grid;
    gap: 1rem;
}

/*
    Keep both sections on the same 3-column rhythm.
    Sharing will use the first two columns on wide screens.
*/
.form-action-grid[b-qxiuqhub75],
.sharing-grid[b-qxiuqhub75] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.form-details-page[b-qxiuqhub75]  .action-card {
    display: flex;
    min-height: 9rem;
    padding: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem;
}

.action-card-copy[b-qxiuqhub75] {
    min-width: 0;
}

    .action-card-copy p[b-qxiuqhub75] {
        max-width: 22rem;
    }

/* Medium screens */

@media (max-width: 64rem) {
    .form-action-grid[b-qxiuqhub75],
    .sharing-grid[b-qxiuqhub75] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobile */

@media (max-width: 48rem) {
    .form-details-page[b-qxiuqhub75] {
        padding: 1rem 1rem 2rem;
    }

    .form-details-content[b-qxiuqhub75] {
        gap: 1.5rem;
    }

    .form-details-header[b-qxiuqhub75],
    .setting-row[b-qxiuqhub75] {
        align-items: stretch;
        flex-direction: column;
    }

    .form-details-header[b-qxiuqhub75] {
        gap: 1rem;
    }

    .header-action[b-qxiuqhub75]  fluent-button,
    .setting-control[b-qxiuqhub75]  fluent-button {
        width: 100%;
    }

    .form-details-page[b-qxiuqhub75]  .details-card {
        padding: 1.25rem;
    }

    .form-name-control[b-qxiuqhub75] {
        max-width: none;
    }

    .metadata-grid[b-qxiuqhub75],
    .form-action-grid[b-qxiuqhub75],
    .sharing-grid[b-qxiuqhub75] {
        grid-template-columns: 1fr;
    }

    .setting-row[b-qxiuqhub75] {
        gap: 0.85rem;
        padding: 1rem 0;
    }

    .outside-card-heading[b-qxiuqhub75] {
        margin-bottom: 0.75rem;
    }

    .form-details-page[b-qxiuqhub75]  .action-card {
        min-height: 8.5rem;
    }
}
/* /Pages/Forms.razor.rz.scp.css */
.page-height[b-2j88xhl3ng] {
    height: calc(100svh - 136px);
}
/* /Pages/HybridSearch.razor.rz.scp.css */
.page-height[b-iux7atqto2] {
    min-height: 100%;
}

.hybrid-search-page[b-iux7atqto2] {
    box-sizing: border-box;
    padding: 2rem;
    background: var(--neutral-layer-2);
}

.page-header[b-iux7atqto2] {
    margin-bottom: 1.25rem;
}

.page-header h1[b-iux7atqto2] {
    margin: 0;
    color: var(--neutral-foreground-rest);
    font-size: 1.75rem;
    font-weight: 600;
}

.page-header p[b-iux7atqto2],
.result-count[b-iux7atqto2],
.secondary-text[b-iux7atqto2] {
    color: var(--neutral-foreground-hint);
}

.page-header p[b-iux7atqto2] {
    margin: 0.4rem 0 0;
}

.search-card[b-iux7atqto2],
.filter-card[b-iux7atqto2],
.document-card[b-iux7atqto2],
.empty-state[b-iux7atqto2] {
    width: 100%;
    box-sizing: border-box;
}

.search-card[b-iux7atqto2] {
    margin-bottom: 1.5rem;
    padding: 1rem;
}

.search-bar[b-iux7atqto2] {
    display: flex;
    width: 100%;
    align-items: stretch;
    gap: 0.75rem;
}

.search-input[b-iux7atqto2] {
    flex: 1 1 0;
    width: 100%;
    min-width: 0;
}

.search-input[b-iux7atqto2]  fluent-text-field {
    width: 100%;
}

.search-input[b-iux7atqto2]  fluent-text-field::part(root) {
    width: 100%;
    height: 2.75rem;
}

.search-button[b-iux7atqto2] {
    height: 2.75rem;
    min-height: 2.75rem;
    min-width: 7rem;
}

.search-bar[b-iux7atqto2]  fluent-button {
    height: 2.75rem;
    min-height: 2.75rem;
}

.search-bar[b-iux7atqto2]  fluent-button::part(control) {
    height: 100%;
}

.button-progress[b-iux7atqto2] {
    width: 1rem;
    height: 1rem;
    margin-right: 0.4rem;
}

.results-layout[b-iux7atqto2] {
    display: grid;
    grid-template-columns: minmax(13rem, 17rem) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.filter-card[b-iux7atqto2] {
    padding: 0;
    overflow: hidden;
}

.card-heading[b-iux7atqto2] {
    padding: 1rem;
    border-bottom: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
    background: var(--neutral-layer-3);
}

.card-heading h2[b-iux7atqto2],
.document-header h2[b-iux7atqto2] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.filter-content[b-iux7atqto2] {
    padding: 1rem;
}

.facet-row[b-iux7atqto2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.clear-filters[b-iux7atqto2] {
    width: 100%;
    margin-top: 0.5rem;
}

.results[b-iux7atqto2] {
    min-width: 0;
}

.result-count[b-iux7atqto2] {
    margin: 0 0 0.75rem;
}

.result-list[b-iux7atqto2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.document-card[b-iux7atqto2] {
    padding: 0;
    overflow: hidden;
}

.document-header[b-iux7atqto2],
.page-match[b-iux7atqto2] {
    width: 100%;
    border: 0;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.document-header[b-iux7atqto2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: var(--neutral-layer-3);
    border-bottom: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-divider-rest);
}

.document-header:hover[b-iux7atqto2],
.page-match:hover[b-iux7atqto2] {
    background: var(--neutral-fill-stealth-hover);
}

.document-header:focus-visible[b-iux7atqto2],
.page-match:focus-visible[b-iux7atqto2] {
    outline: calc(var(--focus-stroke-width) * 1px) solid var(--accent-fill-focus);
    outline-offset: -2px;
}

.document-title-group[b-iux7atqto2],
.page-match-meta[b-iux7atqto2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.document-title-group[b-iux7atqto2] {
    flex-wrap: wrap;
    min-width: 0;
}

.document-title-group h2[b-iux7atqto2] {
    color: var(--accent-foreground-rest);
}

.matched-pages[b-iux7atqto2] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
}

.page-match[b-iux7atqto2] {
    padding: 0.9rem 1rem;
    background: var(--neutral-layer-2);
    border-left: 0.25rem solid var(--accent-fill-rest);
    border-radius: calc(var(--control-corner-radius) * 1px);
}

.page-match-meta[b-iux7atqto2] {
    justify-content: space-between;
    margin-bottom: 0.6rem;
}

.ai-snippet[b-iux7atqto2] {
    margin: 0;
    color: var(--neutral-foreground-rest);
    line-height: 1.5;
}

.ai-snippet[b-iux7atqto2]  em {
    padding: 0 0.2rem;
    border-radius: calc(var(--control-corner-radius) * 1px);
    color: #000;
    background: #ffd800;
    font-style: normal;
    font-weight: 600;
}

.empty-state[b-iux7atqto2] {
    padding: 1.25rem;
    border-left: 0.25rem solid var(--accent-fill-rest);
}

@media (max-width: 48rem) {
    .hybrid-search-page[b-iux7atqto2] {
        padding: 1rem;
    }

    .search-bar[b-iux7atqto2] {
        flex-direction: column;
    }

    .search-button[b-iux7atqto2] {
        min-height: 2.75rem;
    }

    .results-layout[b-iux7atqto2] {
        grid-template-columns: 1fr;
    }

    .document-header[b-iux7atqto2] {
        align-items: flex-start;
        flex-direction: column;
    }
}
/* /Pages/Import.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/Invites.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/Libraries.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/LibraryForms.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/OneFormAdmin.razor.rz.scp.css */
.oneform-admin-choices[b-rcax762i4a] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    gap: 1rem;
    max-width: 52rem;
    margin-top: 1.5rem;
}

.oneform-admin-choice[b-rcax762i4a] {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-height: 6rem;
    padding: 1.25rem;
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: .5rem;
    color: inherit;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
}

.oneform-admin-choice:hover[b-rcax762i4a],
.oneform-admin-choice:focus-visible[b-rcax762i4a] {
    border-color: #5f4bb6;
    box-shadow: 0 0 0 1px #5f4bb6;
}
/* /Pages/OneFormDashboard.razor.rz.scp.css */
.oneform-dashboard[b-k0v8bzvus7] {
    --oneform-purple: #5f4bb6;
    --oneform-purple-dark: #46348f;
    --oneform-purple-soft: #f1effb;
    box-sizing: border-box;
    width: 100%;
    max-width: 92rem;
    min-height: 100%;
    margin: 0 auto;
    padding: 1.5rem clamp(1rem, 3vw, 2.5rem) 3rem;
    color: var(--neutral-foreground-rest, #242424);
}

.dashboard-header[b-k0v8bzvus7] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.dashboard-eyebrow[b-k0v8bzvus7],
.panel-kicker[b-k0v8bzvus7] {
    margin: 0 0 0.25rem;
    color: var(--oneform-purple);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.dashboard-header h1[b-k0v8bzvus7] {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 650;
    letter-spacing: -0.035em;
}

.dashboard-subtitle[b-k0v8bzvus7] {
    margin: 0.55rem 0 0;
    color: var(--neutral-foreground-hint, #616161);
    font-size: 1rem;
}

.dashboard-header-actions[b-k0v8bzvus7] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
}

.summary-grid[b-k0v8bzvus7] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.9rem;
    margin-bottom: 1rem;
}

.summary-card[b-k0v8bzvus7] {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
        "icon copy"
        "icon hint";
    column-gap: 0.8rem;
    min-width: 0;
    padding: 1rem;
    border: 1px solid var(--neutral-stroke-divider-rest, #d1d1d1);
    border-radius: 0.8rem;
    background: var(--neutral-layer-1, #fff);
    color: inherit;
    text-decoration: none;
    box-shadow: 0 2px 8px rgb(0 0 0 / 4%);
    transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.summary-card:hover[b-k0v8bzvus7],
.summary-card:focus-visible[b-k0v8bzvus7] {
    border-color: var(--oneform-purple);
    box-shadow: 0 8px 24px rgb(70 52 143 / 12%);
    transform: translateY(-1px);
}

.summary-icon[b-k0v8bzvus7] {
    grid-area: icon;
    display: grid;
    place-items: center;
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 0.7rem;
    background: var(--oneform-purple-soft);
    color: var(--oneform-purple-dark);
}

.summary-copy[b-k0v8bzvus7] {
    grid-area: copy;
    display: flex;
    align-items: baseline;
    gap: 0.55rem;
    min-width: 0;
}

.summary-copy strong[b-k0v8bzvus7] {
    font-size: 1.75rem;
    line-height: 1;
}

.summary-copy span[b-k0v8bzvus7] {
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.summary-hint[b-k0v8bzvus7] {
    grid-area: hint;
    margin-top: 0.25rem;
    color: var(--neutral-foreground-hint, #616161);
    font-size: 0.8rem;
}

.widget-stack[b-k0v8bzvus7] {
    display: grid;
    gap: 1rem;
}

.dashboard-panel[b-k0v8bzvus7] {
    min-width: 0;
    padding: 1.25rem;
    border: 1px solid var(--neutral-stroke-divider-rest, #d1d1d1);
    border-radius: 0.9rem;
    background: var(--neutral-layer-1, #fff);
    box-shadow: 0 2px 10px rgb(0 0 0 / 4%);
}

.attention-panel[b-k0v8bzvus7] {
    border-top: 3px solid var(--oneform-purple);
}

.panel-heading[b-k0v8bzvus7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.panel-heading h2[b-k0v8bzvus7] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 650;
}

.attention-list[b-k0v8bzvus7] {
    display: grid;
}

.attention-item[b-k0v8bzvus7] {
    display: grid;
    grid-template-columns: 5.5rem minmax(0, 1fr) 8rem 5rem;
    align-items: center;
    gap: 1rem;
    min-width: 0;
    padding: 0.8rem 0;
    border-top: 1px solid var(--neutral-stroke-divider-rest, #e5e5e5);
}

.attention-item:first-child[b-k0v8bzvus7] {
    border-top: 0;
}

.attention-kind[b-k0v8bzvus7],
.status-pill[b-k0v8bzvus7] {
    width: fit-content;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: var(--oneform-purple-soft);
    color: var(--oneform-purple-dark);
    font-size: 0.75rem;
    font-weight: 700;
}

.attention-kind.draft[b-k0v8bzvus7] {
    background: #fff4ce;
    color: #744f00;
}

.attention-copy[b-k0v8bzvus7] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.attention-copy strong[b-k0v8bzvus7],
.attention-copy span[b-k0v8bzvus7] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attention-copy span[b-k0v8bzvus7],
.attention-item time[b-k0v8bzvus7] {
    color: var(--neutral-foreground-hint, #616161);
    font-size: 0.86rem;
}

.attention-action[b-k0v8bzvus7] {
    justify-self: end;
}

.pinned-grid[b-k0v8bzvus7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
    gap: 0.75rem;
}

.pinned-card[b-k0v8bzvus7] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    grid-template-areas:
        "mark name"
        "mark action";
    column-gap: 0.75rem;
    padding: 0.9rem;
    border: 1px solid var(--neutral-stroke-divider-rest, #e2e2e2);
    border-radius: 0.7rem;
    background: linear-gradient(135deg, #fff 55%, var(--oneform-purple-soft));
}

.pinned-mark[b-k0v8bzvus7] {
    grid-area: mark;
    display: grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.55rem;
    background: var(--oneform-purple-soft);
    color: var(--oneform-purple-dark);
}

.pinned-card strong[b-k0v8bzvus7] {
    grid-area: name;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pinned-card fluent-anchor[b-k0v8bzvus7] {
    grid-area: action;
    justify-self: start;
    margin-top: 0.2rem;
}

.recent-table[b-k0v8bzvus7] {
    overflow: hidden;
    border: 1px solid var(--neutral-stroke-divider-rest, #e2e2e2);
    border-radius: 0.65rem;
}

.recent-row[b-k0v8bzvus7] {
    display: grid;
    grid-template-columns: minmax(12rem, 2fr) minmax(7rem, 0.8fr) minmax(10rem, 1fr) minmax(8rem, 0.8fr);
    gap: 1rem;
    align-items: center;
    padding: 0.75rem 0.9rem;
    border-top: 1px solid var(--neutral-stroke-divider-rest, #e8e8e8);
}

.recent-header[b-k0v8bzvus7] {
    border-top: 0;
    background: var(--neutral-layer-2, #f5f5f5);
    color: var(--neutral-foreground-hint, #616161);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.recent-row time[b-k0v8bzvus7],
.recent-row > span:not(:first-child)[b-k0v8bzvus7] {
    color: var(--neutral-foreground-hint, #616161);
    font-size: 0.88rem;
}

.management-panel[b-k0v8bzvus7] {
    background: linear-gradient(120deg, #fff 65%, #f6f4ff);
}

.management-grid[b-k0v8bzvus7] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.management-grid.four-up[b-k0v8bzvus7] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.management-grid > div[b-k0v8bzvus7] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    padding: 0.9rem;
    border-radius: 0.65rem;
    background: rgb(255 255 255 / 78%);
}

.management-grid strong[b-k0v8bzvus7] {
    color: var(--oneform-purple-dark);
    font-size: 1.65rem;
}

.management-grid span[b-k0v8bzvus7] {
    color: var(--neutral-foreground-hint, #616161);
    font-size: 0.85rem;
}

.empty-state[b-k0v8bzvus7] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.15rem;
    border-radius: 0.65rem;
    background: var(--neutral-layer-2, #f7f7f7);
    color: var(--neutral-foreground-hint, #616161);
}

.empty-state > fluent-icon[b-k0v8bzvus7] {
    color: var(--oneform-purple);
}

.empty-state div[b-k0v8bzvus7] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.empty-state strong[b-k0v8bzvus7] {
    color: var(--neutral-foreground-rest, #242424);
}

.all-hidden-state[b-k0v8bzvus7] {
    padding: 1.25rem;
    border: 1px dashed var(--neutral-stroke-divider-rest, #cfcfcf);
    border-radius: 0.75rem;
    color: var(--neutral-foreground-hint, #616161);
    text-align: center;
}

.dashboard-error[b-k0v8bzvus7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
}

[b-k0v8bzvus7] > fluent-dialog.customize-dashboard-dialog::part(control) {
    --dialog-width: 56rem;
    width: min(56rem, calc(100vw - 2rem));
    max-width: calc(100vw - 2rem);
    max-height: calc(100vh - 2rem);
}

.customize-body[b-k0v8bzvus7] {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2rem;
    width: 100%;
    min-width: 0;
}

.customize-body > section[b-k0v8bzvus7] {
    min-width: 0;
}

.customize-body h3[b-k0v8bzvus7] {
    margin: 0;
}

.customize-body section > p[b-k0v8bzvus7] {
    margin: 0.3rem 0 0.8rem;
    color: var(--neutral-foreground-hint, #616161);
    font-size: 0.88rem;
}

.widget-settings-list[b-k0v8bzvus7],
.pin-settings-list[b-k0v8bzvus7] {
    display: grid;
    gap: 0.4rem;
}

.widget-setting-row[b-k0v8bzvus7] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 2.5rem;
    padding: 0.3rem 0;
    border-bottom: 1px solid var(--neutral-stroke-divider-rest, #e8e8e8);
}

.reorder-actions[b-k0v8bzvus7] {
    display: flex;
}

.pin-settings-list[b-k0v8bzvus7] {
    max-height: 17rem;
    margin-top: 0.65rem;
    overflow-y: auto;
}

.customize-empty[b-k0v8bzvus7] {
    padding: 0.75rem 0;
    color: var(--neutral-foreground-hint, #616161);
}

@media (max-width: 959.98px) {
    .dashboard-header[b-k0v8bzvus7] {
        align-items: flex-start;
        flex-direction: column;
        gap: 1rem;
    }

    .dashboard-header-actions[b-k0v8bzvus7] {
        justify-content: flex-start;
    }

    .summary-grid[b-k0v8bzvus7] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .attention-item[b-k0v8bzvus7] {
        grid-template-columns: 5.5rem minmax(0, 1fr) 5rem;
    }

    .attention-item time[b-k0v8bzvus7] {
        display: none;
    }

    .recent-table[b-k0v8bzvus7] {
        overflow-x: auto;
    }

    .recent-row[b-k0v8bzvus7] {
        min-width: 43rem;
    }

    .management-grid.four-up[b-k0v8bzvus7] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .customize-body[b-k0v8bzvus7] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 599.98px) {
    .oneform-dashboard[b-k0v8bzvus7] {
        padding: 1rem 0.75rem 2rem;
    }

    .dashboard-header-actions[b-k0v8bzvus7] {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .summary-grid[b-k0v8bzvus7] {
        grid-template-columns: minmax(0, 1fr);
    }

    .panel-heading[b-k0v8bzvus7] {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.4rem;
    }

    .attention-item[b-k0v8bzvus7] {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 0.45rem 0.75rem;
    }

    .attention-kind[b-k0v8bzvus7] {
        grid-column: 1;
    }

    .attention-copy[b-k0v8bzvus7] {
        grid-column: 1;
    }

    .attention-action[b-k0v8bzvus7] {
        grid-column: 2;
        grid-row: 1 / span 2;
        align-self: center;
    }

    .management-grid[b-k0v8bzvus7],
    .management-grid.four-up[b-k0v8bzvus7] {
        grid-template-columns: minmax(0, 1fr);
    }
}
/* /Pages/OptionSetDetails.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/OptionSets.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/PublicDocumentView.razor.rz.scp.css */
.page-height[b-a822c07pzz] {
    height: calc(100svh - 15px);
}
/* /Pages/PublicForms.razor.rz.scp.css */
.page-height[b-x89i0yx5lr] {
    height: calc(100svh - 136px);
}
/* /Pages/Redaction.razor.rz.scp.css */
.document-view[b-q93vdau1zp] {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
}
/* /Pages/Results.razor.rz.scp.css */
.document-view[b-dl9ujivd9h] {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
}

.viewer-pane[b-dl9ujivd9h],
.properties-pane[b-dl9ujivd9h] {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
}

.viewer-pane[b-dl9ujivd9h] {
    overflow: hidden;
}

.properties-pane[b-dl9ujivd9h] {
    overflow-x: hidden;
    overflow-y: auto;
}
/* /Pages/SolutionAdminDashboard.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/SolutionAdmins.razor.rz.scp.css */
.page-height[b-ap3vlbrfl0] {
    height: calc(100svh - 136px);
}
/* /Pages/SolutionRoleDocumentTypes.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/SolutionRoles.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/Solutions.razor.rz.scp.css */
.page-height[b-ji8fhefj8j] {
    height: calc(100svh - 106px);
}
/* /Pages/SolutionsByDepartment.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/SolutionUsers.razor.rz.scp.css */
/*.grid-page {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex-direction: column;
}

.grid-section {
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
}

.grid-column {
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.grid-scroll {
    flex: 1 1 0 !important;
    height: 0;
    min-height: 0;
    overflow-x: auto !important;
    overflow-y: auto !important;
}
*/
/* /Pages/Swagger.razor.rz.scp.css */
.page-height[b-ipbvd3btma] {
    min-height: 100%
}
/* /Shared/FNavMenu.razor.rz.scp.css */
.navbar-toggler[b-gyegfp4qiv] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-gyegfp4qiv] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-gyegfp4qiv] {
    font-size: 1.1rem;
}

.oi[b-gyegfp4qiv] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-gyegfp4qiv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gyegfp4qiv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gyegfp4qiv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gyegfp4qiv]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-gyegfp4qiv]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-gyegfp4qiv]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gyegfp4qiv] {
        display: none;
    }

    .collapse[b-gyegfp4qiv] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-gyegfp4qiv] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-7hv0vlrf7q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7hv0vlrf7q] {
    flex: 1;
}

.ods-shell-header[b-7hv0vlrf7q] {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 12px;
    box-sizing: border-box;
    min-height: 48px;
    padding: 0 16px 0 24px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 14%);
}

.ods-shell-header.is-search-open[b-7hv0vlrf7q] {
    z-index: 2147483646;
}

.ods-shell-brand[b-7hv0vlrf7q] {
    display: flex;
    flex: 0 0 220px;
    align-items: center;
    min-width: 0;
    height: 100%;
}

.ods-shell-title[b-7hv0vlrf7q] {
    overflow: hidden;
    font-size: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ods-shell-search-panel[b-7hv0vlrf7q] {
    display: flex;
    flex: 1 1 640px;
    align-items: center;
    justify-content: center;
    min-width: 200px;
}

.ods-shell-search[b-7hv0vlrf7q] {
    flex: 0 0 400px;
    max-width: 400px;
    min-width: 0;
}

.ods-hybrid-search-button[b-7hv0vlrf7q] {
    flex: 0 0 auto;
    margin-left: 4px;
}

.ods-shell-actions[b-7hv0vlrf7q] {
    display: flex;
    flex: 0 1 auto;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    height: 100%;
    margin-left: auto;
    white-space: nowrap;
}

.ods-shell-action + .ods-shell-action[b-7hv0vlrf7q] {
    margin-left: 6px;
}

.ods-solution-picker[b-7hv0vlrf7q] {
    display: inline-flex;
    flex: 0 0 auto;
    width: max-content;
    overflow: visible;
}

.ods-mobile-search-button[b-7hv0vlrf7q],
.ods-mobile-search-close[b-7hv0vlrf7q],
.ods-actions-menu[b-7hv0vlrf7q] {
    display: none;
}

.sidebar[b-7hv0vlrf7q] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7hv0vlrf7q] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7hv0vlrf7q]  a, .top-row[b-7hv0vlrf7q]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7hv0vlrf7q]  a:hover, .top-row[b-7hv0vlrf7q]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7hv0vlrf7q]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7hv0vlrf7q] {
        display: none;
    }

    .top-row.auth[b-7hv0vlrf7q] {
        justify-content: space-between;
    }

    .top-row[b-7hv0vlrf7q]  a, .top-row[b-7hv0vlrf7q]  .btn-link {
        margin-left: 0;
    }
}

/* Azure Portal-style compact command bar for tablet-sized viewports. */
@media (max-width: 959.98px) {
    .ods-shell-header[b-7hv0vlrf7q] {
        gap: 8px;
        padding-right: 8px;
        padding-left: 24px;
    }

    .ods-shell-brand[b-7hv0vlrf7q] {
        flex-basis: auto;
    }

    .ods-mobile-search-button[b-7hv0vlrf7q],
    .ods-actions-menu[b-7hv0vlrf7q] {
        display: inline-flex;
        flex: 0 0 auto;
    }

    .ods-mobile-search-button[b-7hv0vlrf7q] {
        margin-left: auto;
    }

    .ods-shell-search-panel[b-7hv0vlrf7q] {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 2147483647;
        display: none;
        box-sizing: border-box;
        width: 100%;
        min-width: 0;
        padding: 8px;
        background: var(--fill-color);
        box-shadow: 0 3px 8px rgb(0 0 0 / 20%);
    }

    .ods-shell-search-panel.is-open[b-7hv0vlrf7q] {
        display: flex;
    }

    .ods-shell-search[b-7hv0vlrf7q] {
        flex: 1 1 auto;
        width: auto;
    }

    .ods-mobile-search-close[b-7hv0vlrf7q] {
        display: inline-flex;
        flex: 0 0 auto;
        margin-left: 4px;
    }

    .ods-solution-picker[b-7hv0vlrf7q] {
        display: none;
    }
}

/* Keep the smallest phone layout to a single 48px command bar row. */
@media (max-width: 599.98px) {
    .ods-shell-header[b-7hv0vlrf7q] {
        min-height: 48px;
    }

    .ods-shell-actions[b-7hv0vlrf7q] {
        flex: 0 0 auto;
        margin-left: 0;
    }
}

/* Phone landscape has enough horizontal room to keep search in the command bar. */
@media (max-width: 959.98px) and (max-height: 599.98px) and (orientation: landscape) {
    .ods-mobile-search-button[b-7hv0vlrf7q],
    .ods-mobile-search-close[b-7hv0vlrf7q] {
        display: none;
    }

    .ods-shell-search-panel[b-7hv0vlrf7q],
    .ods-shell-search-panel.is-open[b-7hv0vlrf7q] {
        position: static;
        z-index: auto;
        display: flex;
        flex: 1 1 auto;
        width: auto;
        min-width: 120px;
        padding: 0;
        background: transparent;
        box-shadow: none;
    }
}

@media (max-width: 379.98px) {
    .ods-shell-title[b-7hv0vlrf7q] {
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-7hv0vlrf7q] {
        flex-direction: row;
    }

    .sidebar[b-7hv0vlrf7q] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7hv0vlrf7q] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7hv0vlrf7q]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7hv0vlrf7q], article[b-7hv0vlrf7q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jnho9qrrr8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jnho9qrrr8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jnho9qrrr8] {
    font-size: 1.1rem;
}

.oi[b-jnho9qrrr8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-jnho9qrrr8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jnho9qrrr8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jnho9qrrr8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jnho9qrrr8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-jnho9qrrr8]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-jnho9qrrr8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jnho9qrrr8] {
        display: none;
    }

    .collapse[b-jnho9qrrr8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-jnho9qrrr8] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
