/* chat */
#chat .chat-messages {
  max-height: none;
}

.offcanvas-chat {
  
}

#chat-session-list .list-group-item {
  word-break: break-word;
}

#chat-session-list {
  max-height: 500px;
  overflow-y: auto;
}