/* Select2 Styling */
.select2 {
    width: auto !important;
}
.select2-container .select2-selection--single {
    height: 58px;
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: 10px;
    line-height: 26px;
    padding-left: 0;
}

.select2-selection--multiple {
    height: 58px;
}

.select2-selection--multiple .select2-selection__rendered {
    margin-top: 24px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    right: 10px;
}

.select2-dropdown {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.select2-results__option {
    padding: 0.375rem 0.75rem;
}

.select2-results__option--highlighted {
    background-color: #007bff;
    color: white;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
}
.select2 {
    display: block;
}
