.select2-container--custom-select {
   /*margin-bottom: 12px;*/
   /*width: 500px !important;*/
}
.select2-container--custom-select .select2-selection {
   position: relative;
}
.select2-container--custom-select.select2-container--open .select2-selection__arrow {
   transform: translateY(-50%) scale(1, -1);
}
.select2-container--custom-select .select2-selection__arrow {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' viewBox='0 0 11 6' fill='none'%3e%3cpath d='M10 0.666748L5.33333 5.33341L0.666667 0.666748' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   	height: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
}
.select2-container--custom-select .select2-selection,
.select2-container--custom-select .select2-selection__rendered {
   display: block;
   height: 39px;
}
.select2-container--custom-select .select2-selection__rendered {
   background: none;
   border-bottom: 2px solid #E7E0D4;
   border-radius: 0;
   color: #fff;
   font-family: "Assistant", sans-serif;
   font-size: 16px;
   line-height: 140%;
   padding: 11px 0 !important;
   text-transform: none;
}
.custom-select .select2-selection__arrow b {
	display: none;
}
.select2-container--custom-select .select2-dropdown {
   background-color: #404CFF;
   border: none;
   border-radius: 0 !important;
   margin-top: 32px;
   
}
.select2-results {
    overflow: hidden;
}
.select2-results__options {
   max-height: 210px;
   overflow-y: auto;
   overflow-x: hidden;
}
.select2-results__options::-webkit-scrollbar {
	width: 5px;
}
.select2-results__options::-webkit-scrollbar-track {
	background: none;
}
.select2-results__options::-webkit-scrollbar-thumb {
	background-color: #D9D9D9;
}
.select2-container--custom-select .select2-search__field {
   border: 1px solid #E7E0D4;
   border-radius: 0;
   height: 46px;
   font-size: 14px;
   line-height: 23px;
   margin-left: 20px;
   margin-right: 20px;
   padding-left: 12px;
   padding-right: 12px;
   outline: 0;
   width: calc(100% - 40px);
}
.select2-container--custom-select .select2-results__option {
    color: #fff;
	font-family: "Assistant", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
    padding: 9px 15px 9px 0;
	text-transform: none;
	transition: 0.3s ease 0s;
}
/*
.select2-results__option.select2-results__option--highlighted {
	display: none !important;
}
*/
/*
.select2-container--custom-select .select2-results__option:nth-child(even) {
	background-color: #F6F0E9;
}
.select2-container--custom-select .select2-results__option.select2-results__option--selected,
.select2-container--custom-select .select2-results__option:not(.select2-results__option--disabled):hover {
    color: #F7931F;
}
*/
.select2-container--custom-select .select2-results__option.select2-results__option--selected,
.select2-container--custom-select .select2-results__option:not(.select2-results__option--disabled):hover {
	background-color: rgba(0, 0, 0, 0.05);
}
.select2-container--custom-select .select2-results__option:last-child {
   /*border-radius: 0 0 10px 10px;*/
}

@media (max-width: 640px) {
   
   .select2-container--custom-select .select2-dropdown {
		margin-top: 51px;
	}
	.select2-container--custom-select .select2-selection__rendered {
   		border-bottom: 1px solid #E7E0D4;
		font-size: 14px;
		line-height: 140%;
		padding: 8px 0 20px !important;
	}
	.select2-container--custom-select .select2-selection,
	.select2-container--custom-select .select2-selection__rendered {
		height: 24px;
	}
}