#chatbot-icon{position:fixed;bottom:20px;right:20px;cursor:pointer;z-index:1000}#chatbot-icon img{width:90px;height:90px;transition:transform .5s ease}#chatbot-icon img:hover{transform:scale(1.1)}.ladychatbot{border-radius:50%}.chat{margin-left:-170px}#chatbot-container{position:fixed;bottom:140px;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;font-size:14px;transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateX(500px)}#chatbot-container.visible{opacity:1;transform:translateX(0)}#chatbot-header{background:#58b52a;color:#fff;padding:10px;font-weight:bold;display:flex;justify-content:space-between;align-items:center}.chatbot-title{display:flex;align-items:center;gap:8px}.minimize-btn{background:none;border:0;color:#fff;font-size:20px;cursor:pointer;padding:0;margin:0 10px;line-height:1}.btn-primary{background:#58b52a;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-area{display:flex;gap:8px;align-items:center;width:100%}#chatbot-input{flex:1;padding:8px 12px;border-radius:5px;border:1px solid #ccc;margin-bottom:0;text-align:left;font-size:12px;resize:none;overflow-y:hidden;min-height:40px;max-height:120px;line-height:1.5;transition:height .2s ease}#send-button{flex-shrink:0;border-radius:5px;border:5px solid #58b52a;white-space:nowrap;width:25%;height:36px;font-size:12px;background-color:#58b52a}.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{margin-top:10px;background:#58b52a;color:#fff;text-align:right;margin-left:auto;max-width:fit-content;padding:8px 12px;border-radius:12px;word-wrap:break-word}.typing-indicator{display:none;padding:8px 12px;background-color:#f1f1f1;border-radius:18px;width:fit-content;margin:5px 0;margin-right:220px;max-width:80%}.typing-indicator span{height:8px;width:8px;background-color:#666;border-radius:50%;display:inline-block;margin:0 2px;opacity:.4}.typing-indicator span:nth-child(1){animation:typingAnimation 1s infinite}.typing-indicator span:nth-child(2){animation:typingAnimation 1s infinite .2s}.typing-indicator span:nth-child(3){animation:typingAnimation 1s infinite .4s}@keyframes typingAnimation{0%{opacity:.4;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}100%{opacity:.4;transform:translateY(0)}}@media(max-width:768px){.typing-indicator{padding:6px 10px;margin-left:0;text-align:left;justify-content:flex-start}.typing-indicator span{height:7px;width:7px}}@media(max-width:480px){#chatbot-container{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100dvh;max-height:100%;border-radius:0;transform:translateY(100%)}#chatbot-container.visible{transform:translateY(0)}#chatbot-body{display:flex;flex-direction:column;height:100%;padding:0}#chatbot-messages{flex:1;max-height:none;overflow-y:auto;padding:15px}#chatbot-input-area{display:flex;gap:8px;align-items:center;width:100%;padding:10px;background:#fff;box-sizing:border-box}.chat{margin-left:-230px}.typing-indicator{padding:5px 8px;text-align:left;justify-content:flex-start}.typing-indicator span{height:6px;width:6px}#chatbot-interaction{display:flex;flex-direction:column;height:100%}#chatbot-input{flex:1;padding:10px 12px;border-radius:5px;border:1px solid #ddd;font-size:14px;min-height:40px;max-height:120px;box-sizing:border-box;-webkit-appearance:none}#send-button{margin-top:17px;border-radius:5px;background:#58b52a;color:#fff;border:0;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;flex-shrink:0}#chatbot-input:focus,#send-button:active{outline:0;box-shadow:0 0 0 2px rgba(0,123,255,.25)}@supports(-webkit-touch-callout:none){#chatbot-container{height:100dvh!important}#chatbot-input{padding:12px 15px}}#chatbot-messages{max-height:80vh}#chatbot-body{height:calc(95% - 40px);overflow-y:auto}}@media(max-width:320px){.chat{margin-left:-180px}}