 .select2-container .select2-selection--single{
	height: 38px!important;
	border: 1px solid #e4e7ea!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 38px!important;
	font-weight:400!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 36px!important;
	width: 36px!important;
}
.select2-dropdown{
	border: 1px solid rgba(120,130,140,.13)!important;
}
.select2-results__option{
	padding: 9px 20px!important;
	font-weight:400!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background: #f7fafc!important;	
	color:#000!important;
}
.w100percent{
	width: 100%!important;
}
.select2{
	width: 100%!important;
}