:root{--send-bg:#0b93f6;--send-color:#fff;--receive-bg:#e5e5ea;--receive-text:#000;--page-background:#fff}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}.dashboard{display:flex;height:100vh}.sidebar{width:30%}.sidebar,.sidebar-mobile{border-right:1px solid grey;display:flex;flex-direction:column}.sidebar-mobile{height:90vh;width:100%}.id-container{border-top:1px solid grey;font-size:small;padding:1rem}.conversation{flex-grow:1;overflow:auto}.login{align-items:center!important;display:flex!important;height:100vh;justify-content:center!important}.open-conversation{background:#fff;background:var(--page-background);display:flex;flex-direction:column;width:100%}.full-height{height:90vh}.conversation-header{padding:1rem}.conversation-header,.conversation-header-mobile{align-items:center;background:linear-gradient(0deg,#6a85b6 0,#bac8e0);border-bottom:1px solid grey;justify-content:flex-start}.conversation-header-mobile{padding:1rem .3rem}.open-conversation-container{flex-grow:1;overflow:auto}.messages{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-end;padding:.4rem 2rem}.single-message-container{display:flex;flex-direction:column;margin:.2rem 0}.single-message-container>p{word-wrap:break-word;border-radius:15px;line-height:24px;margin-bottom:12px;max-width:255px;padding:6px 20px;position:relative}.single-message-container>p:before,p:after{bottom:0;content:"";height:24px;position:absolute}.send{align-self:flex-end;background:#0b93f6;background:var(--send-bg);color:#fff;color:var(--send-color)}.send:before{background-color:#0b93f6;background-color:var(--send-bg);border-bottom-left-radius:16px 14px;right:-7px;width:20px}.send:after{background-color:#fff;background-color:var(--page-background);border-bottom-left-radius:10px;right:-26px;width:26px}.receive{align-self:flex-start;background:#e5e5ea;background:var(--receive-bg);color:#000}.receive:before{background-color:#e5e5ea;background-color:var(--receive-bg);border-bottom-right-radius:16px 14px;left:-7px;width:20px}.receive:after{background-color:#fff;background-color:var(--page-background);border-bottom-right-radius:10px;left:-26px;width:26px}.from-me{align-items:end;align-self:end}.from-others{align-items:flex-start}.timestamp{font-size:xx-small}.from-me-timestamp{text-align:right}.from-others-timestamp{text-align:left}.sender{color:grey;font-size:small}.sender-from-me{text-align:right}.sender-from-others{text-align:left}.input-container{background-color:#e9e9e9;padding:.3rem 0}.text-input{margin:.5rem 1.5rem!important}.text-input>div:first-of-type{border-radius:10px!important;height:45px!important}
/*# sourceMappingURL=main.e3378b79.css.map*/