.dropdown-wrapper {
  position: relative;
  width: 100%;
}

.um-field .select2-container {
  width: 100% !important;
}

.um-field .select2-container--custom-theme .select2-results__option[aria-selected=true] {
  color: var(--clr-primary) !important;
}

.um-field .select2-container--custom-theme .select2-results__option:hover {
  color: var(--clr-primary) !important;
}

.um-field .select2-container--custom-theme .select2-results__options {
  padding: var(--space-5) !important;
  font-weight: bold !important;
  border-radius: .625rem !important;
}

.um-field .select2-container--custom-theme .select2-results__options li+li {
  margin-top: var(--space-20) !important;
}

.um-field .select2-container--custom-theme .select2-results__options .select2-results__option {
  padding: 0 !important;
}

.um-field .select2.select2-container .select2-selection .select2-selection__arrow:before, .um-search-filter .select2.select2-container .select2-selection .select2-selection__arrow:before {
  content: none !important;
}

.um-field .select2.select2-container--custom-theme .select2-selection--single {
  border-radius: 5px !important;
  height: auto !important;
  position: relative !important;
  padding: 0 0 0 0 !important;
  border: none !important;
  overflow: visible !important;
}

.um-field .select2-container--custom-theme.select2-container--open .select2-selection__arrow b {
  transform: rotate(225deg) !important;
  -webkit-transform: rotate(225deg) !important;
  -moz-transform: rotate(225deg) !important;
}

.um-field .select2-container--custom-theme span.select2-search input {
  padding: 5px !important;
  font-size: var(--fs-16) !important;
  font-family: "Popping", sans-serif !important;
  border-radius: 5px !important;
}

.um-field .select2-container *:focus {
  outline: none;
}

.um-field .select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #dce4ec;
  border-radius: 0;
}

.select2-search {
  margin-top: .1875rem;
}

.um-field .select2-container--open .select2-dropdown--below,
.um-field .select2-container--open .select2-dropdown--above {
  background: #fff;
  overflow-x: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.16);
  max-height: 18.75rem;
  overflow-y: auto;
}

.um-field .select2-container--open .select2-dropdown--below {
  margin-top: var(--space-5);
}

.um-field .select2-container--open .select2-dropdown--above {
  margin-top: -0.1875rem;
}

.um-field .select2-container--open .select2-dropdown--below::-webkit-scrollbar,
.um-field .select2-container--open .select2-dropdown--above::-webkit-scrollbar {
  width: .9375rem;
  border-radius: 100vw;
}

.um-field .select2-container--open .select2-dropdown--below::-webkit-scrollbar-button,
.um-field .select2-container--open .select2-dropdown--above::-webkit-scrollbar-button {
  display: none;
}

.um-field .select2-container--open .select2-dropdown--below::-webkit-scrollbar-track,
.um-field .select2-container--open .select2-dropdown--above::-webkit-scrollbar-track {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}

.um-field .select2-container--open .select2-dropdown--below::-webkit-scrollbar-thumb,
.um-field .select2-container--open .select2-dropdown--above::-webkit-scrollbar-thumb {
  min-height: 11.25rem;
  border: 4px solid transparent;
  border-radius: 100vw;
  background-color: rgba(51, 51, 51, 0.38);
  background-clip: padding-box;
}

.um-field .select2-container--open .select2-dropdown--below::-webkit-scrollbar-track-piece {
  margin-inline: .1875rem;
}

.select2-results__option--selectable {
  font-size: .9375rem;
  padding: .75rem;
}

.um-field .select2.select2-container--custom-theme .select2-selection--single .select2-selection__rendered.error-input {
  border-color: var(--clr-contact-error) !important;
}

.um-field .select2.select2-container--custom-theme .select2-selection--single .select2-selection__rendered {
  line-height: 1.3;
  padding: .75rem 1.25rem .75rem 1.25rem !important;
  border: 1px solid var(--clr-border-400) !important;
  border-radius: 4px;
  color: var(--clr-neutral-900) !important;
  font-family: var(--font-primary) !important;
  font-size: var(--fs-16) !important;
  font-weight: 500;
  background-color: var(--clr-neutral-100);
  height: 3rem;
}

.um-field .select2.select2-container--custom-theme .select2-selection--single .select2-selection__rendered:hover {
  border-color: var(--clr-primary) !important;
  outline: 1px solid var(--clr-primary) !important;
}

.um-field .select2-container--open .select2-selection--single .select2-selection__rendered {
  border-color: var(--clr-primary);
  outline: 1px solid var(--clr-primary);
}

.um-field .select2.select2-container--custom-theme .select2-selection--single .select2-selection__arrow {
  position: absolute !important;
  top: 40% !important;
  transform: translateY(-50%) !important;
  right: 1.0625rem !important;
  width: 1.25rem !important;
}

.um-field .select2.select2-container--custom-theme .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent !important;
  top: 50% !important;
  display: inline-block !important;
  border-right: 2px solid #333 !important;
  border-bottom: 2px solid #333 !important;
  width: .5rem !important;
  height: .5rem !important;
  transform: rotate(-315deg) !important;
  margin-left: -0.25rem !important;
  margin-top: -0.125rem !important;
  position: absolute !important;
}

.um-field .select2-container--open .select2-selection__rendered.error-input
{
    border-color: var(--clr-primary)!important;
}

.um-field .select2-dropdown .select2-results li.select2-results__option.select2-results__option--highlighted, .um-search-filter .select2-dropdown .select2-results li.select2-results__option.select2-results__option--highlighted {
  background-color: var(--clr-primary) !important;
  color: #fff !important;
}

.um-field .select2-container.select2-container--open .select2-dropdown .select2-results li, .um-search-filter .select2-container.select2-container--open .select2-dropdown .select2-results li {
  padding: var(--space-10) var(--space-20) !important;
  border-radius: .3125rem !important;
}

.um-field .select2-container.select2-container--open .select2-dropdown, .um-search-filter .select2-container.select2-container--open .select2-dropdown {
  border-radius: .625rem !important;
}