@import url(https://fonts.googleapis.com/css?family=Inter:opsz,wght@1432,100..900&display=swap);#chatbot-trigger{position:fixed;bottom:30px;right:35px;border:none;height:50px;width:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;background:#49185d;transition:.2s}#chatbot-trigger span{color:#fff;position:absolute}body.show-chatbot #chatbot-trigger{transform:rotate(90deg)}#chatbot-trigger span:last-child,body.show-chatbot #chatbot-trigger span:first-child{opacity:0}body.show-chatbot #chatbot-trigger span:last-child{opacity:1}.chatbot-popup{position:fixed;right:35px;bottom:90px;width:420px;background:#fff;overflow:hidden;border-radius:15px;opacity:0;transform:scale(.2);transform-origin:bottom right;pointer-events:none;box-shadow:0 0 128px 0 rgba(0,0,0,.1),0 32px 64px -48px rgba(0,0,0,.5);transition:.1s;z-index:9999999}body.show-chatbot .chatbot-popup{opacity:1;pointer-events:auto;transform:scale(1)}.chat-header{display:flex;align-items:center;background:#49185d;padding:15px 22px;justify-content:space-between}.chat-header .header-info{display:flex;gap:10px;align-items:center}.header-info .chatbot-logo{height:35px;width:35px;padding:6px;fill:#49185d;flex-shrink:0;background:#fff;border-radius:50%}.header-info .logo-text{color:#fff;font-size:1.31rem;font-weight:600}.chat-header #close-chatbot{border:none;color:#fff;height:40px;width:40px;font-size:1.9rem;margin-right:-10px;padding-top:2px;background:0 0;border-radius:50%;transition:.2s;cursor:pointer}.chat-header #close-chatbot:hover{background:#faf5ff;color:#49185d}.chat-body{padding:25px 22px;display:flex;gap:20px;height:460px;margin-bottom:82px;overflow-y:auto;flex-direction:column;scrollbar-width:thin;scrollbar-color:#ccccf5 transparent}.chat-body .message{display:flex;gap:11px;align-items:center}.chat-body .bot-message .bot-avatar{height:35px;width:35px;padding:6px;fill:#fff;flex-shrink:0;margin-bottom:2px;align-self:flex-end;background:#49185d;border-radius:50%}.chat-body .user-message{flex-direction:column;align-items:flex-end}.chat-body .message .message-text{padding:12px 16px;max-width:75%;font-size:.95rem;background:#f2f2ff}.chat-body .bot-message.thinking .message-text{padding:2px 16px}.chat-body .bot-message .message-text{background:#f2f2ff;border-radius:13px 13px 13px 3px}.chat-body .user-message .message-text{color:#fff;background:#49185d;border-radius:13px 13px 3px}.chat-body .user-message .attachment{width:50%;margin-top:-7px;border-radius:13px 3px 13px 13px}.chat-body .bot-message .thinking-indicator{display:flex;gap:4px;padding-block:15px}.chat-body .bot-message .thinking-indicator .dot{height:7px;width:7px;border-radius:50px;opacity:.7;background:#6f6bc2;animation:1.8s ease-in-out infinite dotPulse}.chat-body .bot-message .thinking-indicator .dot:nth-child(1){animation-delay:.2s}.chat-body .bot-message .thinking-indicator .dot:nth-child(2){animation-delay:.3s}.chat-body .bot-message .thinking-indicator .dot:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,44%{transform:translateY(0)}28%{opacity:.4;transform:translateY(-4px)}44%{opacity:.2}}.chat-footer{position:absolute;bottom:0;width:100%;background:#fff;padding:15px 22px 20px}.chat-footer .chat-form{display:flex;position:relative;align-items:center;background:#fff;border-radius:32px;outline:#cccce5 solid 1px}.chat-footer .chat-form:focus-within{outline:#49185d solid 2px}.chat-form .message-input{border:none;outline:0;height:47px;width:100%;font-size:.95rem;padding:14px 0 12px 18px;resize:none;max-height:180px;white-space:pre-line;border-radius:inherit;scrollbar-color:transparent transparent}.chat-form .message-input:hover{scrollbar-color:#ccccf5 transparent}.chat-form .chat-controls{display:flex;align-items:center;align-self:flex-end;height:47px;padding-right:6px}.chat-form .chat-controls button{height:35px;width:35px;border:none;font-size:1.15rem;cursor:pointer;color:#706db0;background:0 0;border-radius:50%;transition:.2s}.chat-form .chat-controls #send-message{color:#fff;display:none;background:#49185d}.chat-form .message-input:valid~.chat-controls #send-message{display:block}.chat-form .chat-controls #send-message:hover{background:#faf5ff}.chat-form .chat-controls button:hover{background:#f1f1ff}.chat-form .file-upload-wrapper{width:35px;height:35px;position:relative}.chat-form .file-upload-wrapper :where(img,button){position:absolute}.chat-form .file-upload-wrapper img{position:absolute;display:none;width:100%;height:100%;object-fit:cover;border-radius:50%}.chat-form .file-upload-wrapper #file-cancelled{color:red;background:#fff}.chat-form .file-upload-wrapper :where(img,#file-cancelled),.chat-form .file-upload-wrapper.file-uploaded #file-upload{display:none}.chat-form .file-upload-wrapper.file-uploaded img,.chat-form .file-upload-wrapper.file-uploaded:hover #file-cancelled{display:block}em-emoji-picker{position:absolute;left:50%;top:-337px;width:100%;max-width:350px;max-height:330px;visibility:hidden;transform:translateX(-50%)}body.show-emoji-picker em-emoji-picker{visibility:visible}@media (max-width:520px){#chatbot-trigger{right:20px;bottom:20px}.chatbot-popup{right:0;bottom:0;height:100%;width:100%;border-radius:0}.chatbot-popup .chat-header{padding:12px 15px}.chat-body{height:calc(90% - 55px);padding:25px 15px}.chat-footer{padding:10px 15px 15px}.chat-form .file-upload-wrapper.file-uploaded #file-cancelled{opacity:0}}.message.system-message{justify-content:center;margin:12px 0}.system-message .message-text{background:#49185d;color:#95df26;font-size:.85rem;font-weight:600;padding:6px 16px;border-radius:20px;border:1px solid #49185d;text-transform:uppercase;letter-spacing:.5px}
