.standing-sec{
    width: 100%;
    height: auto;
    background-color: #dfdfdf;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    justify-content: center;    
    padding-bottom: 6rem;
   
}

.header-div{
    margin-top: 129px;
    width: 90%;
    height: 12rem;
    background-color: #FFF;
    padding: 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    
}

.header-div p{
    font-family: 'kanit', 'sans-serif';
    font-size: 32px;
    border-bottom: 1px solid #dfdfdf ;
}

.header-div i{
    color: #0f0f0f; 
    font-size: 24px; 
    font-family: 'kanit','sans-serif';
}


.standing-container{
    width: 90%;
    height: auto;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    padding: 2rem 1rem;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}




.standing-container.hide {
	opacity: 0;
	visibility: hidden;
	position: absolute; 
	pointer-events: none; 
	transition: 0s;
  }
  
  .standing-container.show {
	opacity: 1;
	visibility: visible;
	position: relative;
	pointer-events: all;
	transition: .5s;
  }

.leaderboard-table{
    width: 100%;
    text-align: center;
   
}




.leaderboard-table > thead > tr > th{
    font-size: 18px;
    font-family: 'Mukta Malar', sans-serif;
    
}




.leaderboard-table td{
    border-bottom: 1px solid #dfdfdf;
    padding: 1rem 0;
    margin: 0;
    font-size: 20px;
    
}

#top-leader{
    width: 100%;
    
}


#top-leader.hide {
	opacity: 0;
	visibility: hidden;
	position: absolute; 
	pointer-events: none; 
	transition: 0s;
  }
  
  #top-leader.show {
	opacity: 1;
	visibility: visible;
	position: relative;
	pointer-events: all;
    
	
  }

