.material-symbols-rounded {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}

:host {
  display: block;
}

label {
  font-weight: 500;
  font-size: 16px;
  line-height: 18.752px;
  color: #212121;
}
label .textarea-container {
  position: relative;
}
label .textarea-container textarea {
  font-family: "Roboto", serif;
  box-sizing: border-box;
  width: 100%;
  padding: 9px 16px;
  font-size: 16px;
  line-height: 18.752px;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  margin-top: 8px;
  resize: none;
}
label .textarea-container textarea.no-label {
  margin-top: 0;
}
label .textarea-container textarea ~ .errorBubble {
  font-size: 14px;
  line-height: 16.408px;
  font-weight: normal;
  width: 100%;
  font-family: "Roboto", sans-serif;
  color: #dc0000;
  display: flex;
  align-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 4px;
}
label .textarea-container textarea ~ .errorBubble:not(.visible) {
  display: none;
}
label .textarea-container textarea ~ .errorBubble span {
  color: #dc0000;
  font-size: 16px;
  margin-right: 4px;
}
label .textarea-container textarea:focus {
  border-color: #1479c6;
}
label .textarea-container textarea:focus-visible {
  outline: none;
}
label .secondarylabel {
  color: #757575;
  font-size: 14px;
  line-height: 16.408px;
  font-weight: normal;
  display: flex;
  margin-top: 4px;
}
label .optional {
  color: #757575;
  font-weight: normal;
}