.form-group.form-control-text-area {
  width: 100%;
  .form-content {
    .focus-border {
      &::before,
      &::after {
        bottom: 5px;
      }
    }
  }

  textarea {
    resize: vertical;
  }

  .message {
    display: inline-block;
    width: calc(90% - 24px);
  }

  .counter {
    display: inline-block;
    width: 10%;
    margin-right: 12px;

    font-weight: 500;
    font-size: 11px;
    text-align: right;

    color: var(--dss-text-light);
  }
}
