@import url(https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap);.LeaderBoard{width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.LeaderBoard h2{font-size:1rem;margin:2.5rem}.leader-list{max-width:520px;margin:0 auto;padding:0}.leader-list li{display:flex;flex-direction:row;padding:0 0 0 4%}.color-rotate{background-color:rgba(68,91,192,.274)}.player-info{text-align:left}.player-info h3{font-size:.95rem}.player-info p{font-size:.72rem;color:#a9a9a9;padding-left:42px}.fullscreen-bg{display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:1;height:100vh;padding:0;margin:0}video{align-self:center;object-fit:fill;position:absolute;min-height:100vh;top:0;z-index:2}@media (max-width:599px){video{min-height:100vh;overflow:hidden}}.video-logo{z-index:3;position:absolute;top:30%;width:40%;cursor:pointer}@media (max-width:599px){.video-logo{z-index:10;position:absolute;top:40%;width:70%}}.push{cursor:pointer;text-align:center;position:absolute;top:55%;z-index:3;color:#dc143c;font-size:2em}@media (max-width:599px){.push{top:50%;margin-top:10px;font-size:1em}}.Login{justify-content:center;align-items:center}.Login,.Login form{display:flex;flex-direction:column}.loginButton,input{margin:8px auto auto;min-height:25px;padding:10px}.logo{margin-top:25%}.demo-creds{text-align:left;font-size:.75rem;padding:0 5vw;margin:2vh auto}.cell{visibility:visible}.action-cell,.cell{width:10vw;height:10vw;max-height:52px;max-width:52px}.action-cell img{visibility:hidden}.action-cell:hover img{visibility:visible;margin-top:-9vw}.cell:hover{border:2px dotted rgba(0,0,0,.247)}:root{--top-int:2;--left-int:0}.Player{width:10vw;max-width:52px;transition:.5s;z-index:10;position:absolute;top:17vw;top:calc(-3vw + 10vw*var(--top-int));left:1vw;left:calc(1vw + 10vw*var(--left-int))}@media only screen and (min-width:520px){.Player{top:93px;top:calc(-11px + 52px*var(--top-int));left:3px;left:calc(3px + 52px*var(--left-int))}}.dialog-box-container{display:flex;flex-direction:column;width:90vw;z-index:12;position:absolute;top:64vw;left:5vw;border-color:#c4c4c4 #727272 #727272 #c4c4c4;border-style:solid;border-width:2px;color:#fff;background-color:#171058;padding:8px}.dialog-buttons{display:flex;flex-direction:row;justify-content:space-evenly;height:40px}.dialog-buttons button{width:80px;border-color:#c4c4c4 #727272 #727272 #c4c4c4;border-style:solid;border-width:2px;color:#fff;background-color:#171058}.dialog-buttons button:hover{border-color:#727272 #c4c4c4 #c4c4c4 #727272;border-style:solid;border-width:2px;background-color:#100b3f}.dialog-buttons button:active{color:gold}.dialog-box-container p{margin:5px 0}@media only screen and (min-width:520px){.dialog-box-container{top:430px;left:10px;width:500px}}.barContainer{width:100%;background-color:#5f5e7d;margin:2px 0;border-radius:11px;border:3px ridge #a9a9a9}.barLabel{color:#fff;font-size:.55rem;margin-right:5px}.title-barContainer{display:flex}@media only screen and (min-width:520px){.barLabel{font-size:.8rem}.barContainer{width:100%;background-color:#5f5e7d;margin:5px 0;border-radius:11px;border:4px ridge #a9a9a9}}.game-over-screen{display:flex;flex-direction:column;width:100vw;max-width:520px;height:105vw;max-height:540px;justify-content:center;align-items:center;z-index:12;position:absolute;top:0;left:0;background-color:#000;color:#fff;padding:8px}.game-over-message{width:80%}.game-over-message p{line-height:30px}.GameWindow{position:absolute}.cells{max-width:520px;display:grid;grid-template-rows:repeat(10,1fr);grid-template-columns:repeat(10,1fr);top:0;left:0}.cells,.UI{width:100vw;position:absolute}.UI{flex-direction:row;max-height:160px;max-width:500px;z-index:12;top:103vw;color:#fff;display:flex;align-items:center;text-align:center;justify-content:center;font-size:.65rem;line-height:1.1rem;background-color:#171058}.UI,.ui-left{border-color:#c4c4c4 #727272 #727272 #c4c4c4;border-style:solid;border-width:2px;padding:5px;flex:1 1}.ui-left{background-color:#040407;margin-right:5px;color:#ffe761}.ui-right{flex:3 1}.UI p{margin:5px}.money-save{display:flex;flex-direction:row;justify-content:space-between}.money-save button{border-color:#c4c4c4 #727272 #727272 #c4c4c4;border-style:solid;border-width:2px;color:#fff;background-color:#171058}.money-save button:hover{border-color:#727272 #c4c4c4 #c4c4c4 #727272;border-style:solid;border-width:2px;background-color:#100b3f}.money-save button:active{color:gold}.background{position:relative}@media only screen and (min-width:520px){.UI{top:550px;left:10px;font-size:.9rem}.GameWindow{left:calc(50vw - 260px)}}.MainGame{position:relative}.Dashboard{display:flex;flex-direction:column;align-items:center;justify-content:space-around}.Dashboard h2{margin:5vh 0 0}.Dashboard h3{text-decoration:underline}.write-up{margin:5vh auto 10vh;text-align:left;width:80%;font-size:1rem;line-height:1.5rem}.to-game-button{margin-top:3vh;padding:1rem;font-size:1rem;border-color:#c4c4c4 #727272 #727272 #c4c4c4;border-style:solid;border-width:2px;color:#fff;background-color:#171058}.to-game-button:hover{border-color:#727272 #c4c4c4 #c4c4c4 #727272;border-style:solid;border-width:2px;background-color:#100b3f}.to-game-button:active{color:gold}@media only screen and (min-width:600px){.write-up{line-height:1.7rem}}.Register,.Register form{display:flex;flex-direction:column}@-webkit-keyframes bounceIn{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:0}60%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounceIn{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:0}60%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}to{-webkit-transform:scale(1);transform:scale(1)}}.registerButton,input{margin:8px auto auto;min-height:25px;padding:10px}.bounceIn{-webkit-animation:bounceIn 2s;animation:bounceIn 2s}.logo{align-self:center;margin-top:25vh;max-width:35%;min-width:200px}label{color:#fff}.buttonHolder,form{padding-top:3rem;margin:auto}.Header{width:100vw}.nav-bar{display:flex;padding:0;flex-direction:row;list-style:none;width:100%;margin:0 auto;max-width:850px}.nav-bar li{font-size:.65rem;line-height:1.1rem;background-color:#171058;flex:1 1}.Header a{color:#fff;text-decoration:none;border-color:#c4c4c4 #727272 #727272 #c4c4c4;border-style:solid;border-width:2px;padding:10px;width:100%;height:100%;display:flex;align-items:center;text-align:center;justify-content:center}.Header a:hover{color:gold;text-decoration:none}.Header a:active{color:gold;text-decoration:none;border-color:#727272 #c4c4c4 #c4c4c4 #727272;border-style:solid;border-width:2px;background-color:#110b47}@media only screen and (min-width:500px){.nav-bar li{font-size:1.1rem;line-height:1.4rem}.nav-bar{display:flex;flex-direction:row;justify-content:center}}.App{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:100vh;width:100vw}main{width:100%;height:100%}*{box-sizing:border-box;font-family:"Press Start 2P",cursive}body{display:flex;flex-direction:column;height:100vh;background-color:#060321;color:#fff;width:auto;margin:auto;justify-content:center;align-items:center;text-align:center}.error-message{color:#dd2323;font-size:.8rem;line-height:1rem}
/*# sourceMappingURL=main.126b5d7c.chunk.css.map */