.logo-inner {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.logo-inner img{
    width: 2rem;
    height: auto;
}


@media (max-width: 740px){
    .header-div{
        margin-top: 129px;
        width: 90%;
        height: 10rem;
        background-color: #FFF;
        padding: 1rem 1rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        
    }
    
    .header-div p{
        font-family: 'kanit', 'sans-serif';
        font-size: 26px;
        border-bottom: 1px solid #dfdfdf ;
    }
    
    .standing-container{
        width: 90%;
        height: auto;
        background-color: #FFF;
        display: flex;
        justify-content: center;
        padding: 2rem 1rem;
    }
    
    .leaderboard-table{
        width: 100%;
        text-align: center;
        
                
    }

    .leaderboard-table > thead > tr > th{
        font-size: 16px;
        font-family: 'Mukta Malar', sans-serif;
    }
    

    .leaderboard-table td{
        border-bottom: 1px solid #dfdfdf;
        padding: 1rem 0;
        margin: 0;
        font-size: 16px;
    }
    
    .logo-inner {
        display: flex;
        gap: 1rem;
        align-items: center;
    }
    
    .logo-inner img{
        width: 2rem;
        height: auto;
    }

}


@media (max-width: 581px){
    .header-div{
        margin-top: 129px;
        width: 90%;
        height: 9rem;
        background-color: #FFF;
        padding: 1rem 1rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        
    }
    
    .header-div p{
        font-family: 'kanit', 'sans-serif';
        font-size: 20px;
        border-bottom: 1px solid #dfdfdf ;
    }

    .header-div i{
        color: #0f0f0f; 
        font-size: 17px; 
        font-family: 'kanit','sans-serif';
    }
    
    .standing-container{
        width: 90%;
        height: auto;
        background-color: #FFF;
        display: flex;
        justify-content: center;
        padding: 2rem 1rem;
    }
    
    .leaderboard-table{
        width: 100%;
        text-align: center;
        
                
    }

    .leaderboard-table > thead > tr > th{
        font-size: 14px;
        font-family: 'Mukta Malar', sans-serif;
    }
    

    .leaderboard-table td{
        border-bottom: 1px solid #dfdfdf;
        padding: 1rem 0;
        margin: 0;
        font-size: 14px;
    }
    
    .logo-inner {
        display: flex;
        gap: 1rem;
        align-items: center;
    }
    
    .logo-inner img{
        width: 2rem;
        height: auto;
    }

}


@media (max-width: 471px){
    .header-div{
        margin-top: 129px;
        width: 90%;
        height: 10rem;
        background-color: #FFF;
        padding: 1rem 1rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        
    }
    
    .header-div p{
        font-family: 'kanit', 'sans-serif';
        font-size: 18px;
        border-bottom: 1px solid #dfdfdf ;
    }

    
    
    .standing-container{
        width: 90%;
        height: auto;
        background-color: #FFF;
        display: flex;
        justify-content: center;
        padding: 2rem 1rem;
    }
    
    .leaderboard-table{
        width: 100%;
        text-align: center;
        
                
    }

    .leaderboard-table > thead > tr > th{
        font-size: 12px;
        font-family: 'Mukta Malar', sans-serif;
    }
    

    .leaderboard-table td{
        border-bottom: 1px solid #dfdfdf;
        padding: 1rem 0;
        margin: 0;
        font-size: 12px;
    }
    
    .logo-inner {
        display: flex;
        gap: 1rem;
        align-items: center;
    }
    
    .logo-inner img{
        width: 2rem;
        height: auto;
    }

}


@media (max-width: 421px){
    .standing-sec{
        width: 100%;
        height: auto;
        background-color: #dfdfdf;
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        justify-content: center;    
        padding-bottom: 6rem;
       
    }

    .header-div{
        margin-top: 129px;
        width: 90%;
        height: 7rem;
        background-color: #FFF;
        padding: 1rem 1rem;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
        
    }
    
    .header-div p{
        font-family: 'kanit', 'sans-serif';
        font-size: 14px;
        border-bottom: 1px solid #dfdfdf ;
    }

    .header-div i{
        color: #0f0f0f; 
        font-size: 13px; 
        font-family: 'kanit','sans-serif';
    }
    
    .standing-container{
        width: 90%;
        height: auto;
        background-color: #FFF;
        display: flex;
        justify-content: center;
        padding: 2rem 1rem;
    }
    
    .leaderboard-table{
        width: 100%;
        text-align: center;
        
                
    }

    .leaderboard-table > thead > tr > th{
        font-size: 10px;
        font-family: 'Mukta Malar', sans-serif;
    }
    

    .leaderboard-table td{
        border-bottom: 1px solid #dfdfdf;
        padding: 1rem 0;
        margin: 0;
        font-size: 10px;
    }
    
    .logo-inner {
        display: flex;
        gap: 1rem;
        align-items: center;
    }
    
    .logo-inner img{
        width: 2rem;
        height: auto;
    }

}

.top-leader-sec{
    background-color: #dfdfdf;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 8rem;
}

.top-leader-container{
    width: 70%;
    background-color: #FFF;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 0rem 4rem;
    padding-bottom: 6rem;
    margin-bottom: 6rem;
}

.top-leader-headline{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dfdfdf;
    height: 7rem;
}

.top-leader-headline-tittle{
    display: flex;
    align-items: center;
    height: 100%;
    width: auto;
}

.top-leader-headline-tittle p{
  font-family: 'kanit', 'sans-serif';
  font-size: 42px;
  color: #46a5f3;
}


.top-leader-headline-link{
    height: 100%;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: .5rem;
  }

.top-leader-headline-link a{
   text-decoration: none;
   font-size: 10px;
   color: #070a64;
   padding: .2rem 1rem;
   border: 1px solid #070a64;
   border-radius: 1rem;
   transition: .3s ease;
}

.top-leader-headline-link a:hover{
    transform: scale(1.1);
 }

.top-leader-wrapper{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}

.top-leader-box{
    width: 47%;
    height: auto;
}

.top-leader-box-tittle p{
    font-size: 20px;
    font-family: 'kanit', 'sans-serif';
}

.top-leader-box-tittle{
    padding: .5rem 0;
    border-bottom: 1px solid #dfdfdf;
}

.table-top-leaders{
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Poppins', 'sans-serif';
    box-sizing: border-box;
    border-collapse: collapse;
}

.table-top-leaders tr {
    width: 100%;
    
     
 }


.table-top-leaders td {
   padding: .3rem;
   padding-left: .8rem;
   
   
    
}


.table-top-leaders td p{
    font-family: 'Poppins', 'sans-serif';
    font-size: 16px;
    height: 100%;
}

.leaders-img{
    width: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
    border-radius: 50%;

}

.leaders-img img{
    
    width: 100%;
    height: 100%;
    transform: scale(2);
    object-fit: contain;
    object-position: center 7px;
}

@media (max-width: 1305px){

            .top-leader-container{
                width: 85%;
                background-color: #FFF;
                height: auto;
                display: flex;
                flex-direction: column;
                gap: 2rem;
                padding: 0rem 4rem;
                padding-bottom: 6rem;
                margin-bottom: 6rem;
            }
            
            .top-leader-headline{
                display: flex;
                align-items: center;
                justify-content: space-between;
                border-bottom: 1px solid #dfdfdf;
                height: 7rem;
            }
            
            .top-leader-headline-tittle{
                display: flex;
                align-items: center;
                height: 100%;
                width: auto;
            }
            
            .top-leader-headline-tittle p{
            font-family: 'kanit', 'sans-serif';
            font-size: 42px;
            color: #46a5f3;
            }
            
            
            .top-leader-headline-link{
                height: 100%;
                width: auto;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                padding-bottom: .5rem;
            }
            
            .top-leader-headline-link a{
            text-decoration: none;
            font-size: 10px;
            color: #070a64;
            padding: .2rem 1rem;
            border: 1px solid #070a64;
            border-radius: 1rem;
            transition: .3s ease;
            }
            
            .top-leader-headline-link a:hover{
                transform: scale(1.1);
            }
            
            .top-leader-wrapper{
                display:flex;
                justify-content: space-between;
                flex-wrap: wrap;
                gap: 2rem;
            }
            
            .top-leader-box{
                width: 47%;
                height: auto;
            }
            
            .top-leader-box-tittle p{
                font-size: 20px;
                font-family: 'kanit', 'sans-serif';
            }
            
            .top-leader-box-tittle{
                padding: .5rem 0;
                border-bottom: 1px solid #dfdfdf;
            }
            
            .table-top-leaders{
                width: 100%;
                padding: 0;
                margin: 0;
                font-family: 'Poppins', 'sans-serif';
            }
            
            
            
            .table-top-leaders td {
            padding: .3rem;
            padding-left: .8rem;
            
            
                
            }
            
            .table-top-leaders td p{
                font-family: 'Poppins', 'sans-serif';
                font-size: 16px;
                height: 100%;
            }
            
            .leaders-img{
                width: 2.5rem;
                height: 2.5rem;
                overflow: hidden;
                border-radius: 50%;
            
            }
            
            .leaders-img img{
                
                width: 100%;
                height: 100%;
                transform: scale(2);
                object-fit: contain;
                object-position: center 7px;
            }
}


@media (max-width: 1085px){

    .top-leader-container{
        width: 80%;
        background-color: #FFF;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 0rem 4rem;
        padding-bottom: 6rem;
        margin-bottom: 6rem;
    }
    
    .top-leader-headline{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #dfdfdf;
        height: 7rem;
    }
    
    .top-leader-headline-tittle{
        display: flex;
        align-items: center;
        height: 100%;
        width: auto;
    }
    
    .top-leader-headline-tittle p{
    font-family: 'kanit', 'sans-serif';
    font-size: 42px;
    color: #46a5f3;
    }
    
    
    .top-leader-headline-link{
        height: 100%;
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: .5rem;
    }
    
    .top-leader-headline-link a{
    text-decoration: none;
    font-size: 10px;
    color: #070a64;
    padding: .2rem 1rem;
    border: 1px solid #070a64;
    border-radius: 1rem;
    transition: .3s ease;
    }
    
    .top-leader-headline-link a:hover{
        transform: scale(1.1);
    }
    
    .top-leader-wrapper{
        display:flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 2rem;
    }
    
    .top-leader-box{
        width: 47%;
        height: auto;
    }
    
    .top-leader-box-tittle p{
        font-size: 17px;
        font-family: 'kanit', 'sans-serif';
    }
    
    .top-leader-box-tittle{
        padding: .5rem 0;
        border-bottom: 1px solid #dfdfdf;
    }
    
    .table-top-leaders{
        width: 100%;
        padding: 0;
        margin: 0;
        font-family: 'Poppins', 'sans-serif';
    }
    
    
    
    .table-top-leaders td {
    padding: .3rem;
    padding-left: .8rem;
    
    
        
    }
    
    .table-top-leaders td p{
        font-family: 'Poppins', 'sans-serif';
        font-size: 13px;
        height: 100%;
    }
    
    .leaders-img{
        width: 2.5rem;
        height: 2.5rem;
        overflow: hidden;
        border-radius: 50%;
    
    }
    
    .leaders-img img{
        
        width: 100%;
        height: 100%;
        transform: scale(2);
        object-fit: contain;
        object-position: center 7px;
    }
}


@media (max-width: 880px){

            .top-leader-container{
                width: 85%;
                background-color: #FFF;
                height: auto;
                display: flex;
                flex-direction: column;
                gap: 2rem;
                padding: 0rem 4rem;
                padding-bottom: 6rem;
                margin-bottom: 6rem;
            }
            
            .top-leader-headline{
                display: flex;
                align-items: center;
                justify-content: space-between;
                border-bottom: 1px solid #dfdfdf;
                height: 7rem;
            }
            
            .top-leader-headline-tittle{
                display: flex;
                align-items: center;
                height: 100%;
                width: auto;
            }
            
            .top-leader-headline-tittle p{
            font-family: 'kanit', 'sans-serif';
            font-size: 42px;
            color: #46a5f3;
            }
            
            
            .top-leader-headline-link{
                height: 100%;
                width: auto;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                padding-bottom: .5rem;
            }
            
            .top-leader-headline-link a{
            text-decoration: none;
            font-size: 10px;
            color: #070a64;
            padding: .2rem 1rem;
            border: 1px solid #070a64;
            border-radius: 1rem;
            transition: .3s ease;
            }
            
            .top-leader-headline-link a:hover{
                transform: scale(1.1);
            }
            
            .top-leader-wrapper{
                display:flex;
                justify-content: space-between;
                flex-wrap: wrap;
                gap: 2rem;
            }
            
            .top-leader-box{
                width: 47%;
                height: auto;
            }
            
            .top-leader-box-tittle p{
                font-size: 16px;
                font-family: 'kanit', 'sans-serif';
            }
            
            .top-leader-box-tittle{
                padding: .5rem 0;
                border-bottom: 1px solid #dfdfdf;
            }
            
            .table-top-leaders{
                width: 100%;
                padding: 0;
                margin: 0;
                font-family: 'Poppins', 'sans-serif';
            }
            
            
            
            .table-top-leaders td {
            padding: .3rem;
            padding-left: .8rem;
            
            
                
            }
            
            .table-top-leaders td p{
                font-family: 'Poppins', 'sans-serif';
                font-size: 11px;
                height: 100%;
            }
            
            .leaders-img{
                width: 2.2rem;
                height: 2.2rem;
                overflow: hidden;
                border-radius: 50%;
            
            }
            
            .leaders-img img{
                
                width: 100%;
                height: 100%;
                transform: scale(2);
                object-fit: contain;
                object-position: center 7px;
            }
}


@media (max-width: 785px){

            .top-leader-container{
                width: 85%;
                background-color: #FFF;
                height: auto;
                display: flex;
                flex-direction: column;
                gap: 2rem;
                padding: 0rem 4rem;
                padding-bottom: 6rem;
                margin-bottom: 6rem;
            }
            
            .top-leader-headline{
                display: flex;
                align-items: center;
                justify-content: space-between;
                border-bottom: 1px solid #dfdfdf;
                height: 7rem;
            }
            
            .top-leader-headline-tittle{
                display: flex;
                align-items: center;
                height: 100%;
                width: auto;
            }
            
            .top-leader-headline-tittle p{
            font-family: 'kanit', 'sans-serif';
            font-size: 32px;
            color: #46a5f3;
            }
            
            
            .top-leader-headline-link{
                height: 100%;
                width: auto;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                padding-bottom: .5rem;
            }
            
            .top-leader-headline-link a{
            text-decoration: none;
            font-size: 10px;
            color: #070a64;
            padding: .2rem 1rem;
            border: 1px solid #070a64;
            border-radius: 1rem;
            transition: .3s ease;
            }
            
            .top-leader-headline-link a:hover{
                transform: scale(1.1);
            }
            
            .top-leader-wrapper{
                display:flex;
                justify-content: space-between;
                flex-wrap: wrap;
                gap: 2rem;
            }
            
            .top-leader-box{
                width: 100%;
                height: auto;
            }
            
            .top-leader-box-tittle p{
                font-size: 20px;
                font-family: 'kanit', 'sans-serif';
            }
            
            .top-leader-box-tittle{
                padding: .5rem 0;
                border-bottom: 1px solid #dfdfdf;
            }
            
            .table-top-leaders{
                width: 100%;
                padding: 0;
                margin: 0;
                font-family: 'Poppins', 'sans-serif';
            }
            
            
            
            .table-top-leaders td {
            padding: .3rem;
            padding-left: .8rem;
            
            
                
            }
            
            .table-top-leaders td p{
                font-family: 'Poppins', 'sans-serif';
                font-size: 14px;
                height: 100%;
            }
            
            .leaders-img{
                width: 2.5rem;
                height: 2.5rem;
                overflow: hidden;
                border-radius: 50%;
            
            }
            
            .leaders-img img{
                
                width: 100%;
                height: 100%;
                transform: scale(2);
                object-fit: contain;
                object-position: center 7px;
            }
}


@media (max-width: 585px){

            .top-leader-container{
                width: 85%;
                background-color: #FFF;
                height: auto;
                display: flex;
                flex-direction: column;
                gap: 2rem;
                padding: 0rem 4rem;
                padding-bottom: 6rem;
                margin-bottom: 6rem;
            }
            
            .top-leader-headline{
                display: flex;
                align-items: center;
                justify-content: space-between;
                border-bottom: 1px solid #dfdfdf;
                height: 7rem;
            }
            
            .top-leader-headline-tittle{
                display: flex;
                align-items: center;
                height: 100%;
                width: auto;
            }
            
            .top-leader-headline-tittle p{
            font-family: 'kanit', 'sans-serif';
            font-size: 24px;
            color: #46a5f3;
            }
            
            
            .top-leader-headline-link{
                height: 100%;
                width: auto;
                display: flex;
                flex-direction: column;
                justify-content: flex-end;
                padding-bottom: .3rem;
            }
            
            .top-leader-headline-link a{
            text-decoration: none;
            font-size: 8px;
            color: #070a64;
            padding: .1rem 1rem;
            border: 1px solid #070a64;
            border-radius: 1rem;
            transition: .3s ease;
            }
            
            .top-leader-headline-link a:hover{
                transform: scale(1.1);
            }
            
            .top-leader-wrapper{
                display:flex;
                justify-content: space-between;
                flex-wrap: wrap;
                gap: 2rem;
            }
            
            .top-leader-box{
                width: 100%;
                height: auto;
            }
            
            .top-leader-box-tittle p{
                font-size: 18px;
                font-family: 'kanit', 'sans-serif';
            }
            
            .top-leader-box-tittle{
                padding: .5rem 0;
                border-bottom: 1px solid #dfdfdf;
            }
            
            .table-top-leaders{
                width: 100%;
                padding: 0;
                margin: 0;
                font-family: 'Poppins', 'sans-serif';
            }
            
            
            
            .table-top-leaders td {
            padding: .3rem;
            padding-left: .8rem;
            
            
                
            }
            
            .table-top-leaders td p{
                font-family: 'Poppins', 'sans-serif';
                font-size: 12px;
                height: 100%;
            }
            
            .leaders-img{
                width: 2.5rem;
                height: 2.5rem;
                overflow: hidden;
                border-radius: 50%;
            
            }
            
            .leaders-img img{
                
                width: 100%;
                height: 100%;
                transform: scale(2);
                object-fit: contain;
                object-position: center 7px;
            }
}


@media (max-width: 506px){

    .top-leader-container{
        width: 85%;
        background-color: #FFF;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 2rem;
        padding: 0rem 2rem;
        padding-bottom: 6rem;
        margin-bottom: 6rem;
    }
    
    .top-leader-headline{
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #dfdfdf;
        height: 7rem;
    }
    
    .top-leader-headline-tittle{
        display: flex;
        align-items: center;
        height: 100%;
        width: auto;
    }
    
    .top-leader-headline-tittle p{
    font-family: 'kanit', 'sans-serif';
    font-size: 27px;
    color: #46a5f3;
    }
    
    
    .top-leader-headline-link{
        height: 100%;
        width: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: .3rem;
    }
    
    .top-leader-headline-link a{
    text-decoration: none;
    font-size: 8px;
    color: #070a64;
    padding: .1rem 1rem;
    border: 1px solid #070a64;
    border-radius: 1rem;
    transition: .3s ease;
    }
    
    .top-leader-headline-link a:hover{
        transform: scale(1.1);
    }
    
    .top-leader-wrapper{
        display:flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 2rem;
    }
    
    .top-leader-box{
        width: 100%;
        height: auto;
    }
    
    .top-leader-box-tittle p{
        font-size: 18px;
        font-family: 'kanit', 'sans-serif';
    }
    
    .top-leader-box-tittle{
        padding: .5rem 0;
        border-bottom: 1px solid #dfdfdf;
    }
    
    .table-top-leaders{
        width: 100%;
        padding: 0;
        margin: 0;
        font-family: 'Poppins', 'sans-serif';
    }
    
    
    
    .table-top-leaders td {
    padding: .3rem;
    padding-left: .8rem;
    
    
        
    }
    
    .table-top-leaders td p{
        font-family: 'Poppins', 'sans-serif';
        font-size: 12px;
        height: 100%;
    }
    
    .leaders-img{
        width: 2.5rem;
        height: 2.5rem;
        overflow: hidden;
        border-radius: 50%;
    
    }
    
    .leaders-img img{
        
        width: 100%;
        height: 100%;
        transform: scale(2);
        object-fit: contain;
        object-position: center 7px;
    }
}


@media (max-width: 439px){

                .top-leader-container{
                    width: 90%;
                    background-color: #FFF;
                    height: auto;
                    display: flex;
                    flex-direction: column;
                    gap: 2rem;
                    padding: 0rem 1.5rem;
                    padding-bottom: 6rem;
                    margin-bottom: 6rem;
                }
                
                .top-leader-headline{
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    border-bottom: 1px solid #dfdfdf;
                    height: 5rem;
                }
                
                .top-leader-headline-tittle{
                    display: flex;
                    align-items: center;
                    height: 100%;
                    width: auto;
                }
                
                .top-leader-headline-tittle p{
                font-family: 'kanit', 'sans-serif';
                font-size: 24px;
                color: #46a5f3;
                }
                
                
                .top-leader-headline-link{
                    height: 100%;
                    width: auto;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-end;
                    padding-bottom: .3rem;
                }
                
                .top-leader-headline-link a{
                text-decoration: none;
                font-size: 8px;
                color: #070a64;
                padding: .1rem .5rem;
                border: 1px solid #070a64;
                border-radius: 1rem;
                transition: .3s ease;
                }
                
                .top-leader-headline-link a:hover{
                    transform: scale(1.1);
                }
                
                .top-leader-wrapper{
                    display:flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                    gap: 2rem;
                }
                
                .top-leader-box{
                    width: 100%;
                    height: auto;
                }
                
                .top-leader-box-tittle p{
                    font-size: 14px;
                    font-family: 'kanit', 'sans-serif';
                }
                
                .top-leader-box-tittle{
                    padding: .5rem 0;
                    border-bottom: 1px solid #dfdfdf;
                }
                
                .table-top-leaders{
                    width: 100%;
                    padding: 0;
                    margin: 0;
                    font-family: 'Poppins', 'sans-serif';
                }
                
                
                
                .table-top-leaders td {
                padding: .3rem;
                padding-left: .8rem;
                
                
                    
                }
                
                .table-top-leaders td p{
                    font-family: 'Poppins', 'sans-serif';
                    font-size: 9px;
                    height: 100%;
                }
                
                .leaders-img{
                    width: 2rem;
                    height: 2rem;
                    overflow: hidden;
                    border-radius: 50%;
                
                }
                
                .leaders-img img{
                    
                    width: 100%;
                    height: 100%;
                    transform: scale(2);
                    object-fit: contain;
                    object-position: center 7px;
                }
}


@media (max-width: 339px){

                .top-leader-container{
                    width: 90%;
                    background-color: #FFF;
                    height: auto;
                    display: flex;
                    flex-direction: column;
                    gap: 2rem;
                    padding: 0rem 1rem;
                    padding-bottom: 6rem;
                    margin-bottom: 6rem;
                }
                
                .top-leader-headline{
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    border-bottom: 1px solid #dfdfdf;
                    height: 5rem;
                }
                
                .top-leader-headline-tittle{
                    display: flex;
                    align-items: center;
                    height: 100%;
                    width: auto;
                }
                
                .top-leader-headline-tittle p{
                font-family: 'kanit', 'sans-serif';
                font-size: 24px;
                color: #46a5f3;
                }
                
                
                .top-leader-headline-link{
                    height: 100%;
                    width: auto;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-end;
                    padding-bottom: .3rem;
                }
                
                .top-leader-headline-link a{
                text-decoration: none;
                font-size: 5px;
                color: #070a64;
                padding: .1rem .5rem;
                border: 1px solid #070a64;
                border-radius: 1rem;
                transition: .3s ease;
                }
                
                .top-leader-headline-link a:hover{
                    transform: scale(1.1);
                }
                
                .top-leader-wrapper{
                    display:flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                    gap: 2rem;
                }
                
                .top-leader-box{
                    width: 100%;
                    height: auto;
                }
                
                .top-leader-box-tittle p{
                    font-size: 16px;
                    font-family: 'kanit', 'sans-serif';
                }
                
                .top-leader-box-tittle{
                    padding: .5rem 0;
                    border-bottom: 1px solid #dfdfdf;
                }
                
                .table-top-leaders{
                    width: 100%;
                    padding: 0;
                    margin: 0;
                    font-family: 'Poppins', 'sans-serif';
                }
                
                
                
                .table-top-leaders td {
                padding: .3rem;
                padding-left: .8rem;
                
                
                    
                }
                
                .table-top-leaders td p{
                    font-family: 'Poppins', 'sans-serif';
                    font-size: 11px;
                    height: 100%;
                }
                
                .leaders-img{
                    width: 1.8rem;
                    height: 1.8rem;
                    overflow: hidden;
                    border-radius: 50%;
                
                }
                
                .leaders-img img{
                    
                    width: 100%;
                    height: 100%;
                    transform: scale(2);
                    object-fit: contain;
                    object-position: center 7px;
                }
}

.playoffs-sec{
    width: 100%;
    height: auto;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    padding-top: 8rem;
    padding-bottom: 5rem;
}

.playoffs-container{
    width: 85%;
    height: auto;
    background-color: #dfdfdf;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.playoffs-header{
    width: 100%;
    height: auto;
    background-color: #4796e0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    gap: 1rem;
}

.ks-logo{
    height: 5rem;
}
.ks-logo img{
    height: 100%;
}

.playoffs-line{
    display: flex;
    flex-direction: column;
    line-height: 2.5rem;
}

.playoffs-line p{
    font-size: 42px;
    font-family: 'kanit', 'sans-serif';
    color: #FFF;
    font-weight: 800;
    font-style: italic;
}

.playoffs-line i{
    font-size: 32px;
    font-family: 'kanit', 'sans-serif';
    color: #FFF;
    font-style: italic;
}

.playoffs-inner-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 6rem 0;
}

