﻿/* Select2 overrides*/

.select2-search--dropdown .select2-search__field {
    padding: 8px !important;
}

.select2-selection__rendered {
    line-height: 39px !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 17px !important;
    font-family: system-ui !important;
}

