@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Components/Account/Pages/PotentialDuplicates.razor.rz.scp.css */
.duplicate-card[b-aunjr2tubc] {
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: var(--space-4);
    background-color: var(--neutral-50);
}

.info-field[b-aunjr2tubc] {
    padding: var(--space-2);
    border-radius: var(--radius-sm);
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.info-field label[b-aunjr2tubc] {
    display: block;
    font-size: var(--font-size-sm);
    color: var(--text-tertiary);
    margin-bottom: var(--space-1);
    font-weight: var(--font-weight-medium);
}

.info-field .value[b-aunjr2tubc] {
    font-size: var(--font-size-base);
    color: var(--text-primary);
    font-weight: var(--font-weight-medium);
}

.match-highlight[b-aunjr2tubc] {
    border-color: var(--hubbe-orange);
    background-color: rgba(245, 166, 35, 0.1);
}

.claim-options[b-aunjr2tubc] {
    border-top: 1px solid var(--border-subtle);
    padding-top: var(--space-3);
}

.claim-btn[b-aunjr2tubc] {
    font-size: 0.875rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-usxndw5h3a] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-usxndw5h3a] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-usxndw5h3a] {
    background-image: linear-gradient(180deg, var(--hubbe-grapefruit) 0%, var(--hubbe-herbal) 70%);
}

.top-row[b-usxndw5h3a] {
    background-color: var(--neutral-50);
    border-bottom: 1px solid var(--border-subtle);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-usxndw5h3a]  a, .top-row[b-usxndw5h3a]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-usxndw5h3a]  a:hover, .top-row[b-usxndw5h3a]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-usxndw5h3a]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.sidebar-resize-handle[b-usxndw5h3a] {
    display: none;
}

@media (max-width: 640.98px) {
    .top-row[b-usxndw5h3a] {
        justify-content: space-between;
    }

    .top-row[b-usxndw5h3a]  a, .top-row[b-usxndw5h3a]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-usxndw5h3a] {
        flex-direction: row;
    }

    .sidebar[b-usxndw5h3a] {
        width: var(--sidebar-width, 250px);
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .page:not(.sidebar-resizing) .sidebar[b-usxndw5h3a] {
        transition: width 0.2s ease;
    }

    .sidebar-collapsed .sidebar[b-usxndw5h3a] {
        width: 58px;
    }

    .sidebar-resize-handle[b-usxndw5h3a] {
        display: block;
        width: 5px;
        cursor: col-resize;
        background: transparent;
        flex-shrink: 0;
        position: relative;
        z-index: 10;
        transition: background-color 0.15s;
    }

    .sidebar-resize-handle:hover[b-usxndw5h3a] {
        background-color: rgba(206, 119, 86, 0.4);
    }

    .sidebar-collapsed .sidebar-resize-handle[b-usxndw5h3a] {
        display: none;
    }

    .top-row[b-usxndw5h3a] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-usxndw5h3a]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-usxndw5h3a], article[b-usxndw5h3a] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-usxndw5h3a] {
    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[b-usxndw5h3a] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2oaeq5ocqo] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-2oaeq5ocqo] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-2oaeq5ocqo] {
    height: 3.5rem;
    background-color: rgba(206, 119, 86, 0.3);
    flex-shrink: 0;
}

.navbar-brand[b-2oaeq5ocqo] {
    font-size: 1.1rem;
}

.nav-item[b-2oaeq5ocqo] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2oaeq5ocqo] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2oaeq5ocqo] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2oaeq5ocqo]  .nav-link {
        color: rgba(255, 255, 255, 0.9);
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .nav-item[b-2oaeq5ocqo]  .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.37);
        color: white;
    }

.nav-item[b-2oaeq5ocqo]  a.active {
    background-color: rgba(255, 255, 255, 0.95);
    color: var(--color-primary-aa);
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Bootstrap Icons inherit color from parent, so active state icons get grapefruit color automatically */

.nav-scrollable[b-2oaeq5ocqo] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-2oaeq5ocqo] {
    display: block;
}

