* {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 8px 0;
}

p {
  margin: 0;
}

table {
  display: contents;
  text-align: center;
  border-collapse: collapse;
}

th,
tr,
td {
  padding: 2px;
}

table .header th {
  border-bottom: 1px solid #888;
}

.winner img {
  border: 3px solid green;
}

.loser img {
  border: 3px solid red;
}

.winner .team-name,
.positive,
.actif {
  color: green;
}

.loser .team-name,
.negative,
.inactif {
  color: red;
}

.sponsors {
  display: flex;
  flex-direction: row;
  text-align: center;
  height: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.sponsor {
  margin: 0 10px 30px 10px;
  padding: 5px 5px 10px 5px;
  border-radius: 20px;
  background-color: #eee;
  border: 1px solid #ddd;
  box-shadow: 0 10px 17px rgba(0, 0, 0, 0.35);
}

.sponsor-name {
  font-weight: bold;
  font-size: x-large;
}

.sponsor a {
  color: royalblue;
  text-decoration: underline;
}

.sponsor i {
  margin-top: 5px;
  color: royalblue;
  font-size: x-large;
}

.address i {
  margin: 5px;
  color: crimson;
  font-size: x-large;
}

.calendar-logo {
  border-radius: 50px;
  width: 50px;
  margin: 5px 0px;
  box-shadow: 0 10px 17px rgba(0, 0, 0, 0.35);
  background-color: white;
}

.sponsor-logo {
  border-radius: 20px;
  width: 300px;
  margin: 10px;
  border: 3px solid #ddd;
  box-shadow: inset 0 10px 17px rgba(0, 0, 0, 0.35);
}

.stats-logo {
  border-radius: 50px;
  width: 35px;
  margin: 5px 0px;
  box-shadow: 0 10px 17px rgba(0, 0, 0, 0.35);
  background-color: white;
}

.league-logo {
  border-radius: 50px;
  width: 60px;
  margin: 20px 0px;
  background-color: black;
  border: solid 3px #f1de0d;
  position: absolute;
  bottom: -40px;
  z-index: 20;
}

.winner-img {
  max-height: 550px;
  max-width: 700px;

  margin: 10px;
  margin-bottom: 100px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.55);
  border-radius: 50px;
}

.season-winner-img {
  max-width: 400px;
  margin: 10px;
  margin-bottom: 20px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.55);
  border-radius: 50px;
}

.first-badge {
  background-color: #f1de0d;
  font-size: 20pt;
  border-radius: 50px;
  padding: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: 10px;
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.85);
}

.relative {
  position: relative;
}

.banner {
  display: contents;
}

.banner-top {
  background-color: #333;
  width: 160px;
  height: auto;
  box-shadow: 0 50px 140px rgba(0, 0, 0, 0.75);
  padding: 5px;
  position: absolute;
  top: 400px;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 80px solid transparent;
  border-right: 80px solid transparent;

  border-top: 50px solid #333;
  margin-bottom: 20px;
  z-index: 10;

  position: absolute;
  top: 645px;
}

.winner-logo {
  border-radius: 50px;
  width: 100px;
  margin-bottom: 10px;
  box-shadow: 0 10px 17px rgba(0, 0, 0, 0.35);
}

.winner-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.champions {
  margin-top: 10px;
  color: #f1de0d;
  font-size: 1.9rem;
  font-weight: bold;
}

.year {
  color: black;
  font-size: large;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
  background-color: #f1de0d;
  padding: 4px 30px;
  margin-bottom: 40px;
}

.banner-content {
  border: solid 3px #f1de0d;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.bracket {
  display: flex;
  flex-direction: row;
  z-index: 30;
  margin-bottom: 20px;
}

.bracket-connector {
  display: flex;
  align-items: center;
  height: auto;
}

.connector {
  height: 175px;
  opacity: 60%;
}

