/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
#team-stats-table {
  font-size: 12pt;
  font-family: 'Poppins', sans-serif;
  border-collapse: collapse;
  border: solid white !important;
  font-weight: 600;
	width: 100%;
	height: 850;
  overflow-y: scroll;
  overflow-x: scroll;
	display: block;
}

.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: 55px;
  background: none;
  color: white;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.player-head>button {
  width: 170px !important;
}

.select-labels {
  font-size: 12pt;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

#team-stats-body>tr:hover {
  background-color: lightgray;
}

#team-stats-body>tr>td {
  border: 1px solid white;
  width: 70px;
}

.teams-a {
  text-decoration-color: #fd4f00;
  color: white;
}

.teams-a:hover {
  color: grey;
}

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");
}