/* Toggle button in top row - hidden on mobile */
.sidebar-toggle-btn[b-2oaeq5ocqo] {
    display: none;
}

/* Toggle icon visibility (CSS-driven, no JS icon swapping) */
.expand-icon[b-2oaeq5ocqo] {
    display: none;
}

.nav-root.collapsed .collapse-icon[b-2oaeq5ocqo] {
    display: none;
}

.nav-root.collapsed .expand-icon[b-2oaeq5ocqo] {
    display: inline;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2oaeq5ocqo] {
        display: none;
    }

    .nav-root[b-2oaeq5ocqo] {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .nav-scrollable[b-2oaeq5ocqo] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        flex: 1;
        overflow-y: auto;
    }

    /* Collapse/expand toggle in top-right of sidebar header */
    .sidebar-toggle-btn[b-2oaeq5ocqo] {
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        color: rgba(255, 255, 255, 0.6);
        cursor: pointer;
        padding: 0.25rem;
        border-radius: 4px;
        font-size: 0.85rem;
        flex-shrink: 0;
        margin-left: auto;
    }

    .sidebar-toggle-btn:hover[b-2oaeq5ocqo] {
        background-color: rgba(255, 255, 255, 0.2);
        color: white;
    }

    /* ===== Collapsed state (desktop only) ===== */

    /* Brand: show logo only */
    .nav-root.collapsed .navbar-brand[b-2oaeq5ocqo] {
        justify-content: center;
    }

    .nav-root.collapsed .brand-text[b-2oaeq5ocqo] {
        display: none;
    }

    .nav-root.collapsed .navbar-brand img[b-2oaeq5ocqo] {
        margin-right: 0 !important;
    }

    /* Nav items: icon only, centered */
    .nav-root.collapsed .nav-item[b-2oaeq5ocqo] {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .nav-root.collapsed[b-2oaeq5ocqo]  .nav-link {
        font-size: 0;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }

    .nav-root.collapsed[b-2oaeq5ocqo]  .nav-link i {
        font-size: 1.1rem;
        margin-right: 0 !important;
    }

    /* Section headers: icon only */
    .nav-root.collapsed[b-2oaeq5ocqo]  .nav-section-header {
        font-size: 0;
        justify-content: center;
    }

    .nav-root.collapsed[b-2oaeq5ocqo]  .nav-section-header i:first-child {
        font-size: 1.1rem;
        margin-right: 0 !important;
    }

    .nav-root.collapsed[b-2oaeq5ocqo]  .nav-section-header i.float-end {
        display: none;
    }

    /* Section content: hidden when collapsed */
    .nav-root.collapsed[b-2oaeq5ocqo]  .nav-section-content {
        display: none !important;
    }

    /* Container-fluid: tighter padding when collapsed */
    .nav-root.collapsed .top-row .container-fluid[b-2oaeq5ocqo] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
/* /Components/Pages/Education/CourseAttachments.razor.rz.scp.css */
[b-7va01tawxt] dialog {
    max-width: 90vw;
    width: 900px;
}

.attachment-thumbnail[b-7va01tawxt] {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid var(--border-subtle);
}
/* /Components/Pages/Education/DegreeAttachments.razor.rz.scp.css */
[b-aygc82rp6e] dialog {
    max-width: 90vw;
    width: 900px;
}

.attachment-thumbnail[b-aygc82rp6e] {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid var(--border-subtle);
}
/* /Components/Pages/Education/RecordInquiryAttachments.razor.rz.scp.css */
[b-lbkqox8ita] dialog {
    max-width: 90vw;
    width: 900px;
}

.attachment-thumbnail[b-lbkqox8ita] {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid var(--border-subtle);
}
/* /Components/Shared/Attachments/AttachmentManager.razor.rz.scp.css */
/* AttachmentManager component styles */

/* Thumbnail for image attachments */
.attachment-thumbnail[b-c9w6o5psaf] {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid var(--border-subtle);
}

/* Pending attachment list items */
.pending-item[b-c9w6o5psaf] {
    background-color: var(--bs-gray-100);
}

/* Ensure attachment manager doesn't interfere with parent form styling */
.attachment-manager[b-c9w6o5psaf] {
    margin-top: 0.5rem;
}
/* /Components/Shared/DataTable/RegistryDataTable.razor.rz.scp.css */
/* ============================================================
   RegistryDataTable — QuickGrid Bootstrap integration
   Tokenized 2026-05-21 by UI style system pipeline.
   All raw hex / pixel values replaced with semantic tokens.
   ============================================================ */

[b-h3jmaz9avy] .quickgrid {
    min-width: 100%;
    /* width: auto so the table can grow beyond container when columns need it.
       The :has() rule below makes the QuickGrid's parent scroll horizontally. */
}

/* Horizontal scroll inside the container when many columns overflow viewport.
   Uses CSS :has() (~90% browser support; older browsers fall back to current
   squish-or-wrap behavior gracefully). */
[b-h3jmaz9avy] div:has(> .quickgrid) {
    overflow-x: auto;
}

/* When a custom MultiSelect/SearchableSelect popup is open inside the table
   wrapper (e.g. a column filter), allow it to escape both axes. CSS coerces
   overflow-y to auto whenever overflow-x is non-visible, so we override the whole
   overflow while a popup is open. The horizontal scroll position resets briefly —
   acceptable for a transient filter popup. Bootstrap action menus need no rule
   here; dropdown-overflow-helper.js floats them via Popper's fixed strategy. */
[b-h3jmaz9avy] div:has(> .quickgrid):has(.multi-select-popup, .searchable-select-list) {
    overflow: visible;
}

/* Sticky first column (typically the Actions column) — stays pinned to the left
   edge while the user scrolls horizontally to see additional columns. The header
   cell sits above body cells via higher z-index. Cell backgrounds use Bootstrap's
   table-state variable so row-hover color still works through the sticky cell. */
[b-h3jmaz9avy] .quickgrid > thead > tr > th:first-child {
    position: sticky;
    left: 0;
    background-color: var(--surface-card-subtle);
    z-index: 2;
}

[b-h3jmaz9avy] .quickgrid > tbody > tr > td:first-child {
    position: sticky;
    left: 0;
    background-color: var(--bs-table-bg-state, var(--surface-card));
    z-index: 1;
}

/* Zebra striping — alternating row backgrounds for readability on wide tables.
   Even rows get a subtle neutral-50 tint. Using :nth-of-type(even) directly
   avoids the need for consumers to add `.table-striped` to every QuickGrid.
   Hover still wins because Bootstrap's `tr:hover` sets --bs-table-bg-state
   on the row, which the sticky first cell's fallback chain picks up. */
[b-h3jmaz9avy] .quickgrid > tbody > tr:nth-of-type(even) {
    background-color: var(--neutral-100);
}

/* Match the sticky first column to its row's zebra color so the stripe
   doesn't break visually at the pinned cell. */
[b-h3jmaz9avy] .quickgrid > tbody > tr:nth-of-type(even) > td:first-child {
    background-color: var(--bs-table-bg-state, var(--neutral-100));
}

/* When a row's sticky first cell contains an OPEN Bootstrap dropdown, elevate
   that cell's stacking context above other sticky cells. Without this, the
   dropdown menu (z-index 1000 within its own context) gets painted under
   later-row sticky cells because all sticky cells share z-index 1 and later
   stacking contexts paint on top of earlier ones by document order.
   :has() (~90% browser support) detects the .show class Bootstrap adds when
   the dropdown opens. */
[b-h3jmaz9avy] .quickgrid > tbody > tr > td:first-child:has(.dropdown-menu.show) {
    z-index: 10;
}

/* Subtle right-edge shadow on the sticky column when scrolled, so users can see
   the sticky boundary visually. Uses ::before (not ::after) so it doesn't conflict
   with QuickGrid's ::after sort-indicator on sortable column headers. */
[b-h3jmaz9avy] .quickgrid > thead > tr > th:first-child::before,
[b-h3jmaz9avy] .quickgrid > tbody > tr > td:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    right: -8px;
    bottom: 0;
    width: 8px;
    background: linear-gradient(to right, rgba(24, 24, 27, 0.06), transparent);
    pointer-events: none;
}

