.widget-chatbot-container{position:fixed;width:350px;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.2);z-index:9999}.widget-chatbot-container.position-bottom-right{bottom:20px;right:20px}.widget-chatbot-container.position-bottom-left{bottom:20px;left:20px}.widget-chatbot-container.position-top-right{top:20px;right:20px}.widget-chatbot-container.position-top-left{top:20px;left:20px}.widget-chatbot-header{color:#fff;padding:10px 15px;display:flex;justify-content:space-between;align-items:center}.widget-chatbot-header h3{margin:0;font-size:1rem}.widget-close-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;margin:0;line-height:1}.widget-chat-button-wrapper{position:fixed;z-index:9999}.widget-chat-button-wrapper.position-bottom-right{bottom:20px;right:20px}.widget-chat-button-wrapper.position-bottom-left{bottom:20px;left:20px}.widget-chat-button-wrapper.position-top-right{top:20px;right:20px}.widget-chat-button-wrapper.position-top-left{top:20px;left:20px}.widget-chat-button{position:relative;border:none;border-radius:50%;width:65px;height:65px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;z-index:1;background-color:#376b7e;box-shadow:0 2px 10px rgba(0,0,0,.2)}.widget-chat-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.chat-prompt-svg-wrapper{position:absolute;bottom:18px;left:35%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;width:100px}.chat-prompt-svg{width:130px;height:auto;pointer-events:none}.prompt-close-btn{position:absolute;top:-10px;right:5px;background:#fff;border:1px solid #ccc;border-radius:50%;font-size:14px;width:20px;height:20px;line-height:18px;text-align:center;cursor:pointer;box-shadow:0 2px 5px rgba(0,0,0,.2);padding:0;display:flex;align-items:center;justify-content:center;transform:translate(50%,-50%);display:none}.chat-prompt-svg-wrapper:hover .prompt-close-btn{display:flex}.chat-prompt-image{position:absolute;bottom:70px;left:50%;transform:translateX(-50%);width:100px;height:auto;pointer-events:none}.chat-prompt-image img{width:70px;height:70px;-o-object-fit:contain;object-fit:contain;border-radius:50%}@keyframes upDown{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.chat-prompt-svg-wrapper img.chat-prompt-svg{animation:upDown 1s ease-in-out infinite}@media (max-width:480px){.widget-chatbot-container{width:300px}.widget-chat-button-wrapper.position-bottom-left,.widget-chat-button-wrapper.position-bottom-right,.widget-chat-button-wrapper.position-top-left,.widget-chat-button-wrapper.position-top-right,.widget-chatbot-container.position-bottom-left,.widget-chatbot-container.position-bottom-right,.widget-chatbot-container.position-top-left,.widget-chatbot-container.position-top-right{bottom:10px;right:10px;left:auto;top:auto}.chat-prompt-svg{width:110px}.chat-prompt-image img{max-width:120px}.prompt-close-btn{width:18px;height:18px;font-size:12px;top:-6px;right:-6px}}