.chatbot-container{height:100%;display:flex;flex-direction:column;background-color:#f0f0f0;font-family:Tahoma,sans-serif;overflow:hidden}.chatbot-header{background-color:navy;color:#fff;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;z-index:10}.chatbot-header-controls,.chatbot-header-title{display:flex;align-items:center;gap:8px}.chatbot-voice-button{background-color:silver;border:2px outset #fff;border-radius:0;padding:2px 8px;font-size:14px;font-family:Tahoma,sans-serif;cursor:pointer;color:#000;display:flex;align-items:center;justify-content:center}.chatbot-voice-button.active{background-color:#a0cfff;border-color:#06c}.chatbot-stop-voice-button{background-color:silver;border:2px outset #fff;border-radius:0;padding:2px 8px;font-size:14px;font-family:Tahoma,sans-serif;cursor:pointer;color:#b30000;display:flex;align-items:center;justify-content:center}.chatbot-header-icon{width:24px;height:24px}.chatbot-header-text{margin:0;font-size:16px;font-weight:700}.chatbot-clear-button{background-color:silver;border:2px outset #fff;border-radius:0;padding:2px 8px;font-size:12px;font-family:Tahoma,sans-serif;cursor:pointer;color:#000}.chatbot-messages{flex:1;padding:36px 16px 16px;overflow:auto;background-color:#fff;display:flex;flex-direction:column;gap:24px}.chatbot-message{max-width:80%;padding:12px 16px;border-radius:8px;box-shadow:0 1px 2px rgba(0,0,0,.1);position:relative}.chatbot-message-user{align-self:flex-end;background-color:#e1f5fe}.chatbot-message-assistant{align-self:flex-start;background-color:#f5f5f5}.chatbot-message-sender{position:absolute;top:-24px;left:0;font-size:12px;font-weight:700;color:navy;display:flex;align-items:center;gap:4px}.chatbot-message-sender-icon{width:20px;height:20px;border-radius:50%}.chatbot-message-content{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;hyphens:auto;max-width:100%}.chatbot-link,.chatbot-message-content a{color:#06c;text-decoration:underline;cursor:pointer;word-break:break-word;overflow-wrap:break-word;display:inline-block;max-width:100%}.chatbot-input-area{padding:8px;background-color:#d0d0d0;border-top:1px solid #a0a0a0;display:flex;gap:8px}.chatbot-textarea{flex:1;padding:8px;border-radius:4px;border:1px solid grey;resize:none;min-height:60px}.chatbot-send-button,.chatbot-textarea{font-family:Tahoma,sans-serif;font-size:14px}.chatbot-send-button{padding:8px 16px;background-color:navy;color:#fff;border:none;border-radius:4px;display:flex;align-items:center;justify-content:center}.chatbot-send-button:disabled{cursor:not-allowed;opacity:.7}.chatbot-send-button:enabled{cursor:pointer;opacity:1}.chatbot-footer{background-color:navy;color:#fff;padding:4px 16px;text-align:center;font-size:12px}@keyframes typingAnimation{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.typing-dot{width:8px;height:8px;border-radius:50%;background-color:navy;animation:typingAnimation 1s infinite}@media (max-width:768px){.chatbot-header{padding:8px 12px}.chatbot-header-text{font-size:14px}.chatbot-header-controls{gap:5px}.chatbot-clear-button,.chatbot-stop-voice-button,.chatbot-voice-button{padding:2px 6px;font-size:12px}.chatbot-messages{padding:32px 12px 12px}.chatbot-message{max-width:90%}.chatbot-input-area{padding:8px;flex-direction:column}.chatbot-textarea{min-height:80px}.chatbot-send-button{width:100%;padding:12px}.chatbot-footer{padding:4px 8px;font-size:10px}}@media (max-width:480px){.chatbot-header-icon{width:20px;height:20px}.chatbot-header-text{font-size:13px}.chatbot-clear-button,.chatbot-stop-voice-button,.chatbot-voice-button{font-size:11px;padding:2px 6px}.chatbot-header-controls{gap:4px}.chatbot-messages{padding:28px 10px 10px}.chatbot-message{max-width:95%;padding:10px 12px}.chatbot-message-sender{font-size:11px;top:-20px}.chatbot-message-sender-icon{width:16px;height:16px}}