.playoffs-inner-container.hide {
	opacity: 0;
	visibility: hidden;
	position: absolute; 
	pointer-events: none; 
	transition: 0s;
  }
  
  .playoffs-inner-container.show {
	opacity: 1;
	visibility: visible;
	position: relative;
	pointer-events: all;
	transition: .5s;
  }

.piala {
    width: 5rem;
}
.piala img{
    width: 100%;
}

.playoffs-box{
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);

}

.playoffs-collumn{
    display: flex;
    gap: 2rem;
    height: 4rem;
    width: 24rem;
    background-color: #FFF;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding-left: 1rem;
}

.playoffs-clubname{
    flex-grow: 1;
}

.playoffs-clubname p{
    
    font-size: 20px;
    font-weight: bold;
    font-family: "Gantari", sans-serif;
}


.playoffs-logo{
    width: 4rem;
}

.playoffs-logo img{
    width: 100%;
    padding: 1px 5px;
}

.playoffs-points{
    padding-right: 1.5rem;
}

.playoffs-points p{
    font-size: 20px;
    font-weight: bold;
    font-family: "Gantari", sans-serif;
}

.line-1{
    height: 3rem;
    width: 1px;
    background-color: #000;
}
.line-2{
    height: 5rem;
    width: 50%;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #000;
}

