chat-container chat-window.selected .header { background-color:#1286e2; }
chat-container chat-window.destroy { display:none; }
chat-container chat-window .header .flex { align-items:center; }
chat-container chat-window .header img.profil_picture {
  height:20px;
  border-radius:50px;
}
chat-container chat-window .header a:hover {
  background:transparent;
  border-radius:0;
}
chat-container chat-window .sticky p.right { flex-grow:inherit !important; }
chat-container chat-window .sticky {
  z-index:1;
  position:absolute !important;
  top:25px;
  left:0;
}
chat-container chat-window .history .flex div.message.me { background:#1286e2; }
chat-container chat-window form .actions {
  height:28px;
  min-height:inherit;
  align-items:center;
}
chat-container chat-window form label { margin:0; }
chat-container chat-window form textarea {
  box-sizing:content-box !important;
  height:20px;
  padding:7px 25px 7px 7px !important;
  border:0 !important;
  border-top:1px solid grey !important;
}
chat-container chat-window form button:hover { cursor:pointer; }
chat-container chat-window form button {
  color:#1286e2;
  position:absolute;
  bottom:0;
  right:0;
  background:none;
  border:0;
  background-color:#ffffff;
  height:29px;
  width:20px;
}
chat-container chat-window div.message.me + div.message.me {
  margin-top:-4px;
  border-radius:10px 0 0 10px;
}
chat-container chat-window div.message.other + div.message.other {
  margin-top:-4px;
  border-radius:0 10px 10px 0;
}
chat-container chat-window { margin-top:15px; }
chat-container {
  width:auto;
  z-index:999;
}
.popup chat-container { width:100%; }
.popup chat-window { max-width:100%; }
