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;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}.login-div{height:100vh}#login,.login-div{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100vw}#login{height:50vh;padding:0 10%}#login>label{flex-grow:unset;font-size:1.2rem;padding-right:5px}#input-name{margin:10px}@media (min-width:1024px){#login{flex-direction:row}}.header{align-self:center;display:flex;flex-direction:column;justify-content:center}.login-info{display:flex;justify-content:space-between}.available-users{background-color:#f0f8ff;display:flex;flex-direction:column;width:40%}.available-users>span{cursor:pointer}.hide{display:none}.selected{background-color:#84c2f8}.history{background-color:#faebd7;display:flex;flex-direction:column-reverse;height:300px;overflow:auto;overscroll-behavior-y:contain;padding:0 5px}.me{align-self:flex-end;background-color:aqua;overflow-wrap:anywhere}.me,.other{margin:2px 5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.other{align-self:flex-start;background-color:#fff9aa}.App{align-items:center;flex-direction:column;justify-content:center}.App,form{display:flex}#input-message{flex-grow:1;font-size:1.2rem}label{padding-right:5px}.chat-area{display:flex;flex-direction:column}.content{display:flex;max-width:700px;width:100vw}.container{display:flex;flex-direction:column}@media (min-width:768px){.chat-area{width:60%}}
/*# sourceMappingURL=main.67b11455.css.map*/