/* Select2 — panel teması */
.select2-container--default .select2-selection--single {
    height: 42px;
    border: 1px solid var(--renk-kenar);
    border-radius: 8px;
    padding: 0.35rem 0.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    color: var(--renk-metin);
    padding-left: 0.35rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: var(--renk-birincil);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.select2-dropdown {
    border-color: var(--renk-kenar);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    z-index: 2050;
}

.select2-search--dropdown .select2-search__field {
    border-radius: 6px;
    border: 1px solid var(--renk-kenar);
    padding: 0.45rem 0.6rem;
}

.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--renk-birincil);
}

.select2-container {
    max-width: 100%;
}

.filtre-panel .select2-container {
    width: 100% !important;
}

.form-iki-sutun .select2-container {
    width: 100% !important;
    margin-bottom: 1rem;
}
