/* Write your custom CSS here */

/* Filtreleme bölümü için Select2 düzenlemeleri */
#filterCustomer.select2-container {
    width: 100% !important;
}

#filterCustomer.select2-container .select2-selection {
    height: 38px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

#filterCustomer.select2-container .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
    padding-right: 20px;
}

#filterCustomer.select2-container .select2-selection__arrow {
    height: 36px;
    right: 8px;
}

/* Filtreleme formu için düzenlemeler */
#filterForm .form-group {
    margin-bottom: 0;
}

#filterForm label {
    margin-bottom: 5px;
    font-size: 14px;
}

/* Butonlar için gap desteği (eski tarayıcılar için) */
.d-flex.gap-2 > * {
    margin-right: 8px;
}

.d-flex.gap-2 > *:last-child {
    margin-right: 0;
}

/* Select2 dropdown'ın collapse içinde düzgün görünmesi için */
#filterCollapse .select2-dropdown {
    z-index: 9999;
}