.select2-selection__rendered {
    line-height: 31px !important;
}
.select2-container .select2-selection--single {
    /*height: 35px !important;*/
    height: 38px !important;
}
.select2-selection__arrow {
    height: 34px !important;
}
.has-error .select2-selection {
    border-color: #dc3545 !important;
}

.select2-selection.is-invalid {
	border-color: #dc3545;
}
