#chatbot-status{position:fixed;bottom:75px;right:30px;color:#FF8000;font-size:14px;font-weight:700;display:none;white-space:nowrap;background:#fff;padding:5px 10px;border-radius:5px;box-shadow:0 2px 5px rgb(0 0 0 / .2);z-index:999999}#chatbot-bubble{position:fixed;bottom:20px;right:20px;background:#FF8000;color:#fff;width:50px;height:50px;border-radius:50%;cursor:pointer;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:0 4px 10px rgb(0 0 0 / .3);transition:background 0.3s ease-in-out,transform 0.2s ease-in-out;z-index:999999}#chatbot-bubble.active{background:#28a745!important;color:#fff;display:flex!important;align-items:center!important;justify-content:center!important}#chatbot-bubble span{font-size:20px;display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-align:center;cursor:pointer}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}100%{transform:scale(1)}}.pulse-animation{animation:pulse 1s infinite ease-in-out alternate}#chatbot-container{position:fixed;bottom:80px;right:20px;width:350px;background:#fff;border-radius:10px;box-shadow:0 4px 10px rgb(0 0 0 / .2);font-family:Arial,sans-serif;display:none;flex-direction:column;z-index:999998}#chatbot-header{background:#FF8000;color:#fff;padding:10px;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:space-between;border-top-left-radius:10px;border-top-right-radius:10px}#chatbot-header img{width:30px;height:30px;border-radius:50%;margin-right:10px}#chatbot-close{background:none;border:none;color:#fff;font-size:18px;cursor:pointer}#chatbot-box{height:300px;overflow-y:auto;padding:10px;background:#f9f9f9}.chatbot-message{padding:8px 12px;border-radius:8px;margin-bottom:8px;max-width:80%}.chatbot-message.agent{background:#FFF;color:#000;border:2px solid #FF8000;align-self:flex-start;padding:8px 12px;border-radius:6px;max-width:80%}.chatbot-message.user{background:#e0e0e0;color:#000;align-self:flex-end}.chatbot-message.typing{font-style:italic;color:#999}#chatbot-input-area{display:flex;align-items:center;padding:10px;border-top:1px solid #ddd;background:#fff}#chatbot-input{flex:1;padding:8px;border:1px solid #ddd;border-radius:5px;margin-right:5px}#chatbot-send{background:#FF8000;border:none;color:#fff;padding:8px 12px;cursor:pointer;border-radius:5px}