.select__field,
.select2__field,
.select3__field {
  position: static !important;
  display: block !important;
  width: 100% !important;
  min-height: 48px;
  padding: 0 40px 0 16px;
  border: 1px solid #d7dbe0;
  border-radius: 4px;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, transparent 50%, #606773 50%),
    linear-gradient(135deg, #606773 50%, transparent 50%);
  background-position:
    calc(100% - 19px) 50%,
    calc(100% - 14px) 50%;
  background-repeat: no-repeat;
  background-size: 5px 5px;
  color: #000;
  font: inherit;
  pointer-events: auto !important;
}

.select__field:focus,
.select2__field:focus,
.select3__field:focus {
  border-color: #2d9aff;
  outline: none;
}

.select__button,
.select2__button,
.select3__button,
.select__dropdown,
.select2__dropdown,
.select3__dropdown {
  display: none !important;
}
