body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#282c34;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}body,input{color:#d8dce3}input{background-color:#383c41;border:none;font-size:18px;padding:5px}.parent{display:grid;grid-template-columns:15% 60% auto}.text-chat{margin-left:20px;margin-top:10px}.text-chat .messages{height:90vh;overflow-y:scroll}.text-chat .messages .button-wrapper{align-items:center;display:flex;flex-direction:column;height:50px;margin-right:10px}.text-chat .messages .button-wrapper .load-button{background-color:#5a6269;border:none;color:#d8dce3;font-size:20px;height:100%;width:100%}.text-chat .messages .message{background-color:#383c41;margin-right:10px;margin-top:10px;overflow-x:hidden;padding:5px}.text-chat .messages .message .author{display:inline-block;font-weight:700}.text-chat .messages .message .content{margin-left:20px;margin-top:5px}.text-chat .messages .message .time{color:#5a6269;display:inline-block;margin-left:10px}.text-chat .messages .message:hover{background-color:#5a6269}.text-chat .messages .message:hover .time{color:#9aa0a4}.text-chat .messages .message p{word-wrap:anywhere;margin-bottom:5px;margin-top:5px}.text-chat .messages .own-message{background-color:#37465c}.text-chat .input-field{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;margin-top:20px;width:100%}.users{height:90vh;margin-left:10px;margin-right:10px;margin-top:10px;overflow-y:scroll}.users .user{background-color:#23252b;margin:10px;overflow-x:hidden;padding:10px}.users .user:hover{background-color:#5a6269}.users .self{background-color:#37465c}.users .self:hover{cursor:pointer}.rooms{height:90vh;margin-left:10px;margin-right:10px;margin-top:10px;overflow-y:scroll}.rooms .new-room,.rooms .room{background-color:#23252b;color:#d8dce3;display:block;margin:10px;overflow-x:hidden;padding:10px;text-decoration:none}.rooms .new-room:hover,.rooms .room:hover{background-color:#5a6269;cursor:pointer}.rooms .current{background-color:#37465c}.rooms .current:hover{cursor:default}.rooms .room-search{padding:10px 10px 0}.rooms .room-search .room-search-input{width:95%}.rooms .new-room{text-align:center}.rooms .new-room,.rooms .new-room:hover{background-color:#566d8f}.rooms .new-room form{cursor:default}.rooms .new-room form .title{margin:0 0 10px}.rooms .new-room form #new-room-name{margin-bottom:10px;width:90%}.rooms .new-room form #new-room-isUnlisted{background-color:#bbbfc6;margin-bottom:15px}.rooms .new-room form .button{cursor:pointer;margin:2px;width:45%}.rooms .new-room form .button:hover{background-color:#5a6269}a{color:#299bc7;text-decoration:none}a:hover{text-decoration:underline}@media only screen and (max-width:786px){.parent{grid-template-columns:auto}.text-chat{margin-right:10px}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#30343c}::-webkit-scrollbar-thumb{background:#9aa0a4}::-webkit-scrollbar-thumb:hover{background:#566d8f}
/*# sourceMappingURL=main.73e07d14.css.map*/