
  /* 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;
outline: none;
}

.select2.select2-container.select2-container--default
 {
width: 100% !important;
}

.select2-container--default.select2-container--focus,
.select2-container--open.select2-container .select2-selection--single .select2-selection__rendered{
	color: #495057;
    outline: 0;
/*     -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
/*     box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); */
/*  -webkit-animation: popping-border 0.45s ease-out; */
/*   -moz-animation: popping-border 0.45s ease-out; */
/*   animation: popping-border 0.45s ease-out; */
/*  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 .2rem rgba(9, 52, 127, .2); */
     box-shadow: 0 0 0 0.1rem rgb(7, 72, 61, 0.2);
/*   -webkit-transition: all 0.45s ease-out, box-shadow 0.45s ease 0.35s; */
/*   -moz-transition: all 0.45s ease-out, box-shadow 0.45s ease 0.35s; */
/*   transition: all 0.45s ease-out, box-shadow 0.45s ease 0.35s; */
  
}

.select2-container--default.select2-container--focus .select2-selection__rendered,
.select2-container--open.select2-container .select2-selection--single .select2-selection__rendered{
	 border: 1px solid #10316b !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: 20px;
	padding: .485rem 2rem .485rem .485rem !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: 2px;
padding: .4rem 2rem .4rem .485rem;
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: 40px;
font-size: 14px;
/* font-family: 'DM Sans,sans-serif'; */
}


.select2-selection.select2-selection--single{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.select2-container--default .select2-selection--multiple{
  height: auto;
}

/* .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{ */
/*   background-color: var(--bg-primary); */
/* } */

.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: 2px;
}

.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:40px;
	border-radius: 2px;
}

.select2-group{
  display: flex;
  flex-wrap: nowrap;
}

.select2-input-group .select2-container{
  max-width: 100px;
} 

.custom-select2-sm .select2-container .select2-selection--single .select2-selection__rendered,
.custom-select2-sm .select2-container--default .select2-selection--multiple{
    height: 26px;
    border-radius:2px;
}

/* outerpage css start */

/* .custom-page-body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{ */
/*   background-color: #2f9aff; */
/* } */

/* .custom-page-body .select2-container--default.select2-container--focus .select2-selection__rendered{ */
/* 	 border: 1px solid #2f9aff !important; */
/* } */

/* .custom-page-body .select2-container--default.select2-container--focus{ */
/* 	color: #495057; */
/*     outline: 0; */
/*     border-color: #2f9aff !important; */
/* } */

/* .custom-page-body .select2-container .select2-selection--single .select2-selection__rendered{ */
/* 	font-family: 'DM Sans', sans-serif !important; */
/* } */
  
/* .singleselect .custom-singleselect{ */
/* 	border-top-left-radius: 8px !important; */
/* 	border-bottom-left-radius: 8px !important; */
/* }   */


/* outerpage css end */