/* Opt-out when StickyFirstColumn="false" — disable sticky positioning and the shadow.
   Useful when the first column is a wide text field where pinning would be awkward. */
.no-sticky-first[b-h3jmaz9avy]  .quickgrid > thead > tr > th:first-child,
.no-sticky-first[b-h3jmaz9avy]  .quickgrid > tbody > tr > td:first-child {
    position: static;
    background-color: transparent;
    z-index: auto;
}

.no-sticky-first[b-h3jmaz9avy]  .quickgrid > thead > tr > th:first-child::before,
.no-sticky-first[b-h3jmaz9avy]  .quickgrid > tbody > tr > td:first-child::before {
    display: none;
}

[b-h3jmaz9avy] .quickgrid > thead > tr > th.col-sort-asc::after,
[b-h3jmaz9avy] .quickgrid > thead > tr > th.col-sort-desc::after {
    margin-left: var(--space-1);
}

[b-h3jmaz9avy] .quickgrid > thead > tr > th[aria-sort] {
    cursor: pointer;
    user-select: none;
}

[b-h3jmaz9avy] .quickgrid > thead > tr > th[aria-sort]:hover {
    background-color: var(--neutral-200);
}

[b-h3jmaz9avy] .quickgrid > thead {
    background-color: var(--surface-card-subtle);
}

