.select2-container--default {
	.select2-selection--single {
		background-color: #f1f1f9;
		border: 1px solid #d8dde4 !important;
	}
	&.select2-container--focus .select2-selection--multiple {
		background-color: $white;
		border: 1px solid #9ca3b1;
		outline: 0;
		box-shadow: none;
	}
	.select2-selection--multiple {
		background-color: #f1f1f9;
		border: 1px solid #d8dde4 !important;
		cursor: text;
	}
	.select2-search--dropdown .select2-search__field {
		border: 1px solid $default-border !important;
	}
	.select2-selection--multiple {
		.select2-selection__choice,
		.select2-selection__choice__remove {
			color: $white !important;
		}
	}
	.select2-results>.select2-results__options {
		box-shadow: 0px 8px 14.72px 1.28px #e5e6f1;
	}
}

.select2-container .select2-selection--single {
	height: 2.375rem !important;
}

.select2-container--default .select2-selection--single {
	.select2-selection__rendered {
		color: #444;
		line-height: 35px !important;
	}
	.select2-selection__arrow {
		height: 2.375rem !important;
	}
}