.round {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

.semi-final {
  width: 100%;
  border-radius: 15px;
  background-color: #fafafa;
  padding: 5px;
  margin: 20px 0;
  box-shadow: 0 10px 17px rgba(0, 0, 0, 0.35);
}

.final {
  border-radius: 15px;
  background-color: #fafafa;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: 0 10px 17px rgba(0, 0, 0, 0.35);
  width: 100%;
}

.headshot {
  border-radius: 150px;
  width: 200px;
  height: 200px;
  margin: 5px 0px;
  box-shadow: 0 10px 17px rgba(0, 0, 0, 1);
  border: 5px solid #eee;
  object-fit: contain;
}

.nameHeadshot {
  display: flex;
  justify-content: center;
}

.playerHeadshot {
  position: relative;
}

.playerTeam {
  position: absolute;
  width: 50px;
  border-radius: 50px;
  border: 2px solid #eee;
  bottom: 10px;
  left: 140px;
}

.fullName {
  padding: 0px 30px;
  line-height: 1;
  align-content: center;
}

.firstName {
  font-family: "Anton", sans-serif;
  color: #eee;
  font-size: 2rem;
  font-style: italic;
  width: max-content;
}

.lastName {
  font-family: "Anton", sans-serif;
  color: #eee;
  font-size: 3.5rem;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  width: max-content;
}

.nickname {
  font-family: "Anton", sans-serif;
  color: #f1de0d;
  font-size: 2rem;
  font-style: italic;
}

.title {
  color: #f1de0d;
  font-size: 0.8rem;
  font-style: italic;
}

.player-title {
  font-size: 1.5rem;
  font-family: "Anton", sans-serif;
}

.value {
  color: #eee;
  font-size: 1rem;
  padding: 5px 0px;
}

.info-player {
  padding: 0px 10px;
}

.actif,
.inactif {
  margin-top: auto;
  padding: 0px 0px 5px 10px;
}

.all-info {
  display: flex;
}

.logo-filter {
  border-radius: 50px;
  width: 50px;
  margin: 5px 0px;
  box-shadow: 0 10px 17px rgba(0, 0, 0, 0.35);
}

.logo-filter:hover {
  cursor: pointer;
  border: 0.25rem solid #f1de0d;
  box-shadow: 0 10px 17px rgba(255, 117, 0, 0.35);
}

.team-filter {
  padding-bottom: 30px;
}

.team-filter img {
  cursor: pointer;
  margin: 0 10px;
}

.logo-filter.team-selected {
  border: 3px solid #f1de0d;
  box-shadow: 0 10px 17px rgba(255, 117, 0, 0.35);
}

.sort-by {
  padding: 0 20px 10px;
}

.captain {
  padding: 0 5px;
  font-weight: bold;
  color: black;
  border-radius: 50px;
}

.captain-badge {
  padding: 6px 8px;
  margin-top: 10px;
  margin-left: 8px;
  font-weight: bold;
  color: black;
  font-size: large;
  background-color: #f1de0d;
  border-radius: 50px;
}

.no-border-radius-top {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  box-shadow: 0 20px 17px rgba(0, 0, 0, 0.35) !important;
  border-top: none !important;
}

.side-name {
  font-weight: normal;
  font-style: italic;
  color: #888;
}

.team-selection {
  width: 100%;
  padding: 0 10px;
  position: relative;
}

.team-selection button {
  font-weight: bold;
  width: 50%;
  padding: 5px;
  border: none;
  box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.15);
  text-transform: capitalize;
  background-color: #eee;
  cursor: pointer;
}

.team-selection button:not(.activated):hover {
  color: #f1ad0d;
  background-color: #fcffd9;
  box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.15);
}

.team-selection button:first-child {
  border-top-left-radius: 15px;
}

.team-selection button:last-child {
  border-top-right-radius: 15px;
}

.team-selection button.activated {
  background-color: #fafafa;
  box-shadow: 0 10px 17px rgba(0, 0, 0, 0.35);
}

.team-selection .activated .side-name {
  color: #f1ad0d;
}

.summary-selection {
  padding: 0 10px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
}

.summary-selection button {
  font-weight: bold;
  padding: 10px;
  border: none;
  box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.15);
  text-transform: capitalize;
  background-color: #eee;
  cursor: pointer;
}

.summary-selection button:not(.activated):hover {
  color: #f1ad0d;
  background-color: #fcffd9;
}

