.select2-container .select2-selection--single {
    height: 38px !important; /* Adjust as needed */
}

.select2-selection__rendered {
    line-height: 38px !important; /* Match height for vertical alignment */
}

.select2-selection__arrow {
    height: 37px !important; /* Ensure arrow aligns with new height */
}

/* For multi-select */
.select2-container-multi .select2-choices {
    min-height: 40px !important; /* Set a minimum height for multi-select */
    overflow-y: auto; /* Allow scrolling if content exceeds height */
}

.select2-container {
    width: 100% !important;
}
