.select2-container .select2-selection--single {
   height: 42px;
   border-radius: 8px;
   padding: 10px 40px;
   font-size: 1.4rem;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
   font-size: 1.4rem;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
   font-size: 1.4rem;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection {
   font-size: 1.4rem;
   padding: 10px 40px;
}

.select2-container--bootstrap-5 .select2-selection--single {
   background-position: left 1.5rem center;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options:not(.select2-results__options--nested) {
   max-height: 30rem;
   overflow-y: auto;
}