[b-h3jmaz9avy] .column-options-button {
    display: none;
}

/* Paginator Bootstrap-flavored styling — tokenized + focus standard */
[b-h3jmaz9avy] nav[aria-label="pagination"] {
    display: flex;
    gap: var(--space-1);
}

[b-h3jmaz9avy] nav[aria-label="pagination"] button {
    border: 1px solid var(--border-default);
    background-color: var(--surface-card);
    color: var(--color-primary-aa);
    padding: var(--space-1) var(--space-2);
    font-size: var(--font-size-sm);
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: background-color var(--transition-fast), border-color var(--transition-fast);
}

[b-h3jmaz9avy] nav[aria-label="pagination"] button:hover:not(:disabled) {
    background-color: var(--surface-card-subtle);
    border-color: var(--color-primary);
}

[b-h3jmaz9avy] nav[aria-label="pagination"] button:focus-visible {
    outline: var(--focus-ring-width) solid var(--focus-ring-color);
    outline-offset: var(--focus-ring-offset);
    z-index: 1;
}

[b-h3jmaz9avy] nav[aria-label="pagination"] button:disabled {
    color: var(--text-tertiary);
    cursor: not-allowed;
    opacity: 0.65;
}

[b-h3jmaz9avy] nav[aria-label="pagination"] button[aria-current="page"] {
    background-color: var(--color-primary-aa);
    border-color: var(--color-primary-aa);
    color: var(--neutral-0);
}
/* /Components/Shared/Errors/ErrorDisplay.razor.rz.scp.css */
.error-container[b-2oiqfe1ys4] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    padding: 2rem;
}

.error-content[b-2oiqfe1ys4] {
    max-width: 600px;
    text-align: center;
    background: var(--surface-card);
    border: 2px solid var(--color-danger);
    border-radius: var(--radius-md);
    padding: var(--space-8);
    box-shadow: var(--shadow-md);
}

.error-icon[b-2oiqfe1ys4] {
    font-size: 4rem;
    margin-bottom: var(--space-4);
}

.error-content h2[b-2oiqfe1ys4] {
    color: var(--color-danger);
    margin-bottom: var(--space-4);
    font-size: 1.75rem;
}

.error-message[b-2oiqfe1ys4] {
    color: var(--text-tertiary);
    margin-bottom: var(--space-6);
    font-size: var(--font-size-base);
    line-height: 1.5;
}

