.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple,
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 71px !important;
  border: 1.9px solid #e0e0e0 !important;
  border-radius: 35px !important;
  padding: 22px !important;
  background-color: #e8e8e8 !important;
}

.success-text {
  font-size: 2rem;
  color: #fff;
}

.field-file label {
  width: 50%;
}
.select2-results__options {
  background: #e8e8e8 !important;
  border-radius: 35px !important;
  padding: 1rem !important;
}
.select2-dropdown.select2-dropdown--below,
.select2-dropdown.select2-dropdown--above {
  border: 0 !important;
}
.select2-container .select2-search--inline .select2-search__field {
  height: 30px !important;
  margin: 0 !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: #999 !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  font-size: 1rem !important;
}
form div.error input,
form div.error select {
  border: 2px solid red !important;
}

.replaced-svg {
  width: 32px;
  height: 32px;
}
