.teamrow {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.loser {
    color: #444 !important;
    font-weight: normal;
}
i{
  -webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
padding:6px 8px 6px 0px;
}
.teamstats{
  th, td {
    min-width: 72px;
    width: 100%; /* Ensures equal spacing distribution */
  box-sizing: border-box;
  }
}
table.games{
  th:first-child, td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: inherit;
    min-width: 182px;
  }
}
.roster{
  td{
    min-width: 80px;
  }
  th:first-child, td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: inherit;
    min-width: 182px;
  }
}
.rosterplayer{
  background-image: url(/assets/images/players/sample.png);
  background-repeat: no-repeat;
  background-size:32px;
  background-position: left 2px center;
  padding-left:52px;
  min-height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.playerleaderwrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap:0.5%;
}
.leadercard{
  flex: 0 0 49.5%;
  background:white;
  border:1px solid #f0f0f5;
  margin-bottom:16px;
  >div:nth-child(1){
    padding:18px 8px;
    background-color: #09213b;
    color: #f9f9f9;
    font-size:13px;
    font-weight: bold;
  }
}
.playerleaderPrimary{
  background-color:#dedee6;
  background-image:url(/assets/images/players/sample.png);
  background-repeat: no-repeat;
  background-size:44%;
  background-position: right bottom;
  aspect-ratio: 300/160;
  position: relative;
  padding:0px 12px;
  >div:nth-child(1){
    position:absolute;
    top:12px;
    left:12px;
    font-size:14px;

    color:#222a41;
    margin-top: 12px;
    margin-bottom:12px;
    font-size:15px;
    >div:nth-child(1){
      font-weight: normal;
    }
    >div:nth-child(2){
      font-weight: bold;
    }
  }
  >div:nth-child(2){
    position:absolute;
    bottom:12px;
    left:12px;
    padding:6px 12px;
    font-size:14px;
    font-weight: bold;
    background-color:white;
    color:#222a41;
    display: inline-block;
  }
}
.playerleaderSecondary{
  display: flex;
  justify-content;
  margin: 12px 0px;
  padding:8px 8px;
  font-size:14px;
  >.image{
    flex: 0 0 42px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-image:url(/assets/images/players/sample.png);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
  }
  >div:nth-child(2){
    display: flex;
    flex-direction: column;
    gap:4px;
    justify-content: center;
    align-items: flex-start;
    flex: 1 1 0;
    padding:0px 12px;
    >div:nth-child(2){
      font-weight: bold;
    }
  }
  >div:nth-child(3){
    flex: 0 0 52px;
    font-weight: bold;
    color: #052543;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
#seasons{
  padding:12px;
  width: 100%;
  >div{
    max-width: 1200px;
    width: 100%;
    display: flex;
    margin:0 auto;
    justify-content: flex-start;
    align-items: center;
    gap:12px;
    overflow-x: auto;
  }

  >div .seasonbutton{
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #0268d6;
    color: #0268d6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:6px 24px;
    min-width: 220px;
    cursor: pointer;
    >div:nth-child(1){
      color: #0268d6;
      font-size:11px;
      text-align: center;
    }
    >div:nth-child(2){
      font-size:14px;
      padding:2px 0px;
      color: #0268d6;
    }
  }
  >div .seasonbutton.active{
    background-color: #0268d6;
    >div:nth-child(1){
      color:rgba(250,250,250,0.6);
      font-size:11px;
    }
    >div:nth-child(2){

      color:white;
    }
  }
}


i{
  -webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
}
.data{
  padding-bottom:62px;
}
.subject{
  height: 82px;
  display: flex;
  align-items: center;
  border-left:  4px solid #ffdc11;
  padding:0px 18px;
  background: white;
  font-size: 14px;
  font-weight: bold;
  border-bottom:1px solid #e6e6e6;
}
.leagueSelector{
  margin-top :0px;
  background:white;
  padding:18px;
  border:1px solid #e6e6e6;
  border-radius: 4px;

}
.leagueSelector .inputrow.flex{
  display: flex;
  gap:1%;
  justify-content: space-between;
}
.leagueSelector .userinput{
  flex: 0  0 48%;
}
.userinput label{
  margin-bottom: 4px;
}
.userinput label, .userinput select{
  display: block;
  width: 100%;
  font-size:13px;
}
.userinput select{
  display: block;
  width: 100%;
  height: 32px;
}
.schedule{
  background:white;
  overflow-x: auto;
  table{

  }
}
.leagueMenu{
  display: block;
  margin-top :18px;
  background:white;
  border:1px solid #e6e6e6;
  border-radius: 4px;
  margin-bottom:24px;

  #leagueMenuSelector{
    font-weight: bold;
    border: 0px solid #ddd;
    height: 62px;
    width: 100%;
    text-align: center;
    font-size:13px;
    border-bottom: 4px solid #ffdc11;
    outline: none;
    display: block;
  }
  ul{
    display: none;
    justify-content: space-around;
  }
  ul div{
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 0;
    border-right:1px solid #e0e0e0;
    border-bottom:4px solid rgba(0,0,0,0);
  }
  /* ul div:last-child {
    border: 0px solid orange;
  } */
  ul div.active {
    border-bottom:4px solid #ffdc11;
  }
}
.regulation{
  background:white;
  padding:12px 0px;
}
.resultTable{
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  border:0px solid #e0e0e0;
  border-radius: 8px;
  overflow-x: auto;

  tr, td{
    text-align: center;
    padding:12px 6px;
  }
  thead tr{
    background:white!important;
    height: 38px;
    font-size: 13px;
    border-bottom: 1px solid #e0e0e0;
  }
  tbody tr{
    height: 38px;
    font-size:12px;
    color:#222222;
  }
  tr:nth-child(even) {background: #f8f8f8}
  tr:nth-child(odd) {background: #fefefe}
  tfoot tr{
    background:#f0f0f0;
    border-top:1px solid #e0e0e0!important;
    border-bottom:1px solid #e0e0e0!important;
  }
  tfoot td{
    text-align:left;padding-right:12px;background:#f0f0f0;
    color:#444;
    font-size: 10px;
  }
}


.awardwrapper{
  margin-top:32px;
  display: flex;
  flex-wrap: wrap;
  gap:1%;
  justify-content: space-between;
  .awardcard{
    flex: 0 0 100%;
    background:white;
    border-radius: 4px;
  }
  .awardcard{
    margin-bottom:32px;
    .heading, .row{
      display: flex;
      gap:4px;
      border-top:1px solid #eef;
      padding:12px 12px;
      align-items: center;
    }
    .heading{
      font-size:10px;
      font-weight: bold;
    }
    .row{
      font-size:12px;
      padding:16px 12px;
    }
    .row>div:nth-child(1){
      padding-left:42px;
      background-image: url(/assets/images/players/nobody.png);
      background-image:url(/assets/images/players/sample.png);
      background-size:28px;
      background-repeat: no-repeat;
      background-position: left center;
    }
    .heading>div:nth-child(1), .row>div:nth-child(1){
      flex: 1 1 0;
    }
    .heading>div:nth-child(2), .row>div:nth-child(2) {
      flex: 0 0 32px;
      text-align: center;
    }
    .heading>div:nth-child(3), .row>div:nth-child(3) {
      flex: 0 0 32px;
      text-align: center;
    }
    .heading>div:nth-child(4), .row>div:nth-child(4) {
      flex: 0 0 32px;
      text-align: center;
    }
    .type{
      font-weight: bold;
      border-left: 4px solid #ffdc11;
      padding:18px 12px;
    }
  }
}
.teamBanner{
  width: 100%;
  aspect-ratio: 3/2;
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}
.teamnameonbanner{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom:0px;
  height: 52px;
  width: 100%;
  color:white;
  font-weight: bold;
  font-size: 16px;
  background-color: rgba(20,20,60,0.6)
}


.scoreboard{
  .resultRow{
    display: flex;
  }
  .resultscoredetail{
    table{
      width: 100%;
    }
    table td{
      text-align: center;
    }
    table tr>td:nth-child(1){
      text-align: left;
    }
  }
}
.resultdata{
  table{
    width: 100%;
  }
  table tr>td:nth-child(1){
    text-align: left;
  }
  table tr>td:nth-child(2){
    text-align: center;
    width:50px;
  }
  table tr>td:nth-child(3){
    text-align: right;
  }
}


#teamstat{
  margin-bottom:42px;
  display: flex;
  gap: 12px;
  >div{
    flex: 1 1 0;
  }
  i{
    margin:0px 12px;
  }


  .dataset{
    background-color:white;
    display: flex;
    flex-wrap: wrap;
    >div{
      border:1px solid #f0f0f0;
      flex: 0 0 16.66%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      aspect-ratio: 1/1;
      background-image:linear-gradient(to right, rgba(236, 240, 246, 0.6) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 4px, transparent 4px), linear-gradient(to right, rgba(236, 240, 246, 0.6) 4px, transparent 4px), linear-gradient(to right, rgba(0, 0, 0, 0.1) 4px, transparent 4px), linear-gradient(to right, rgba(0, 0, 0, 0.11) 4px, transparent 4px);
      background-repeat: repeat-x;
      background-size: 36px 24px, 36px 30px, 36px 34px, 36px 40px, 36px 37px, 36px 29px, 72px 30px, 108px 37px;
      background-position: 0 100%, 6px 100%, 12px 100%, 18px 100%, 24px 100%, 30px 100%, 6px 100%, 24px 100%;
      >div:nth-child(1){
        /* background-image: url(/assets/icons/basketball.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 32px;
        width: 32px;
        height: 32px; */
      }
      >div:nth-child(2){
        font-weight: bold;
        line-height: 240%;
        font-size: 24px;
      }
      >div:nth-child(3){
        font-weight: 400;
        color:#999;
        line-height: 100%;
        font-size: 12px;
      }
    }
  }
}

#teamleader{
  display: flex;
  gap: 12px;
  >div{
    flex: 1 1 0;
  }
  i{
    margin:0px 12px;
  }

}

@media only screen and (min-width: 580px) {
.awardwrapper{
    .awardcard{
      flex: 0 0 48%;
      background:white;
      border-radius: 4px;
    }
}

@media only screen and (min-width: 720px) {
.leagueMenu{
    ul{
      display: flex;
      justify-content: space-around;
    }
    #leagueMenuSelector{
      display: none;
    }
}
.teamBanner{
  aspect-ratio: 8/2;
}

.leadercard{
  flex: 0 0 24.5%;
  }
}

@media only screen and (min-width: 1000px) {
.awardwrapper{
    .awardcard{
      flex: 0 0 32%;
      background:white;
      border-radius: 4px;
    }
}
