#messages-history{height:calc(65vh - 70px);border-radius:24px;overflow-y:auto}.chat-box{height:500px;width:100%;overflow:scroll}.chat-item{border:none}.chat-status{min-height:49px}.chat-status .chat-date{display:block;font-size:10px;font-style:italic;color:#999;height:15px;left:10%;right:10%}.chat-status .chat-content-center{padding:5px 10px;background-color:#e1e1f7;border-radius:6px;font-size:12px;color:#555;height:34px;left:10%;right:10%}.chat-message{width:80%;min-height:40px}.chat-message .right-bubble{position:relative;background:#ffd2ff;border-top-left-radius:24px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;padding:5px 10px 10px;left:15%}.chat-message .right-bubble span.msg-name{font-weight:700;color:#ab47bc;display:block}.chat-message .right-bubble span.msg-date{font-size:10px;line-height:10px;display:block}.chat-message .right-bubble:after{content:"";position:absolute;right:0;top:0;width:0;height:0;border:27px solid transparent;border-left-color:#ffd2ff;border-right:0;border-top:0;margin-top:-.5px;margin-right:-27px}.chat-message .left-bubble{position:relative;background:#efefef;border-top-right-radius:24px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;padding:5px 10px 10px;left:5%}.chat-message .left-bubble span.msg-name{font-weight:700;color:#607d8c;display:block}.chat-message .left-bubble span.msg-date{font-size:10px;line-height:10px;display:block}.chat-message .left-bubble:after{content:"";position:absolute;left:0;top:0;width:0;height:0;border:27px solid transparent;border-right-color:#efefef;border-left:0;border-top:0;margin-top:-.5px;margin-left:-27px}footer.sticky-footer{position:fixed;bottom:0;left:0;width:100%;padding:10px;background-color:#fff;border-top:1px solid #efefef}.active-chats{max-height:30vh;overflow-y:auto}@media only screen and (min-width:769px){.chat-height{max-height:70vh}.active-chats{max-height:60vh;overflow-y:auto}}