/* 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;
}
:host vega-field-label {
  margin-bottom: 8px;
}
:host vega-input::part(input-container) {
  padding-left: 0px;
  padding-right: 0px;
}
:host vega-input.small {
  width: 38px;
  height: 42px;
  box-sizing: border-box;
}
:host vega-input.medium {
  width: 42px;
  height: 50px;
  box-sizing: border-box;
}
:host vega-input::part(input) {
  text-align: center;
}
:host vega-input.small::part(input-container) {
  padding-top: 8px;
  padding-bottom: 8px;
}
:host vega-input.medium::part(input-container) {
  padding-top: 12px;
  padding-bottom: 12px;
}
:host .vega-input-passcode-container.error vega-input::part(input-container) {
  border: 1px solid rgba(var(--v-border-input-field-danger, 230, 50, 87, 1));
}
:host .vega-input-passcode-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-input-passcode-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));
  box-shadow: 0 0 0;
}
:host .vega-error {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  color: rgba(var(--v-text-error, 189, 41, 71, 1));
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  :host .vega-error {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  :host .vega-error {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 9999px) {
  :host .vega-error {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
  }
}
:host .vega-hidden {
  display: none;
}