.select2-hidden-accessible {
  margin-left: calc(100% / 2);
}

.select2-container--default .select2-selection--single,
select.select2-widget {
  border: none;
  background-color: #f2f4f7;
  display: block;
  height: unset;
  border-radius: 25px !important;
  padding: 10px 25px 10px 25px;
  outline: none;
}

select.select2-widget {
  appearance: none;
  margin: 0;
  width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #53565aa6;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #53565aa6;
  line-height: unset;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
  position: absolute;
  top: 1px;
  right: 20px;
  width: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  padding-top: 1px;
}

.select2-dropdown {
  background: #fff 0 0 no-repeat padding-box;
  box-shadow: 0 0 6px #00000029;
  border-radius: 10px !important;
  border: none;
  padding: 15px 0;
}

.select2-dropdown li.select2-results__option {
  padding: 5px 20px 5px 20px;
}

.select2-dropdown li.select2-results__option {
  color: #3b3b3b;
}

.select2-dropdown li.select2-results__option.select2-results__option--highlighted {
  background-color: #39c1cc;
}

.select2-dropdown ul::-webkit-scrollbar {
  width: 10px;
}

.select2-dropdown ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.select2-dropdown ul::-webkit-scrollbar-thumb {
  background: #888;
}

.select2-dropdown ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.select2-search {
  margin: 0 10px;
}

.select2-search input {
  border: solid thin silver !important;
  border-radius: 10px;
  padding: 7px 15px !important;
}

.select2-container--open .select2-dropdown--above {
  transform: translateY(-10px);
}

.select2-container--open .select2-dropdown--below {
  transform: translateY(10px);
}