.error-reference[b-2oiqfe1ys4] {
    background: var(--neutral-50);
    border: 2px solid var(--color-primary);
    border-radius: var(--radius-md);
    padding: var(--space-4);
    margin: var(--space-6) 0;
    text-align: center;
}

.reference-label[b-2oiqfe1ys4] {
    font-size: var(--font-size-sm);
    color: var(--text-tertiary);
    margin-bottom: var(--space-2);
    font-weight: var(--font-weight-medium);
}

.reference-key[b-2oiqfe1ys4] {
    font-size: var(--font-size-2xl);
    font-weight: var(--font-weight-bold);
    color: var(--color-primary);
    font-family: 'Courier New', monospace;
    margin-bottom: var(--space-2);
    letter-spacing: 1px;
}

.reference-help[b-2oiqfe1ys4] {
    font-size: var(--font-size-sm);
    color: var(--text-tertiary);
    margin-bottom: 0;
    font-style: italic;
}

.error-details[b-2oiqfe1ys4] {
    text-align: left;
    margin: var(--space-6) 0;
    padding: var(--space-4);
    background: var(--neutral-50);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-sm);
}

.error-details summary[b-2oiqfe1ys4] {
    cursor: pointer;
    font-weight: var(--font-weight-semibold);
    color: var(--text-primary);
    user-select: none;
}

.error-details summary:hover[b-2oiqfe1ys4] {
    color: var(--neutral-900);
}

.error-details-content[b-2oiqfe1ys4] {
    margin-top: 1rem;
    font-size: 0.875rem;
}

.error-details-content p[b-2oiqfe1ys4] {
    margin-bottom: 0.5rem;
    word-break: break-word;
}

.error-details-content pre[b-2oiqfe1ys4] {
    background: var(--surface-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-sm);
    padding: 0.75rem;
    overflow-x: auto;
    font-size: 0.75rem;
    line-height: 1.4;
    max-height: 300px;
    overflow-y: auto;
}

.error-actions[b-2oiqfe1ys4] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 1.5rem;
}

/* Button colors inherited from global buttons.css — no overrides here */
/* /Components/Shared/LanguagePicker.razor.rz.scp.css */
.registry-language-picker .dropdown-menu[b-fs5wo3lkx8] {
    max-height: 70vh;
    overflow-y: auto;
    min-width: 14rem;
}

.registry-language-picker .registry-language-check[b-fs5wo3lkx8] {
    width: 1em;
    margin-right: 0.25rem;
    visibility: hidden;
}

.registry-language-picker .dropdown-item.active .registry-language-check[b-fs5wo3lkx8],
.registry-language-picker .dropdown-item[aria-current="true"] .registry-language-check[b-fs5wo3lkx8] {
    visibility: visible;
}

.registry-language-picker .registry-language-native[b-fs5wo3lkx8] {
    font-weight: 500;
}

.registry-language-picker-disabled .dropdown-toggle[b-fs5wo3lkx8] {
    cursor: not-allowed;
    opacity: 0.6;
}
/* /Components/Shared/Modals/Modal.razor.rz.scp.css */
/* Scoped styles for Modal component
   Modal sizes use FIXED width (not max-width) so the modal does not grow/shrink
   as content changes — e.g., when validation errors appear or long form labels
   wrap. All sizes also have max-width: 95vw as a small-viewport safety. */

dialog[b-4esm6cwnx2] {
    /* Medium (default) — widened from 600px to 720px for form breathing room */
    width: 720px;
    max-width: 95vw;
    max-height: 90vh;
    border: none;
    border-radius: var(--radius-md);
    padding: 0;
    box-shadow: var(--shadow-xl);
    overflow: visible;
}

/* Native dialog backdrop */
dialog[b-4esm6cwnx2]::backdrop {
    background-color: var(--surface-overlay);
    backdrop-filter: blur(2px);
}

.modal-content[b-4esm6cwnx2] {
    display: flex;
    flex-direction: column;
    max-height: 90vh;
}

.modal-header[b-4esm6cwnx2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-5) var(--space-6);
    border-bottom: 1px solid var(--border-subtle);
}

