/* /Pages/Index.razor.rz.scp.css */
#azul-logo-main[b-504pc4a35w] {
  max-width: 80%;
  max-height: 40%;
}

/* /Pages/LocalGamePage.razor.rz.scp.css */
[b-he56yqtg9v] .game-component {
    height: 100%;
}

#local-gamepage[b-he56yqtg9v] {
    height: 100%;
    font-family: Kufam;
}
/* /Pages/OnlineGamePage.razor.rz.scp.css */
[b-10a2wo1oq2] .game-component {
    height: 100%;
}

#online-gamepage[b-10a2wo1oq2] {
    height: 100%;
    font-family: Kufam;
}
/* /Shared/Game/DiscardsComponent.razor.rz.scp.css */
.discards-component[b-m91qe0buki] {
    display: flex;
    justify-content: center;
    width: 98%;
    height: calc(100% - 2px - 0.5em);
    padding: 1%;
}

.discarded-tile-container[b-m91qe0buki] {
    display: grid;
    width: 5%;
}

@media only screen and (max-width: 1000px) {
    .discarded-tile-container[b-m91qe0buki] {
        width: 10%;
    }
    
    .num-of-tiles-div[b-m91qe0buki] {
        display: flex;
        align-items: center;
    }
}
/* /Shared/Game/FactoryComponent.razor.rz.scp.css */
.factory-component[b-970bwb2v2j] {
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 50% 50%;
    background-color: whitesmoke;
    border: lightgray 2px solid;
    border-radius: 2px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.factory-wrapper[b-970bwb2v2j] {
    position: relative;
    width: 9%;
    padding-bottom: 10%;
    height: 0;
    margin: 0.4em;
    box-sizing: border-box;
}

@media only screen and (max-width: 1000px) {
    .factory-wrapper[b-970bwb2v2j] {
        width: 16%;
        padding-bottom: 16%;
    }
}
/* /Shared/Game/GameComponent.razor.rz.scp.css */
.opponent-boards[b-r1wdmht7ap] {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 33% 34% 33%;
  width: 100%;
  order: 1;
  flex-basis: 25%;
  max-width: 300px;
}

.not-player-container[b-r1wdmht7ap] {
  margin: 2% 0;
}

.player-board[b-r1wdmht7ap] {
  flex-basis: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px;
}

.game-component[b-r1wdmht7ap] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-content: space-evenly;
}

@media only screen and (max-width: 1000px) {
  .opponent-boards[b-r1wdmht7ap] {
    grid-template-columns: 33% 34% 33%;
    grid-template-rows: 100%;
    max-width: 100vw;
    order: 0;
    flex-basis: 100%;
  }

  .player-board[b-r1wdmht7ap] {
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .opponent-boards[b-r1wdmht7ap] {
    grid-template-columns: 50% 50%;
    grid-template-rows: 50% 50%;
    max-width: 100vw;
  }
  .not-player-container[b-r1wdmht7ap] {
    margin: 2% 0;
  }
}

.player-board-container[b-r1wdmht7ap] {
  place-self: center;
  width: 90%;
  padding-bottom: 50%;
  position: relative;
}

@media only screen and (min-aspect-ratio: 3/4) and (max-width: 1000px) {
  .opponent-boards[b-r1wdmht7ap] {
    grid-template-columns: 33% 34% 33%;
    grid-template-rows: 100%;
  }
}
/* /Shared/Game/GameOverComponent.razor.rz.scp.css */
#game-over-div[b-ocmslzrmjj] {
    width: 80%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#game-over-page[b-ocmslzrmjj] {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.runner-up-item[b-ocmslzrmjj] {
    display: flex;
    justify-content: space-around;
    width: 80%
}

.grey-background[b-ocmslzrmjj] {
    background-color: rgba(175, 175, 175, 0.336);
    position: absolute;
    z-index: 1001;
}
/* /Shared/Game/MiddleBoardComponent.razor.rz.scp.css */
.middle-board-component[b-bpikopsti2] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: fit-content;
    padding-bottom: 2%;
    flex-basis: 100%;
    max-width: 1200px;
}

.middle-board-component .factories[b-bpikopsti2] {
    display: flex;
    width: 100%;
    height: fit-content;
    flex-wrap: wrap-reverse;
    align-content: flex-start;
    justify-content: space-evenly;
}

