.selection .select2-selection{
  border: none;
  border-radius: 0;
  height: 38px;
}
.selection .select2-selection__rendered{
  line-height: 38px !important;
}
.selection .select2-selection__arrow{
  height: 33px !important;
}
.select2 {
  width: 325px !important;
}
.select2-dropdown{
  border:none;
}
.select2-selection {
  outline: none;
}
.select2-search__field{
  border: 1px solid #eee !important;
  outline: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background: #eee;
  color: #444;
}
