body {
  width: 100% !important;
  height: 100% !important;
}

.message__body {
  background-color: 223 233 239 !important;
  font-size: 14px !important;
  min-width: 100px !important;
}

.chat__copyright {
  display: none !important;
}

.light {
  background-color: #ffffff !important;
}

.chat {
  display: flex !important;
}

.chat__body {
  max-height: 100% !important;
}

.md-menu {
  display: none !important;
}

.record {
  display: none !important;
}

.chat__form {
  background-color: #f3f7f9 !important;
  padding-left: 10px !important;
  padding-top: 30px !important;
  height: 45px !important;
  font-size: 14px;
}

.md-button {
  box-shadow: 0px 0px 0px 0px !important;
  border-style: solid;
  border-width: 1px;
  border-color: #e4eaec;
}

.message--right {
  color: #ffffff !important;
}

.message--right .message__avatar {
  display: none;
}

.message__typing {
  font-size: 14px;
}

.message {
  margin-top: 0px !important;
}
