/* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */ /* This file is generated by vega-design 2.0.77 */
/**
 * Deprecated. Not for use in new websites.
 * https://developer.mozilla.org/en-US/docs/Web/CSS/word-break#break-word
 */
:host {
  display: inline-block;
  line-height: normal;
}

:host > label {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0px;
  color: rgba(var(--v-text-primary, 32, 54, 69, 1));
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  :host > label {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  :host > label {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 9999px) {
  :host > label {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
  }
}

:host > div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

:host > label + div {
  margin-top: 8px;
}

:host div.vega-stepper-container-edited vega-input::part(container-wrapper) {
  padding-left: 0px;
  padding-right: 0px;
}

:host(.disabled) vega-input::part(input-container) {
  text-align: center;
  background-color: rgba(var(--v-bg-transparent, 0, 0, 0, 0));
  padding: 0px;
  border: 0;
  box-shadow: unset;
}
:host(.disabled) vega-input::part(input-container):hover {
  border: 0;
}
:host(.disabled) vega-input::part(input) {
  background-color: rgba(var(--v-bg-transparent, 0, 0, 0, 0));
  color: rgba(var(--v-text-primary, 32, 54, 69, 1));
  border: 0;
}

:host vega-input::part(input) {
  width: 48px;
  text-align: center;
  -moz-appearance: textfield;
}
:host vega-input::part(input)::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
:host vega-input::part(input)::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
:host vega-input::part(error) {
  display: none;
}
:host vega-input::part(container-wrapper) {
  padding-left: 8px;
  padding-right: 8px;
}

:host .vega-error {
  display: none;
}

:host .vega-stepper-container.error vega-input::part(input-container) {
  border: 1px solid rgba(var(--v-border-input-field-danger, 230, 50, 87, 1));
}
:host .vega-stepper-container.error vega-input::part(input-container):hover {
  border: 1px solid rgba(var(--v-border-input-field-danger-hover, 255, 87, 114, 1));
}
:host .vega-stepper-container.error vega-input::part(input-container):focus-within {
  outline: 2px solid rgba(var(--v-border-color-danger, 230, 50, 87, 1));
  outline-offset: 3px;
  border: 1px solid rgba(var(--v-border-color-input-field-danger-focus, 233, 71, 104, 1));
}

.aria-announcement {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}