﻿/* select2-custom.css */

.select2-container--default .select2-selection--single {
    height: 38px;
    line-height: 38px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    box-shadow: none;
}

/* Align the dropdown arrow vertically */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    top: 50%;
    transform: translateY(-50%);
}

/* Set height for the select2 container */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    padding-left: 8px;
}
