.moda-close img{
    width:25px;
}

.moda-close{
    margin: -.5rem -.5rem -.5rem auto;
    background: transparent;
    border: 0;
}

.modal h4{
    font-size:20px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 5px;
    color:#FFE26F;
}

.modal h4.buttontextrgrad{
    font-size: 18px;
}

.modal-content{
    border-radius: 9px;
    color: white;
    height: 600px;
    padding:4px;
    background: rgb(29,29,29);
    background: linear-gradient(300deg, rgba(29,29,29,1) 0%, rgba(41,45,46,1) 100%);
}

.modal-body{
    padding: 30px 100px!important;
    padding-top:0px!important;
}

.modal-body.noscroll{
    overflow-y: hidden;
}

.modal-header{
    border:0;
    display: flex;
    justify-content: flex-end;
    padding: 15px;
}

.modal-header .close{
    background: linear-gradient(270deg, rgba(251,215,101,1) 0%, rgba(239,158,63,1) 100%);;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:30px;
    border:0;
}

.modal a{
    color:#FFE26F;
}

a:hover{
    color:#c2aa6b;
}

table.leaderboard{
    margin:5px auto!important;
}

#modal-pills{
    display: inline-flex;
    margin-bottom:30px;
}

#product1, #product2{
    text-align: left;
}


#product1 h6{
    color:#FFE26F;
}

#tncbut{
    color:#FFE26F;
    text-align: center;
    cursor: pointer;
}

#vetable{
    border:1px solid rgb(251,215,101);
    background:#222121;
}

#vetable th, #vetable td{
    padding:0 30px;
    background: transparent;
}

#vetable{
    border-collapse: separate;
    border-spacing:0 15px;
    border-radius: 10px;
}

#vetable td{
    color:white;
    font-size: 16px;
    font-weight: bold;
    padding:10px 30px;
    text-align: center;
}

#vetable tbody tr{
    background:rgba(217,217,217,0.03);
}

#vetable th{
    font-size:18px;
    font-weight: bold;
    width: 50%;
    text-align: center;
}

.rp{
    background:rgba(55,64,65,0.43)!important;
    vertical-align: middle;
    text-align: center;
}

.rpcash{
    margin-right:5px;
    width:20px;
}

#vetable td:first-child, #vetable th:first-child{
    padding-left:50px;
}

#vptable{
    border:1px solid rgb(251,215,101);
    background:#222121;
}

#vptable th, #vptable td{
    padding:0 30px;
    background: transparent;
}

#vptable{
    border-collapse: separate;
    border-spacing:0 15px;
    border-radius: 10px;
}

#vptable td{
    color:white;
    font-size: 16px;
    font-weight: bold;
    padding:10px 30px;
}

#vptable tbody tr{
    background:rgba(217,217,217,0.03);
}

#vptable th{
    font-size:18px;
    font-weight: bold;
    width: 33.33%;
}

.vpdiv{
    border-radius: 10px;
    border:1px solid rgb(251,215,101);
    padding:15px 80px;
}

.prizediv{
    border-radius: 10px;
    border:1px solid rgb(251,215,101);
    padding:15px 0px;
}

.earnvp-table.addprizes th, .earnvp-table.listprizes th{
    background:transparent;
}

.earnvp-table.listprizes th{
    width: 25%!important;
    padding:15px;
    text-align: center;
}

.underd{
    font-size:14px;
    font-weight: normal;
}

.earnvp-table.addprizes td{
    padding:0 15px;
}

.listprizes{
    border-collapse: separate;
    border-spacing: 0 10px;
}

.listprizes th{
    background:transparent;
    padding:0 15px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}

.listprizes td{
    background:transparent;
    text-align: center;
    font-size: 14px;
    padding:0px;
    color:white;
    vertical-align: middle;
}

.listprizes td:first-child, .listprizes td:last-child{
    font-size:16px;
    font-weight: bold;
}

.prize-st{
    font-size: 12px;
    color: grey;
}

.bggrey-vp{
    border:2px solid #374041;
    padding: 5px 0;
    border-radius: 10px;
}

.modal.show {
    background: rgba(0, 0, 0, 0.8);
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 1000px;
        margin: 1.75rem auto;
    }
}

@media (max-width: 1080px){
    .modal-body{
        padding: 15px!important;
        padding-top:0px!important;
        overflow-x: hidden;
    }
    
    #modal-pills{
        padding:10px 5px;
        margin-bottom:20px;
    }
    
    #modal-pills button{
        font-size: 12px!important;
        max-width: 140px;
        margin: 0 5px!important;
        min-width: 140px;
    }
    
    .modal-body{
        font-size:12px;
    }
    
    .modal h4{
        font-size:18px;
    }
    
    #vetable td:first-child, #vetable th:first-child{
        padding-left:10px;
    }
    
    #vetable th{
        font-size:14px;
        vertical-align: middle;
    }
    
    #vetable td{
        font-size:12px;
        padding:10px;
    }
    
    .rpcash{
        width:20px;
    }
    
    #vetable{
        border-spacing: 0 5px;
    }
    
    .vpdiv{
        padding:10px;
    }
    
    .earnvp-table{
        border-spacing: 0 5px;
    }
    
    .earnvp-table.addprizes td, .earnvp-table.addprizes th{
        padding:5px;
    }
    
    .listprizes th{
        font-size:14px;
        padding:0 5px;
    }
    
    .underd{
        font-size: 12px;
    }
    
    .listprizes td:first-child, .listprizes td:last-child{
        font-size:12px;
    }
    
    .listprizes td{
        font-size:12px;
    }
    
    .prize-st{
        font-size:10px;
    }
    
    .listprizes .rank-cash{
        display:none;
    }
    
    .bggrey-vp{
        border:0;
    }
    
    #product1 h6{
        margin-bottom:5px;
    }
}

@media (max-width: 480px){
    .modal h4{
        font-size:16px;
    }
}

html, body {
    max-width: 100%;
/*    overflow-x: hidden!important;*/
    scroll-behavior: smooth;