#home-balance > .A .vc-balance {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}

#home-balance .vc-note {
    font-size: 12px;
}

body {
    font-size: 12px;
}

#home-balance > .A .btns {
    width: 190px;
}
#home-balance > .A .btns .btn { min-width:180px; background-position:top right!important }

#footer a img {
    width: 38px;
}

.livetx-wrapper {
    margin-bottom: 10px;
}

#home-game .site-tabs .site-tab {
    max-width: 500px;
}

#gameList .games .game .btn {
    border-radius: 0;
    background-color: transparent;
}

#gameList .games .game .btn img {
    width: 100%;
}

#popupgamewindow {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    opacity: 0;
    /* -webkit-transition: opacity .3s; */
}

#home-bonus img {
    width: 100% !important;
    height: auto !important;
}

.next {
    background: linear-gradient(to bottom,#b5e0a6,#426a34);
    color: white;
}

.danger {
    background-color: #a4161c;
}

.badge {
    border-radius: 100%;
    padding: 0;
}

#header .link img { height:48px }

#splide02 .splide__pagination {
    display: none;
}

#gameList .games .game .image img {
    width: 100%;
}

#gameList .games .game .image {
    padding-top: 0px;
}

#home-game .splide__arrow--prev {
    left: 0px;
    margin-top: 0px;
}

#home-game .splide__arrow--next {
    right: 0px;
    margin-top: 0px;
}

#home-refer .wrapper.bg {
    background-size: 100% 100%;
    background-color: transparent;
    padding: 12px 7px 12px 12px;
}

#home-refer .wrapper {
    overflow: hidden;
    background: #FFECB3;
    padding: 10px 5px 10px 10px;
    color: #000;
    margin-top: 15px;
    border-radius: 8px;
    height: auto;
}

#home-refer .btn {
    background-size: contain !important;
}

#home-refer-share {
    overflow: hidden;
    padding: 15px;
    background: #000;
    width: 300px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid #ffc107;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    #home-refer-share .method img {
        float: left;
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    #home-refer-share .method {
        overflow: hidden;
        line-height: 40px;
        padding: 5px 0;
    }

.vc-withdraw, .vc-deposit, .vc-refresh {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.pinfo .link {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(2,100%);
}

.pinfo .link img {
    width: 100%; padding:8px
}

@media only screen and (max-width:850px) {
    #referral_button {
        bottom: -43px !important;
    }
}