.chat {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 400px;

  border: solid black 1px;
  background-color: white;
}

.header__person {
  padding: 20px;
}

.buttons__close {
  float: right;
}

.chat__inputs {
  
}

.header__buttons {
  position: absolute;
  right: 5px;
  top: 15px;
}

.no-padding {
  padding: 0 !important;
}

.chat__header {
  border-bottom: solid 1px black;
}

.chat__messages {
  height: 500px;
  padding: 20px;
  overflow: scroll;
}

.chat__message {
  margin-bottom: 10px;
}

.chat__message-icon {
  height: 40px;
  margin-right: 15px;
}

.chat__message--member {
  text-align: right;
}

.chat__submit {
  height: 46px !important;
}

.chat__message-icon--right {
  margin-left: 15px;
  margin-right: 0;
}
