.App{align-items:center;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;max-width:100vw;min-height:100vh;overflow-x:hidden;text-align:center;width:100vw}header{padding:1rem 0;width:100%}header,header h1{font-size:1.5rem!important}.player-info{width:90%!important}footer{padding:1rem 0;width:100%}.join-room{width:90%}main{height:100%!important}.winner-box{color:green}.leaderboard,.points-table,.winner-box{border:1px solid var(--main-grey1);border-radius:.5rem;padding:1rem;width:90%!important}.toggle-all-players{display:flex;gap:1rem;justify-content:center;width:100%;& input{width:auto!important}}.add-points{align-items:center;flex-direction:column;gap:1rem;width:90%!important}main li{display:flex;justify-content:space-between;width:80%}.winner{color:green}.host-container-div{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;width:100%}.host-control-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:1rem;width:100%}.host-control{border:1px solid var(--main-grey1);border-radius:.5rem;padding:.5rem;width:45%!important}.player-container-div{width:100%}.end-game-check,.player-container-div{align-items:center;display:flex;flex-direction:column}.end-game-check{border:1px solid red;border-radius:1rem;gap:1rem;padding:1rem;width:90%}.end-game-check div{align-items:center;display:flex;justify-content:space-between;width:90%}.end-game-check button{width:45%}.end-game-check button:first-of-type{background-color:red;color:#fff}.add-player-container{align-items:center;display:flex;flex-direction:column;width:90%;& .player-info{border:1px solid grey;border-radius:.5rem;padding:.5rem;width:100%!important}}.leaderboard ul{gap:0!important}.leaderboard h4:first-of-type{max-width:80%;overflow-x:hidden}.leaderboard li{width:100%;& div{align-items:center;display:flex;gap:.1rem;width:80%;& svg{display:flex;justify-content:flex-start;width:20%}}}.points-table{display:flex;justify-content:center;overflow-x:scroll;padding:0;width:100%;& .table-container{min-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}& .player-points-column,& .table-container{display:flex;justify-content:space-between}& .player-points-column{align-items:center;flex-direction:column;min-width:130px;width:50%;& .player-points-header{height:3rem;width:100%}& h6{align-items:center;height:3rem;justify-content:center;line-height:1.2rem;overflow-y:scroll;text-align:center;width:100%;word-break:normal}& .player-points-container{flex-direction:column;height:100%;justify-content:flex-start;width:100%;& p{border-top:1px solid grey}}& .player-points-footer{border-top:1px solid grey;justify-content:center;width:100%}& .player-points-footer p{border-radius:1rem;height:2rem;margin:.5rem;width:2rem}}& .player-points-column:not(.player-points-column:last-of-type){border-right:1px solid grey}}.player-points-container,.player-points-footer{display:flex}.add-points{border-bottom:0!important;display:flex;justify-content:center;width:100%;& .host-control{border:1px solid var(--main-grey1);border-radius:.5rem;gap:.3rem;padding:.5rem;width:100%!important;& form{gap:.3rem}}}.add-points .buttons{display:flex;justify-content:space-between;width:100%}.add-points .buttons input[type=submit],.buttons button{border-radius:.5rem;padding:.3rem 0;width:40%}.buttons button{display:flex;justify-content:center}.end-game{align-items:center;display:flex;flex-direction:column;gap:1rem;height:100%;width:100%}.end-game li{display:flex;justify-content:space-between;width:80%}.new-game-check{align-items:center;border:1px solid red;border-radius:1rem;display:flex;flex-direction:column;gap:1rem;padding:1rem;width:90%;& button{padding:.3rem 0;width:100%}& button:last-of-type{background-color:red;color:#fff}& div{align-items:center;display:flex;justify-content:space-between;width:90%}}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}#root{max-width:100vw;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;font-size:1.2rem;margin:0;padding:0}.standard-div,form{align-items:center;display:flex;flex-direction:column;gap:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}li{list-style:none}:root{--main-white:#eee;--main-black:#131313;--main-grey1:#797979;--main-grey2:#353535}button,input[type=submit]{border:0;border-radius:.5rem;padding:.3rem 2rem}input{border:0;padding:.3rem 0;width:100%}svg{border:0!important}hr{margin:1rem 0;width:100%}
/*# sourceMappingURL=main.8fd01186.css.map*/