*,body{margin:0}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.app{display:grid;place-items:center;background-color:#dadbd3;height:100vh}.app__body{display:flex;background-color:#fff;height:90vh;width:90vw;margin-top:-50px;box-shadow:-1px 4px 20px -6px rgba(0,0,0,.2);max-width:700px}.app .MuiIconButton-root{font-size:17px}a{text-decoration:none;color:#000}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:hsla(0,0%,100%,.10196078431372549)}::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}.chat{flex:0.6 1;background-color:#b0deed;display:flex;flex-direction:column}.chat__header{display:flex;align-items:center;padding:20px}.chat__headerInfo{flex:1 1;padding-left:10px}.chat__headerInfo>h3{font-weight:460}.chat__body{flex:1 1;padding:30px 10px;overflow-y:auto;display:flex;flex-direction:column}.chat__footer{display:flex;justify-content:space-between;align-items:center;background-color:#fff;height:50px;border-top:1px solid #d3d3d3}.chat__footer>form{flex:1 1;display:flex}.chat__footer>form>input{border:none;outline:none;flex:1 1}.chat__footer>form>button{display:none}.dateBubble{background-color:#92a3ab;border-radius:20px;color:#eef7fc;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:10px auto;font-size:14px;padding:3px 15px}.message{display:flex;margin-bottom:30px}.message__name{padding:3px;font-weight:600;font-size:xx-small}.message.message__sender{align-self:flex-end}.message.message__sender .message__text{background-color:#ffe812}.message__text{background-color:#fff;border-radius:10px;padding:10px}.message__details{display:flex}.message__timestamp{font-size:xx-small;align-self:flex-end}.message__sender .message__timestamp{order:1}.message__sender .message__text{order:2}.message__sender .message__name{text-align:right}.login{background-color:#ffe812;padding:100px;text-align:center;border-radius:10px;box-shadow:0 1px 3px rgba(0,0,0,.2),0 0;max-width:350px}.login>img{height:150px;object-fit:contain;margin-bottom:40px}.login>button{margin-top:50px;background-color:#30231d;color:#ded6d6;text-transform:inherit}.login>button:hover{background-color:#ff9b17;color:#30231d}.sidebar{flex:0.4 1;display:flex;flex-direction:column}.sidebar__header{display:flex;align-items:center;padding:20px;justify-content:space-between}.sidebar__headerRight>.MuiIconButton-root{padding-left:4px;padding-right:4px}.sidebar__footer{display:flex;justify-content:space-around}.sidebar__chats{background-color:#fff;overflow-y:auto;flex:1 1}.sidebarChat{display:flex;padding:20px;cursor:pointer}.sidebarChat__info>h2{font-size:14px;margin-bottom:8px}.sidebarChat__info{margin-left:15px;font-size:13px;flex:1 1;color:grey}.sidebarChat__timestamp{font-size:12px;color:grey}.sidebarChat:hover{background-color:#ebebeb}.sidebarChat.active,.sidebarChat.active:hover{background-color:#edf4f6}
/*# sourceMappingURL=main.1dadfbb5.chunk.css.map */