/* _content/JewelsCore/Components/CustomerComboSelect.razor.rz.scp.css */
.customer-combo[b-try2zasa0d] {
    position: relative;
    width: 100%;
}

.customer-combo label[b-try2zasa0d] {
    display: block;
    margin-bottom: 0.25rem;
}

.customer-combo-input-wrap[b-try2zasa0d] {
    position: relative;
    z-index: 1;
}

/* Panel also uses inline style for overlay; these refine appearance */
.customer-combo-panel[b-try2zasa0d] {
    margin: 0;
    padding: 0;
}

.customer-combo-panel > div[b-try2zasa0d] {
    margin: 0;
}

.customer-combo-option[b-try2zasa0d] {
    padding: 0.4rem 0.65rem;
    cursor: pointer;
    font-size: 0.95rem;
    line-height: 1.35;
}

.customer-combo-option:hover[b-try2zasa0d],
.customer-combo-option:focus[b-try2zasa0d] {
    background: #e8f4fc;
}

.customer-combo-option--selected[b-try2zasa0d] {
    font-weight: 600;
}

.customer-combo-option--muted[b-try2zasa0d] {
    color: #666;
    font-style: italic;
}

.customer-combo-empty[b-try2zasa0d] {
    padding: 0.5rem 0.65rem;
    color: #666;
    font-size: 0.9rem;
}

.customer-combo-hint[b-try2zasa0d] {
    padding: 0.45rem 0.65rem;
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.35;
    cursor: default;
    border-bottom: 1px solid #e2e8f0;
}

.customer-combo-hint--top[b-try2zasa0d] {
    background: #f8fafc;
    font-weight: 500;
    color: #475569;
}
/* _content/JewelsCore/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-062afc4jk3] {
    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-062afc4jk3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
