#team-stats-table {
  font-size: 9pt !important;
  white-space: pre;
  font-family: 'Poppins', sans-serif;
  border-collapse: collapse;
  border: solid white !important;
  font-weight: 500;
}

.team-stats-tr {
  border-bottom: 1px solid white;
}

.team-stats-heads {
  background-color: #262626;
}

.team-stats-heads>tr>th {
  border: 1px solid white;
}

.team-stats-heads>tr>th>button {
  width: 70px;
  background: none;
  color: white;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.team-head>button {
  width: 230px !important;
}

#team-stats-body>tr:hover {
  background-color: #262626;
}

#team-stats-body>tr>td {
  border: 1px solid white;
  width: 70px;
}

.teams-a {
  text-decoration-color: #37ed05;
  color: white;
}

.teams-a:hover {
  color: #37ed05;
}

th button[data-dir="asc"]::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpolygon points='0, 0 8,0 4,8 8' fill='orange'/%3E%3C/svg%3E");
}

th button[data-dir="desc"]::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpolygon points='4 0,8 8,0 8' fill='orange'/%3E%3C/svg%3E");
}