.select2 {
	width: 100% !important;
}
span.select2-selection.select2-selection--single {
	height: 52px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px !important;
    margin-top: 11px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px !important;
}

input.select2-search__field {
    height: 42px !important;
}

/* span.select2-selection.select2-selection--multiple {
    height: 52px;
} */

/* .select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 2px solid #e6ecef !important;
} */

/* .select2-container--default .select2-search--inline .select2-search__field {
	height: 45px;
} */
