body{font-family:arial;margin-top:0;margin-bottom:0}.chat-input-container{display:flex}.chat-input{padding:12px 15px;font-size:15px;border-radius:10px;border-width:1px;flex-grow:1}.send-button,.clear-button{background-color:#198754;color:#fff;padding:12px 20px;font-size:15px;border:none;border-radius:10px;cursor:pointer;margin-left:10px}.clear-button{background-color:#d6d6d6;color:#000}.loading-spinner{height:40px;margin:-15px}.chat-message-robot{display:flex}.chat-message-user{display:flex;justify-content:end}.chat-message-text{background-color:#eee;padding:15px 20px;border-radius:10px;margin-right:10px;max-width:300px;margin-left:10px;margin-bottom:20px}.profile-image{height:45px;width:45px;object-fit:cover;border-radius:50%}.time-text{color:#8f8f8f;font-size:13px;margin-top:5px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.chat-messages-container{flex-grow:1;overflow:scroll;scrollbar-width:none}.app-container{max-width:600px;margin-left:auto;margin-right:auto;height:100vh;display:flex;flex-direction:column;box-sizing:border-box;padding-top:20px;padding-bottom:60px}.welcome-text{text-align:center;color:gray;margin-top:0}
