@charset "UTF-8";#chatbot-fab{position:fixed;right:20px;bottom:20px;z-index:8;width:120px;text-align:center;line-height:1.3}@media only screen and (max-width: 767px){#chatbot-fab{right:10px;bottom:10px;width:80px}}#chatbot-fab .bubble{position:absolute;right:0;bottom:100%;margin-bottom:14px;padding:8px 16px;white-space:nowrap;font-size:15px;color:#fff;background:#2e6e86;border-radius:20px;box-shadow:0 2px 6px rgba(0,0,0,.2);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .3s ease,transform .3s ease,visibility .3s}#chatbot-fab .bubble:after{content:"";position:absolute;top:100%;right:34px;border:8px solid rgba(0,0,0,0);border-top-color:#2e6e86}@media only screen and (max-width: 767px){#chatbot-fab .bubble{font-size:13px;padding:6px 12px;margin-bottom:10px}#chatbot-fab .bubble:after{right:22px}}#chatbot-fab .avatar{display:block;width:100%;border-radius:50%;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.25);transition:transform .3s ease}#chatbot-fab .label{display:block;margin-top:4px;font-size:13px;color:#285883;text-shadow:0 0 4px #fff,0 0 4px #fff,0 0 4px #fff}@media only screen and (max-width: 767px){#chatbot-fab .label{font-size:11px}}#chatbot-fab:hover .bubble,#chatbot-fab:focus .bubble{opacity:1;visibility:visible;transform:translateY(0)}#chatbot-fab:hover .avatar,#chatbot-fab:focus .avatar{transform:scale(1.06)}