@import "../../constants/index.scss";

.textHSL {
  display: flex;
  flex-direction: column;
  min-width: 240px;
  max-width: $width;
  &Text {
    overflow-wrap: break-word;
    white-space: pre-wrap;
  }

  &QuickReplies {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  &QuickReply {
    padding: 8px;
    background-color: #fff;
    border: 1px solid $primary-color;
    margin-right: 8px;
    color: $primary-color;
    font-size: 12px;
    border-radius: 8px;
    line-height: 16px;
    white-space: nowrap;
  }

  &Error {
    border: 1px solid #ef8b93 !important;
    cursor: not-allowed;
  }
}
