.chat .list-chats{background-color:#eee;margin-bottom:5px;line-height:15px}.list-chats a{display:block;padding:7px}.list-chats a:hover{background-color:#f91942}.chat .form-send-msg{background-color:#eee;padding:15px;margin-top:10px;border-radius:4px}.chat .form-send-msg textarea,.chat .form-send-msg textarea::placeholder{font-size:12px}.chat .form-send-msg button{font-size:11px;padding:0 10px}.chat .box-msgs{margin-right:20px;-webkit-animation:fadeIn .6s;animation:fadeIn .6s}.chat .box-msgs span{display:block;background-color:#eee;padding:10px;margin-bottom:5px;border-radius:5px}.chat .box-msgs .other{background-color:#dbdbdb;color:#f91942}.chat .msgs .head-msg{background-color:#f91942;color:#fff;padding:10px;border-radius:5px;margin-bottom:10px}.chat .msgs{border:2px solid #eee;padding:10px;border-radius:4px}.chat .msgs .msg-over{max-height:350px;overflow-y:auto;scroll-behavior:smooth;padding-bottom:80px}