#chatbot-icon{position:fixed;bottom:20px;right:20px;cursor:pointer;z-index:1000}#chatbot-icon img{width:80px;height:80px;border-radius:50%;box-shadow:0 4px 10px rgba(0,0,0,.2);transition:transform .2s ease}#chatbot-icon img:hover{transform:scale(1.1)}#chatbot-container{position:fixed;bottom:105px;right:20px;width:320px;background:#fff;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.2);overflow:hidden;font-family:Arial,sans-serif;display:none;z-index:1000}#chatbot-header{background:#373689;color:#fff;padding:10px;cursor:pointer;text-align:center;font-weight:bold}.btn-primary{background:#373689;color:#fff;padding:10px;cursor:pointer;text-align:center;font-weight:bold}#chatbot-body{padding:15px;text-align:center}.chatbot-hidden{display:none}#chatbot-interaction{margin-top:10px}#chatbot-messages{height:auto;max-height:320px;overflow-y:auto;border:0;margin-bottom:10px;padding:5px;text-align:left}#chatbot-input{width:100%;padding:5px;margin-bottom:10px;border-radius:18px}.message{margin-bottom:10px;padding:8px;border-radius:16px;max-width:80%;word-wrap:break-word}.bot-message{background:#f1f1f1;text-align:left;margin-right:auto}.user-message{background:#373689;color:#fff;text-align:right;margin-left:auto;max-width:fit-content;padding:8px 12px;border-radius:12px;word-wrap:break-word}@media(max-width:480px){#chatbot-container{width:90%;right:5%;bottom:105px}#chatbot-messages{max-height:320px}}