.modal-title[b-4esm6cwnx2] {
    margin: 0;
    font-size: var(--font-size-xl);
    font-weight: var(--font-weight-medium);
    color: var(--text-primary);
}

.close-button[b-4esm6cwnx2] {
    border: none;
    background: none;
    font-size: 1.75rem;
    line-height: 1;
    color: var(--text-tertiary);
    cursor: pointer;
    padding: 0;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color var(--transition-fast);
}

.close-button:hover[b-4esm6cwnx2] {
    color: var(--text-primary);
}

.modal-body[b-4esm6cwnx2] {
    padding: var(--space-6);
    overflow-y: auto;
    flex: 1;
}

.modal-footer[b-4esm6cwnx2] {
    display: flex;
    justify-content: flex-end;
    gap: var(--space-2);
    padding: var(--space-4) var(--space-6);
    border-top: 1px solid var(--border-subtle);
}

/* Animation for opening */
@keyframes fadeIn-b-4esm6cwnx2 {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

dialog[open][b-4esm6cwnx2] {
    animation: fadeIn-b-4esm6cwnx2 0.2s ease-out;
}

/* Size variants — all use fixed width + 95vw safety */
dialog.modal-sm[b-4esm6cwnx2] {
    width: 400px;
    max-width: 95vw;
}

dialog.modal-lg[b-4esm6cwnx2] {
    width: 900px !important;
    max-width: 95vw !important;
}

dialog.modal-xl[b-4esm6cwnx2] {
    width: 1140px !important;
    max-width: 95vw !important;
}

dialog.modal-full[b-4esm6cwnx2] {
    width: 95vw;
    max-width: 95vw;
    max-height: 95vh;
}

/* Right-side slide-out drawer — keeps the underlying list visible while user inspects one record.
   Full-screen overlay on mobile (≤768px) for usable touch UX. */
dialog.modal-drawer[b-4esm6cwnx2] {
    width: 480px;
    max-width: 95vw;
    max-height: 100vh;
    height: 100vh;
    margin: 0 0 0 auto;        /* anchor to right edge */
    border-radius: 0;          /* drawer reads as a side panel, not a centered card */
    animation: slideInFromRight-b-4esm6cwnx2 0.25s ease-out;
}

@keyframes slideInFromRight-b-4esm6cwnx2 {
    from { transform: translateX(100%); opacity: 0; }
    to   { transform: translateX(0);    opacity: 1; }
}

@media (max-width: 768px) {
    dialog.modal-drawer[b-4esm6cwnx2] {
        width: 100vw;
        max-width: 100vw;
        margin: 0;
    }
}

/* Responsive sizing */
@media (max-width: 768px) {
    dialog[b-4esm6cwnx2] {
        margin: var(--space-4);
    }

    .modal-header[b-4esm6cwnx2],
    .modal-body[b-4esm6cwnx2],
    .modal-footer[b-4esm6cwnx2] {
        padding: var(--space-4);
    }
}
/* /Components/Shared/MultiSelect.razor.rz.scp.css */
.multi-select[b-gcd5ms8t7k] {
    position: relative;
}

/* The closed control — looks like a form-select, but holds chips + a trigger + clear-all. */
.multi-select-control[b-gcd5ms8t7k] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
    min-height: calc(1.5em + 0.75rem + 2px);
    height: auto;
    cursor: pointer;
    /* Leave room on the right for the clear button + the form-select chevron. */
    padding-right: 3.5rem;
}

.multi-select-disabled[b-gcd5ms8t7k] {
    background-color: var(--neutral-100);
    cursor: not-allowed;
}

/* Trigger fills the remaining row so clicking empty space opens the popup. */
.multi-select-trigger[b-gcd5ms8t7k] {
    flex: 1 1 auto;
    min-width: 4rem;
    text-align: left;
    background: transparent;
    border: 0;
    padding: 0.125rem 0;
    color: inherit;
    cursor: inherit;
}

.multi-select-trigger:disabled[b-gcd5ms8t7k] {
    cursor: not-allowed;
}