.middle-board-component .discards[b-bpikopsti2] {
    display: flex;
    width: 100%;
    align-self: center;
    justify-content: center;
}

@media only screen and (max-width: 1000px) {
    .middle-board-component .factories[b-bpikopsti2] {
        justify-content: center;
        padding: 2% 0;
    }
}
/* /Shared/Game/PlayerBoardComponent.razor.rz.scp.css */
.player-board-component[b-v7o5zxheko] {
    display: flex;
    flex-direction: column;
    padding: 1%;
    background-color: whitesmoke;
    border: lightgray 2px solid;
    border-radius: 2px;
    position: absolute;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

.player-board-component .playable-area[b-v7o5zxheko] {
    display: flex;
    justify-content: space-between;
    height: 80%;
}

.player-board-component.is-player[b-v7o5zxheko] {
    background-color: #e6ffb2;
}

.player-board-component.is-turn[b-v7o5zxheko] {
    border: orange 4px solid;
}

.player-grid[b-v7o5zxheko] {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 20% 20% 20% 20% 20%;
    background-color: lightgray;
    border: whitesmoke 2px solid;
    border-radius: 2px;
    width: 45%;
    height: 100%
}

.player-grid .grid-tile-container[b-v7o5zxheko] {
    display: grid;

}

.player-grid .grid-tile-container.unfilled[b-v7o5zxheko] {
    opacity: 0.2;
}

.player-sliders[b-v7o5zxheko] {
    width: 45%;
    height: 100%;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 20% 20% 20% 20% 20%;
}

.overspill-tiles[b-v7o5zxheko] {
    display: grid;
    width: 63%;
    height: 20%;
    grid-template-columns: repeat(7, 1fr);
}

.board-player-name[b-v7o5zxheko] {
    position: absolute;
    top: 2%;
    left: 2%;
    font-size: 2em;
}

.board-player-score[b-v7o5zxheko] {
    position: absolute;
    bottom: 0;
    right: 2%;
    font-size: 2em;
}

.not-player .board-player-score[b-v7o5zxheko] {
    font-size: 1em;
}

.not-player .board-player-name[b-v7o5zxheko] {
    font-size: 0.9em;
}


@media only screen and (max-width: 1000px) {
    .board-player-score[b-v7o5zxheko] {
        font-size: 1.8em;
    }

    .board-player-name[b-v7o5zxheko] {
        font-size: 1.5em;
    }

    .not-player .board-player-score[b-v7o5zxheko] {
        font-size: 1em;
    }
    
    .not-player .board-player-name[b-v7o5zxheko] {
        font-size: 0.9em;
    }
}

@media only screen and (max-width: 700px) {
    .board-player-score[b-v7o5zxheko] {
        font-size: 1.2em;
    }

    .board-player-name[b-v7o5zxheko] {
        font-size: 1em;
    }

    .not-player .board-player-score[b-v7o5zxheko] {
        font-size: 0.7em;
    }
    
    .not-player .board-player-name[b-v7o5zxheko] {
        font-size: 0.6em;
    }
}
/* /Shared/Game/TileComponent.razor.rz.scp.css */
.tile-component[b-6pmf7kczn4] {
  width: 70%;
  padding-bottom: 70%;
  border: black 1px groove;
  border-radius: 15%;
  cursor: pointer;
  place-self: center;
}

.tile-component.Black[b-6pmf7kczn4] {
  background-color: black;
}

.tile-component.Red[b-6pmf7kczn4] {
  background-color: red;
}

.tile-component.DarkBlue[b-6pmf7kczn4] {
  background-color: darkblue;
}

.tile-component.Orange[b-6pmf7kczn4] {
  background-color: orange;
}

.tile-component.LightBlue[b-6pmf7kczn4] {
  background-color: lightblue;
}

.tile-component.Undecided[b-6pmf7kczn4] {
  background-color: gray;
}

.tile-component.Penalty[b-6pmf7kczn4] {
  background-color: firebrick;
}


/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-3r98qbxiex] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main[b-3r98qbxiex] {
    flex: 1;
    height: 100%;
}

.content[b-3r98qbxiex] {
    height: 100%;
}
