.harga-wrap ul label.current, .metode-wrap ul label.current{
     background: #cbd9dc;
 }


.metode-wrap ul label.current{
    background: #cbd9dc;
}

.object-hide {
    display: none;
}
.btn-done{
    background-color: #bb00ff;
    border-color: #bb00ff6e ;
}
.btn-warning2{
    background-color: #bb00ff;
    
}
.badge1{
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

/* ----------------------------------------------------------------
	Maintenance Page Main Tenis
-----------------------------------------------------------------*/

.mt-outer-wrap{
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    text-align:center;
    padding:1em;
}

.mt-outer-wrap:before{
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}


.maintenance-page{
    height:100vh;
    width:100vw;
    background-color:white;
    color:rgb(0, 0, 0);
}

.maintenance-text-wrap{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    max-width: 500px;
    margin:0 auto;
}

.mt-logo img{
    display:block;
    margin:0 auto;
    max-width:200px;
}

.mt-img{
    max-width:350px;
    display:block;
    margin:0 auto;
    padding:2.5em 0;
}

.mt-title{
    font-weight:bold;
    font-size:24px;
}

.mt-text{
    font-weight:500;
    font-size:18px;
    padding:1em 0;
}

/*error message*/
.errormessage strong{
    font-size: var(--fsmall);
}


.moregame {
    color: #0073FF;
    text-decoration: underline;
}

/*end error message*/

body.swal2-shown{
    padding-right: 0 !important;
    overflow-y: auto !important;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown), html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){
    overflow-y: auto !important;
}


.selectbox .s-hidden{
    visibility: visible;
}

.selectbox .styledSelect{
    visibility: hidden;
}


#spinServer option div{
    overflow: scroll;
    width: 100px;
}

.error{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.error img{
    width: 100%;
    max-width: 15em;
}


.maintenance{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.maintenance img{
    width: 100%;
}



.btn-error{
    background: #2FB7CF;
    color: #FFF;
    font-size: 1.5em;
    margin-top: 1em;
    width: 100%;
    font-weight: 700;
}

.btn-error:hover{
    color: inherit;
}

/*div dropdown reedem*/

.dr-reedem{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
}

.dr-left{
    width: 59%;
}

.dr-right{
    width: 40%;

}

.dr-right .btn{
    background: var(--orange);
    color: #f0f0f0;
    font-weight: 700;
    width: 100%;
}
