.dis_SB_C_chatwrap .dis_SB_mesasage_area {
    height: calc(100% - 145px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden auto;
}
.dis_SB_C_chatwrap .dis_SB_mesasage_area div:last-child {
    margin-bottom: 0;
}
.dis_SB_C_chatwrap .dis_userchat_sender .dis_chat_box {
    flex-direction: row-reverse;
}
.dis_SB_C_chatwrap .dis_chat_box {
    display: flex;
}
.dis_SB_C_chatwrap .dis_userchat_receiver .dis_chat_img {
    margin-right: 10px;
}
.dis_SB_C_chatwrap .dis_sc_topttl {
  font-size: 18px;
}
.dis_SB_C_chatwrap .dis_sc_head {
  padding: 15px 15px;
}
.dis_SB_C_chatwrap .dis_streamchat_msg img.emoji {
  width: 20px;
  height: 20px;
  margin: 0 1px;
}
.dis_SB_C_chatwrap .dis_streamchat_sendbox textarea {
width: 100%;
    border: none;
    padding: 20px 30px 20px 35px;
    font-size: 16px;
    outline: none;
    background: #f1f1f1;
    border-top: 1px solid #d0d0d0;
    resize: none;
    height: 63px;
}
.dis_SB_C_chatwrap .dis_streamchat_sendbox .emoji_picker {
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 10px;
}
.dis_SB_C_chatwrap .dis_sc_head_inner {
  box-shadow: inherit;
  border-radius: 5px;
  position: relative;
}

.dis_SB_C_chatwrap .outgoing.message .dis_streamchat_msg {
  padding: 0;
}
.dis_SB_C_chatwrap .dis_C_chatwrap .outgoing {
  text-align: left;
  display: flex;
  justify-content: flex-end;
}