
  /* select2 with search start */

.form-control .select2-container--default .select2-selection--single .select2-selection_rendered
{
line-height: 24px;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown {
border-color: #ccd3dc;
}

.select2-container .select2-selection--single {
height: auto;
}

.select2-container, .select2-container--default .select2-search--dropdown .select2-search__field
{
border-radius: 0.3rem;
}

.select2.select2-container.select2-container--default
 {
width: 100% !important;
}

.select2-container--default.select2-container--focus{
	color: #495057;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 0.2rem rgba(57, 59, 135, .25);
}

.select2-container--default.select2-container--focus .select2-selection__rendered{
	 border: 1px solid #393b87 !important;
    border-radius: 4px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__rendered{
	border:none !important;
}

.select2, .singleselect {
outline: none;
}

.select2 .selection {
width: 100%;
outline: none;
}

.select2-selection__rendered {
text-align: left;
}

.select2-container--default .select2-selection--single .select2-selection__arrow
{
height: 100%;
}

.select2-container .select2-selection--multiple .select2-selection__rendered
{
width: 100%;
height: 100%;
vertical-align: middle;
margin: 0 auto;
}

/* select2 with search end */
.select2:after,
.custom-fromgroup-select:after
{
border-bottom: 1px solid #5d657b;
border-right: 1px solid #5d657b;
content: "";
display: block;
height: 8px;
width: 8px;
margin-top: -5px;
pointer-events: none;
position: absolute;
right: 16px;
top: 50%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {	
	line-height: 40px;
	padding: 0.225rem 2rem 0.225rem 0.75rem !important;
}


.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple{
width: 100%;
background: #ffffff;
border: 1px solid #ccd3dc;
border-radius: 4px;
padding: 6px 12px;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
height: 50px;
font-family: 'DM Sans,sans-serif';
}

.select2-container--default .select2-selection--multiple{
  height: auto;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background-color: #393b87;
}

.select2-group{
  display: flex;
  flex-wrap: nowrap;
}

.select2-input-group .select2-container{
  max-width: 100px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice
	{
	background: #729fcf;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #fff;
	font-size: 13px;
	margin: 4px 2px;
  padding: 0px;
	vertical-align: middle;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
	{
	color: #fff;
	padding: 2px 6px;
	border-right: 1px solid #fff;
	font-size: 13px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display
	{
	padding: 2px 6px;
}

.select2-container .select2-search--inline .select2-search__field{
  margin-top: 7px;
}

.select2-container .select2-search--inline {
  margin-top: -5px;
  height: 0px;
}

.select2-group{
  display: flex;
  flex-wrap: nowrap;
}

.select2-input-group .select2-container{
  max-width: 100px;
} 

.select2-container .select2-selection--multiple{
	min-height:50px;
}

.select2-group{
  display: flex;
  flex-wrap: nowrap;
}

.select2-input-group .select2-container{
  max-width: 100px;
} 

/* outerpage css start */

.custom-page-body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  	background-color: #86b7fe;
}

.custom-page-body .select2-container--default.select2-container--focus .select2-selection__rendered{
	border: 1px solid #86b7fe !important;
}

.custom-page-body .select2-container--default.select2-container--focus{
	color: #495057;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 0.25);
}

.custom-page-body .select2-container .select2-selection--single .select2-selection__rendered{
	font-family: 'DM Sans', sans-serif !important;
}

.contact-us-content .select2-container .select2-selection--single .select2-selection__rendered,
.contact-us-content .select2-container--default .select2-selection--multiple {
	width: 100%;
	background-color: rgba(255, 255, 255, 0.15) !important;
	color: #fff !important;
	border: none !important;
	background: #ffffff;
	border: 1px solid #ccd3dc;
	border-radius: 4px;
	padding: 6px 12px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	height: 50px;
	font-family: 'DM Sans,sans-serif';
}
.contact-us-content .select2:after,
.contact-us-content .custom-fromgroup-select:after
{
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
}
.w-20{
	width: 20%;
}
/* outerpage css end */
