.text-area-input-container {
  position: absolute;
  pointer-events: none;
  overflow: hidden;
}

.text-area-content {
  width: 100%;
  position: absolute;
  white-space: pre-wrap;
  z-index: 100;
  height: 1000px;
}

.right-to-left-vertical-writing .text-area-content {
  width: 1000px;
}

.text-indent {
  display: inline-block;
}

#hide {
  /* position: absolute; */
  color: transparent;
  background-color: white;
  /* display: inline-block; */
  /* opacity: 0; */
  /* white-space: pre; */
}

.inputarea {
  /* text-underline-offset: -14px; */
  /* text-decoration: underline overline transparent; */
  /* text-decoration-skip-ink: none; */
  /* text-decoration: underline; */
  /* text-decoration-thickness: 14px; */
  /* text-decoration-color: white; */
  z-index: 101;
  font: inherit;
  font-style: bold;
  color: black;
  /* color: transparent; */
  background-color: transparent;
  border: none;
  margin: 0;
  min-height: 0;
  min-width: 0;
  outline: none !important;
  overflow: hidden;
  padding: 0;
  position: absolute;
  resize: none;
  line-height: 19px;
  box-sizing: border-box;
  pointer-events: none;
  overflow-anchor: none;
  /* overflow-wrap: break-word; */
}

.myLineDecoration {
  color: red;
}
