.messageComposer {
  position: relative;
  height: auto;
  border-top: 1px solid #ebebeb;
  transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hasFocus {
  border-top-color: #7ddef0;
}

.addFileContainer {
  position: absolute;
  top: 12px;
  left: 20px;
}

.textAreaContainer {
  background-color: #f5f5f5;
  padding: 10px;
}

.textarea {
  background-color: #f5f5f5;
}

.textarea::placeholder {
  overflow: hidden;
  color: #858688;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.textareaContainerBig {
  height: 150px;
}
