#chatbot-toggler{cursor:pointer;background:#6d4fc2;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .2s;display:flex;position:fixed;bottom:30px;right:35px;box-shadow:0 0 20px #0000001a}.container.show-chatbot #chatbot-toggler{transform:rotate(90deg)}#chatbot-toggler span{color:#fff;position:absolute}#chatbot-toggler span:last-child,.container.show-chatbot #chatbot-toggler span:first-child{opacity:0}.container.show-chatbot #chatbot-toggler span:last-child{opacity:1}.chatbot-popup{opacity:0;pointer-events:none;transform-origin:100% 100%;z-index:10000;background:#fff;border-radius:15px;width:420px;transition:all .1s;position:fixed;bottom:90px;right:35px;overflow:hidden;transform:scale(.2);box-shadow:0 0 128px #0000001a,0 32px 64px -48px #00000080}.container.show-chatbot .chatbot-popup{opacity:1;pointer-events:auto;transform:scale(1)}.chatbot-popup .chat-header{justify-content:space-between;align-items:center;padding:15px 22px;display:flex}.chat-header .header-info{align-items:center;gap:10px;display:flex}.header-info svg{fill:#6d4fc2;background:#fff;border-radius:50%;flex-shrink:0;width:35px;height:35px;padding:6px}.header-info .logo-text{color:#fff;letter-spacing:.02rem;font-size:1.31rem;font-weight:600}.chat-header button{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;width:40px;height:40px;margin-right:-10px;padding-top:2px;font-size:1.9rem;transition:all .2s}.chat-header button:hover{background:#7e96f5}.chat-body{scrollbar-width:thin;scrollbar-color:#ddd3f9 transparent;flex-direction:column;gap:20px;height:460px;margin-bottom:82px;padding:25px 22px;display:flex;overflow-y:auto}.chat-body .message{align-items:center;gap:11px;display:flex}.chat-body .message svg{fill:#fff;background:#6d4fc2;border-radius:50%;flex-shrink:0;align-self:flex-end;width:35px;height:35px;margin-bottom:2px;padding:6px}.chat-body .message .message-text{word-wrap:break-word;white-space:pre-line;max-width:75%;padding:12px 16px;font-size:.95rem}.chat-body .message.error .message-text{color:red}.chat-body .bot-message .message-text{background:#f6f2ff;border-radius:13px 13px 13px 3px}.chat-body .user-message{flex-direction:column;align-items:flex-end}.chat-body .user-message .message-text{color:#fff;background:#6d4fc2;border-radius:13px 13px 3px}.chat-footer{width:100%;padding:15px 22px 20px;position:absolute;bottom:0}.chat-footer .chat-form{border-radius:32px;outline:1px solid #cccce5;align-items:center;display:flex;position:relative}.chat-form:focus-within{outline:2px solid #4a6cf7}.chat-form .message-input{background:0 0;border:none;outline:none;width:100%;height:47px;padding:0 17px;font-size:.95rem}.chat-form #send-message{color:#fff;cursor:pointer;background:#6d4fc2;border:none;border-radius:50%;flex-shrink:0;width:35px;height:35px;margin-right:6px;font-size:1.15rem;transition:all .2s;display:none}.chat-form .message-input~#send-message{display:block}.chat-form #send-message:hover{background:#7e96f5}.live-indicator{background-color:#0f0;border:2px solid #fff;border-radius:50%;width:8px;height:8px;animation:1.2s infinite pulse;position:absolute;bottom:0;right:0;box-shadow:0 0 #0f06}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #0f06}70%{transform:scale(1.3);box-shadow:0 0 0 4px #0f00}to{transform:scale(1);box-shadow:0 0 #0f00}}@media (max-width:520px){#chatbot-toggler{bottom:20px;right:20px}.chatbot-popup{border-radius:0;width:100%;height:100%;bottom:0;right:0}.chatbot-popup .chat-header{padding:12px 15px}.chat-body{height:calc(90% - 55px);padding:25px 15px}.chat-footer{padding:10px 15px 15px}}.typing-indicator{align-items:center;padding:10px 20px;display:flex}.typing-indicator .dot{background-color:#999;border-radius:50%;width:8px;height:8px;margin:0 4px;animation:1.2s ease-in-out infinite bounce}.typing-indicator .dot:nth-child(2){animation-delay:.2s}.typing-indicator .dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.mic-button-aixperto{color:#fff;cursor:pointer;background-color:#7e96f5;border:none;border-radius:50%;width:35px;height:35px;margin-right:6px;font-size:20px;transition:all .3s}.mic-button-aixperto:hover{opacity:.85;transform:scale(1.05)}.mic-button-aixperto.listening{background-color:#a9a9a9;animation:1.2s infinite pulse-glow;box-shadow:0 0 #646464b3}@keyframes pulse-glow{0%{box-shadow:0 0 #646464b3}70%{box-shadow:0 0 0 10px #64646400}to{box-shadow:0 0 #64646400}}