.multi-select-trigger-text[b-gcd5ms8t7k] {
    color: var(--text-secondary, #6c757d);
}

/* Chips */
.multi-select-tag[b-gcd5ms8t7k] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    max-width: 100%;
    padding: 0.125rem 0.25rem 0.125rem 0.5rem;
    border-radius: 0.375rem;
    background-color: var(--neutral-200);
    color: var(--text-primary);
    font-size: 0.8125rem;
    line-height: 1.4;
}

.multi-select-tag-text[b-gcd5ms8t7k] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.multi-select-tag-remove[b-gcd5ms8t7k] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* ≥24px touch target */
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    border: 0;
    border-radius: 0.25rem;
    background: transparent;
    color: var(--text-secondary, #6c757d);
    cursor: pointer;
    line-height: 1;
}

.multi-select-tag-remove:hover[b-gcd5ms8t7k],
.multi-select-tag-remove:focus-visible[b-gcd5ms8t7k] {
    background-color: var(--neutral-300);
    color: var(--text-primary);
}

/* Clear-all */
.multi-select-clear[b-gcd5ms8t7k] {
    position: absolute;
    right: 2.25rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    border: 0;
    border-radius: 0.25rem;
    background: transparent;
    color: var(--text-secondary, #6c757d);
    font-size: 0.75rem;
    opacity: 0.65;
}

.multi-select-clear:hover[b-gcd5ms8t7k],
.multi-select-clear:focus-visible[b-gcd5ms8t7k] {
    opacity: 1;
    background-color: var(--neutral-200);
}

/* Popup */
.multi-select-popup[b-gcd5ms8t7k] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    margin-top: 2px;
    padding: 0.25rem;
    max-height: 20rem;
    overflow-y: auto;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: var(--surface-elevated);
}

.multi-select-search[b-gcd5ms8t7k] {
    margin-bottom: 0.25rem;
}

.multi-select-bulk[b-gcd5ms8t7k] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.5rem;
    border-bottom: 1px solid var(--border-subtle, rgba(0, 0, 0, 0.08));
    margin-bottom: 0.25rem;
}

