select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select {
  position: relative;
  width: 100%;
  max-width: 350px;
  cursor: pointer;
}
.custom-select__down-icon {
  position: absolute;
  right: 16px;
  top: 10px;
  top: 0;
  line-height: 38px;
  pointer-events: none;
}

/*# sourceMappingURL=GapSelect.css.map */
