.webvn-textbox {
  font-family: sans-serif;
  z-index: 100;
  margin: 1em;
  color: #222222;
  border: 1px solid black;
  background: #f3d0b4dd;
  padding: 1em;
  border-radius: 15px;
  min-height: 150px;
  max-height: 300px;
  position: relative;
  opacity: 0;

  /* display: flex; */
  /* flex-direction: column; */
  height: auto;
  /* flex: 1; */
  transition-property: transform, opacity;
  transition-duration: 500ms, 500ms;
}

.webvn-textbox-text {
  font-size: 16px;
  line-height: 1.5em;
  /* flex: 1 0; */
  /* height: auto; */
  /* transition-property: transform, opacity, flex; */
  /* transition-duration: 400ms, 400ms, 400ms; */
}

.webvn-textbox-name {
  display: none;
  color: #222222;
  border: 1px solid black;
  background: #f9f2edee;
  position: absolute;
  top: -0.6em;
  left: -0.5em;
  font-size: 1.2em;
  line-height: 1.5em;
  border-radius: 15px;
  padding: 0px 12px;
  font-weight: 700;
}