:root{
    --green: #32A823;
    --red:#FF3030;
}
.coins__percentage--green{
    color: var(--green);
}
.coins__percentage--red{
    color: var(--red);
}
.counting__coins{
    border: 0.0625rem solid #F2F2F2;
    padding: 0.9375rem 0;
    border-radius: 0.3125rem;
    height: 5rem;
    cursor: grab;
}
.counting__coins::after, .counting__coins::before{
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 100%);
    height: 100%;
    width: 10%;
    z-index: 2;
    top: 0;  
}
.counting__coins::after{
    right: 0;
    transform: rotateZ(180deg);

}
.counting__coins::before{
    left: 0;
}
.coins{
    padding: 0 0.9375rem;
    border-right: 0.0625rem solid #F2F2F2;
    width: 10.3125rem;
    color: var(--blackdefault);
}
.coins__type{
    margin-bottom: 0.625rem;
    line-height: 1.3125rem;
    font-size: 1rem;
}
.coins span{
    line-height: 1.1875rem;
    font-size: 0.875rem;
}

.credits, .updated{
    color:  #999;
    font-size: 0.875rem;
}

.listagem-banner {
    margin-top: 50px !important;
}