/* Fix Select2 height to match Bootstrap form-control (38px) */
.select2-container--bootstrap .select2-selection--single {
    height: 38px !important;
    min-height: 38px !important;
    padding: 0.375rem 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    line-height: 1.5 !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    line-height: 1.5 !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-right: 30px !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
    width: 30px !important;
    top: 0 !important;
    right: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Remplacer l'icône par défaut par ta flèche custom */
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    display: none !important;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg id='Calque_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.84 9.34'%3E%3Cpath d='m7.92,9.34L0,1.42,1.42,0l6.5,6.53L14.42.03l1.42,1.42-7.92,7.89Z' style='fill:%23e73088;'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0;
    border: none;
}

.select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
    line-height: 1.5 !important;
}
