.ssl_chat_area {
  max-height: 400px;
  overflow: hidden auto;
}
.ssl_chat_body {
    margin: 0 10px 0 0;
    margin-bottom: 0;
    height: 100%;
}
.ssl_system_msg {
    max-width: 80%;
    margin-bottom: 14px;
    clear: both;
}
.ssl_system_msg_with_avater {
    display: flex;
    align-items: end;
}
.ssl_system_msg_with_avater_left img {
    width: 32px;
}
.ssl_system_msg .ssl_system_msg_with_avater:last-child .ssl_system_msg_with_avater_right {
    margin-bottom: 0;
}
.ssl_system_msg p {
    font-size: 14px;
    line-height: 18px;
    background: #F4F8FE;
    border-radius: 4px 20px 20px 20px;
    padding: 12px 15px;
    margin: 0 0 4px 0;
    color: #313234!important;
}
.ssl_chat_body .revarse p {
   text-align: justify;
}
.ssl_system_msg span {
    font-size: 10px;
    line-height: 12px;
    color: rgb(153, 153, 153);
    float: left;
}
.ssl_system_msg p span {
  font-weight: 700;
  font-size: 14px;
  color: #2a5da8;
  display: block;
  float: none;
  margin-bottom: 6px;
}
.ssl_system_msg_with_avater_left {
    margin-right: 6px;
    margin-bottom: 22px;
}
.ssl_system_msg .ssl_system_msg_with_avater:last-child .ssl_system_msg_with_avater_left {
    opacity: 1;
}
.ssl_system_msg.revarse {
    float: right;
    margin-bottom: 14px;
    text-align: right;
}
.ssl_system_msg.revarse p {
    font-size: 14px;
    line-height: 18px;
    /* border: 1px solid #ECECEC; */
    background: #2a5da8;
    border-radius: 20px;
    border-radius: 20px 20px 4px 20px;
    padding: 12px 15px;
    margin: 0;
    color: #fff!important;
}
.ssl_system_msg.revarse span {
    font-size: 10px;
    line-height: 12px;
    color: rgb(153, 153, 153);
    float: right;
}
.ssl_system_msg.revarse p {
    margin-bottom: 4px;
}