.multi-select-bulk-btn[b-gcd5ms8t7k] {
    border: 0;
    background: transparent;
    padding: 0.25rem 0.25rem;
    color: var(--link-color, #0d6efd);
    font-size: 0.8125rem;
    cursor: pointer;
}

.multi-select-bulk-btn:hover[b-gcd5ms8t7k],
.multi-select-bulk-btn:focus-visible[b-gcd5ms8t7k] {
    text-decoration: underline;
}

.multi-select-bulk-sep[b-gcd5ms8t7k] {
    color: var(--text-tertiary);
}

.multi-select-list[b-gcd5ms8t7k] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.multi-select-list:focus-visible[b-gcd5ms8t7k] {
    outline: 2px solid var(--focus-ring, #0d6efd);
    outline-offset: 2px;
    border-radius: 0.25rem;
}

.multi-select-option[b-gcd5ms8t7k] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    padding: 0.375rem 0.5rem;
    border-radius: 0.25rem;
    white-space: normal;
    word-break: break-word;
}

.multi-select-option.active[b-gcd5ms8t7k] {
    background-color: var(--neutral-200);
}

.multi-select-option.selected[b-gcd5ms8t7k] {
    font-weight: 600;
}

.multi-select-option.active.selected[b-gcd5ms8t7k] {
    background-color: var(--neutral-300);
}

.multi-select-option.disabled[b-gcd5ms8t7k] {
    cursor: not-allowed;
    opacity: 0.5;
}

.multi-select-check[b-gcd5ms8t7k] {
    flex: 0 0 auto;
    color: var(--link-color, #0d6efd);
}

.multi-select-option.disabled .multi-select-check[b-gcd5ms8t7k] {
    color: var(--text-tertiary);
}

.multi-select-empty[b-gcd5ms8t7k] {
    color: var(--text-tertiary);
    font-style: italic;
    cursor: default;
    padding: 0.375rem 0.5rem;
}
/* /Components/Shared/NavSection.razor.rz.scp.css */
.nav-section-header[b-lue3use849] {
    color: rgba(255, 255, 255, 0.9);
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    font-size: 0.9rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    cursor: pointer;
    padding: 0 1rem;
}

.nav-section-header:hover[b-lue3use849] {
    background-color: rgba(255, 255, 255, 0.37);
    color: white;
    text-decoration: none;
}
/* /Components/Shared/NavSectionItem.razor.rz.scp.css */
.nav-section-item[b-q8zn4ysvgk] {
    padding-bottom: 0.25rem;
}

.nav-section-item[b-q8zn4ysvgk]  .nav-link {
    color: rgba(255, 255, 255, 0.85);
    background: none;
    border: none;
    border-radius: 4px;
    height: 2.5rem;
    display: flex;
    align-items: center;
    line-height: 2.5rem;
    width: 100%;
    font-weight: 400;
    font-size: 0.85rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-section-item[b-q8zn4ysvgk]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.37);
    color: white;
}

.nav-section-item[b-q8zn4ysvgk]  a.active {
    background-color: rgba(255, 255, 255, 0.95);
    color: var(--color-primary-aa);
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* /Components/Shared/SearchableSelect.razor.rz.scp.css */
.searchable-select[b-tvvu6f5o7t] {
    position: relative;
}

.searchable-select-input[b-tvvu6f5o7t] {
    cursor: text;
    /* Leave room on the right for the X clear button + the form-select chevron */
    padding-right: 3.5rem;
}

.searchable-select-clear[b-tvvu6f5o7t] {
    position: absolute;
    /* Sit just left of the form-select's built-in chevron */
    right: 2.25rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    font-size: 0.65rem;
    padding: 0.25rem;
    opacity: 0.65;
}

.searchable-select-clear:hover[b-tvvu6f5o7t] {
    opacity: 1;
}

.searchable-select-list[b-tvvu6f5o7t] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1050;
    max-height: 18rem;
    overflow-y: auto;
    margin-top: 2px;
    padding: 0.25rem 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: var(--surface-elevated);
}

.searchable-select-option[b-tvvu6f5o7t] {
    cursor: pointer;
    padding: 0.375rem 0.75rem;
    white-space: normal;
    word-break: break-word;
}

.searchable-select-option.active[b-tvvu6f5o7t] {
    background-color: var(--neutral-200);
    color: inherit;
}

.searchable-select-option.selected[b-tvvu6f5o7t] {
    font-weight: 600;
}

.searchable-select-option.active.selected[b-tvvu6f5o7t] {
    background-color: var(--neutral-300);
}

.searchable-select-empty[b-tvvu6f5o7t] {
    color: var(--text-tertiary);
    font-style: italic;
    cursor: default;
}
/* /Components/Shared/UserPhotoDropdown.razor.rz.scp.css */
.user-photo-thumbnail[b-mq6q9ok06f] {
    width: 36px !important;
    height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    min-width: 36px;
    min-height: 36px;
    border-radius: 4px;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.user-initials-thumbnail[b-mq6q9ok06f] {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    background-color: var(--hubbe-orange);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.dropdown-toggle[b-mq6q9ok06f]::after {
    margin-left: 0.5rem;
    vertical-align: middle;
    color: white;
}

.dropdown-menu[b-mq6q9ok06f] {
    min-width: 200px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.dropdown-header[b-mq6q9ok06f] {
    font-weight: 600;
    color: var(--bs-gray-800);
}

.dropdown-item[b-mq6q9ok06f] {
    padding: 0.5rem 0.75rem;
}

.dropdown-item:hover[b-mq6q9ok06f] {
    background-color: var(--bs-gray-100);
}

.dropdown-item i[b-mq6q9ok06f] {
    opacity: 0.7;
}
/* /Components/Shared/ViewAsBanner.razor.rz.scp.css */
.view-as-banner[b-28rrcmsf84] {
    background-color: var(--hubbe-orange);
    color: white;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.view-as-banner .btn-light[b-28rrcmsf84] {
    font-weight: 500;
}
