.hidden{display:none}.chat-toggle{margin:0;border:0;position:fixed;right:0;bottom:0;outline:none;cursor:pointer;display:block;color:#fff;font-size:15px;background:#d5072c;padding:8px 30px}.chat-toggle.opened{display:none}.sdfds{display:none}#chat{font-family:RobotoReg,sans-serif !important;width:350px;display:block;border-radius:5px;overflow:hidden;position:fixed;right:15px;bottom:15px;display:none}#chat .overflow,#chat .overflow-msg{position:absolute;left:0;right:0;bottom:0;background:rgba(255,255,255,.7);z-index:99;height:100%;top:0}#chat .overflow span,#chat .overflow>div,#chat .overflow-msg span,#chat .overflow-msg>div{position:absolute;top:0;bottom:0;left:0;right:0;height:20px;margin:auto;text-align:center}#chat .overflow-msg{display:none}#chat .overflow-msg button{display:block}#chat .overflow-msg .end-conv>div{display:flex;position:relative;top:30px;justify-content:center}#chat .overflow-msg .end-conv>div button{font-size:18px}#chat .overflow-msg .end-conv>div button:first-child{color:#d5072c}#chat button{background:rgba(0,0,0,0);border:0;outline:none;cursor:pointer}#chat .head{height:60px;background-color:#d5072c;display:flex;justify-content:space-between;align-items:center;padding:0 10px}#chat .head>div{display:flex;align-items:center}#chat .head span{color:#fff;text-transform:uppercase;margin:0 10px;font-size:18px}#chat .head button{color:#fff;font-size:14px;opacity:.8;transition:opacity .2s}#chat .head button img{cursor:pointer;max-width:15px}#chat .head button:hover{opacity:1}#chat .subhead{background-color:#fff;height:30px;display:flex;align-items:center;justify-content:flex-start;padding:5px}#chat .subhead img{max-width:30px}#chat .subhead span{color:#d8d8d8;font-size:13px;margin:0 10px}#chat .body{background-color:#f1f1f1;height:330px;padding:15px;overflow:auto}#chat .body .message{width:65%;background-color:#fff;margin:10px auto 0 20px;position:relative;border-radius:3px}#chat .body .message .arrow-triangle{text-align:left;position:absolute;top:10px;left:-10px;background:#fff}#chat .body .message .arrow-triangle.left{left:initial;right:-10px;background:#d46567}#chat .body .message .arrow-triangle:before,#chat .body .message .arrow-triangle:after{content:"";position:absolute;background-color:inherit}#chat .body .message .arrow-triangle,#chat .body .message .arrow-triangle:before,#chat .body .message .arrow-triangle:after{width:.8em;height:.8em;border-top-right-radius:30%}#chat .body .message .arrow-triangle.left{transform:rotate(-90deg) skewX(-30deg) scale(1, 0.866)}#chat .body .message .arrow-triangle.right{transform:rotate(-30deg) skewX(-30deg) scale(1, 0.866)}#chat .body .message .arrow-triangle:before{transform:rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%)}#chat .body .message .arrow-triangle:after{transform:rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%)}#chat .body .message .message-head{display:flex;justify-content:space-between;padding:10px;color:#6c6c6c}#chat .body .message .message-head span{font-size:12px;font-family:RobotoMed,sans-serif !important}#chat .body .message .message-head span:last-child{text-transform:uppercase}#chat .body .message .message-body{font-size:13px;color:#858585;padding:10px}#chat .body .message.blue{background-color:#d46567;margin:10px 20px 0 auto}#chat .body .message.blue>*{color:#fff}#chat .footer{background-color:#fff;height:70px;display:flex;align-items:center;justify-content:center}#chat .footer>div:first-child{display:flex;justify-content:space-between;height:50px;width:100%;align-items:center}#chat .footer>div:first-child button{color:#d5072c;display:flex;opacity:.8;transition:opacity .2s;padding-right:15px}#chat .footer>div:first-child button:hover{opacity:1}#chat .footer>div:first-child button img{max-width:30px;margin:0;padding:0}#chat .footer>div:first-child textarea{border:0;width:80%;resize:none;outline:none;overflow:auto;font-size:13px;padding:0 5px;max-height:50px;min-height:20px}@media only screen and (max-width: 450px){#chat{width:auto;top:10px;left:10px;right:10px;bottom:10px}#chat .footer{position:absolute;left:0;right:0;bottom:0}#chat .body{height:auto;padding-bottom:40px;overflow:auto;min-height:165px;position:absolute;right:0;left:0;bottom:70px;top:100px}#toggle-end-overview{margin:0;padding:10px}}
