/* ============================================================
   Topbar – Zielkunden Select2
   ============================================================ */

/* Native <select> (hidden by Select2, but as fallback) */
#topbar_sales_relation {
    height: auto;
    padding: 2px 24px 2px 6px;
    font-size: .8rem;
    line-height: 1.2;
}

/* Select2 container overrides */
.topbar-sales-relation .select2-container {
    font-size: .8rem;
    line-height: 1.2;
    min-width: 320px;
}

.topbar-sales-relation .select2-container .select2-selection--single {
    height: auto;
    min-height: 18px;
    padding: 0px 6px;
    border-color: #ced4da;
}

.topbar-sales-relation .select2-container .select2-selection__arrow {
    height: 18px !important;
}

.topbar-sales-relation .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}

/* ============================================================
   Kunden-Dashboard – Filter Menu Select2
   ============================================================ */
#crm-customer-filter-menu .select2-container {
    width: 100% !important;
    font-size: 0.85rem;
}

#crm-customer-filter-menu .select2-container .select2-selection--single {
    height: 31px;
    padding: 0 4px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #fff;
    display: flex;
    align-items: center;
}

#crm-customer-filter-menu .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 29px;
    padding-left: 6px;
    padding-right: 20px;
    color: #495057;
    width: 100%;
}

#crm-customer-filter-menu .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 29px;
    top: 0;
    right: 4px;
}

#crm-customer-filter-menu .select2-dropdown {
    border-color: #ced4da;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 1065;
    font-size: 0.85rem;
}

#crm-customer-filter-menu .select2-search--dropdown {
    padding: 4px;
}

#crm-customer-filter-menu .select2-search--dropdown .select2-search__field {
    padding: 4px 6px;
    font-size: 0.8rem;
    border: 1px solid #ced4da;
    border-radius: 0.2rem;
}

#crm-customer-filter-menu .select2-results__option {
    padding: 6px 8px;
    font-size: 0.8rem;
    line-height: 1.3;
}

#crm-customer-filter-menu .select2-results__option .badge {
    font-size: 75%;
    font-weight: 600;
    padding: 0.25em 0.45em;
}

#crm-customer-filter-menu .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #007bff;
    color: #fff;
}