/* Form control heights */
.form-control, .select2-selection {
    /* min-height: 45px !important; */
}

/* Fix Select2 alignment and height issues */
.select2-container--default .select2-selection--single {
    height: auto;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0;
    right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #6e707e;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-results__option {
    padding: 10px 12px;
    font-size: 1rem;
}

.select2-dropdown {
    border-color: #ced4da;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

/* Ensure proper file input height */
input[type="file"].form-control {
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
}

/* Fix select2 with multiple */
.select2-container--default .select2-selection--multiple {
    min-height: 45px !important;
    padding: 0.25rem 0.5rem;
}
