.svg-vest{
  display: flex;
  justify-content: center;
  align-items: center;
}
.gamelistcard{

  margin-top: 24px;
  margin-bottom: 24px;
  border-bottom:1px solid #ddd;
  padding-bottom:32px;
  padding-left:12px;
  padding-right:12px;

  .gamevbutton{
    height: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:12px;
    color:#222;
    width: 142px;
    margin-top:18px;
  }
  .gamevbuttonpreview{
    background-color: #d9d9d9;
  }
  .gamevbuttondetails{
    background-color: #efd752;
  }
  .gamevbuttonlive{
    background-color:#ee112E;
    color:white;
    font-weight: bold;
  }
  .carddate{
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#ccc;
    color:white;
  }
  .cardcontent{
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
  }
  .cardteam{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 12%;
    color:#222;
    font-size:15px;
    gap:24px;
    text-align: center;
    .teamname{
      flex: 0 0 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 6px;
      >div{

      }
    }
    .teamlogowrapper{
      flex: 0 0 50%;
      gap: 18px;
      display:flex;
      justify-content: center;
      align-items: center;
      .homeoraway{
        background-color: #ccd;
        font-size: 13px;
        font-weight: bold;
      }
    }
  }
  .homeColumm.cardteam{

  }
  .awayColumm.cardteam{

  }
  .cardscore{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:28px;
    font-weight: bold;
    flex: 0 0 8%;
  }
  .cardscore.noscore{
    font-size:14px;
  }
  .centerinfo{
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size:12px;
    color:#222;
    >div{
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      margin:2px auto;
    }
    >div:nth-child(3){
      flex-direction: column;
      margin-top:12px;
      >div{
        margin:3px auto;
      }
    }
  }
  .teamlogowrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:12px;
    flex-direction: column;
    .teamlogo{
      background-repeat: no-repeat;
      background-image: url(/assets/icons/team_logo.png);
      background-position: center;
      background-size: cover;
      aspect-ratio:1/1;
      width: 52px;
    }
    .homeoraway{
      padding:0px 12px;
      display: flex;
      align-items: center;
      text-align: center;
      background:gray;
      color:#222;
      font-size: 13px;
      font-weight: 400;
      height: 24px;
      border-radius: 12px;
    }
  }

}


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

.pbarbase{
  height: 32px;
  border-radius: 1px;
  width: 100%;
  background-color: #db0007;
  position: relative;
  color:white;
  font-weight: bold;
  padding:0px 6px;
  >.data{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
}
.pbarhome{
  position: absolute;
  background-color: #014782;
  height: inherit;
  left: 0;
  height: 100%;
  border-radius: inherit;
}



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{

  }
}
.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;
}
.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;
  }
}


.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/icons/player.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;
    }
  }
}
.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: 100%;
  font-size: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap:12px;
  a{
    color: inherit;
  }
  >div:nth-child(1){
    text-align: center;
    border-bottom:0px solid white;
    flex: 1 1 0;
    text-align: right;
  }
  >div:nth-child(3){
    text-align: center;
    border-bottom:0px solid white;
    flex: 1 1 0;
    text-align: left;
  }
  >div:nth-child(2){
    flex: 1 1 0;
    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;
  }
}

.scoreboard{
  background: white;
  margin-bottom:32px;
  table:nth-child(1){
    tr{
      height: 28px;
    }
  }
  .resultRow{
    display: flex;
  }
  .resultscoredetail{
    table{
      width: 100%;
      border-collapse: collapse;
    }
    table td{
      text-align: center;
      font-size:14px;
      border:1px solid #ddd;
      width: 30px;
      padding:18px;
    }
    table td:nth-child(1){
      font-weight: bold;
      width: 100px;
    }
    table th{
      font-weight: 400;
      text-align: center;
      font-size:14px;
      padding:18px;
    }
    table tr>th:nth-child(1){
      text-align: left;
      font-size:14px;
    }
    table tr>td:nth-child(1){
      text-align: left;
      font-size:14px;
    }
  }
}
.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;
  margin: 4px 0px;
  >div:nth-child(1){
    display: flex;
    align-items: center;
    .svg-vest{
      margin-right:4px;
    }
  }
}
.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) {
  .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;
    }
  }
}

@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%;
  }
}
