/* SELECT2 */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	position: relative;
    border: none;
    top: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b::after {
	content: '\f107';
	position: absolute;
	font-weight: 900;
	top: 5px;
	left: 0;
	font-family: 'Font Awesome\ 5 Pro';
	color: black;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b::after {
	content: '\f106';
}
.select2-container--default .select2-selection--single {
	border: 1px solid #ced4da;
    height: 38px;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
    right: 5px;
    top: 5px;
}
.select-black .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
	color: black;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #707070;
}
/* END SELECT2 */