@font-face {
    font-family: "aller";
    src: url("../Aller/Aller_Rg.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "aller-light";
    src: url("../Aller/Aller_Lt.ttf") format("truetype");
  }
  
  * {
    padding: 0;
    margin: 0;
  }
  
  body {
    background-color: #565656;
    width: 100%;
    min-height: 100vh;
    font-family: "aller";
  }
  
  header {
    position: relative;
    width: 100%;
    padding: 20px;
    text-align: center;
    background: url("../images/Background-Leaderboard.png");
    background-size: cover;
    border-bottom: 1px solid #16a2a7;
    margin-bottom: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  header h4 {
    color: #f05f26;
    font-size: 1.4rem;
  }
  
  .content {
    width: 800px;
    margin: auto;
  }
  
  .content section.title {
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 1rem;
  }
  
  .content section.title h4 {
    font-size: 1.3rem;
  }
  
  .content section.title h6 {
    font-family: "aller-light";
    font-size: .8rem;
    font-weight: 200;
  }
  
  .content section.time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 1rem;
  }
  
  .content section.time .box {
    width: 100%;
    background-color: #484848;
    padding: 3px;
  }
  
  .content section.time .box p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-family: "aller-light";
  }
  
  .content section.time .box p span {
    color: #ffba00;
  }
  
  .content section.coldown {
    background-image: url("../images/Slider-Mobile.png");
    background-size: cover;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: .6rem;
    border-radius: 10px;
  }
  
  .content section.coldown h5 {
    text-align: center;
    margin-bottom: .8rem;
    color: #fff;
    font-size: 1rem;
  }
  
  .content section.coldown .timedown {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 280px;
    gap: 10px;
  }
  
  .content section.coldown .timedown .box {
    width: 100%;
  }
  
  .content section.coldown .timedown .box h1 {
    height: 60px;
    border-radius: 4px;
    background-color: #0d3137;
    text-align: center;
    line-height: 60px;
    color: #fff;
    margin-bottom: .4rem;
    font-size: 2.3rem;
  }
  
  .content section.coldown .timedown .box h1.active {
    background-color: #16a2a7;
  }
  
  .content section.coldown .timedown .box span {
    color: #fff;
    font-family: "aller-light";
    display: block;
    text-align: center;
    font-size: .8rem;
  }
  
  .content section.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: .6rem;
  }
  
  .content section.info .box {
    width: 100%;
  }
  
  .content section.info .box .peringkat {
    color: #fff;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  
  .content section.info .box .peringkat span {
    color: #ffba00;
  }
  
  .content section.info .box .peringkat .tropy {
    width: 11px;
    margin-right: 4px;
  }
  
  .content section.info .box .peringkat .up {
    width: 15px;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  
  .content section.info .box .box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px;
    background-color: #082a36;
    border-radius: 5px;
    gap: 5px;
    position: relative;
    z-index: 100; /* Atur z-index yang lebih tinggi */
    flex-wrap: nowrap;
  }
  
  .content section.info .box .box-2 .col {
    width: 100%;
    color: #fff;
    padding: 6px 3px;
  }
  
  .content section.info .box .box-2 .col {
    text-align: center;
    border-radius: 5px;
    display: block;
}

.content section.info .box .box-2 .col a {
    color: white;
    text-decoration: none;
    padding: 10px;
    display: block;
    /* background: #16a2a7; */
}


  
  .content section.info .box .tournamen {
    text-align: left;
    background: #f99417;
    border-radius: 5px;
    padding: 7px;
  }
  
  /* .content section.info .box .tournamen select {
    border: none;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    color: #000000;
  } */
  .content section.info .box .tournamen select {
    border: none;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    color: #ffffff;
  }
  
  .content section.info .box .tournamen select option {
    color: black; /* Warna teks di dalam option */
  }
  
  
  
  .content section.info .box .tournamen p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .content section.info .box .tournamen p img {
    width: 15px;
    margin-right: 3px;
    margin-left: 5px;
  }
  
  .content section.info .box .tournamen p span {
    color: #fff;
  }
  
  .content section.info .box p {
    margin-bottom: 0;
    font-size: .75rem;
    font-family: "aller-light";
  }
  
  .content section.info.before .box:nth-child(1) {
    width: 66.66%;
    text-align: center;
  }
  
  .content section.info.before .box:nth-child(2) {
    width: 33.33%;
  }
  
  .content section.rank {
    width: 100%;
    padding: 1rem;
    background-image: url(../images/Background-Leaderboard.png);
    background-color: #082d38;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px; 
    overflow: hidden; 
    background-origin: padding-box;
    background-repeat: repeat;
  }
  
  .px-3{
    padding-left: 15px!important;
  }
  .content section.modalis {
    width: 100%;
    padding: 1rem;
    background-image: url(../images/Background-Leaderboard.png);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    background-position: top;
  }
  
  .content section.rank .reload {
    color: #fff;
    text-decoration: none;
    background: #57656a;
    padding: .5rem;
    font-size: .7rem;
    border-radius: 5px;
    position: absolute;
    z-index: 100;
  }
  
  .content section.rank .reload img {
    width: 10px;
  }
  
  .content section.rank .ranking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  
  .content section.rank .ranking .box {
    position: relative;
    text-align: center;
  }
  
  .content section.rank .ranking .box .bg {
    position: absolute;
    left: 6.5px;
    right: 0px;
    bottom: 45px;
    width: 95%;
    z-index: 1;
  }
  
  .content section.rank .ranking .box .tropy {
    width: 250px;
    z-index: 99;
    position: relative;
  }
  
  .content section.rank .ranking .box .diamond {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    background: #16839e;
    display: inline-block;
    padding: 3px 11px 7px 11px;
    border-radius: 7px;
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
    font-size: .8rem;
    z-index: 99;
    position: relative;
  }
  
  .content section.rank .ranking .box .diamond img {
    width: 15px;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  
  .content section.rank .ranking .box.box-1 {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  
  .content section.rank .ranking .box .name, .content section.rank .ranking .box .rp {
    position: relative;
    color: #fff;
    font-size: .9rem;
    font-family: 'aller-light';
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
    z-index: 99;
  }
  .content section.rank .ranking .box .name, .content section.rank .ranking .box .hadiah {
    position: relative;
    color: #fff;
    font-size: .9rem;
    font-family: 'aller-light';
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
    z-index: 99;
  }
  
  .content section.rank table {
    margin-top: -90px;
    color: #fff;
    width: 100%;
    font-size: .8rem;
    font-family: 'aller-light';
    border-collapse: collapse;
  }
  
  .content section.rank table thead {
    color: #b9b9b9;
  }
  
  .content section.rank table td, .content section.rank table th {
    padding: .7rem;
  }
  
  .content section.rank table tbody tr td {
    text-align: center;
    background-color: #16839e;
    border-bottom: 3px solid #082a36;
  }
  
  .content section.rank table tbody tr td:nth-child(1) {
    border-radius: 7px 0 0 7px;
  }
  
  .content section.rank table tbody tr td:nth-child(4) {
    border-radius: 0px 7px 7px 0px;
  }
  
  @media only screen and (max-width: 800px) {
    .content {
      width: 100%;
    }
    .content section.time {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .content section.time .box-1, .content section.time .box-2 {
      width: 33%;
    }
    .content section.time .box-3 {
      width: 33%;
    }
    .content section.coldown {
      width: 95%;
      margin: 10px;
    }
    .content section.info {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .content section.info .box {
      width: 31%;
    }
    .content section.info .box .col {
      text-align: center;
    }
    .content section.info .box .col.top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .content section.info.before .box {
      width: 95% !important;
    }
    .content section.rank .ranking {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 10px;
    }
    .content section.rank .ranking .box {
      width: 30% !important;
      text-align: center;
    }
    .content section.rank .ranking .box .tropy {
      width: 100%;
      -webkit-transform: translateY(7px);
              transform: translateY(7px);
      z-index: 99;
    }
    .content section.rank .ranking .box .diamond {
      -webkit-transform: translateY(-62px);
              transform: translateY(-62px);
      border-radius: 4px !important;
    }
    .content section.rank .ranking .box .diamond img {
      width: 15px;
      -webkit-transform: translateY(4px);
              transform: translateY(4px);
    }
    .content section.rank .ranking .box p.name, .content section.rank .ranking .box p.rp {
      -webkit-transform: translateY(-56px) !important;
              transform: translateY(-56px) !important;
    }
    .content section.rank .ranking .box p.name, .content section.rank .ranking .box p.hadiah {
      -webkit-transform: translateY(-56px) !important;
              transform: translateY(-56px) !important;
    }
  }
  
  @media only screen and (max-width: 600px) {
    header {
      padding: 13px;
    }
    header h4 {
      font-size: 1rem;
    }
    .content {
      width: 100%;
    }
    .content section.time {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .content section.time .box {
      padding: 7px;
    }
    .content section.time .box p {
      font-size: 14px;
    }  
    .content section.time .box-1, .content section.time .box-2 {
      width: 46%;
    }
    .content section.time .box-3 {
      width: 95%;
    }
    .contfent section.coldown {
      width: 100%;
      background-image: url("../images/Slider-Mobile.jpg");
      height: 300px;
    }
    .content section.coldown h5 {
      font-size: 1.2rem;
      -webkit-transform: translateX(40%);
              transform: translateX(40%);
    }
    /* .content section.coldown .timedown {
      -webkit-transform: translateX(30%);
              transform: translateX(30%);
    } */
    .content section.coldown .timedown .box h1 {
      font-size: 1.8rem;
    }
    .content section.info {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .content section.info .box {
      width: 95%;
    }
    .content section.info .box p {
      font-size: .9rem;
    }
    .content section.info .box .col {
      text-align: center;
    }
    .content section.rank {
      max-width: 95%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
              margin-right: 10px;
              margin-left: 10px;
    }
    .content section.modalis {
      max-width: 95%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
              margin: 10px;
    }
    .content section.rank .ranking {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 10px;
      -webkit-transform: translateY(34px) !important;
              transform: translateY(34px) !important;
    }
    .content section.rank .ranking .box {
      width: 30% !important;
    }
    .content section.rank .ranking .box img.tropy {
      width: 80px !important;
      -webkit-transform: scale(2);
              transform: scale(2);
    }
    .content section.rank .ranking .box .diamond {
      font-size: .6rem !important;
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
      border-radius: 4px !important;
      padding: 3px 6px 7px 6px !important;
    }
    .content section.rank .ranking .box .diamond img {
      width: 15px;
      -webkit-transform: translateY(4px);
              transform: translateY(4px);
    }
    .content section.rank .ranking .box p.name, .content section.rank .ranking .box p.rp {
      -webkit-transform: translateY(-14px) !important;
              transform: translateY(-14px) !important;
      font-size: .6rem;
    }
    .content section.rank .ranking .box p.name, .content section.rank .ranking .box p.hadiah {
      -webkit-transform: translateY(-14px) !important;
              transform: translateY(-14px) !important;
      font-size: .6rem;
    }
    .content section.rank .ranking .box .bg {
      left: 2.5px !important;
      -webkit-transform: translateY(30px);
              transform: translateY(30px);
    }
    .content section.rank .ranking .box.box-1 {
      -webkit-transform: translateY(-60px);
              transform: translateY(-60px);
    }
    .content section.rank .ranking .box.box-1 .bg {
      -webkit-transform: scale(1.5) translateY(30px);
              transform: scale(1.5) translateY(20px);
    }
    .content section.rank table {
      margin-top: 30px;
    }
    .content section.rank table td, .content section.rank table th {
      font-size: .6rem !important;
      padding: .5rem !important;
    }
  }
  
  @media only screen and (max-width: 400px) {
    .content section.coldown h5 {
      -webkit-transform: translateX(0px) !important;
              transform: translateX(30%) !important;
    }
    /* .content section.coldown .timedown {
      -webkit-transform: translateX(0px) !important;
              transform: translateX(0px) !important;
    } */
    .content section.rank .ranking .box .bg {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
    }
    .content section.rank .ranking .box.box-1 .bg {
      -webkit-transform: scale(1.5) translateY(12px);
              transform: scale(1.5) translateY(12px);
    }
  }
  /*# sourceMappingURL=style.css.map */ 

@media (max-width: 863px) {
    .tmnt-winner {
        margin-right: 0px !important;
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .col{
        flex-basis: unset !important;
    }
}

.title-a {
    color: #f05f26;
}

.cup-icon {
    padding-right: 15px;
    padding-top: 5px;
}

.periode-lainnya {
    font-size: 14px;
    margin-left: -30px;
    padding-top: 5px;
}

.icon-scroll {
    margin-left: 50px;
    padding-top: 5px;
    padding-left: 10px;
}

@media (max-width: 490px) {
    .nopadmobile {
        padding-left: 0px; padding-right: 0px;
        padding-left: 0px; padding-right: 0px;
        padding-left: 0px; padding-right: 0px;
    }
    .nomargmobile {
        margin-left: 0px;
        margin-right: 0px;
    }
    .content section.coldown .timedown{
      /* width: 220px !important; */
      width: 58% !important;
      /* height: 10% !important; */
      margin-left: 35% !important ;
    }
    .content section.coldown .timedown .box h1 {
      height: 45px !important;
      border-radius: 4px !important;
      background-color: #0d3137 !important;
      text-align: center !important;
      line-height: 45px !important;
      color: #fff !important;
      /* margin-bottom: 0.4rem; */
      font-size: 2.3rem !important;
      font-size: 30px !important;
  }
}



.text-orange {
  color: #ffba00 !important;
}

.text-white {
  color: #FFFFFF;
}

.main-container {
  background-color: #565656;
  max-width: 100%;
}

.back {
  font-size:14pt;
  color: #7da6f8;
  cursor: pointer;
  vertical-align: middle;
}

.title-a {
  font-size:28pt;
  line-height: 1;
}
.title-b {
  /*font-size:28pt;*/
  font-size: 2em;
  line-height: 1;
}
.title-c {
  font-size:18pt;
  line-height: 1;
}

.dates-part {
  /*font-family: 'Avenir LT Std 35 Light';*/
  font-family: "Open SansN";
  font-size: 14pt;
}

.dates-part div {
  max-width: 32%;
  border-radius: 5px;
  background: #414141;
  -webkit-box-shadow: inset -2px 4px 20px -2px rgba(0,0,0,0.75);
  -moz-box-shadow: inset -2px 4px 20px -2px rgba(0,0,0,0.75);
  box-shadow: inset -2px 4px 20px -2px rgba(0,0,0,0.75);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}



/* .tmnt-rank {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15.666667%;
  flex: 0 0 15.666667%;
  max-width: 15.666667%;
}

.tmnt-totalto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30.75%;
  flex: 0 0 30.75%;
  max-width: 30.75%;
} */



/*.btn-tmnt-winner:hover .sub-menu .oddeven {
  display: block;
}*/

.sub-menu .oddeven.show{
  display:block !important;
}

.sub-menu {
  display: none;
  position: sticky;
  z-index: 120;
  border-radius: 5px;
  padding-left: .46rem;
  padding-right: .5rem;
}
.sub-menu .oddeven {
  display: none;
  color: #000000;
  padding-top: 13px;
  padding-bottom: 13px;
}
.sub-menu .oddeven:nth-of-type(odd){
  background-color: #dadada;
}
.sub-menu .oddeven:nth-of-type(even){
  background-color: #f4f7fe;
}
.sub-menu .oddeven:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.snk {
  cursor: pointer;
  /*font-family: 'Avenir LT Std 65 Medium';*/
  font-family: "Open SansN";
  text-decoration: underline;
  font-size: 11pt;
}


.no-data-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: -100px;
  /* background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px; */
}

.no-data-container > h5{
font-size: 16px;
font-weight: bold;
  color: #fff; /* Ganti warna teks sesuai kebutuhan */
  position: absolute;
    z-index: 2;
    margin-top: 240px; /* Posisi elemen di bagian bawah gambar */
    /* left: 50%;
    transform: translateX(-50%); */
}
.no-data-container > p {
  font-size: 12px;
  color: #fff; /* Ganti warna teks sesuai kebutuhan */
  position: absolute;
    z-index: 2;
    margin-top: 300px; /* Posisi elemen di bagian bawah gambar */
    /* left: 50%;
    transform: translateX(-50%); */
}

.no-data-container > h5 {
  margin-bottom: 10px;
}



.tabs-part div{
  cursor: pointer;
  font-size: 12px;
  max-width: 100%!important;
  padding: 2px;
  /* background-color: #082a36; */
  background-color: #6f7070;
  color:white;
  border-radius: 10px;
  z-index: 100;
}

.tabs-part .active{
  background-color: #16a2a7;
  color: #fffffe;
}

.winners-part {
  min-width: 400px;
}

.winners-part .header{
  font-size: 11pt;
  background-color: #16a2a7;
  border-bottom: 3px solid #082a36;
  border-radius: 7px;
}

.winners-part .body div{
  font-family: "aller";
  font-size: 10pt;
  color: #fff;
  
}
.mr-1, .mx-1 {
  margin-right: 0rem!important;
}
.ml-1, .mx-1 {
  margin-left: 0rem!important;
}

.pt-3, .py-3 {
  padding-top: 0.50rem!important;
}

.pt-2, .py-2 {
  padding-top: 0.50rem!important;
}

.winners-part .body .oddeven:nth-of-type(odd){
  background-color: #16839e;
  color: #fff;
  border-bottom: 3px solid #082a36;
  border-radius: 7px;
}
.winners-part .body .oddeven:nth-of-type(even){
  background-color: #16839e;
  border-radius: 7px;
  border-bottom: 3px solid #082a36;
}

.sub-menu .oddeven:hover, .winners-part .body .oddeven:hover {
  background-color: #b2b2b2;
}
.p-5{
  padding-left: 2px !important;
  padding-right: 2px!important;
  padding-top: 2px!important;
  padding-bottom: 2px!important;
}
.containerEuy{
  display: flex;
  background-color: #6f7070;
  min-width: 40%;
  border-radius: 5px;
}
.more-part div {
  cursor: pointer;
  min-width: 150px;
  max-width: 20%;
  text-align: center;
  border-radius: 5px;
  background: #17a2a7;
  color: #FFFFFF;
  font-size: 14pt;
}

@media (max-width: 768px) {
  .dates-part div {
      max-width: 100%;
  }
  .px-5{
      padding-right: 1rem !important;
      padding-left: 1rem !important;
  }
  .specialWinner{
      font-size: 7pt !important;
  }
  .CustomCol1{
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 16.666667% !important;
      flex: 0 0 16.666667% !important;
      max-width: 16.666667% !important;
  }
  .CustomCol2{
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 25% !important;
      flex: 0 0 25% !important;
      max-width: 25% !important;
  }
  .CustomCol3{
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 41.666667% !important;
      flex: 0 0 41.666667% !important;
      max-width: 41.666667% !important;
  }
  .rankFix{
      -webkit-box-flex: 0;
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
  }
  .TOFIX{
      -webkit-box-flex: 0;
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
  }
  .crown{
      width: 25px;
  }
  .lastTOFIx{
      max-width: 99% !important;
  }
  .startD{
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 47.666667% !important;
      flex: 0 0 47.666667% !important;
      max-width: 47.666667% !important;
  }
  .endD{
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 47.666667% !important;
      flex: 0 0 47.666667% !important;
      max-width: 47.666667% !important;
  }
  .winners-part {
      min-width: 0px;
  }
}

@media (width: 768px) {
  .dates-part div {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
}

@media (max-width: 767px){
  .rankSingleDiv{
      display: none;
  }
  .TOSingleDiv{
      display: none;
  }
  .PeringkatDiv{
      display: none !important;
  }
  .titleHeader{
      margin-bottom: -30px !important;
  }
  .dates-part {
      font-size: 11pt;
  }
  .hiddenSpecial{
      display: unset !important;
  }
  .SpecialTxtChange{
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }   
  #col4Helper{
      max-width: 23.5% !important;
  }
}

@media (max-width: 770px) {
  .title-a {
      font-size:24pt;
  }
}

@media (max-width: 620px) {
  .title-a {
      font-size:20pt;
  }
}

@media (max-width: 490px) {
  .title-a {
      font-size:16pt;
  }
  .title-c {
      font-size:16pt;
  }
  .startD, .endD, .lastTOFIx {
      font-size:12px;
  }
  
  .pt-3, .py-3 {
    padding-top: 0.2rem !important;
  }
  .pb-2, .py-2 {
    padding-bottom: 0.1rem !important;
  }
  .px-3 {
    padding-right: 0rem!important;
  }
  .winner-part{
    padding-left: 10px !important;
      padding-right: 10px !important;
  }
  .tabs-part
  {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .p-5{
    padding-left: 2px !important;
    padding-right: 2px!important;
    padding-top: 2px!important;
    padding-bottom: 2px!important;
  }
  /* .winners-part
  {
    padding-left: 10px !important;
      padding-right: 10px !important;
  } */
  .winners-part > div {
      padding-left: 0px !important;
      padding-right: 0px !important;
  }
  .winner-part,
  .tabs-part,
  .winners-part {
      margin-left: 0px !important;
      margin-right: 0px !important;
  }
  .crown-image {
      padding-left: 10px;
  }
  .showmore {
      padding: .5rem !important;
      font-size: 12px !important;
  }
  #leaderboard {
      margin-left: .25rem!important;
  }
  .header,
  .body,
  .body > .row {
      margin-left: 0px !important;
      margin-right: 0px !important;
  }

  .winners-part .body div{
      font-family: "aller";
      font-size: 10px;
      color: #fff;
  }

  #col4Helper{
      max-width: 23.3% !important;
      font-size: 7pt;
  }

  .gameTabWinner {
      padding-left: 0;
      padding-right: 0;
      white-space: nowrap;
      margin-right: 0 !important;

  }
}

@media (max-width: 470px) {
  #leaderboard {
      overflow-x: scroll;
  }
  .title-b {
      font-size:16pt;
  }
}

@media (max-width: 440px) {
  .lastTOFIx{
      max-width: 98% !important;
  }
  .startD{
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 46.666667% !important;
      flex: 0 0 46.666667% !important;
      max-width: 46.666667% !important;
  }
  .endD{
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 46.666667% !important;
      flex: 0 0 46.666667% !important;
      max-width: 46.666667% !important;
  }
}

@media(max-width: 430px){
  #col4Helper{
      max-width: 23% !important;
  }
}

@media (max-width: 425px) {
  .back {
      font-size:11pt;
  }
  .tabs-part div{
      font-size: 6pt;
  }

  .winners-part .header{
      font-size: 8pt;
  }
  
  .btn-tmnt, .btn-tmnt-winner, .btn-tmnt-special {
      font-size: 14px;
  }
  .lastTOFIx{
      max-width: 98% !important;
  }
  .startD{
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 46.666667% !important;
      flex: 0 0 46.666667% !important;
      max-width: 46.666667% !important;
  }
  .endD{
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 46.666667% !important;
      flex: 0 0 46.666667% !important;
      max-width: 46.666667% !important;
  }
}

@media (max-width: 380px) {
  .title-a {
      font-size:12pt;
  }
  #col4Helper{
      max-width: 22.8% !important;
      font-size: 6pt !important;
  }
}

@media (max-width: 337px) {
  .dateFIX{
      padding-right: 0px !important;
      padding-left: 0px !important;
  }
  #col4Helper{
      max-width: 22.3% !important;
      font-size: 5pt !important;
  }    
}

@media (max-width: 241px) {
  .lastTOFIx{
      max-width: 98% !important;
  }
  .startD{
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 45.666667% !important;
      flex: 0 0 45.666667% !important;
      max-width: 45.666667% !important;
  }
  .endD{
      -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 45.666667% !important;
      flex: 0 0 45.666667% !important;
      max-width: 45.666667% !important;
  }
}

@media (min-width: 576px){
  .modal-dialog {
      max-width: 600px !important;
  }
}

.header-image {
  width: 100%;
  height: auto;
  max-height: 100px;
}
.header-div {
  position: relative;
  text-align: center;
  width: 100%;
  height: auto;
  max-height: 100px;
}
.header-div .title-a {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  margin: 0px 10% !important;
  width: 80%;
}
.header-kembali {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(-50%, -50%);
  height: 70%;
  width: auto;
  cursor: pointer;
}
.container {
  padding: 0px;
}
#leaderboard {
  overflow: hidden;
}
/* Style the buttons */
.paginationn {
cursor: pointer;
border: 2px solid #14A3A9;
border-radius: 4px;
padding-top: 1px;
padding-right: 6px;
padding-left: 6px;
padding-bottom: 1px;
margin : 2px;
}

/* Style the active class, and buttons on mouse-over */
/*.active, .paginationn:hover {
background-color: #14A3A9;
color: white;
}*/
.paginationn:hover {
background-color: #14A3A9;
color: white;
}
