.open-bot-lead{position:fixed;right:1%;bottom:20px}.chat-avatar:after{content:'';position:absolute;right:0;bottom:0;height:15px;width:15px;background:#17c83f;border-radius:100px}.bot-lead .inside{position:relative;top:8%;left:0;max-height:500px;display:flex;flex-flow:column}.bot-lead .bot-body{display:flex;flex:1 1 auto;flex-direction:column-reverse;overflow:auto;scrollbar-color:#666 #FFF;scrollbar-width:thin}.bot-lead .bot-body::-webkit-scrollbar{width:5px}.bot-lead .bot-body::-webkit-scrollbar-thumb{background:#666}.bot-lead .bot-loading span{color:#6f6f6f;display:table;padding:10px;margin-left:30px;background:#ededed;border-radius:15px;animation:blinker 1s linear infinite;-webkit-animation:blinker 1s linear infinite}.bot-lead input[type=text]{font:14px 'Open Sans';color:#6f6f6f;padding:0 105px 0 15px;border:1px solid #e1e2e3;background:#fff}.bot-lead input[type=text]:disabled{cursor:wait;background:#f5f5f5}.bot-lead input[type=text],.btnOut{line-height:130%;height:50px}.btnOut{font:17px 'Open Sans';color:#FFF;text-transform:uppercase;width:100%;border-radius:8px;background:#18c8bf}@keyframes blinker{50%{opacity:0}}