.chatbot-wrapper{position:fixed;bottom:170px;right:40px;width:300px;z-index:1}.bot-content{width:100%;background:#fff;box-shadow:0 0 10px 0 #0000005c;border-radius:6px;overflow:hidden;padding:0;margin-bottom:10px;height:60vh}.chatboot-btn-wrap{position:relative;top:0;right:0}.header-bot h3{display:flex;align-items:center;padding:12px 12px 12px 16px;background:#0068ff;font-size:17px;color:#fff;font-weight:500}.header-bot h3 .img-bot{border-radius:100%;height:40px;width:40px;background-position:center -6px;background-repeat:no-repeat;background-size:cover;margin-right:6px}.message{display:flex}.message .img-bot{border-radius:100%;height:20px;min-width:20px;background-position:center -6px;background-repeat:no-repeat;background-size:cover;margin-right:6px;margin-top:5px}.message p{background:#ededed;border-radius:6px;padding:6px 8px;font-size:14px}.user-msg p{background:#0068ff;color:#fff;border-radius:6px 6px 0 6px;max-width:220px;margin:10px 0 10px auto}.chatbot-button{background-size:cover;border-radius:100%;background-position:center -12px;background-repeat:no-repeat;cursor:pointer}.animate-border,.chatbot-button{height:70px;width:70px;position:absolute;right:0}.animate-border{border:2px solid #0067ff;border-radius:100%;animation:pulse 1.5s infinite}.close-bot{height:70px;width:70px;border-radius:100%;background-color:#0067ff;display:flex;align-items:center;justify-content:center;position:absolute;right:0;cursor:pointer}.hidden-chat{display:none}.bot-content input{width:100%;padding:10px 40px 10px 10px;border-top:1px solid #ccc}.bot-content input:focus{outline:unset}.send-btn{position:absolute;right:6px;background:#0068ff;transform:rotate(90deg);width:30px;height:30px;border-radius:100%;bottom:18px}.send-btn svg{width:18px;height:18px;position:relative;top:-1px;left:6px}.bot-inner-content{padding:16px;overflow-y:scroll;height:calc(100% - 109px)}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.3);opacity:0}}.whatsapp-wrapper{position:fixed;bottom:20px;right:40px;z-index:1}