﻿/*START Increase the height of the Select2 input */
.select2-container .select2-selection--single {
    height: 38px; /* Adjust the height as needed */
    align-items: start;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 35px; /* Should be slightly less than the height */
    }

    .select2-container .select2-selection--single .select2-selection__arrow {
        height: 35px; /* Should be slightly less than the height */
    }
/*END Increase the height of the Select2 input*/
