.gameOver{align-items:center;background-color:#000c;color:#ccc;display:flex;flex-flow:column nowrap;font-size:5rem;gap:50px;height:100%;justify-content:center;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:555}.newGame{font-size:1.5rem;padding:20px 50px}.controlsContainer{display:flex;flex-flow:column nowrap;font-family:sans-serif;gap:5px;justify-content:flex-start;width:380px}.controlsContainer .controlInnerContainer{align-items:center;display:flex;flex-flow:row nowrap;gap:5px;justify-content:flex-start}.controlsContainer .controlInnerContainer span{font-size:1.5rem;width:160px}.controlsContainer .controlInnerContainer .inactive{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:5px;color:#aaa;display:flex;height:30px;justify-content:center;width:50px}.controlsContainer .controlInnerContainer .inactive:hover{border:2px solid #222;color:#222;font-weight:700}.controlsContainer .controlInnerContainer .active{align-items:center;border:2px solid #222;border-radius:5px;color:#222;display:flex;font-weight:700;height:30px;justify-content:center;width:50px}.loadingWindow{align-items:center;border:1px solid red;display:flex;height:100%;justify-content:center;padding:50px 100px;width:100%}.gameBoard{display:flex;flex-flow:column nowrap;gap:1px}.gameBoardLine{display:flex;flex-flow:row nowrap;gap:1px}.square{align-items:center;border:1px solid #000;display:flex;height:30px;justify-content:center;width:30px}.square img{width:25px}.hiddenSquare{align-items:center;background-color:gray;border:1px solid #000;display:flex;height:30px;justify-content:center;width:30px}.hiddenSquare img{width:25px}.flaggedSquare{align-items:center;background-image:url(/static/media/flag.919d2eb307e30d9957c5.png);background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid #000;display:flex;height:30px;justify-content:center;width:30px}
/*# sourceMappingURL=main.d92e66c5.css.map*/