.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  /* border: 1px solid #a8a8a8; */
  font-size: 16px;
  font-weight: normal;
  min-height: 50px;
  max-height: 50px;
}

.contact-form .select2-container--default .select2-selection--single {
  /* border: 1px solid #a8a8a8; */
  border-radius: 10px;
}
.formtrigger-block .select2-container--default .select2-selection--single {
  border-radius: 0;
}
.select2-container .select2-selection--single {
  height: auto !important;
  outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 14.5px 9px 14.3px 9px;
  line-height: normal;
  color: var(--black);
  font-weight: 600;
  font-size: 16px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: auto;
  top: 50%;
  right: 10px;
  transform: translatey(-50%);
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow::after {
  content: url("../img/arrow-down.svg");
  font: var(--fa-font-solid);
  font-weight: 900;
  color: var(--black);
  font-size: 20px;
  display: flex;
  place-content: center;
  place-items: center;
  line-height: 0;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.select2-dropdown {
  font-size: 14px;
  box-shadow: var(--shadow-accent);
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--accent);
  color: var(--white);
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background: var(--accent);
  color: var(--white);
}

.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  outline: none;
}

.select2-container--default .select2-selection--multiple {
  padding: 9px;

  border: 1px solid #333333;
  display: flex;
  min-height: 50px;
  padding-right: 30px;
}
.formtrigger-block .select2-container--default .select2-selection--multiple {
  border-radius: 0;
}
.select2-container--default .select2-selection--multiple::after {
  content: url("../img/arrow-down.svg");
  font: var(--fa-font-solid);
  font-weight: 900;
  color: var(--black);
  font-size: 20px;
  display: flex;
  place-content: center;
  place-items: center;
  line-height: 0;
  height: auto;
  top: 50%;
  right: 15px;
  transform: translatey(-50%);
  position: absolute;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: var(--border);
  min-height: 50px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  font-size: 0;
  flex-shrink: 1;
  display: flex;
  align-items: center;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove::after {
  content: "\f057";
  font: var(--fa-font-solid);
  font-weight: 900;
  color: var(--black);
  font-size: 14px;
}

.select-modifier
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: var(--accent);
  color: var(--white);
}

.select-modifier
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove::after {
  color: var(--white);
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 0;
  background: #dadada;
  border: none;
  padding: 5px 5px 5px 10px;
  margin: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  border-radius: 5px;
  min-height: 30px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}

.profile-wrapper
  .row
  main
  .input-wrapper
  .input-container
  input.select2-search__field {
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field {
  margin: 0;
  padding: 0;
}
/*# sourceMappingURL=select.css.map */
