.text-field-box {
  position: relative;
  padding-block: 0.81rem;
  padding-inline: 1rem;
  border: 0.5px solid var(--bs-accent-one);
  border-radius: 4px;
  height: 192px;
}

.text-field-box:hover {
  border: 1px solid var(--bs-accent-one);
}

.text-field-box textarea {
  width: 100%;
  height: 100%;
  border: none;
  cursor: text;
  resize: none;
  outline: none -webkit-focus-ring-color none;
  outline-style: none;
  outline-width: 0;
}

.text-field-box label {
  position: absolute;
  top: 0.81rem;
  left: 1rem;
  padding-inline: 0.18rem;
  background-color: #fff;
  pointer-events: none;
  transition: 0.1s ease-in;
}

.text-field-box.focused label {
  font-size: 0.75rem;
  top: -0.65rem;
  font-weight: 300;
}
