.pageBannerType2 {
      aspect-ratio: 5 / 2.5;
}
.svg-vest{
  display: flex;
  justify-content: center;
  align-items: center;
}
.nodata{
  text-align: center;
  padding:24px 0px;
  background:white;
  font-weight: bold;
  font-size:14px;
}

.playerleaderwrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: no-wrap;
  overflow-x: auto;
  gap:0.5%;
}
.leadercard{
  flex: 0 0 60%;
  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;
      color:#222!important;
    }
    >div:nth-child(2){
      font-weight: 400;
      margin:4px 0px;
      font-size:13px;
    }
    >div:nth-child(3){
      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(1){
      font-weight: normal;
      color:#222!important;
    }
    >div:nth-child(2){
      font-weight: bold;
      margin:4px 0px;
      font-size:13px;
    }
  }
  >div:nth-child(3){
    flex: 0 0 52px;
    font-weight: bold;
    color: #052543;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#gamepagecontent{
  max-width: 1000px;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
  gap:12px;
  margin-top:24px;
  .side{
    flex: 0 0 100%;
    border: 1px solid #aaa;
    min-height: 400px;
  }
  .main{
    flex: 1 1 0;
  }
}




i{
  -webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
padding:6px 8px 6px 0px;
}

.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;
  table{

  }
}


.tablecontainer{
  overflow-x: auto;
}
.resultTable{
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  border:1px solid #e0e0e0;
  border-radius: 8px;

  tr, td{
    text-align: center;
    padding:12px 6px;
  }
  th:first-child, td:first-child {
            position: sticky;
            left: 0;
            z-index: 1;
            background-color: inherit;
  }
  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:right;padding-right:12px;background:#f0f0f0;
    color:#444;
    font-size: 10px;
  }
}


.pageBannerScript{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.pageBannerScript>div:nth-child(2){
  color:white;
  font-weight: bold;
  text-align: center;
  line-height: 200%;
  font-size: 150%;
  display: flex;
  justify-content: center;
  gap:12px;
  a{
    color: inherit;
  }
  >div:nth-child(1){
    text-align: center;
    border-bottom:0px solid white;
  }
  >div:nth-child(3){
    text-align: center;
    border-bottom:0px solid white;
  }
  >div:nth-child(2){
    flex: 0 0 72px;
    text-align: center;
  }
}
.pageBannerScript>div:nth-child(1){
  color:white;
  font-weight: 500;
  text-align: center;
  line-height: 200%;
}
.pageBannerScript>div:nth-child(3){
  color:white;
  font-weight: 500;
  text-align: center;
  color:white;
  line-height: 150%;
  font-size: 100%;
  margin-top:24px;
}
.pageBannerScript>div:nth-child(4){
  color:white;
  font-weight: 500;
  text-align: center;
  color:white;
  line-height: 150%;
  font-size: 100%;
  margin-top:8px;
  a{
    color:white;
    font-style: italic;
  }
}

.resultdata{
  table{
    color:#222;
    width: 100%;
    tr{
      font-size:15px!important;
    }
  }
  .seperateline{
    height: 15px!important;
  }
  table tr>td:nth-child(1){
    text-align: left;
  }
  table tr>th: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;
  }
  table tr>th: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 33.33%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      aspect-ratio: 1/1.2;
      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;
  }

}
.statsRow{
  margin: 24px auto;
  margin-top:0px;
  display: flex;
  >div{
    flex: 1 1 0;
  }
  >div:nth-child(2){
    flex: 0 0 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.gamestatics{
  th{
  }
}

.grid{
  column-count: 1;
  column-gap: 8px;
  .item {
  break-inside: avoid;
  margin-bottom: 8px;
    img{
      width: 100%;
    }
  }
}

.gridFacebook{
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  .item {
    break-inside: avoid;
    margin-bottom: 8px;
    img{
      width: 100%;
    }
  }
}






.teamrow{
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.winner{

}
.loser{
  color:#444!important;
  font-weight: normal;
}

#highlightgame{
  display: flex;
  gap:12px;
  overflow-x: auto;
}
.gamecard{
  flex: 0 0 80%;
  margin-bottom:16px;
  border-radius: 6px;
  border:1px solid #aac;
  background-color:#fefefe;
  padding:12px;
  font-size: 13px;
  a{
    color:#334;
  }
  .action{
    text-align: center;
    margin-top:4px;
    display: block;
    cursor: pointer;
    color: #0268d6
  }
  .teamrow{
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .winner{

  }
  .loser{
    color:#444!important;
    font-weight: normal;
  }
  .gamenamerow{
    padding:6px 0px;
  }
  .gamedate{
    font-size:12px;
    color:#444;
    line-height: 24px;
  }
  .gamelocation{
    font-size:12px;
    color:#444;
    line-height: 20px;
  }
}

.statsRowDunut{
  display: flex;
  justify-content: space-around;
}
.donut-chart {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: conic-gradient(#ccc 0% 60%, #f28e2c 60% 100%);
}
.donut-chart .center-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  font-size: 16px;
  text-align: center;
}

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

}

@media only screen and (min-width: 720px) {
  .pageBannerType2 {
        aspect-ratio: 6 / 2;
  }
  .gamelistcard{
    .cardteam{
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex: 0 0 20%;
      gap:12px;
    }
    .homeColumm.cardteam{

    }
    .awayColumm.cardteam{
      flex-direction: row-reverse;
    }
  }
  .leagueMenu{
      ul{
        display: flex;
        justify-content: space-around;
      }
      #leagueMenuSelector{
        display: none;
      }
  }
  .grid{
    column-count: 2;
  }
  .gridFacebook{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #gamepagecontent{
    .side{
      flex: 0 0 30%;
    }
    .main{
      flex: 1 1 0;
    }
  }

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

@media only screen and (min-width: 1000px) {
  .awardwrapper{
      .awardcard{
        flex: 0 0 32%;
        background:white;
        border-radius: 4px;
      }
  }
  .grid{
    column-count: 3;
  }
  .gridFacebook{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .gamecard{
    flex: 0 0 32%;
  }
}
