.hh-messages-conversations .conversation {
  margin: 1rem 0;
  border-radius: 0.5rem;
  padding: 0.5rem;
  background: rgba(0, 0, 0, 0.15);
}
.hh-messages-conversations .conversation .conversation-header h3 {
  font-size: 1.25em;
}
.hh-messages-conversations .conversation .conversation-header h4 {
  font-size: 1em;
}
.hh-messages-conversations .conversation .conversation-participants h5 {
  font-size: 1rem;
}
.hh-messages-conversations .conversation .conversation-message-pane {
  margin: 1rem 0;
  border-radius: 0.5rem;
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.5);
}
.hh-messages-conversations .conversation .conversation-message-pane .conversation-message {
  margin: 0.5rem 0;
  padding: 0.5rem;
  display: flex;
  border: 2px solid darkgray;
  border-radius: 0.5rem;
}
.hh-messages-conversations .conversation .conversation-message-pane .conversation-message.conversation-message-unread {
  background-color: #fff;
  border: black;
}
.hh-messages-conversations .conversation .conversation-message-pane .conversation-message.conversation-message-in {
  text-align: left;
  flex-direction: row;
  margin-right: 2em;
}
.hh-messages-conversations .conversation .conversation-message-pane .conversation-message.conversation-message-out {
  text-align: right;
  flex-direction: row-reverse;
  margin-left: 2em;
  background-color: #fff;
}
.hh-messages-conversations .conversation .conversation-message-pane .conversation-message .conversation-message-text {
  flex-grow: 11;
  margin: 0 0.1rem;
}
.hh-messages-conversations .conversation .conversation-message-pane .conversation-message .conversation-message-text .conversation-message-timestamp {
  font-size: 0.85em;
  font-weight: bold;
}
.hh-messages-conversations .conversation .conversation-message-pane .conversation-message .conversation-message-sender {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  margin: 0 0.1rem;
}
.hh-messages-conversations .conversation .conversation-message-pane .conversation-message .conversation-message-sender .conversation-message-sender-avatar {
  text-align: center;
}
.hh-messages-conversations .conversation .conversation-message-pane .conversation-message .conversation-message-sender .conversation-message-sender-avatar img {
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
.hh-messages-conversations .conversation .conversation-message-pane .conversation-message .conversation-message-sender .conversation-message-sender-name {
  font-size: 0.85em;
  font-weight: bold;
  text-align: center;
}/*# sourceMappingURL=style.css.map */