.chat-loading{display:flex;flex-direction:column;gap:20px;height:100%;padding:0}@media screen and (max-width:520px){.chat-loading{padding:15px 10px}}.chat-loading .loading-message{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.chat-loading .loading-message.bot{display:flex}.chat-loading .loading-message.user{display:flex;justify-content:flex-end}.chat-loading .loading-message .prefix{flex-shrink:0;width:40px;height:40px;background:#f0f0f0;border-radius:50%;display:inline-block;margin-right:10px}@media screen and (max-width:580px){.chat-loading .loading-message .prefix{width:30px;height:30px}}.chat-loading .loading-message .text{display:block;height:100px;width:100%;background:#f0f0f0;border-radius:10px;max-width:400px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
