.semantic-anvil-theme.Select-wrapper {
  position: relative;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown {
  background-color: var(--colorsSurfaceDefault, white);
  color: var(--colorsTextDefault, #141414);
  border-color: var(--colorsBorderGrey, #dfe0e1);
  /*
   * Fix for collapsing trigger if no value been set, since newer
   * semantic-ui-react-v2.0.1 removes empty .text node form trigger in such scenario
   */
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown .menu {
  border-color: var(--colorsBorderGrey, #dfe0e1) !important;
  background-color: var(--colorsSurfaceDefault, white);
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown .menu > .item {
  color: var(--colorsTextDefault, #141414);
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown .menu > .item.selected {
  background-color: var(--colorsHoverPrimary, rgba(2, 101, 220, 0.1));
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown .menu > .item:hover {
  background-color: var(--colorsHoverDefault, rgba(20, 20, 20, 0.08));
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.error {
  color: var(--colorsTextCritical, #bf2a00);
  background-color: var(--colorsSurfaceCriticalSubdued, #ffece9);
  border-color: var(--colorsBorderCritical, #e13212);
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.error .menu {
  border-color: var(--colorsBorderCritical, #e13212) !important;
  background-color: var(--colorsSurfaceCriticalSubdued, #ffece9);
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.error .menu > .item {
  color: var(--colorsTextCritical, #bf2a00);
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.error .menu > .item.selected {
  background-color: var(--colorsActiveCritical, rgba(225, 50, 18, 0.3));
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.error .menu > .item:hover {
  background-color: var(--colorsHoverCritical, rgba(225, 50, 18, 0.1));
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.error:focus, .semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.error:focus-within {
  box-shadow: 0 0 0 3px var(--colorsFocusRingCritical, #ffb2a0) !important;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.visible > .text:not(.default) {
  color: var(--colorsTextDefault, #141414);
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown:not(.button) > .default.text {
  color: var(--colorsTextDefault, #141414);
  opacity: 0.4;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown > .dropdown.icon {
  color: var(--colorsTextSubdued, #606162);
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.loading .icon svg {
  display: none;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.loading.Select--small > .dropdown.icon {
  top: 0;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.loading.Select--large > .dropdown.icon {
  top: 0;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.Select {
  font-size: 16px;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown input {
  font-size: 1em;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.Select--small {
  min-height: auto;
  padding-top: 0.1875em;
  padding-right: 2.4375em;
  padding-bottom: 0.1875em;
  padding-left: 0.6875em;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.Select--small.multiple {
  padding-top: 0;
  padding-right: 1.9375em;
  padding-bottom: 0;
  padding-left: 0.1875em;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.Select--small.multiple > .label {
  margin: 3px;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.Select--small.multiple > .text {
  min-height: 7px;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.Select--small > .dropdown.icon {
  top: calc(0.1875em + 4px);
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.Select--large {
  padding-top: 0.7em;
  padding-right: 2.4375em;
  padding-bottom: 0.7em;
  padding-left: 0.6875em;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.Select--large.multiple {
  padding-top: calc(0.7em - 4px);
  padding-right: 1.9375em;
  padding-bottom: calc(0.7em - 4px);
  padding-left: 0.1875em;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.Select--large > .dropdown.icon {
  top: calc(0.7em + 4px);
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.Select--clearable {
  padding-right: 3em;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.Select--clearable + .Select__clear-icon {
  top: 12px;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.Select--clearable.Select--small + .Select__clear-icon {
  top: 8px;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.Select--clearable.Select--large + .Select__clear-icon {
  top: 16px;
}
.FormField--Select .semantic-anvil-theme.Select-wrapper .ui.selection.dropdown {
  width: 100%;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.active + .Select__clear-icon, .semantic-anvil-theme.Select-wrapper .ui.selection.dropdown:hover + .Select__clear-icon {
  z-index: 10;
  color: var(--colorsTextCritical, #bf2a00);
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown:focus, .semantic-anvil-theme.Select-wrapper .ui.selection.dropdown:focus-within {
  box-shadow: 0 0 0 3px var(--colorsFocusRingPrimary, #a9d1ff) !important;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown::before {
  content: "";
  opacity: 0;
  position: relative;
  display: inline-block;
  margin: 0.5rem 0;
  line-height: 1;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.multiple::before {
  min-height: 9px;
}
.semantic-anvil-theme.Select-wrapper .ui.selection.dropdown.Select--small.multiple::before {
  min-height: 7px;
}
.semantic-anvil-theme.Select-wrapper .Select__clear-icon {
  position: absolute;
  right: 2em;
  color: var(--colorsTextOnGreySubdued, #949596);
  cursor: pointer;
}
.semantic-anvil-theme.Select-wrapper .Select__clear-icon:hover {
  color: var(--colorsTextCritical, #bf2a00);
}
.semantic-anvil-theme.Select-wrapper .text,
.semantic-anvil-theme.Select-wrapper .group {
  font-family: "Nunito Sans", sans-serif;
}

/*# sourceMappingURL=index.css.map */
