.select2-container--select2-custom-theme .select2-selection {
  padding: .375rem 2.25rem .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  background-image: url('./../img/icon/arrow.svg');
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
}



.select2-container--select2-custom-theme .select2-results__option--highlighted[aria-selected] {
  background-color: #ade1f5;
  color: black;
  font-family: "Poppins", sans-serif !important;
  font-size:small !important ;
}

.select2-container--select2-custom-theme .select2-results__options {
  max-height: 100%;
  min-width: 100% !important;
  overflow-y: auto;
  font-family: "Poppins", sans-serif !important;
  font-size:small !important ;
}

.select2
{
  width: 100% !important;
}

/* .select2 .select2-container .select2-container--select2-custom-theme
{
  width: 100% !important;
} */
