#chatbot-toggle{position:fixed;bottom:17px;left:17px;width:60px;height:60px;background:#408bd1;border-radius:50%;box-shadow:1px 3px 10px 1px #7000D8;z-index:9999;cursor:pointer;background-image:url(https://cdn-icons-png.flaticon.com/512/2462/2462719.png);background-size:60%;background-repeat:no-repeat;background-position:center}#chatbot-wrapper{position:fixed;bottom:20px;left:20px;width:350px;height:500px;z-index:10000;display:none;box-shadow:0 2px 20px rgba(0,0,0,.3);border-radius:10px;overflow:hidden;background:#fff}#chatbot-frame{width:100%;height:100%;border:none}#chatbot-close{position:absolute;top:-20px;right:-15px;background:transparent;border:none;font-size:20px;cursor:pointer;color:#fff;z-index:10001;width:70px;height:70px;border-radius:70px;background:#408bd1}#chatbot-toggle::before{content:"Tap here if you need help";position:absolute;bottom:100%;left:160%;transform:translateX(-50%);padding:10px 15px;background:#fff;color:#000;border-radius:8px;font-size:14px;white-space:nowrap;margin-bottom:10px;box-shadow:0 4px 6px rgba(0,0,0,.1)}#chatbot-toggle::after{content:'';position:absolute;bottom:calc(100% - 5px);left:50%;transform:translateX(-50%);border-width:5px;border-style:solid;border-color:#4f46e5 transparent transparent transparent}