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}body,html{background-color:#000;font-family:tahoma;font-size:20px}main{height:90%;justify-content:center;max-width:600px;padding:0;position:relative;width:95%}.App,main{align-items:center;display:flex;flex-direction:column;margin:0}.App{color:#fff;height:100dvh;width:100dvw}::-webkit-scrollbar-thumb{background-color:#00000069;border-radius:50px}::-webkit-scrollbar{background-color:initial;width:5px}@font-face{font-family:tahoma;src:url(/static/media/tahoma.d695c4aed2c17f78c09b.ttf)}.panel{display:flex;flex-direction:column;height:90%;justify-content:flex-end;width:100%}#messages{overflow-y:auto;padding:0}.msg{align-items:center;animation:msg_appear 1s forwards;box-sizing:border-box;display:flex;flex-direction:row-reverse;font-size:.7em;gap:5px;justify-content:flex-end;padding:10px;transition:1s;width:100%}@keyframes msg_appear{0%{opacity:0}to{opacity:1}}.msg.i{flex-direction:row;justify-content:flex-end}.msg.i .msg-txt{background:#474747;color:#fff}.username-txt{background-color:#cf6969;border-radius:50%;color:#000;font-size:1.2em;height:25px;padding:3px;text-align:center;width:25px}.msg-txt{background:#fff;border-radius:15px;color:#474747;filter:drop-shadow(1px 4px 3px #000000);letter-spacing:.6px;max-width:50%;overflow-wrap:break-word;padding:10px}.msg-inp-form{align-items:flex-end;background-color:#000;bottom:10px;display:flex;position:absolute;width:100%}.msg-inp-form textarea{background-color:#000;border-radius:10px;color:#fff;font-family:tahoma;font-size:.7em;letter-spacing:.6px;line-height:20px;outline:none;padding:10px;width:80%}.msg-inp-form button{background:#0000;border-color:#8fbc8f;border-radius:10px;color:#fff;cursor:pointer;font-size:medium;height:30px;transition:.25s ease-in-out;width:60px}#logoutBtn{border-color:red}#logoutBtn:hover{background-color:red}.msg-inp-form button:disabled{border-color:#474747;color:#474747;cursor:not-allowed}@media (max-width:700px){.heading-text{font-size:1em}}@media (min-width:701px) and (max-width:1120px){.heading-text{font-size:1em}}#login-form input{border-radius:10px;display:block;font-size:1.2em;margin:10px 0;padding:7px 5px}#login-form button{border-radius:10px;font-size:1em;margin-top:10px;padding:10px}fieldset{border-radius:10px;margin:10px 0;padding:20px}
/*# sourceMappingURL=main.37ceaa9e.css.map*/