.c-item-2 {
  width: 100%;
  font-family: 'Public Sans', Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  padding-top: 1em;
}

.c-item-2-toolbar {
  width: 100%;
  background-color: #e8e8e8;
  min-height: 2.7142857143em;
}

.c-item-2-toolbar-left {
  float: left;
}

.c-item-2-toolbar-right {
  float: right;
  line-height: 1.5em;
  padding: 0.6em 1.2em;
  color: #4d4d4d;
}

.c-item-2-toolbar-right span {
}

.c-item-2-button {
  background-image: none;
  background-color: #eaeaea;
  color: #333333;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-transform: none;
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
  outline: none;
  padding: 0.6em 1.2em;
  line-height: 1.5em;
  border-radius: 2px;
  transition: 0.2s linear background-color,color;
  box-shadow: none;
  user-select: none;
  text-align: center;
  -webkit-appearance: button;
  margin: 5px;
}
.c-item-2-button:active {
  box-shadow: inset 0 0 0 1px #52a8ec, inset 0px 2px 12px #888888;
}

.max-length-exceeded {
  /*color: red;*/
}

.c-item-2-textwrapper {
  width: 100%;
}

.c-item-2-toolbar-inner {
  border-top: 3px solid #e8e8e8;
  border-left: 3px solid #e8e8e8;
  border-right: 3px solid #e8e8e8;
}

.c-item-2 textarea {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  color: inherit;
  white-space: pre-wrap;
  height: 350px;
  outline: none;
  resize: none;
  margin: 0;
  padding: 0.5em;
  border: 3px solid #e8e8e8;
  box-sizing: border-box;
}