.grid-table.lobby-games table {
    table-layout: auto !important;
}

.grid-table.lobby-games table tr.category-names th:nth-child(2n) {
  background-color: #f9f8f8;
}

.grid-table.lobby-games table td:nth-child(4n+2),
.grid-table.lobby-games table td:nth-child(4n+3),
.grid-table.lobby-games table tr.titles th:nth-child(4n+2),
.grid-table.lobby-games table tr.titles th:nth-child(4n+3) {
  background-color: #f9f8f8;
}

.grid-table.lobby-games table tbody tr:hover td {
  background-color: #dedede;
}

.grid-table.lobby-games table tr td:first-child, .grid-table.lobby-games table tr th:first-child {
  position: sticky;
  left: 0;
  background-color: white;
  z-index: 1;
}

.grid-table.lobby-games table tr td:first-child:after, .grid-table.lobby-games table tr th:first-child:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 2px;
  background-color: #f9f8f8;
  z-index: 1;
}

@media (max-width: 600px) {
  /* targets only the label inside our button on small screens */
  .no-text-mobile .p-button-label {
    display: none;
  }
}

.app-logo-login {
    max-width: 180px !important;
}

.staging-env {
  font-size: 20px;
  font-weight: bold;
}

.staging-env .topbar-menu {
  color: red !important;
}