.chaticon{background:none;border:none;}
.chaticon img{width:70px;}
#chat-ico{position:fixed;bottom:100px;right:10px;}
.js-front-chat-cover-online{display:block;height:20px;width:20px;background:#4dd965;border-radius:100px;position:relative;bottom:-70px;left:5px;}
@media (max-width:720px){.chaticon img{width:50px;}
.js-front-chat-cover-online{height:15px;width:15px;bottom:-50px;left:5px;}
}
.formpopup{display:none;position:fixed;bottom:0;right:50px;width:300px;}
.formpopup .form-popuptop{max-width:300px;cursor:pointer;}
.form-popuptop{margin-bottom:-25px;}
.chat{display:flex;max-width:300px;width:100%;height:350px;padding:10px;background-color:#fff;flex-direction:row;flex-wrap:wrap;font-family:ubuntulight, Arial, Helvetica, "Trebuchet MS", sans-serif;}
.chat #chatOutput{overflow-y:scroll;height:250px;width:100%;}
.background-chat{width:90%;background-image:url('../image/chat/chat.png');background-size:100% 100%;background-repeat:no-repeat;margin-bottom:10px;margin-left:4%;}
.background-chat-ad{width:90%;background-image:url('../image/chat/chata.png');background-size:100% 100%;background-repeat:no-repeat;margin-bottom:10px;margin-left:4%;}
.background-chat h3,
.background-chat-ad h3{color:#606060;font-size:14px;line-height:1em;text-align:justify;padding:14px;}
.chat #chatInput{width:100%;}
.form-popuptop h1{width:100%;color:#fff;font-size:18px;border-radius:10px 10px 0px 0px;-moz-border-radius:10px 10px 0px 0px;-webkit-border-radius:10px 10px 0px 0px;border:1px solid #544193;background-color:#544193;}
.chat .send_chat{background-color:#544193;color:white;border:0;cursor:pointer;width:90px;height:35px;margin-bottom:5px;opacity:0.8;}