body.show-chatbot #chatbot-toggler{transform:rotate(90deg)}body.show-chatbot #chatbot-toggler span:last-child{opacity:1}body.show-chatbot .chatbot-popup{opacity:1;pointer-events:auto;transform:scale(1)}.chat-body .bot-message.thinking .message-text{padding:2px 16px}.chat-body .user-message{flex-direction:column;align-items:flex-end}.chat-body .user-message .message-text{color:#fff;background:#00abb1;border-radius:13px 13px 3px 13px}.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;opacity:.7;border-radius:50%;background:#00abb1;animation:dotPulse 1.8s ease-in-out infinite}.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}em-emoji-picker{position:absolute;left:50%;top:-337px;width:100%;max-width:350px;visibility:hidden;max-height:330px;transform:translateX(-50%)}body.show-emoji-picker em-emoji-picker{visibility:visible}@media (max-width:520px){.chat-form .file-upload-wrapper.file-uploaded #file-cancel{opacity:0}}