div.m-msg-left-messagedata {
  color: black;
  border-radius: 3px;
  background: #e3f2fd;
  padding-right: 8px;
  padding-left: 8px;
  display: inline-block;
  padding-top: 3px;
  margin-bottom: 8px;
  /* margin-left: -3px; */
  max-width: 100vh;
  word-wrap: break-word;
}
div.m-msg-right-messagedata {
  color: black;
  border-radius: 3px;
  background: #ffefef;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  /* margin-left: -2px; */
  max-width: 100vh;
  word-wrap: break-word;
  float: right;
}
.m-chatdata {
  display: table-cell;
  vertical-align: bottom;
  height: calc(90vh - 28px);
  width: 10000px;
}
.m-chatboxcontent-history {
  /* position: relative; */
  /* display: inline-block; */
  position: fixed;
  left: 0;
  right: 0;
  background-color: none;
  overflow-y: scroll;
  overflow-x: hidden;
}
.m-loginDetailHeader {
  height: 20px;
}
.m-livechat-input {
  background-color: #f1f1f1;
  width: calc(100% - 80px);
  margin-top: 2px;
  margin-left: 5px;
  margin-right: 15px;
  float: left;
}
.m-font-adjust-btn {
  background-color: gray;
}
.upload-image {
  display: none;
}
.m-livechat-image-thumbnail {
  cursor: pointer;
}
.m-chatimage {
  width: 47vh;
  height: auto;
}
.m-webkit {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.m-livechat-input-message {
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: black;
}
.m-chatdata-history {
  position: fixed;
  margin-top: 160px;
  overflow: auto;
  overflow-x: hidden;
  width: 100%;
  height: 75vh;
  bottom: 0;
}
.image-send {
  width: 45px;
  margin-left: 5px;
  margin-top: 3px;
}
.image-mark {
  width: 30px;
  margin-left: 5px;
  margin-top: 3px;
  cursor: pointer;
}
.m-livechat-send-div {
  /* width:110px; */
  margin-top: 2px;
  float: left;
  font-size: 30px;
  height: 100%;
}
