@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.loginpage{height:calc(100vh - 60px);justify-content:center}.logincontainer,.loginpage{align-items:center;display:flex}.logincontainer{background-color:#fff;border-radius:20px;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);flex-direction:column;justify-content:space-between;padding:30px;width:450px}.logincontainer>span{font-size:20px;font-weight:500;margin:10px}.logincontainer>input{margin:10px;padding:10px;width:80%}.logincontainer>button{background-color:#000;border:none;color:#fff;margin:10px;outline:none;padding:10px 20px}.chatspage{align-items:center;display:flex;height:calc(100vh - 60px);justify-content:center;width:100vw}.chatscontainer{border-radius:25px;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);display:flex;height:80%;width:75%}.chatsleftside{border-radius:25px 0 0 25px;border-right:1px solid #d0d0d0;height:100%;width:30%}.userdetails{background-color:#000;border-radius:25px 0 0 0;color:#fff;height:75px}.usercircle,.userdetails{align-items:center;display:flex}.usercircle{background-color:#fff;border-radius:50%;color:#000;height:45px;justify-content:center;margin-left:20px;margin-right:10px;width:45px}.userdetails>span{font-size:18px}.chatsrightside{display:flex;flex-direction:column;width:70%}.chatlist{height:calc(100% - 75px);overflow-y:auto}.chatbar{border-radius:0 25px 0 0;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);height:75px;width:100%}.messages{height:calc(100% - 140px);overflow-y:auto;padding-bottom:40px;padding-top:30px}.chatinput{align-items:center;border-radius:0 0 25px 0;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);display:flex;height:65px;justify-content:space-between;padding-left:30px;padding-right:30px;width:100%}.chatinput>input{border:none;font-size:16px;outline:none}.nomsg{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.nomsg>img{height:250px;margin-bottom:20px;margin-top:40px;width:auto}.sendcont{display:flex;justify-content:flex-end;margin-top:15px;width:100%}.messagecont{border-radius:25px;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);display:flex;justify-content:space-between;margin-right:20px;padding:15px;width:35%}.usercard{align-items:center;border-bottom:1px solid #d0d0d0;display:flex;height:70px}.usercard:hover{background-color:#eee;cursor:pointer}.revcont{display:flex;justify-content:flex-start;margin-top:15px;width:100%}.recmessagecont{background-color:#000;border-radius:25px;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);color:#fff;display:flex;justify-content:space-between;margin-left:20px;padding:15px;width:35%}.msgtime{align-items:end;color:#9a9a9a;font-size:11px;margin-top:10px}body{font-family:Roboto,sans-serif}*{box-sizing:border-box;margin:0;padding:0}.header{align-items:center;background-color:#fff;box-shadow:0 7px 29px 0 hsla(240,5%,41%,.2);display:flex;height:60px;justify-content:space-between;padding-left:20px;padding-right:20px;width:100%}.title{font-size:22px;font-weight:500}.lnrcont{align-items:center;display:flex;justify-content:space-between;width:170px}
/*# sourceMappingURL=main.88924f98.css.map*/