.pageBannerType2{
  aspect-ratio: 2.2/1;
}
.pageBannerScript{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.pageBannerScript>div:nth-child(1){
  color:white;
  font-weight: bold;
  text-align: center;
  line-height: 150%;
  font-size: 150%;
}
.pageBannerScript>div:nth-child(2){
  color:white;
  font-weight: bold;
  text-align: center;
  line-height: 150%;
  font-size: 125%;
}
.pageBannerScript>div:nth-child(3){
  color:white;
  font-weight: bold;
  text-align: center;
  color:#ffdc11;
  line-height: 150%;
  font-size: 150%;
}
.sportmenuRow{
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
  .sportmenu_button{
    background-color: #28323d;
    border:1px solid #707f91;
    color: #707f91;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    flex: 1 1 0;
    font-size:16px;
    cursor: pointer;
  }
  .sportmenu_button.active{
    background-color: #707f91;
    color: white;
    border:1px solid rgba(0,0,0,0);
  }
}
#selectselector{
  width: 100%;
  height: 52px;
  font-size:14px;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  text-align-last: center; /* Ensures text alignment for options */
  background: rgba(0,0,0,0);
}
.pageBannerScript{
  color:white;
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap:12px;
}
.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 th.active{
    background:#445;
    color:white;
  }
  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;
  }
}
.playersList, .teamsList{
  td{
    min-width: 80px;
  }
  th:first-child, td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: inherit;
    min-width: 182px;
  }
  .player{
    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;
  }
}
.datatyperow{
  max-width: 1000px;
  margin:0 auto;
  overflow-x: scroll;
  display: flex;
  flex-wrap: nowrap;
  padding-bottom:24px;
  >a{
    display: inline-block;
    padding:12px 18px;
    color:#667;
    cursor: pointer;
  }
  >a.active{
    border-bottom: 2px solid #446;
    color:#446;
    font-weight: bold;
  }
}

.cateRow{
  margin: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  .cateRow_button{
    background-color: rgba(0,0,0,0);
    border:1px solid #0268d6;
    color: #0268d6;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    width: 180px;
    font-size:13px;
    cursor: pointer;
  }
  .cateRow_button.active{
    background-color: #0268d6;
    color: white;
    border:1px solid rgba(0,0,0,0);
  }
}
.subject{
  height: 82px;
  display: flex;
  align-items: center;
  border-left:  4px solid #1176bf; /* ffdc11 */
  padding:0px 18px;
  background: white;
  font-size: 14px;
  font-weight: bold;
  border-bottom:1px solid #e6e6e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#rightsidemenu{
  color:white;
  .seasonMenuWrapper{
    padding:12px;
  }
  .sportmenulevel{
    >div:nth-child(1){
      height: 32px;
      display: flex;
      align-items: center;
    }
  }
  .leaguelevel{
    padding-left: 12px;
    >div:nth-child(1){
      height: 32px;
      display: flex;
      align-items: center;
      background-position: right 8px center;
      background-repeat: no-repeat;
      background-image:url(/assets/icons/extendable.svg);
      background-size: 18px;
    }
    >div:nth-child(1).active{
      background-image:url(/assets/icons/foldable.svg);
    }
  }
  .seasonlevel{
    display: none;
    padding-left: 12px;
    >a{
      height: 32px;
      display: flex;
      align-items: center;
      color:#ccc;
    }
  }
}

/* .seasonWrapper{
  margin:0 auto;
  width:95%;
  font-size:20px;
  .groupWrapper{
    margin: 12px auto;
    .grouptitle{
      background:black;
      color:white;
      display: flex;
      align-items: center;
      padding:6px 12px;
      font-size:14px;
    }
    .playerRow{
      display: flex;
      >div:nth-child(1){
        display: flex;
        align-items: center;
        justify-content: center;

      }
      >div:nth-child(2){
        flex: 1 1 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
      }
      .playerdata{
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1 1 0;
        .playerdataavg{
          color: #a94f4d;
          padding:12px 0px;

        }
      }
      .playericon{
        flex: 0 0 50%;
        max-width: 175px;
        aspect-ratio: 1/1;
        background-size: 80%;
        background-repeat: no-repeat;
        background-position: center bottom;
      }
    }
  }
} */
.leagueWrapper{
  background: white;
  display: none;
  margin-bottom:32px;
}
.seasonWrapper{
  margin:0 auto;
  width:98%;
  .groupWrapper{
    margin: 12px auto;
    margin-bottom:32px;

    .playervalue{

    }
    .grouptitle{
      background:black;
      color:white;
      display: flex;
      align-items: center;
      padding:6px 12px;
      font-size:14px;
    }

  }
}



@media only screen and (min-width: 720px) {
  .pageBannerType2{
    aspect-ratio: 4.2/1;
  }
  .datatyperow{
    justify-content: center;
  }


}
