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 #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;
}
.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;
  }
}
.responsivetable{
  overflow-x: auto;
}
.regulationWrapper{
  .subject{
    background-image: url(/assets/icons/extendable_dark.svg);
    background-size:28px;
    background-repeat: no-repeat;
    background-position: right 12px center;
  }
  .subject.extended{
    background-image: url(/assets/icons/foldable_dark.svg);
  }
  .subject.folded{
    background-image: url(/assets/icons/extendable_dark.svg);
  }
}
.regulation{
  background:white;
  padding:12px 0px;
  display: none;
}
.resultTable{
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
  border:1px solid #e0e0e0;
  border-radius: 8px;

  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;
  }
}
.rseqwrapper{
  display: flex;
  flex-wrap: nowrap;
  gap: 3px;
  >div{
    width: 22px;
    height: 22px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size:12px;
  }
  >div.W{
    background-color: forestgreen;
  }
  >div.L{
    background-color: #f34141;
  }
  >div.D{
    background-color: #777;
  }
}

.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: 200%;
  font-size: 150%;
}
.pageBannerScript>div:nth-child(2){
  color:white;
  font-weight: bold;
  text-align: center;
  line-height: 200%;
  font-size: 125%;
}
.pageBannerScript>div:nth-child(3){
  color:white;
  font-weight: bold;
  text-align: center;
  color:#ffdc11;
  line-height: 200%;
  font-size: 150%;
}

.leagueWrapper{
  min-height: 200px;
  margin-bottom: 62px;

  background-color: white;
  padding:0px;
  padding-bottom:42px;

}
.groupWrapper{
  margin-top:24px;
  margin-bottom:42px;
  padding:0px 0px;
}
.grouptitle{
  background:#292c31;
  color:#f9f9fa;
  padding:12px 8px;
}
.standingtable{
  width:100%;
  margin:0px auto;
  th, td{
    min-width: 54px
  }
  th:nth-child(1),
  th:nth-child(2),
  td:nth-child(1),
  td:nth-child(2) {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: inherit;
  }
  th:nth-child(1),
  td:nth-child(1) {
    min-width: 40px/* Width of first column */;
    max-width: 40px;
    width:40px;
  }
  th:nth-child(2),
  td:nth-child(2) {
    left: 40px/* Width of first column */;
    min-width: 150px;
    width: 160px;
    text-align: left;
  }

}
*:focus {
  outline: none;
}
#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);
}
.seasonselectorwrapper{
  margin:24px auto;
  max-width: 320px;
  display: flex;
  padding:6px;
  font-size: 13px;
  height: 38px;
  align-items: center;
  border-radius: 19px;
  border: 1px solid #aaa;
  >div:nth-child(1){
    flex: 0 0 30%;
    text-align: center;
    border-right:1px solid #555;
  }
  >div:nth-child(2){
    flex: 1 1 0;
    select{
      width: 100%;
      border:0px solid #000;
      background:rgba(0,0,0,0);
      text-align: center;
    }
  }
}
.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);
  }
}

#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;
    }
  }
}
.pageBannerType2{
  aspect-ratio: 2.2/1;
}
.standingsteamname{
  padding-left:38px;
  display: flex;
  align-items: center;
  background-position: left center;
  background-repeat: no-repeat;
  background-image:url(/assets/icons/extendable.svg);
  background-size: 32px;
  height: 32px;

}
@media only screen and (min-width: 580px) {

}

@media only screen and (min-width: 720px) {
  .groupWrapper{
    margin-top:24px;
    margin-bottom:42px;
    padding:0px 12px;
  }
  .pageBannerType2{
    aspect-ratio: 4.2/1;
  }

}


@media only screen and (min-width: 1000px) {
  .groupWrapper{
    margin-top:24px;
    margin-bottom:42px;
    padding:0px 18px;
  }
}
