select.custom-select-modern {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background: #fff !important;
  border: 1.5px solid #d0d4e4 !important;
  border-radius: 8px !important;
  padding: 8px 36px 8px 12px !important;
  font-size: 15px !important;
  color: #323338 !important;
  transition: border 0.2s, box-shadow 0.2s !important;
  outline: none !important;
  min-width: 120px !important;
  cursor: pointer !important;
  box-shadow: 0 1px 2px rgba(60, 60, 60, 0.03) !important;
  position: relative !important;
}

select.custom-select-modern:focus {
  border-color: #0073ea !important;
  box-shadow: 0 0 0 2px #eaf4ff !important;
}

select.custom-select-modern:hover {
  border-color: #b2bacb !important;
}

select.custom-select-modern option {
  background: #fff !important;
  color: #323338 !important;
  padding: 8px !important;
} 