/* Chatbot container */ #himalaya-ai-chatbot-container { position: fixed; bottom: 20px; right: 20px; width: 350px; height: 500px; background-color: #fff; border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; z-index: 9999; transition: all 0.3s ease; overflow: hidden; font-family: 'Arial', sans-serif; } .himalaya-ai-chatbot-hidden { transform: translateY(100px); opacity: 0; visibility: hidden; } /* Chatbot header */ .himalaya-ai-chatbot-header { padding: 15px; display: flex; justify-content: space-between; align-items: center; border-top-left-radius: 10px; border-top-right-radius: 10px; } .himalaya-ai-chatbot-title { display: flex; align-items: center; font-weight: bold; font-size: 16px; } .himalaya-ai-chatbot-icon { width: 30px; height: 30px; border-radius: 50%; margin-right: 10px; } .himalaya-ai-chatbot-close { background: none; border: none; font-size: 20px; cursor: pointer; padding: 0; } /* Messages area */ .himalaya-ai-chatbot-messages { flex: 1; padding: 15px; overflow-y: auto; background-color: #f5f5f5; } .himalaya-ai-chatbot-message { margin-bottom: 15px; padding: 10px 15px; border-radius: 18px; max-width: 80%; line-height: 1.4; word-wrap: break-word; } .himalaya-ai-chatbot-bot-message { background-color: #e3e3e3; color: #333; border-bottom-left-radius: 5px; margin-right: auto; } .himalaya-ai-chatbot-user-message { background-color: #2c3e50; color: white; border-bottom-right-radius: 5px; margin-left: auto; } /* Input area */ .himalaya-ai-chatbot-input { display: flex; padding: 10px; border-top: 1px solid #ddd; background-color: white; } .himalaya-ai-chatbot-text-input { flex: 1; padding: 10px; border: 1px solid #ddd; border-radius: 20px; outline: none; font-size: 14px; } .himalaya-ai-chatbot-send-button { border: none; border-radius: 20px; padding: 0 15px; margin-left: 10px; cursor: pointer; font-size: 14px; } .himalaya-ai-chatbot-send-button:hover { opacity: 0.9; } /* Toggle button */ .himalaya-ai-chatbot-toggle { position: fixed; bottom: 20px; right: 20px; width: 60px; height: 60px; border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); z-index: 9998; } .himalaya-ai-chatbot-toggle img { width: 70%; height: 70%; border-radius: 50%; } /* Typing indicator */ .typing-indicator { display: inline-flex; padding: 10px 15px; } .typing-indicator span { width: 8px; height: 8px; margin: 0 2px; background-color: #666; border-radius: 50%; display: inline-block; animation: typing 1s infinite ease-in-out; } .typing-indicator span:nth-child(2) { animation-delay: 0.2s; } .typing-indicator span:nth-child(3) { animation-delay: 0.4s; } @keyframes typing { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-5px); } } ZC Services – Best Consulting, Recruitment, training and development services in India