.playoffs-semi-fin{
    width: 100%;
    display: flex;
}

.semi-fin-box{
    width: 50%;
    display: flex;
    justify-content: center;
}

.sponsor-playoffs{
    background-color: #f7f7f7;
    height: 10rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sponsor-photo{
    height: 70%;
}

.sponsor-photo img{
    height: 100%;
}

@media(max-width: 1139px){
    
    
    .playoffs-collumn{
        display: flex;
        gap: 2rem;
        height: 4rem;
        width: 20rem;
        background-color: #FFF;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        padding-left: 1rem;
    }
    
    .playoffs-clubname{
        flex-grow: 1;
    }
    
    .playoffs-clubname p{
        
        font-size: 14px;
        font-weight: bold;
        font-family: "Gantari", sans-serif;
    }
    
    
    .playoffs-logo{
        width: 4rem;
        
    }
    
    .playoffs-logo img{
        width: 100%;
        padding: 1px 5px;
    }
    
    .playoffs-points{
        padding-right: 1.5rem;
    }
    
    .playoffs-points p{
        font-size: 14px;
        font-weight: bold;
        font-family: "Gantari", sans-serif;
    }
    
    .line-1{
        height: 3rem;
        width: 1px;
        background-color: #000;
    }
    .line-2{
        height: 5rem;
        width: 50%;
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #000;
    }
    
    .playoffs-semi-fin{
        width: 100%;
        display: flex;
    }
    
    .semi-fin-box{
        width: 50%;
        display: flex;
        justify-content: center;
    }
    
    .sponsor-playoffs{
        background-color: #f7f7f7;
        height: 10rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .sponsor-photo{
        height: 70%;
    }
    
    .sponsor-photo img{
        height: 100%;
    }
}


@media(max-width: 818px){
    
    
    .playoffs-collumn{
        display: flex;
        gap: 2rem;
        height: 4rem;
        width: 18rem;
        background-color: #FFF;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        padding-left: 1rem;
    }
    
    .playoffs-clubname{
        flex-grow: 1;
    }
    
    .playoffs-clubname p{
        
        font-size: 11px;
        font-weight: bold;
        font-family: "Gantari", sans-serif;
    }
    
    
    .playoffs-logo{
        width: 4rem;
        
    }
    
    .playoffs-logo img{
        width: 100%;
        padding: 1px 5px;
    }
    
    .playoffs-points{
        padding-right: 1.5rem;
    }
    
    .playoffs-points p{
        font-size: 11px;
        font-weight: bold;
        font-family: "Gantari", sans-serif;
    }
    
    .line-1{
        height: 3rem;
        width: 1px;
        background-color: #000;
    }
    .line-2{
        height: 5rem;
        width: 50%;
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #000;
    }
    
    .playoffs-semi-fin{
        width: 100%;
        display: flex;
    }
    
    .semi-fin-box{
        width: 50%;
        display: flex;
        justify-content: center;
    }
    
    .sponsor-playoffs{
        background-color: #f7f7f7;
        height: 10rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .sponsor-photo{
        height: 70%;
    }
    
    .sponsor-photo img{
        height: 100%;
    }
}


@media(max-width: 737px){
    
    
    .playoffs-collumn{
        display: flex;
        gap: 2rem;
        height: 4rem;
        width: 12rem;
        background-color: #FFF;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        padding-left: 1rem;
    }
    
    .playoffs-clubname{
        display: none;
        flex-grow: 1;
    }
    
    .playoffs-clubname p{
        
        font-size: 11px;
        font-weight: bold;
        font-family: "Gantari", sans-serif;
    }
    
    
    .playoffs-logo{
        width: 4rem;
        
    }
    
    .playoffs-logo img{
        width: 100%;
        padding: 1px 5px;
    }
    
    .playoffs-points{
        padding-right: 1.5rem;
    }
    
    .playoffs-points p{
        font-size: 18px;
        font-weight: bold;
        font-family: "Gantari", sans-serif;
    }
    
    .line-1{
        height: 3rem;
        width: 1px;
        background-color: #000;
    }
    .line-2{
        height: 5rem;
        width: 50%;
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #000;
    }
    
    .playoffs-semi-fin{
        width: 100%;
        display: flex;
    }
    
    .semi-fin-box{
        width: 50%;
        display: flex;
        justify-content: center;
    }
    
    .sponsor-playoffs{
        background-color: #f7f7f7;
        height: 10rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .sponsor-photo{
        height: 70%;
    }
    
    .sponsor-photo img{
        height: 100%;
    }
}


@media(max-width: 543px){
    
    
    .playoffs-collumn{
        display: flex;
        gap: 2rem;
        height: 4rem;
        width: 10rem;
        background-color: #FFF;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        padding-left: 1rem;
    }
    
    .playoffs-clubname{
        display: none;
        flex-grow: 1;
    }
    
    .playoffs-clubname p{
        
        font-size: 11px;
        font-weight: bold;
        font-family: "Gantari", sans-serif;
    }
    
    
    .playoffs-logo{
        width: 4rem;
        
    }
    
    .playoffs-logo img{
        width: 100%;
        padding: 1px 5px;
    }
    
    .playoffs-points{
        padding-right: 1.5rem;
    }
    
    .playoffs-points p{
        font-size: 18px;
        font-weight: bold;
        font-family: "Gantari", sans-serif;
    }
    
    .line-1{
        height: 3rem;
        width: 1px;
        background-color: #000;
    }
    .line-2{
        height: 5rem;
        width: 50%;
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #000;
    }
    
    .playoffs-semi-fin{
        width: 100%;
        display: flex;
    }
    
    .semi-fin-box{
        width: 50%;
        display: flex;
        justify-content: center;
    }
    
    .sponsor-playoffs{
        background-color: #f7f7f7;
        height: 10rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .sponsor-photo{
        height: 70%;
    }
    
    .sponsor-photo img{
        height: 100%;
    }
}


@media(max-width: 468px){

    .playoffs-sec{
        width: 100%;
        height: auto;
        background-color: #FFF;
        display: flex;
        justify-content: center;
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    
    .playoffs-container{
        width: 85%;
        height: auto;
        background-color: #dfdfdf;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    }
    
    .playoffs-header{
        width: 100%;
        height: auto;
        background-color: #4796e0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem 0;
        gap: 1rem;
    }
    
    .ks-logo{
        height: 4rem;
    }
    .ks-logo img{
        height: 100%;
    }
    
    .playoffs-line{
        display: flex;
        flex-direction: column;
        line-height: 2rem;
    }
    
    .playoffs-line p{
        font-size: 36px;
        font-family: 'kanit', 'sans-serif';
        color: #FFF;
        font-weight: 800;
        font-style: italic;
    }
    
    .playoffs-line i{
        font-size: 24px;
        font-family: 'kanit', 'sans-serif';
        color: #FFF;
        font-style: italic;
    }
    
    .playoffs-inner-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 6rem 0;
    }
    
    .piala {
        width: 4rem;
    }
    .piala img{
        width: 100%;
    }
    
    .playoffs-box{
        display: flex;
        flex-direction: column;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
    
    }
    
    
    .playoffs-collumn{
        display: flex;
        gap: 1rem;
        height: 4rem;
        width: 8rem;
        background-color: #FFF;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        padding-left: .5rem;
    }
    
    .playoffs-clubname{
        display: none;
        flex-grow: 1;
    }
    
    .playoffs-clubname p{
        
        font-size: 11px;
        font-weight: bold;
        font-family: "Gantari", sans-serif;
    }
    
    
    .playoffs-logo{
        width: 4rem;
        
    }
    
    .playoffs-logo img{
        width: 100%;
        padding: 1px 5px;
    }
    
    .playoffs-points{
        padding-right: 1.5rem;
    }
    
    .playoffs-points p{
        font-size: 16px;
        font-weight: bold;
        font-family: "Gantari", sans-serif;
    }
    
    .line-1{
        height: 3rem;
        width: 1px;
        background-color: #000;
    }
    .line-2{
        height: 5rem;
        width: 50%;
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #000;
    }
    
    .playoffs-semi-fin{
        width: 100%;
        display: flex;
    }
    
    .semi-fin-box{
        width: 50%;
        display: flex;
        justify-content: center;
    }
    
    .sponsor-playoffs{
        background-color: #f7f7f7;
        height: 10rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .sponsor-photo{
        height: 50%;
    }
    
    .sponsor-photo img{
        height: 100%;
    }
}

@media(max-width: 338px){

    .playoffs-sec{
        width: 100%;
        height: auto;
        background-color: #FFF;
        display: flex;
        justify-content: center;
        padding-top: 8rem;
        padding-bottom: 5rem;
    }
    
    .playoffs-container{
        width: 85%;
        height: auto;
        background-color: #dfdfdf;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    }
    
    .playoffs-header{
        width: 100%;
        height: auto;
        background-color: #4796e0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1rem 0;
        gap: 1rem;
    }
    
    .ks-logo{
        height: 3.5rem;
    }
    .ks-logo img{
        height: 100%;
    }
    
    .playoffs-line{
        display: flex;
        flex-direction: column;
        line-height: 1.5rem;
    }
    
    .playoffs-line p{
        font-size: 24px;
        font-family: 'kanit', 'sans-serif';
        color: #FFF;
        font-weight: 800;
        font-style: italic;
    }
    
    .playoffs-line i{
        font-size: 18px;
        font-family: 'kanit', 'sans-serif';
        color: #FFF;
        font-style: italic;
    }
    
    .playoffs-inner-container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 3rem 0;
    }
    
    .piala {
        width: 4rem;
    }
    .piala img{
        width: 100%;
    }
    
    .playoffs-box{
        display: flex;
        flex-direction: column;
        box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
    
    }
    
    
    .playoffs-collumn{
        display: flex;
        gap: 1rem;
        height: 4rem;
        width: 6rem;
        background-color: #FFF;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        padding-left: .5rem;
    }
    
    .playoffs-clubname{
        display: none;
        flex-grow: 1;
    }
    
    .playoffs-clubname p{
        
        font-size: 11px;
        font-weight: bold;
        font-family: "Gantari", sans-serif;
    }
    
    
    .playoffs-logo{
        width: 3rem;
        
    }
    
    .playoffs-logo img{
        width: 100%;
        padding: 1px 2px;
    }
    
    .playoffs-points{
        padding-right: 1rem;
    }
    
    .playoffs-points p{
        font-size: 14px;
        font-weight: bold;
        font-family: "Gantari", sans-serif;
    }
    
    .line-1{
        height: 3rem;
        width: 1px;
        background-color: #000;
    }
    .line-2{
        height: 5rem;
        width: 50%;
        border-width: 1px 1px 0 1px;
        border-style: solid;
        border-color: #000;
    }
    
    .playoffs-semi-fin{
        width: 100%;
        display: flex;
    }
    
    .semi-fin-box{
        width: 50%;
        display: flex;
        justify-content: center;
    }
    
    .sponsor-playoffs{
        background-color: #f7f7f7;
        height: 10rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .sponsor-photo{
        height: 40%;
    }
    
    .sponsor-photo img{
        height: 100%;
    }
}