*{box-sizing:border-box}body{font-family:Arial;margin-top:0;margin-bottom:0}.loading-bubble{display:flex;gap:6px}.dot{width:8px;height:8px;border-radius:50%;background-color:gray;animation:blink 1.4s infinite both}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:0}40%{opacity:1}}.chat-input-container{margin-bottom:60px;display:flex;scroll-behavior:smooth}.chat-input{flex-grow:1;padding:12px 15px;font-size:15px;border-radius:10px;border-width:1px;margin-right:10px}.chat-button{background-color:#198754;color:#fff;border:none;padding:12px 20px;border-radius:10px;font-size:15px;cursor:pointer}.chat-button-clear{background-color:#eee;color:#000;border:none;padding:12px 20px;border-radius:10px;font-size:15px;cursor:pointer;margin-left:10px}.chat-message-user{display:flex;justify-content:end;align-items:start}.chat-message-robot{display:flex;align-items:start}.chat-message-text{background-color:#eee;padding:12px 20px;border-radius:10px;margin-left:12px;margin-right:12px;margin-bottom:15px;max-width:400px;box-shadow:0 2px 5px #0000001a}.chat-message-profile{width:40px;height:45px;border-radius:45px;object-fit:cover}.chat-message-container{flex-grow:1;margin-top:40px;overflow:scroll;scrollbar-width:none}.welcome-message{text-align:center;color:#635f5f}.app-container{max-width:600px;margin-left:auto;margin-right:auto;height:100vh;display:flex;flex-direction:column}