.summary-selection button:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.summary-selection button:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.summary-selection .activated {
  color: #f1ad0d;
  background-color: #fafafa;
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.35);
}

.legend {
  padding: 10px;
  text-align: center;
  display: none;
}

.legend-title {
  font-weight: bold;
  padding: 10px;
}

.legend span {
  font-weight: bold;
  padding-left: 10px;
}

.rating,
.rank,
.lineup-stats {
  font-style: italic;
  font-size: 0.8rem;
  color: #888;
}

.game {
  margin: 0px 10px;
}

.note {
  display: flex;
  margin: 20px;
  justify-content: center;
}

.team-name {
  padding: 0px 10px;
  text-transform: capitalize;
  width: max-content;
}

.team-record {
  padding: 0px 10px;
  color: #999;
  font-size: 0.8rem;
  width: max-content;
}

.playoffs-record {
  display: flex;
  flex-direction: row;
  padding: 10px;
  justify-content: end;
  width: 100%;
  margin-right: 20px;
}

.point {
  margin-left: 5px;
  width: 20px;
  height: 10px;
  background-color: #eee;
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.35);
}

.point.active {
  background-color: #f1de0d;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.35);
}

.position {
  color: #444;
  padding: 0px 10px;
  font-weight: 100;
  font-style: italic;
  font-size: small;
}

.spinner-text {
  font-weight: bold;
  padding: 5px;
}

.confrontation {
  position: relative;
  display: flex;
  border-radius: 15px;
  border: 1px solid #888;
  background-color: #d3d3d3;
  transition: all 0.2s ease-in-out;
  padding: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  width: fit-content;
}

.confrontation.reported {
  cursor: auto;
}

.game-note {
  color: #999;
  padding: 10px;
}

.confrontation.reported .reported {
  display: initial;
  position: absolute;
  font-size: 2rem;
  min-width: 400px;
  top: 35%;
  left: -5%;
  color: white;
  text-align: center;
  background-color: rgba(255, 217, 0, 0.86);
  -webkit-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  transform: rotate(-17deg);
}

.confrontation .reported {
  display: none;
}

.attendance-summary {
  background-color: #eee;
  width: 100px;
  height: 90px;
  position: relative;
}

