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}.App{background-color:#f0f2f5;display:flex;flex-direction:column;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;height:100vh}h1{color:#1877f2;font-size:24px;margin:20px 0;text-align:center}.main-container{display:flex;flex:1 1;padding:0 20px}.chat-container{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;display:flex;flex:1 1;overflow:hidden}.online-users{background-color:#f8f9fa;border-right:1px solid #e1e4e8;overflow-y:auto;padding:15px;width:180px}.online-users h3{color:#24292e;font-size:14px;margin-top:0}.online-users ul{list-style-type:none;margin:0;padding:0}.online-users li{align-items:center;display:flex;font-size:13px;padding:6px 0}.user-status{background-color:#28a745;border-radius:50%;display:inline-block;height:8px;margin-right:8px;width:8px}.chat-content{display:flex;flex:1 1;flex-direction:column;height:100%}.chat-box{display:flex;flex:1 1;flex-direction:column;margin-bottom:10px;min-height:0;overflow-y:auto;padding:20px}.message{word-wrap:break-word;border-radius:18px;margin:5px 0;max-width:70%;padding:10px 15px}.you{align-self:flex-end;background-color:#0084ff;color:#fff}.other{align-self:flex-start;background-color:#e4e6eb;color:#000}.input-container{background-color:#f0f2f5;border-top:1px solid #e4e6eb;display:flex;padding:12px 8px}input[type=text]{flex:1 1;padding:10px 15px}button,input[type=text]{border:none;border-radius:20px;font-size:16px}button{background-color:#0084ff;color:#fff;cursor:pointer;margin-left:10px;padding:10px 20px;transition:background-color .3s}button:hover{background-color:#06c}.timestamp{color:#65676b;font-size:.8em;margin-left:10px}@media (max-width:768px){.App{height:100%}h1{font-size:20px;margin:10px 0}.main-container{padding:0 10px}.chat-container{flex-direction:column}.online-users{border-bottom:1px solid #e1e4e8;border-right:none;max-height:120px;padding:10px;width:100%}.online-users h3{font-size:13px;margin-bottom:5px;padding-bottom:5px}.online-users li{font-size:12px;padding:4px 0}.chat-content{display:flex;flex-direction:column;height:calc(100vh - 200px)}.chat-box{flex:1 1;min-height:0;overflow-y:auto}.input-container{padding:10px}button,input[type=text]{font-size:14px}button{padding:8px 15px}}.username-input-container{align-items:center;background-color:#f0f2f5;display:flex;flex-direction:column;height:100vh;justify-content:center}.username-input-container h2{color:#1877f2;margin-bottom:20px}.username-input-container form{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;display:flex;flex-direction:column;padding:30px}.username-input-container input{border:1px solid #ddd;border-radius:20px;font-size:16px;margin-bottom:15px;padding:10px 15px;width:250px}.username-input-container button{background-color:#0084ff;border:none;border-radius:20px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s;width:100%}.username-input-container button:hover{background-color:#06c}@media (max-width:768px){.username-input-container form{max-width:300px;width:80%}.username-input-container input{width:100%}}.message.system{align-self:center;background-color:#e4e6eb;border-radius:10px;color:#65676b;font-style:italic;line-height:.8;max-width:80%;padding:0 10px}.splash-screen{align-items:center;background-color:#1877f2;color:#f0f2f5;display:flex;flex-direction:column;height:100vh;justify-content:center}.splash-icon{font-size:5rem}.splash-icon,.splash-screen h1{color:#f0f2f5;margin-bottom:20px}.splash-screen h1{font-size:2rem;text-align:center}.splash-screen p{font-size:1.2rem;margin-bottom:30px;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #1877f24d;border-radius:50%;border-top-color:#f0f2f5;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.d4191287.css.map*/