.live-chat,.livechat{display:flex;z-index:999999}.live-chat,.live-chat .message{position:fixed;align-content:center}.live-chat{filter:drop-shadow(0px 0px 3px rgba(100, 100, 100, .461));bottom:40px;right:90px;flex-direction:column;justify-content:center;align-items:center}.livechat{align-items:center;color:var(--white);height:37px;width:37px;background-color:#13b330;border:1px solid #8d8b8b;padding:11px;border-radius:100px;margin:0;cursor:pointer;transition:transform .3s;justify-content:center}.livechat:hover{transform:scale(1.1)}.live-chat .message{right:8px;width:100px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#fff;color:#000;font-size:13.5px;font-weight:600;padding:4px 10px;z-index:99999;bottom:80px;cursor:pointer}.caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #fff;height:0;width:0;z-index:9999;animation:.8s 3 blink}@media only screen and (max-width:768px){body .live-chat{right:20px;bottom:25px}body .live-chat .message{right:0}}