/* 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;
  width: 100%;
  text-align: left;
}

:host .vega-textarea-container {
  display: flex;
  position: relative;
  width: 100%;
  resize: vertical;
  box-sizing: border-box;
  background-color: rgba(var(--v-bg-primary, 252, 252, 252, 1));
  border: 1px solid rgba(var(--v-border-input-field, 171, 198, 216, 1));
  border-radius: 8px;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: rgba(var(--v-text-primary, 32, 54, 69, 1));
  min-height: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  :host .vega-textarea-container {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  :host .vega-textarea-container {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 9999px) {
  :host .vega-textarea-container {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
  }
}

:host textarea {
  display: block;
  position: relative;
  padding-top: 12px;
  padding-right: 16px;
  padding-bottom: 32px;
  padding-left: 16px;
  width: 100%;
  resize: vertical;
  box-sizing: border-box;
  background-color: rgba(var(--v-bg-primary, 252, 252, 252, 1));
  border-radius: 8px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-style: none;
  overflow: auto;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: rgba(var(--v-text-primary, 32, 54, 69, 1));
  min-height: 48px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  :host textarea {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1439px) {
  :host textarea {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 9999px) {
  :host textarea {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
  }
}

:host .vega-textarea-container.vega-textarea-not-resizable {
  resize: none;
}
:host .vega-textarea-container.vega-textarea-not-resizable textarea {
  resize: none;
}

:host vega-field-label {
  margin-bottom: 8px;
}

:host .vega-textarea-counter {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: flex;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 4px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0px;
  color: rgba(var(--v-text-inverted-primary, 252, 252, 252, 1));
  background-color: rgba(var(--v-bg-textarea-count, 4, 4, 28, 0.6));
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  :host .vega-textarea-counter {
    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-textarea-counter {
    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-textarea-counter {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
  }
}

:host .vega-textarea-counter.counter-exceed-max-length {
  background-color: rgba(var(--v-bg-textarea-counter-exceed-max-length, 214, 46, 81));
}

:host textarea::placeholder {
  color: rgba(var(--v-text-input-placeholder, 176, 180, 181, 1));
}

: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-text {
  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-secondary, 107, 116, 125, 1));
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  :host vega-text {
    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-text {
    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-text {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
  }
}

:host .vega-textarea-container:hover {
  border: 1px solid rgba(var(--v-border-input-field-hover, 115, 160, 190, 1));
}

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

:host .vega-textarea-container.error {
  border: 1px solid rgba(var(--v-border-input-field-danger, 230, 50, 87, 1));
}

:host .vega-textarea-container.error:hover {
  border: 1px solid rgba(var(--v-border-input-field-danger-hover, 255, 87, 114, 1));
}

:host .vega-textarea-container.error:focus-within {
  border: 1px solid rgba(var(--v-border-input-field-danger-focus, 233, 71, 104, 1));
  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));
}

:host(.disabled) textarea {
  color: rgba(var(--v-text-input-disabled, 107, 116, 125, 1));
  background-color: rgba(var(--v-bg-secondary, 245, 247, 247, 1));
}

:host(.disabled) .vega-textarea-container {
  border: 1px solid rgba(var(--v-border-input-field-disabled, 222, 225, 227, 1));
}

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