.attendance {
  width: 80px;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.out-error {
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 7%;
  margin: auto;
  color: #ccc;
  width: min-content;
}

.base {
  width: max-content;
  color: #888;
  position: absolute;
  top: 12%;
  font-weight: bold;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
}

.opt-sac {
  text-align: center;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 2%;
  margin: auto;
  color: #ccc;
  width: min-content;
}

.base span.activated,
.out-error span.activated,
.opt-sac span.activated,
.points.activated {
  display: initial;
  color: #333;
}

.base span,
.out-error span,
.opt-sac span,
.points {
  color: #ccc;
  font-size: 0.85rem;
}

.points {
  display: none;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.score {
  display: flex;
}

.innings td,
.innings th,
.subs .team .team-name {
  color: #999;
}

.subs td,
.subs th {
  color: #777 !important;
  font-size: 0.8rem;
  height: 25px !important;
}

.subs {
  background-color: #ddd;
}

.page-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: bold;
}

select {
  margin: 0px 10px;
  border-color: #eee;
  border-radius: 4px;
  padding: 4px;
}

.spacer {
  flex: 1;
}

.stats .name,
.summary .name,
.lineup .name {
  text-align: left;
}

td.name {
  display: flex;
  height: 45px;
  width: max-content;
  align-items: center;
}

.summary .name {
  width: 85px;
}

.stats .calendar-logo,
.summary .calendar-logo,
.lineup .calendar-logo {
  width: 30px;
}

.stats,
.summary,
.lineup,
.playerHeader,
.playerInfo {
  display: flex;
  border-radius: 15px;
  background-color: #fafafa;
  padding: 20px;
  box-shadow: 0 10px 17px rgba(0, 0, 0, 0.35);
  justify-content: center;
  margin-bottom: 20px;
}

.player-stats {
  display: flex;
}

.playerHeader {
  display: flex;
  width: 100%;
  background-image: url("./img/headshots/headshot_backgroud.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.lineup {
  margin: 0 10px 20px;
}

.sortable-columns {
  overflow-x: auto;
  overflow-y: hidden;
}

.sortable-columns td {
  height: 45px;
}

.sortable-columns .header th:hover {
  cursor: pointer;
  color: #f1de0d;
}

.sortable-columns .header th.sorted {
  color: #f1de0d;
}

.sortable-columns td.sorted {
  font-weight: bold;
}

.stats table td,
.stats table tr {
  padding: 0 8px;
}

.summary .unsortable-columns td {
  height: 94px;
  padding: 0 8px;
}

.lineup td {
  padding: 0 8px;
}

.summary .sortable-columns,
.lineup .sortable-columns {
  display: flex;
}

.ranking {
  border-radius: 15px;
  border: 1px solid #eee;
  background-color: #fafafa;
  padding: 20px 10px;
  margin-bottom: 20px;
  box-shadow: 0 10px 17px rgba(0, 0, 0, 0.35);
}

.ranking table td,
.ranking table tr {
  padding: 5px;
}

.date {
  padding: 5px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}

.date.nextGame {
  color: #f1ad0d;
}

.nextGame {
  text-align: center;
}

.date-card {
  border-radius: 15px;
  border: 1px solid #eee;
  background-color: #fafafa;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: 0 10px 17px rgba(0, 0, 0, 0.35);
}

.suffleButton button {
  background-color: #f1de0d !important;
}

.suffleButton i {
  padding-right: 10px;
}

.time {
  padding: 5px;
  font-style: italic;
  font-weight: bold;
}

.team .team-link:hover .team-name {
  color: #333;
}

.team .team-link:hover img {
  cursor: pointer;
  border: 0.25rem solid #f1de0d;
  box-shadow: 0 10px 17px rgba(255, 117, 0, 0.35);
}

.team .team-link,
.team .team-group {
  display: flex;
  align-items: center;
  font-weight: bold;
}

.team .team-stats {
  display: flex;
  align-items: center;
}

.teams {
  padding-right: 20px;
}

.teamNextGame {
  display: flex;
  font-weight: bold;
  align-items: center;
}

.teamNextGame .team-group {
  padding: 0px 20px;
}

.fa-trophy {
  color: goldenrod;
}

.toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px !important;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  background-color: black;
  color: white;
  font-weight: 600;
  box-shadow: 0 10px 17px rgba(0, 0, 0, 0.35);
  justify-content: center;
  z-index: 60;
}

.toolbar img {
  padding-top: 55px;
  width: auto;
  height: 175px;
}

.content {
  display: flex;
  margin: 110px auto 32px;
  padding: 0 16px;
  flex-direction: column;
  align-items: center;
}

.page {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -webkit-fill-available;
}

svg.material-icons {
  height: 24px;
  width: auto;
}

svg.material-icons:not(:last-child) {
  margin-right: 8px;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 16px;
}

.card {
  all: unset;
  border-radius: 4px;
  border: 1px solid #eee;
  background-color: #fafafa;
  height: 40px;
  min-width: 100px;
  margin: 0 8px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  line-height: 24px;
}

.card-container .card:not(:last-child) {
  margin-right: 0;
}

.card.card-small {
  height: 16px;
  width: 168px;
}

.card-container .card {
  cursor: pointer;
  padding: 0 10px;
}

.card-container .card:hover,
.card-container .confrontation:not(.reported):hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.35);
}

a,
a:visited,
a:hover {
  text-decoration: none;
}

a:hover {
  color: darkblue;
}

svg#logo {
  position: fixed;
  bottom: -160px;
  z-index: -10;
  width: 1920px;
}

.loader {
  border: 5px solid #ddd;
  border-top: 5px solid #f1de0d;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.season-playoffs {
  padding-bottom: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 18px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #f1de0d;
}

