.kms-textarea-disabled.kms-textarea {
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.25);
}
.kms-textarea-empty .kms-textarea-placeholder {
  font-size: 14px;
  position: absolute;
  left: 11px;
  color: #bfbfbf;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 3px;
  pointer-events: none;
}
.kms-textarea-editable.kms-textarea {
  padding: 4px 11px 24px;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  border-color: #d9d9d9;
}
.kms-textarea {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
  resize: vertical;
  background: #fff;
  position: relative;
}
.kms-textarea .ProseMirror-hideselection *::-moz-selection {
  background: inherit;
  color: #0082fc;
}
.kms-textarea .ProseMirror-hideselection *::selection {
  background: inherit;
  color: #0082fc;
}
.kms-textarea:focus-within {
  border-color: #0082fc;
}
.kms-textarea .ProseMirror-focused {
  outline: none;
}
.kms-textarea .kms-block-container .node-custom_link .react-node {
  display: inline-block;
  word-break: break-word;
}
.kms-textarea .kms-block-container p {
  margin: 0;
}
.kms-textarea_data-count {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  pointer-events: none;
  right: 5px;
}
