/* Styling tambahan agar Select2 terlihat seperti Tailwind */
.select2-container--default .select2-selection--single {
    border: 1px solid #D1D5DB !important; /* border-gray-300 */
    border-radius: 0.5rem !important; /* rounded-lg */
    height: 42px !important;
    padding-top: 6px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px !important;
    }