input:focus + .slider {
  box-shadow: 0 0 1px #f1de0d;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

html,
body {
  overflow-x: hidden;
  height: 100%;
}

body {
  background: #fff;
  padding: 0;
  margin: 0;
}

#sidebarMenu {
  height: 100%;
  position: fixed;
  left: 0;
  width: 250px;
  margin-top: 60px;
  transform: translateX(-250px);
  transition: transform 250ms ease-in-out;
  background: #333;
  z-index: 50;
  box-shadow: 10px 0 17px rgba(0, 0, 0, 0.35);
}

.sidebarMenuInner {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sideMenuLogo {
  width: 100%;
}

.sideMenuHeader div {
  color: #fff;
}

.sideMenuHeader {
  color: #fff;
  padding: 20px;
  display: grid;
  justify-items: center;
}

.sidebarMenuInner li {
  display: grid;
  list-style: none;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebarMenuInner li span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.sidebarMenuInner li a {
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
}

.sidebarMenuInner li a > * {
  color: #fff;
}

.sidebarMenuInner li a:hover {
  color: #000;
  background-color: #f1de0d;
}

.sidebarMenuInner li a:hover > * {
  transform: translateX(20%);
  transition: all 0.2s ease-in-out;
  color: #000;
}

.sidebarMenuInner li a:hover i {
  color: #333;
}

.sidebarMenuInner li a i {
  color: #f1de0d;
  padding-right: 5px;
}

input[type="checkbox"]:checked ~ #sidebarMenu {
  transform: translateX(0);
}

input[type="checkbox"] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}

.page input[type="checkbox"] {
  display: initial;
}

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 22px;
  left: 15px;
  height: 22px;
  width: 22px;
}

.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
}

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

input[type="checkbox"]:checked ~ .sidebarIconToggle > .horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}

input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}

input[type="checkbox"]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}

ol {
  width: 50%;
}

ol li {
  padding: 10px;
}

ol > li::marker {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Responsive Styles */
@media screen and (max-width: 767px) {
  .confrontation:has(.teamNextGame) {
    width: min-content;
  }

  ol {
    width: 100%;
  }

  .confrontation {
    width: 100%;
  }

  .legend {
    width: 95vw;
  }

  .stats,
  .summary {
    padding: 20px 10px;
  }

  .ranking .team-name,
  .semi-final .team-name,
  .final .team-name,
  .semi-final .team-record,
  .final .team-record {
    display: none;
  }

  .connector {
    width: 50px;
  }

  .playoffs-record {
    margin: 0;
  }

  .card {
    padding: 5px !important;
    height: auto;
    margin: 5px;
    min-width: 45px;
    flex-flow: column;
  }

  .ranking table td,
  .ranking table tr,
  .ranking table th {
    padding: 5px;
  }

  .game {
    margin: 0px;
    margin-bottom: 5px;
    width: 95%;
  }

  .game:has(.teamNextGame) {
    margin: 0px;
    margin-bottom: 5px;
    width: auto;
  }

  .date-card {
    width: 95%;
    padding: 0px;
    padding-top: 10px;
  }

  .content {
    padding: 0px;
  }

  .card .menu-title {
    font-size: xx-small;
    line-height: normal;
  }

  .menu {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1000px) {
  .legend {
    display: initial;
  }

  .stats,
  .summary,
  .playerInfo {
    width: 95vw;
  }

  .unsortable-columns {
    box-shadow: 20px 0px 30px -15px rgba(0, 0, 0, 0.15);
    background-color: #fafafa;
  }
}

@media screen and (max-width: 600px) {
  .stats table td,
  .stats table tr {
    padding: 0 5px;
  }

  .winner-img {
    max-width: 400px;
    margin-bottom: 160px;
  }

  .banner-top {
    top: 280px;
  }

  .arrow-down {
    top: 525px;
  }

  .rating,
  .rank {
    padding-right: 10px !important;
  }

  .headshot {
    width: 130px;
    height: 130px;
  }

  .playerTeam {
    left: 90px;
  }

  .fullName {
    padding-left: 20px;
    padding-right: 0px;
  }

  .lastName {
    font-size: 2rem;
  }

  .firstName {
    font-size: 1.5rem;
  }

  .nickname {
    font-size: 1.5rem;
  }
}
