/* 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-error {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 12px;
  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;
}

div.vega-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 9999px;
  position: relative;
  box-sizing: content-box;
  height: 24px;
  width: 48px;
  padding: 4px;
  background-color: rgba(var(--v-bg-toggle-switch, 107, 116, 125, 0.7));
}
div.vega-container:hover {
  background-color: rgba(var(--v-bg-toggle-switch-hover, 107, 116, 125, 1));
}

div.vega-container.vega-container-checked {
  background-color: rgba(var(--v-bg-action, 19, 98, 226, 1));
}
div.vega-container.vega-container-checked:hover {
  background-color: rgba(var(--v-bg-action-hover, 4, 112, 236, 1));
}

div.vega-container.vega-container-disabled {
  background-color: rgba(var(--v-bg-disabled, 176, 180, 181, 1));
}

div.vega-container.vega-container-checked.vega-container-disabled {
  background-color: rgba(var(--v-bg-toggle-switch-selected-disabled, 153, 192, 255, 1));
}

div.vega-container-small-size {
  box-sizing: border-box;
  height: 20px;
  width: 32px;
  padding: 2px;
}

div.vega-container > span {
  margin-left: 0px;
  transition-property: margin;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}

div.vega-container:focus-within {
  outline: 2px solid rgba(var(--v-border-color-action, 19, 98, 226, 1));
  outline-offset: 2px;
}

div.vega-container-checked > span {
  margin-left: 24px;
}

div.vega-container-checked.vega-container-small-size > span {
  margin-left: 12px;
}

div.vega-container > input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  -webkit-tap-highlight-color: transparent;
}

div.vega-container input:disabled {
  cursor: default;
}

div.vega-container > span {
  display: inline-block;
  border-radius: 9999px;
  box-shadow: var(--v-shadow-form-field, 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.1));
  width: 24px;
  height: 24px;
  background-color: rgba(var(--v-bg-primary, 252, 252, 252, 1));
  box-shadow: var(--v-shadow-form-field, 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.1));
  transition-property: margin;
  transition-duration: 0.1s;
  transition-timing-function: linear;
}

div.vega-container-small-size {
  height: 20px;
}

div.vega-container-small-size > span {
  width: 16px;
  height: 16px;
}

div {
  align-self: center;
}