*{font-family:Arial,Helvetica,sans-serif;margin:0}p{padding:4px}.inputandchatContainer{display:flex;flex-direction:column;justify-content:space-between;max-width:1440px;width:100%;height:100vh}.chatinput{display:flex;align-items:center;justify-content:center;gap:15px;max-width:1440px;width:100%;height:70px;background-color:#fff;position:fixed;bottom:0}#root{max-width:1440px;width:100%;height:100vh}#textinput{max-width:700px;width:100%;height:auto;padding:10px;border-radius:10px;border:1px solid lightslategray;margin-left:10px}.sendbtn{padding:10px 20px;border-radius:10px;outline:none;border:none;background-color:green;color:#fff;font-weight:300;cursor:pointer;margin-right:10px}.sendbtn:active{transform:scale(.9)}.Profileimage{width:45px;height:45px;object-fit:cover}.userchatdiv,.robotchatdiv{display:flex;align-items:center;gap:10px;margin:0 0 20px}.messagetext{max-width:450px;width:fit-content;height:auto;padding:10px;background-color:#ebebeb;border-radius:10px;margin:0}.userchatcontainer{display:flex}.chatmessage{max-width:1440px;width:100%;height:auto;display:flex}.user-message{width:100%;height:auto;display:flex;flex-direction:row;justify-content:flex-end;gap:10px;margin-bottom:20px}.robot-message{width:100%;height:auto;display:flex;flex-direction:row;justify-content:flex-start;gap:10px;margin-bottom:20px}.chatmessagescontainer{flex:1;overflow-y:auto;scrollbar-width:none;padding:20px 10px 60px}.welcomemsg{display:flex;align-items:center;justify-content:center;text-align:center;font-family:Arial,Helvetica,sans-serif;color:#789}.spingif{width:40px;height:auto}.msgtime{font-size:13px;color:gray}.clear{background-color:gray;color:#fff}@media (min-width:1440px){#root{margin:0 auto}}@media (min-width:600px){.messagetext{font-size:24px;width:fit-content}.msgtime{font-size:20px}.robot-message{width:100%}.chatmessagescontainer{max-width:1024px;width:100%;height:auto;padding:20px 10px 60px}.Profileimage{width:60px;height:60px}}@media (max-width:425px){.messagetext{max-width:250px;height:auto}.chatinput{gap:10px}.chatmessagescontainer{padding:20px 10px 60px}}
