.location-distance .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #393a3933;
  border-radius: 12px;
  height: 56px;
  padding: 0 16px;
}
.location-distance
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 56px;
  padding: 0;
}
.location-distance
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 56px;
  padding: 0 16px;
}
.location-distance
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--single,
.location-distance
  .select2-container--default.select2-container--open.select2-container--below
  .select2-selection--multiple {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.contact-select-dropdown
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  right: 30px;
  top: 50%;
  margin-top: 0;
  transform: translateY(-50%);
}
.contact-select-dropdown
  .select2-container--default
  .select2-selection--multiple {
  background: transparent;
}
/* Target Safari only */
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
