#chats-list .chat{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.conversation{height:100%;display:flex;justify-content:space-between;flex-direction:column}.messages{max-height:calc(100vh - 102px - 2em);margin-bottom:0!important}.col-messages{height:calc(100vh - 125px);border-left:1px solid rgba(0,0,0,.3)}.col-chats{padding-bottom:1em}@media screen and (max-width:992px){.col-chats{height:50px}}