.choices-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #666666;
  opacity: 0.4;
  z-index: 7777;
}.igao-dropdown[data-v-11f02bc4] {
  display: flex;
  flex-direction: column;
  text-align: left;
  position: relative;
  width: 100%;
}
.igao-dropdown-label[data-v-11f02bc4] {
  font-size: 14px;
  line-height: 1.57;
  text-transform: uppercase;
  font-weight: bold;
  color: #666666;
  margin-bottom: 8px;
}
@media (max-width: 960px) {
.igao-dropdown-label[data-v-11f02bc4] {
    font-size: 12px;
    line-height: 1.67;
}
}
.igao-dropdown-label-required[data-v-11f02bc4] {
  color: #c63120;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.1px;
}
.igao-dropdown.igao-dropdown--size-s[data-v-11f02bc4] {
  --igao-dropdown-height: 32px;
  --igao-vertical-padding: 3px;
  --igao-horizontal-padding: 16px;
}
.igao-dropdown.igao-dropdown--size-m[data-v-11f02bc4] {
  --igao-dropdown-height: 40px;
  --igao-vertical-padding: 6px;
  --igao-horizontal-padding: 16px;
}
.igao-dropdown--size-l[data-v-11f02bc4] {
  --igao-dropdown-height: 50px;
  --igao-vertical-padding: 11px;
  --igao-horizontal-padding: 16px;
}
.choices[data-v-11f02bc4] {
  position: relative;
  transition: box-shadow 0.2s linear;
}
.choices.is-disabled[data-v-11f02bc4] {
  opacity: 0.64;
}
.choices.is-disabled .choices__inner[data-v-11f02bc4] {
  cursor: not-allowed;
}
.choices.is-focused .choices__inner[data-v-11f02bc4] {
  border: 1px solid #0567a7;
}
.choices.is-open[data-v-11f02bc4] {
  z-index: 7777;
  box-shadow: inset 0 0 0 1px #0567a7, 0 0 0 2px rgba(0, 123, 202, 0.12), inset 0 0 2px 2px rgba(102, 102, 102, 0.24);
}
.choices.is-open .choices__inner[data-v-11f02bc4] {
  position: relative;
  z-index: 7778;
}
.choices.is-open .choices__inner[data-v-11f02bc4]::after {
  transform: translateY(-50%) rotate(180deg);
}
.choices__inner[data-v-11f02bc4] {
  position: relative;
  min-height: var(--igao-dropdown-height);
  padding: var(--igao-vertical-padding) calc(var(--igao-horizontal-padding) + 20px) var(--igao-vertical-padding) var(--igao-horizontal-padding);
  background: #fff;
  border-radius: 0;
  border: 1px solid #d5d4d4;
  font-size: 14px;
  line-height: 24px;
  transition: border 0.2s linear;
  cursor: pointer;
  display: flex;
  align-items: center;
  outline: none;
}
.choices__inner[data-v-11f02bc4]::after {
  background: url("/icons/icon-chevron-down.svg") no-repeat;
  position: absolute;
  content: "";
  height: 7px;
  width: 10px;
  top: 50%;
  right: var(--igao-horizontal-padding);
  transform: translateY(-50%);
  transition: transform 0.2s linear;
  pointer-events: none;
  border: none;
  z-index: 1;
}
.choices__list--single[data-v-11f02bc4] {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  gap: 3.75px;
  width: 100%;
  min-width: 0;
}
.choices__item[data-v-11f02bc4] {
  font-size: 14px;
  line-height: 1.57;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  color: #4a4a4a;
  flex-shrink: 0;
  width: auto;
  white-space: nowrap;
}
@media (max-width: 960px) {
.choices__item[data-v-11f02bc4] {
    font-size: 16px;
    line-height: 1.5;
}
}
.choices__placeholder[data-v-11f02bc4] {
  color: #878787;
}
.choices__inner .choices__list--single > .choices__item[data-v-11f02bc4] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
}
.choices__item-label[data-v-11f02bc4] {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.choices__item-copy[data-v-11f02bc4] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-width: 0;
}
.choices__item-main[data-v-11f02bc4] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  min-width: 0;
  flex: 1 1 auto;
}
.choices__item-sub-label[data-v-11f02bc4] {
  color: #878787;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}
.choices__item-sub-label--strikethrough[data-v-11f02bc4] {
  text-decoration: line-through;
}
.choices__item-description[data-v-11f02bc4] {
  color: #878787;
  font-size: 12px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
  text-align: right;
  flex-shrink: 0;
}
.choices[data-type=select-multiple] .choices__inner .choices__item[data-v-11f02bc4] {
  padding: 1px 8px;
  max-width: 100%;
  flex: 0 0 auto;
  border: 1px solid #D5D4D4;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.igao-dropdown.igao-dropdown--tag-style .choices__inner .choices__item[data-v-11f02bc4] {
  background: #0567a7;
  color: #fff;
  padding: 1px 8px;
  max-width: calc(100% - 16px);
  flex: 0 0 auto;
  box-shadow: 0 1px 2px 0 rgba(51, 51, 51, 0.12);
}
.igao-dropdown.igao-dropdown--tag-style .choices__inner .choices__item-label[data-v-11f02bc4],
.igao-dropdown.igao-dropdown--tag-style .choices__inner .choices__item-sub-label[data-v-11f02bc4],
.igao-dropdown.igao-dropdown--tag-style .choices__inner .choices__item-description[data-v-11f02bc4] {
  color: inherit;
}
.igao-dropdown.igao-dropdown--tag-style .choices__inner .choices__list--single > .choices__item.choices__placeholder[data-v-11f02bc4] {
  background: none;
  border: none;
  box-shadow: none;
  color: #878787;
  padding: 0;
  max-width: 100%;
  flex: 0 1 auto;
  opacity: 1;
  font-weight: 600;
}
.choices[data-type=select-multiple] .choices__inner .choices__list--single > .choices__item.choices__placeholder[data-v-11f02bc4] {
  background: none;
  border: none;
  box-shadow: none;
  color: #878787;
  padding: 0;
  max-width: 100%;
  flex: 0 1 auto;
  opacity: 1;
  font-weight: 600;
}
.choices[data-type=select-multiple] .choices__inner[data-v-11f02bc4] {
  padding-bottom: var(--igao-vertical-padding);
}
.igao-dropdown.igao-dropdown--loading .choices__inner[data-v-11f02bc4]::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border-11f02bc4 0.75s linear infinite;
}
.igao-dropdown.igao-dropdown--has-errors .choices__inner[data-v-11f02bc4] {
  border-color: #c63120 !important;
}
.choices__list--dropdown[data-v-11f02bc4] {
  position: absolute;
  z-index: 7778;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
  color: #333333;
  background-color: #fff;
  border: 1px solid #eeeeee;
  max-height: 320px;
  overflow: auto;
}
.choices__search[data-v-11f02bc4] {
  border-bottom: 1px solid #eeeeee;
}
.choices__search input[type=search][data-v-11f02bc4] {
  width: 100%;
  border: 0;
  padding: 10px 12px;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #333333;
}
.choices__search input[type=search][data-v-11f02bc4]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background-color: #333333;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.47 1.06L6 4.59l3.53-3.53 1.41 1.41L7.41 6l3.53 3.53-1.41 1.41L6 7.41l-3.53 3.53-1.41-1.41L4.59 6 1.06 2.47l1.41-1.41z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2.47 1.06L6 4.59l3.53-3.53 1.41 1.41L7.41 6l3.53 3.53-1.41 1.41L6 7.41l-3.53 3.53-1.41-1.41L4.59 6 1.06 2.47l1.41-1.41z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media (max-width: 960px) {
.choices__search input[type=search][data-v-11f02bc4] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 16px;
}
}
.choices__group .choices__heading[data-v-11f02bc4] {
  border: none;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.67;
  text-transform: uppercase;
  color: #878787;
  padding: 5px 12px;
}
.choices__item--choice[data-v-11f02bc4],
.choices__item--empty[data-v-11f02bc4] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: none;
  background: none;
  border: none;
  border-top: 1px solid #eeeeee;
  padding: 9px 20px;
  word-break: break-word;
  font-weight: 600;
  text-align: left;
  color: #333333;
  white-space: pre-wrap;
}
.choices__item--choice[data-value=ALL_VALUE][data-v-11f02bc4],
.choices__item--empty[data-value=ALL_VALUE][data-v-11f02bc4] {
  padding-left: 12px;
}
.choices__item--choice[data-v-11f02bc4]:first-of-type,
.choices__item--empty[data-v-11f02bc4]:first-of-type {
  border-top: none;
}
.choices__item--choice.is-highlighted[data-v-11f02bc4], .choices__item--choice.is-selected[data-v-11f02bc4],
.choices__item--empty.is-highlighted[data-v-11f02bc4],
.choices__item--empty.is-selected[data-v-11f02bc4] {
  background-color: #e9f3fa;
}
.choices__item--choice.is-selected[data-v-11f02bc4],
.choices__item--empty.is-selected[data-v-11f02bc4] {
  position: relative;
  padding-right: 42px;
}
.choices__item--choice.is-selected[data-v-11f02bc4]::after,
.choices__item--empty.is-selected[data-v-11f02bc4]::after {
  content: "";
  position: absolute;
  background: url("/icons/checkmark-dropdown.svg") no-repeat;
  width: 16px;
  height: 16px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.choices__item--choice[data-v-11f02bc4]:disabled,
.choices__item--empty[data-v-11f02bc4]:disabled {
  cursor: not-allowed;
}
.choices__item--empty[data-v-11f02bc4] {
  cursor: default;
}
.choices__button[data-v-11f02bc4] {
  background: none;
  -webkit-mask-image: url("/icons/remove.svg");
          mask-image: url("/icons/remove.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #878787;
  width: 12px;
  height: 12px;
  border: none;
  margin: 0;
  padding: 0;
  opacity: 0.75;
  cursor: pointer;
  margin-left: 6px;
  width: 12px;
  height: 12px;
  min-width: 12px;
  position: relative;
}
.choices__button[data-v-11f02bc4]:hover {
  opacity: 1;
}
.choices__button[data-v-11f02bc4]::before, .choices__button[data-v-11f02bc4]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 1px;
  background: currentColor;
}
.choices__button[data-v-11f02bc4]::before {
  transform: rotate(45deg);
}
.choices__button[data-v-11f02bc4]::after {
  transform: rotate(-45deg);
}
@keyframes spinner-border-11f02bc4 {
to {
    transform: rotate(360deg);
}
}