

.game-stats {
  margin-bottom: 20px;
}

.game-stats h3 {
  font-size: 20px;
}

.tournament-table-stats {
  width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #fff;
  color: #000 !important;
  font-weight: bold !important;
  font-size: 13px;
}

table th{
  color: #000 !important;
  font-weight: bold !important;
}

table td{
  font-weight: bold !important;
}

thead {
  background-color: #eaeaea;
}

thead th {
  padding: 10px;
  border: 1px solid #fff;
  text-align: center;
}

.tournament-table-sticky {
  position: sticky;
  left: -1px;
  z-index: 2;
}

.table-komanda {
  left: 25px;
}

thead .tournament-table-sticky {
  background-color: #eaeaea;
}

tbody tr:nth-child(odd) .tournament-table-sticky {
  background-color: #fff;
}
tbody tr:nth-child(odd) {
  background-color: #fff;
}

tbody tr:nth-child(even) .tournament-table-sticky {
  background-color: #f4f4f4;
}

tbody tr:nth-child(even) {
  background-color: #f4f4f4;
}

tbody tr:hover {
  background-color: #e2e2e2;
}

tbody tr:hover .tournament-table-sticky {
  background-color: #e2e2e2;
}

tbody td {
  padding: 6px;
  text-align: start;
}

.table-team-name {
  color: #000;
  font-weight: bold;
  font-size: 13px;
}

tbody td img {
  width: 30px;
  height: 30px;
}

.players-stats {
  margin-bottom: 20px;
}

.players-stats h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.player {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.player img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.player p {
  margin: 0;
  font-size: 14px;
  flex: 1;
}

.btn-divisions button {
  font-size: 13px;
}

@media (max-width: 1400px) {
  tbody td {
    padding: 8px;
  }
  .game-stats table {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  tbody td {
    padding: 8px;
  }
}
