/*sparkley logo effect start*/



.sparkley {
    /*color: white;*/
    /*border: none;*/
    font-weight: normal;
    transition: all 0.25s ease;
}

    .sparkley:hover {
        /*color: rgba(255, 255, 255, 0.2);*/
    }


    .sparkley .bgsilvergradient {
        color: white;
        border: none;
        font-weight: normal;
        transition: all 0.25s ease;
    }

        .sparkley .bgsilvergradient:hover {
            color: rgba(255, 255, 255, 0.2);
        }


#rewardstable.table {
    width: 80%;
    margin-bottom: 1rem;
    color: #212529;
     text-align: center; 
    margin: 0 auto;
    border: 1px solid #d3d3d3;
}

/*.masklogo {
    margin: -10px auto;
}*/
.masklogoAU {
    /* z-index: 99; */
    margin: 9px auto;
    max-width: 190px;
    position: relative;
}

.sparkley .sparkly img {
    bottom: 0;
    position: relative;
}


.sparkley .img {
    max-width: 250px;
}

.img {
    margin: 0 auto;
    display: block;
}

    .img img {
    }


/*sparkley effect end*/
