#fet-chatbot-root .fet-msg{padding:10px 14px;margin-bottom:10px;border-radius:10px;max-width:85%;line-height:1.45;font-size:14px;word-wrap:break-word;overflow-wrap:anywhere;animation:fet-fade-in .3s ease;box-shadow:0 1px 2px rgba(0,0,0,.1)}#fet-chatbot-root .fet-msg-bot{background-color:var(--fet-bot-bg);color:var(--fet-bot-text);align-self:flex-start}#fet-chatbot-root .fet-msg-user{background-color:var(--fet-brand);color:#fff;align-self:flex-end}#fet-chatbot-root .fet-msg a{color:var(--fet-link)}#fet-chatbot-root .fet-msg-user a{color:#fff}#fet-chatbot-root .fet-typing{align-self:flex-start;padding:12px 14px;margin-bottom:10px;border-radius:10px;background-color:var(--fet-bot-bg)}#fet-chatbot-root .fet-typing span{display:inline-block;width:6px;height:6px;margin:0 2px;border-radius:50%;background:#8a8f98;animation:fet-blink 1.2s infinite ease-in-out}#fet-chatbot-root .fet-typing span:nth-child(2){animation-delay:.2s}#fet-chatbot-root .fet-typing span:nth-child(3){animation-delay:.4s}