.custom-select__control {
  min-height: 42px;
  border-radius: 6px;
  border: none !important;
  background-color: #f5f5f5 !important;
  box-shadow: none !important;
}

.custom-select__control:hover {
  border: none !important;
}

.custom-select__control--is-focused {
  box-shadow: 0 0 0 1px #2b6cb0 !important;
}

.custom-select__single-value {
  color: #333;
  font-size: 14px;
}

.custom-select__placeholder {
  color: #888;
  font-size: 14px;
}

.custom-select__menu {
  border-radius: 6px;
  overflow: hidden;
}

.custom-select__option {
  font-size: 14px;
  cursor: pointer;
}

.custom-select__option--is-focused {
  background-color: #f1f5f9;
}

.custom-select__option--is-selected {
  background-color: #2b6cb0;
  color: #fff;
}
