.select2-selection{
  background: #1bcac9 url(https://www.localhost/dental-brackets/css/../img/form-drop.png) 99% center no-repeat !important;
  padding: 6px 12px;
  height: 38px;
  border-radius: 0 !important;
  font-size: 14px;
  font-family: "SinkinSans-400Regular";
}
.select2-selection__rendered{
  color: white !important;
  padding: 0 !important;
}

.select2-selection__arrow{
  display: none;
}

.select2-dropdown{
  background: #1bcac9 !important;
  color: white;
  font-size: 14px;
  font-family: "SinkinSans-400Regular";
  box-shadow: 0px -5px 12px 0px #0000003d;
}
.select2-search__field{
  background: #1bcac9 !important;
  padding: 6px 12px !important;
  height: 38px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected=true]{
  background-color: #1e90ff !important;
}
