@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 #dee2e6;
    border-radius: 8px;
    padding: 1rem;
    background-color: #f8f9fa;
}

.info-field[b-aunjr2tubc] {
    padding: 0.5rem;
    border-radius: 4px;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.info-field label[b-aunjr2tubc] {
    display: block;
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.info-field .value[b-aunjr2tubc] {
    font-size: 1rem;
    color: #212529;
    font-weight: 500;
}

.match-highlight[b-aunjr2tubc] {
    border-color: var(--hubbe-orange, #ff6b35);
    background-color: rgba(255, 107, 53, 0.1);
}

.claim-options[b-aunjr2tubc] {
    border-top: 1px solid #dee2e6;
    padding-top: 0.75rem;
}

.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, #CE7756 0%, #A5A594 70%);
}

.top-row[b-usxndw5h3a] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    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: #CE7756;
    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 #dee2e6;
}
/* /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 #dee2e6;
}
/* /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 #dee2e6;
}
/* /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 #dee2e6;
}

/* 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 */
[b-h3jmaz9avy] .quickgrid {
    width: 100%;
}

[b-h3jmaz9avy] .quickgrid > thead > tr > th.col-sort-asc::after,
[b-h3jmaz9avy] .quickgrid > thead > tr > th.col-sort-desc::after {
    margin-left: 0.25rem;
}

[b-h3jmaz9avy] .quickgrid > thead > tr > th[aria-sort] {
    cursor: pointer;
    user-select: none;
}

[b-h3jmaz9avy] .quickgrid > thead > tr > th[aria-sort]:hover {
    background-color: #e9ecef;
}

[b-h3jmaz9avy] .quickgrid > thead {
    background-color: #f8f9fa;
}

[b-h3jmaz9avy] .column-options-button {
    display: none;
}

/* Paginator Bootstrap styling */
[b-h3jmaz9avy] nav[aria-label="pagination"] {
    display: flex;
    gap: 0.25rem;
}

[b-h3jmaz9avy] nav[aria-label="pagination"] button {
    border: 1px solid #dee2e6;
    background-color: #fff;
    color: var(--color-primary);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

[b-h3jmaz9avy] nav[aria-label="pagination"] button:hover:not(:disabled) {
    background-color: #e9ecef;
}

[b-h3jmaz9avy] nav[aria-label="pagination"] button:disabled {
    color: #6c757d;
    cursor: not-allowed;
    opacity: 0.65;
}

[b-h3jmaz9avy] nav[aria-label="pagination"] button[aria-current="page"] {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}
/* /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: #fff;
    border: 2px solid #dc3545;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.error-icon[b-2oiqfe1ys4] {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.error-content h2[b-2oiqfe1ys4] {
    color: #dc3545;
    margin-bottom: 1rem;
    font-size: 1.75rem;
}

.error-message[b-2oiqfe1ys4] {
    color: #666;
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
}

.error-reference[b-2oiqfe1ys4] {
    background: #f8f9fa;
    border: 2px solid var(--color-primary);
    border-radius: 6px;
    padding: 1rem;
    margin: 1.5rem 0;
    text-align: center;
}

.reference-label[b-2oiqfe1ys4] {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 0.5rem;
    font-weight: 500;
}

.reference-key[b-2oiqfe1ys4] {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--color-primary);
    font-family: 'Courier New', monospace;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}

.reference-help[b-2oiqfe1ys4] {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 0;
    font-style: italic;
}

.error-details[b-2oiqfe1ys4] {
    text-align: left;
    margin: 1.5rem 0;
    padding: 1rem;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}

.error-details summary[b-2oiqfe1ys4] {
    cursor: pointer;
    font-weight: 600;
    color: #495057;
    user-select: none;
}

.error-details summary:hover[b-2oiqfe1ys4] {
    color: #212529;
}

.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: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    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 */

dialog[b-4esm6cwnx2] {
    max-width: 600px;
    max-height: 90vh;
    border: none;
    border-radius: 8px;
    padding: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    overflow: visible;
}

/* Native dialog backdrop */
dialog[b-4esm6cwnx2]::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    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: 1.25rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

.modal-title[b-4esm6cwnx2] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
    color: #212529;
}

.close-button[b-4esm6cwnx2] {
    border: none;
    background: none;
    font-size: 1.75rem;
    line-height: 1;
    color: #6c757d;
    cursor: pointer;
    padding: 0;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.15s ease;
}

.close-button:hover[b-4esm6cwnx2] {
    color: #212529;
}

.modal-body[b-4esm6cwnx2] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.modal-footer[b-4esm6cwnx2] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid #dee2e6;
}

/* 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 */
dialog.modal-sm[b-4esm6cwnx2] {
    max-width: 400px;
}

dialog.modal-lg[b-4esm6cwnx2] {
    width: 900px !important;
    max-width: 90vw !important;
}

dialog.modal-xl[b-4esm6cwnx2] {
    width: 1140px !important;
    max-width: 90vw !important;
}

dialog.modal-full[b-4esm6cwnx2] {
    width: 95vw;
    max-width: 95vw;
    max-height: 95vh;
}

/* Responsive sizing */
@media (max-width: 768px) {
    dialog[b-4esm6cwnx2] {
        max-width: 95vw;
        margin: 1rem;
    }

    .modal-header[b-4esm6cwnx2],
    .modal-body[b-4esm6cwnx2],
    .modal-footer[b-4esm6cwnx2] {
        padding: 1rem;
    }
}
/* /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: #CE7756;
    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: #fff;
}

.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: #e9ecef;
    color: inherit;
}

.searchable-select-option.selected[b-tvvu6f5o7t] {
    font-weight: 600;
}

.searchable-select-option.active.selected[b-tvvu6f5o7t] {
    background-color: #dee2e6;
}

.searchable-select-empty[b-tvvu6f5o7t] {
    color: #6c757d;
    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, #e65100);
    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: #e67e22;
    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;
}
