.settings-field select,
.option select,
.library-toolbar select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 42px !important;
  background-color: #fff !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #60708b 50%),
    linear-gradient(135deg, #60708b 50%, transparent 50%) !important;
  background-position:
    calc(100% - 18px) 50%,
    calc(100% - 12px) 50% !important;
  background-size:
    6px 6px,
    6px 6px !important;
  background-repeat: no-repeat !important;
  border: 1px solid #d7e1ee !important;
  color: #1c2942;
  font-weight: 650;
  cursor: pointer;
}
.settings-field select:hover,
.option select:hover,
.library-toolbar select:hover {
  border-color: #a6bde9 !important;
}
.settings-field select:focus,
.option select:focus,
.library-toolbar select:focus {
  outline: 0 !important;
  border-color: #6f9df2 !important;
  box-shadow: 0 0 0 3px #2969e817 !important;
}
.settings-field select option,
.option select option,
.library-toolbar select option {
  padding: 10px;
  background: #fff;
  color: #101c36;
  font-weight: 600;
}
select:disabled {
  background-color: #f1f3f7 !important;
  color: #8b96a8 !important;
  cursor: not-allowed;
}
