form label {
  margin: 0px 0px 3px 10px;
}

form .select2-container--default .select2-selection--single {
  height: 44px;
  display: flex;
  align-items: center;
  margin-top: 5px;
  padding: 14px 18px;
  justify-content: space-between;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  flex-grow: 1;
}

form .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  height: -webkit-fill-available;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url(https://cdn4.iconfinder.com/data/icons/user-interface-174/32/UIF-76-512.png);
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 25px !important;
  width: 25px !important;
  margin: auto !important;
  top: auto !important;
  left: auto !important;
}

#city-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,
#location-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

form .form-item {
  margin: 2px 0px 30px 0px;
}

.select2-dropdown {
  border-radius: 4px;
}

.select2-search__field {
  border-radius: 4px;
}

.select2-search__field:focus-visible,
.select2-search__field:focus {
    outline: none;
}

