.top-search .select2 {
  height: 100%;
}
.top-search .select2-selection--single {
  display: flex !important;
  align-items: center;
  height: 100% !important;
  border: none !important;
  border-radius: 5px !important;
}
.top-search .select2-selection__arrow {
  display: none;
}
.top-search .select2-selection__rendered {
  display: flex !important;
  flex-direction: column !important;
  line-height: 20px !important;
}
.top-search .select2-selection--clearable .select2-selection__rendered span:first-of-type {
  font-size: 11px;
}
.top-search .select2-selection--clearable .select2-selection__rendered span:last-of-type {
  color: #4E5C6E !important;
}
.top-search .select2-selection__clear {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100% !important;
  width: 30px;
  position: absolute;
  left: 5px;
}
.top-search .select2-selection__clear span {
  font-size: 20px !important;
}
.top-search .select2-container--default {
  bottom: 0 !important;
}
.top-search .select2-container .select2-search__field {
  height: 35px;
  border-radius: 5px;
  font-size: 14px;
}
.top-search .select2-results__option {
  height: 45px;
  border-bottom: 1px solid #D9DCE0;
}
.top-search .select2-results__option--selectable div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.top-search .select2-results__option--selectable div span:nth-of-type(2) {
  font-size: 10px;
  color: #0197F6;
}
.top-search .select2-results__option--highlighted {
  background-color: #0197F6 !important;
}
.top-search .select2-results__option--highlighted div span {
  color: white !important;
}
.top-search .select2-dropdown--below {
  margin-top: 5px;
  border-radius: 5px !important;
  border: none !important;
  box-shadow: 0 3px 6px 0 rgba(146, 118, 113, 0.42);
}
