@import "@styles/theme.scss";
@import "@styles/custom.scss";

.texteara-wrap {
  background-color: #fff;

  .form-textarea {
    padding: 20px 32px 20px 30px;

    .text-view {
      height             : 200px;
      border             : none;
      overflow           : hidden;
      padding            : 20px 26px 20px 20px;
      background-color   : #fff;
      margin-top         : 20px;
      border             : 1px solid #e5e5e5;
      // position        : relative;

      .text-value {
        color           : $black;
        width           : 100%;
        // position     : absolute;
        // top          : 10px;
        // opacity   : .5;
        // padding: 10px;
      }
    }

  }

  Textarea {
    position      : relative;
    bottom        : 12px;
    right         : 10px;
    letter-spacing: normal;
  }

  Text {
    letter-spacing: normal;
  }
}

.textarea-extra-wrap {
  margin-top: 20px;
}