.select2-container--default .select2-selection--single {
	height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}
.flag-icon {
	width: 26px; /* Adjust as needed */
	margin-right: -3px; /* Adjust spacing as needed */
}
.input-group-prepend1{
	display: flex;
}
span.select2-dropdown.select2-dropdown--below{
	width: 280px !important;
}
span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open{
	width: 142px
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0px;
	padding-right: 0px;
	border-right: none !important;
}
span.select2.select2-container.select2-container--default{
width:120px !important;
}
.input-group-prepend1 input{
padding: 0 4px;
border-radius: 0px 4px 4px 0px;
border:1px solid #aaa;
border-left: none;


}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 35px;
position: absolute;
top: 1px;
right: -4px;
width: 20px;

}
.select2-container--default .select2-selection--single{
border-right: none;
border-radius: 4px 0px 0px 4px;
}

