#root{height:100vh;width:100vw}body{margin:0;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{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.message-page{height:100vh;width:100vw;justify-content:center}.chat-bar,.message-page{display:flex;align-items:center}.chat-bar{position:absolute;justify-content:space-between;width:98%;height:50px;bottom:0}.chat-input{padding:2px 14px;width:100%;height:30px;border-radius:5px;border:none;outline:none;background-color:#ebedef;margin-right:8px}.dialog{background-color:#fff;position:relative;height:100%;justify-content:center}.dialog,.message-view{width:100%;display:flex}.message-view{overflow-y:auto;flex-flow:column nowrap;align-items:center;height:calc(100% - 50px)}.message-view>:first-child{margin-top:auto!important}.message-view>:last-child{margin-bottom:10px}.message-container{height:auto;display:flex;justify-content:flex-start;width:100%;margin:1px 0}.message-container.new-message{margin-top:10px;margin-bottom:2px}.message-container>p{border-radius:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;word-wrap:break-word;max-width:55vw;padding:5px 10px;margin:0;background-color:#f2f3f5}.user-icon-filler{width:52px}.message-container.user-sent{justify-content:flex-end}.message-container.user-sent>p{background-color:rgba(100,148,237,.45)}.user-icon{background-color:grey;height:48px;width:48px;display:flex;justify-content:center;align-items:center;border-radius:50%;color:#fff;font-weight:700}.small{height:36px;width:36px;margin:0 8px;font-size:small}.red{background-color:#d62e9e}.yellow{background-color:#e9e583}.green{background-color:#18c988}.blue{background-color:#77a0ec}.user-list{width:250px;background-color:#f2f3f5;height:100%;flex-direction:column}.user-list,.user-list>p{display:flex;justify-content:center}.user-list>p{font-weight:600}.user-card{display:flex;align-items:center;padding:8px 12px;border-radius:4px}.user-card>p{overflow:hidden;text-overflow:ellipsis;margin:0 0 0 10px;width:100px}.groups-list{height:100%;background-color:#f2f3f5;flex-direction:column}.group-icon,.groups-list{display:flex;justify-content:center;align-items:center}.group-icon{background-color:#b0c4de;height:48px;width:48px;border-radius:50%;margin:12px 16px;color:#fff;font-weight:700;transition:.2s ease-in-out}.group-icon:hover,.selected-group{border-radius:30%;cursor:pointer;transition:.1s ease-in-out;background-color:#6495ed}.shadow{box-shadow:0 1px 4px rgba(0,0,0,.2)}#user-menu{background-color:#f2f3f5;position:fixed;top:0;margin-top:16px;z-index:10;text-align:center;padding:8px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1)}#user-menu-items{display:flex;flex-direction:row}.user-menu-item{display:flex;align-items:center;padding:8px 12px 8px 0;border-radius:4px}.user-menu-item:hover{background-color:#f8f8f8;cursor:pointer}.selected-user{background-color:#fff!important}.user-menu-item p{margin:0}.disabled{pointer-events:none;opacity:.5}.directions{font-weight:700}
/*# sourceMappingURL=main.8c338f21.chunk.css.map */