.msger {
  display: flex
;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 867px;
  height: calc(100% - 50px);
  /* border: var(--border); */
  border-radius: 5px;
  /* background: var(--msger-bg);
  box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2); */
}

.msger-header {
  display: flex
;
  justify-content: space-between;
  padding: 0px 10px;
  align-items: center;
  border-bottom: var(--border);
  background: #eee;
  color: #666;
}
.msger-chat {
  background-color: #fcfcfe;
  background-image: url(https://emango.global/static/test/img/chat-watermark.png);
}
.msg {
  display: flex
;
  align-items: flex-end;
  margin-bottom: 10px;
}
.wrapper {
  bottom: 2em;
  display: flex
;
  flex-direction: column;
  position: fixed;
  right: 1em;
  z-index: 99;
}