.chat-container{width:100%;background-color:#fff;border-radius:15px}[data-theme=dark] .chat-container{width:100%;background-color:#111;border-radius:15px}.messages{flex-grow:1;padding:15px 15px 5px 15px;overflow-y:scroll;margin-bottom:15px}.message{margin-bottom:10px;margin-top:10px;display:flex;font-size:1rem;line-height:1.75}.message.user{justify-content:flex-end}.bot .icon{font-size:24px;margin-right:5px;margin-left:-5px;margin-bottom:-10px;align-self:start}.user .icon{font-size:0}.bot .icon{color:#888}.bot .message-text,.user .message-text{background-color:#f1f1f1;border-radius:13px;padding:8px 12px;font-weight:600;box-shadow:0 .3px .1px rgba(0,0,0,.102),0 1.6px 4.6px rgba(0,0,0,.09)}.bot .message-text{max-width:80%}[data-theme=dark] .bot .message-text{color:#fff}.user .message-text,[data-theme=dark] .bot .message-text{background-color:#1d1d1d}.user .message-text{background:linear-gradient(90deg,#2870ea 10.79%,#1b4aef 87.08%);color:#fff;max-width:80%}@media screen and (max-width:768px){.bot .icon{font-size:0}}