.select2-container{
	width: 100% !important;
}
.select2-container--default .select2-selection--single{
	background: transparent;
	width: 100%;
	border: 1px solid #cecece;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	background-color: transparent;
	color: var(--white)
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 10px 15px;
	height: auto;
	line-height: 1;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 1;
	color: var(--black);
	padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 100%;
	right: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	background-color: var(--gray) transparent transparent transparent;
}
.select2-container--open .select2-dropdown--below{
	font-size: 14px;
	background: #fff;
	border: 1px solid #cecece;
	border-top: 0;
	border-radius: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	overflow: hidden;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
	background-color: var(--red);
	color: var(--white);
}
.select2-container--default .select2-search--dropdown .select2-search__field{
	border-radius: 10px;
	padding: 10px;
	font-size: 14px;
	background-color: transparent;
	border-color: var(--gray);
}
.select2-container--default .select2-results__option--selected{
	background: #f0f0f0;
}