.custom-select__option.is-disabled {
  background: #eee !important;
  color: #aaa !important;
  cursor: not-allowed !important;
  pointer-events: none;
}

.custom-select.is-loading .custom-select__trigger {
  opacity: .65;
  cursor: wait;
}
