/* Pastikan Select2 tampil seperti form-select Bootstrap */
.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.375rem !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

/* Menyesuaikan teks agar sejajar dengan input Bootstrap */
.select2-container .select2-selection__rendered {
    line-height: 1.8 !important;
    padding-left: 0.75rem !important;
}