/* Hide element visually, keeping it focusable (with keyboard) and available for screen-readers */
/* Form Sizes */
.Form--mini {
  font-size: 0.8125rem;
}

.Form--tiny {
  font-size: 0.875rem;
}

.Form--small {
  font-size: 0.9375rem;
}

.Form--medium {
  font-size: 1rem;
}

.Form--large {
  font-size: 1.125rem;
}

.Form--big {
  font-size: 1.3125rem;
}

.Form--huge {
  font-size: 1.4375rem;
}

.Form--massive {
  font-size: 1.6875rem;
}

/* Stretching of Input when placed in a Field */
.Form .FormField .Input,
.Form .FormGroup .FormField .Input {
  width: 100%;
}

/* Backward compatibility with Semantic.React Fields */
.Fields.Fields--error .Field .Input > input,
.Fields.Fields--error .Field .TextArea,
.Field.Field--error .Input > input,
.Field.Field--error .TextArea {
  background-color: var(--colorsSurfaceCriticalSubdued, #ffece9);
  border-color: var(--colorsBorderCritical, #e13212);
  color: var(--colorsTextCritical, #bf2a00);
  box-shadow: none;
}
.Fields.Fields--error .Field .Input > input:focus,
.Fields.Fields--error .Field .TextArea:focus,
.Field.Field--error .Input > input:focus,
.Field.Field--error .TextArea:focus {
  background-color: var(--colorsSurfaceCriticalSubdued, #ffece9);
  border-color: var(--colorsBorderCritical, #e13212);
  color: var(--colorsTextCritical, #bf2a00);
  box-shadow: none;
  -webkit-appearance: none;
}

/* OptionList overrides specific to the Select */
.a-Select {
  /* Set color on root of component. It can be overridden after the @include */
  color: var(--colorsTextDefault, #141414);
  /* Make sure font-family goes across entire component */
  font-family: "Nunito Sans", sans-serif;
}

.Select--flat .OptionList__option--text .Checkbox__html-label {
  align-items: flex-start;
}
.Select--flat .OptionList__option--text .Checkbox__html-label .Checkbox__box {
  top: 1px;
}

.Select__header {
  width: 100%;
}

.Select__search-clear {
  position: absolute;
  right: 4px;
  top: 4px;
}
.Select__search-clear.Select__search-clear--loading {
  right: calc(32px + 4px);
}
.Select__search-clear .Button.Button--icon-only {
  border-radius: 50%;
  margin-top: 1px;
  padding: 1px 4px;
}
.Select__search-clear .Button.Button--icon-only::before {
  border-radius: 50%;
}
.Select__search-clear .Button.Button--icon-only .Button__icon svg {
  width: 14px;
}

.Select__search .Select__input-clearable .Input.Input--small input {
  padding-right: 24px;
}

.Select__search {
  position: relative;
}
.Select__search .Input.Input--small input {
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.Select__search ~ .Select__filter {
  margin-left: 16px;
}

.Select__title {
  margin-top: -2px;
}
.Select__title + .Select__header-controls {
  margin-top: 16px;
}

.Select__filter {
  font-size: 14px;
}
.Select__filter .a-Icon {
  margin-right: 1px;
}

.Select__OptionList {
  margin: 0 -16px;
}
.Select__OptionList .Divider {
  margin-left: -8px;
  margin-right: -8px;
}
.Select__OptionList .Divider + .OptionList__header {
  padding-top: 4px;
}
.Select__OptionList .Checkbox__label {
  word-break: break-word;
}

.OptionList--multi-select .Select--flat .OptionList__option,
.OptionList--multi-select .Select--tree .OptionList > .OptionList__group {
  padding: 0;
}
.Select--flat .OptionList__option:first-of-type,
.Select--tree .OptionList > .OptionList__group:first-of-type {
  margin-top: -8px;
}
.Select--flat .OptionList__option:last-of-type,
.Select--tree .OptionList > .OptionList__group:last-of-type {
  margin-bottom: -8px;
}

.Trigger {
  /* Set color on root of component. It can be overridden after the @include */
  color: var(--colorsTextDefault, #141414);
  /* Make sure font-family goes across entire component */
  font-family: "Nunito Sans", sans-serif;
  box-sizing: border-box;
  width: 100%;
  background: var(--colorsSurfaceDefault, white);
  border: 1px solid var(--colorsBorderGrey, #dfe0e1);
  border-radius: 3px;
  color: var(--colorsTextDefault, #141414);
  padding: 7px 12px;
  cursor: pointer;
  position: relative;
}
.Trigger:focus, .Trigger:active {
  border-color: var(--colorsBorderPrimary, #0265dc);
  box-shadow: 0 0 0 3px var(--colorsFocusRingPrimary, #a9d1ff);
  outline: 0;
}
.Trigger .TagGroup {
  margin-top: -8px;
}
.Trigger .Tag {
  cursor: default;
}
.Trigger .Trigger__placeholder {
  line-height: 1.5;
  opacity: 0.4;
}
.Trigger.Trigger--error .Trigger__placeholder {
  color: var(--colorsTextCritical, #bf2a00);
  opacity: 0.4;
}
.Trigger .Trigger__clear.Button {
  border-radius: 100%;
  margin-top: 1px;
  padding: 1px 4px;
  background: transparent;
}
.Trigger .Trigger__clear.Button::before {
  border-radius: 100%;
}
.Trigger .Trigger__clear.Button .Button__icon svg {
  width: 14px;
}

.Trigger--s-small {
  padding: 3px 10px;
}

.Trigger--s-large {
  padding: 11px 11px;
}

.Trigger--open {
  border-color: var(--colorsBorderPrimary, #0265dc);
}
.Trigger--open.Trigger--error {
  border-color: var(--colorsBorderCritical, #e13212);
}

.Trigger--error {
  border-color: var(--colorsBorderCritical, #e13212);
  color: var(--colorsTextCritical, #bf2a00);
  background-color: var(--colorsSurfaceCriticalSubdued, #ffece9);
}
.Trigger--error:focus, .Trigger--error:active {
  border-color: var(--colorsBorderCritical, #e13212);
  box-shadow: 0 0 0 3px var(--colorsFocusRingCritical, #ffb2a0);
}
.Trigger--error .Trigger__value,
.Trigger--error .Button {
  color: var(--colorsTextCritical, #bf2a00);
}

.Trigger--disabled {
  cursor: not-allowed;
  opacity: 0.6;
  background-color: var(--colorsSurfaceGreySubdued, #f7f7f7);
}
.Trigger--disabled.Trigger--error {
  background-color: var(--colorsSurfaceCriticalSubdued, #ffece9);
}
.Trigger--disabled.Trigger--error .Trigger__clear.Button--disabled.Button--subtle {
  color: var(--colorsTextCritical, #bf2a00);
}
.Trigger--disabled .Trigger__clear.Button--disabled.Button--subtle {
  opacity: 1;
}

.Trigger__shortLabel {
  align-items: center;
  background: transparent;
  color: var(--colorsTextSubdued, #606162);
  display: flex;
  margin: -7px 0 -7px -12px;
  z-index: 0;
  padding: 0 11px;
}
.Trigger--s-small .Trigger__shortLabel {
  margin-right: 10px;
}
.Trigger--s-large .Trigger__shortLabel {
  margin-right: 11px;
}
.Trigger--error .Trigger__shortLabel {
  color: var(--colorsTextCritical, #bf2a00);
  border-color: var(--colorsBorderCritical, #e13212);
}
.Trigger-open .Trigger__shortLabel, .Trigger:active .Trigger__shortLabel {
  border-color: var(--colorsBorderPrimary, #0265dc);
}

.Trigger__shortLabel--left {
  border-radius: 3px 0 0 3px;
  margin: -7px 0 -7px -12px;
}
.Trigger--s-small .Trigger__shortLabel--left {
  margin: -3px 0 -3px -10px;
}
.Trigger--s-large .Trigger__shortLabel--left {
  margin: -11px 0 -11px -11px;
}
.Trigger:active .Trigger__shortLabel--left, .Trigger--open .Trigger__shortLabel--left {
  border-right-color: var(--colorsBorderPrimary, #0265dc);
}
.Trigger--error:active .Trigger__shortLabel--left, .Trigger--error.Trigger--open .Trigger__shortLabel--left {
  border-right-color: var(--colorsBorderCritical, #e13212);
}

.Trigger__shortLabel--right {
  border-radius: 0 3px 3px 0;
  margin: -7px -12px -7px 0;
}
.Trigger--s-small .Trigger__shortLabel--right {
  margin: -3px -10px -3px 0;
}
.Trigger--s-large .Trigger__shortLabel--right {
  margin: -11px -11px -11px 0;
}
.Trigger:active .Trigger__shortLabel--right, .Trigger--open .Trigger__shortLabel--right {
  border-right-color: var(--colorsBorderPrimary, #0265dc);
}
.Trigger--error:active .Trigger__shortLabel--right, .Trigger--error.Trigger--open .Trigger__shortLabel--right {
  border-right-color: var(--colorsBorderCritical, #e13212);
}

.Trigger__controls {
  align-self: flex-start;
  margin-left: auto;
  min-height: 24px;
  padding-left: 8px;
}

.Trigger__arrow.a-Icon {
  align-self: center;
  color: var(--colorsTextSubdued, #606162);
}
.Trigger--error .Trigger__arrow.a-Icon {
  color: var(--colorsTextCritical, #bf2a00);
}

.Trigger__value {
  word-break: break-word;
}

.SelectDrillIn__header {
  width: 100%;
}

.SelectDrillIn__title {
  padding-right: 28px;
}

.Select--DrillIn .Popover__header {
  background-color: var(--colorsSurfaceGreySubdued, #f7f7f7);
}

.SelectDrillIn__back {
  margin-left: -8px;
}
.Select__focus:focus-within .SelectDrillIn__back {
  background: var(--colorsHoverDefault, rgba(20, 20, 20, 0.08));
  border-radius: 3px;
  box-shadow: 0 0 0 3px var(--colorsFocusRingPrimary, #a9d1ff);
}

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