.pf-update-btn, .button-red {
    background: #ff332c !important;
}

    .pf-update-btn:hover, .button-grey:hover {
        background: #67696d !important;
    }

.bln-in {
    background: #fd2d3d !important;
}

.bln-out {
    background: #48dd30 !important;
}

/*Index*/
#freezescreen {
    z-index: 9999;
}

.mg-reward-prize-amount {
    color: #fff;
}
.mg-reward-win-credit-content {
    text-align: center;
    z-index: 9999;
    position: relative;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
}

/*Product*/
.product_listing img {
    border-radius: 5px;
}

/*Download*/
.promo-modal-content {
    max-height: 600px;
}


@media (max-width: 600px) {
    .wheel_product.wheel-wrap {
        height: unset;
        width: unset;
        margin: 0px auto;
        min-height: 255px;
    }

    .wheel_product_inner {
        width: 400px;
        height: 400px;
    }

    .wheel-wrap .wheel_product_arrow {
        bottom: 180px;
    }

    .wheel-wrap .wheel_product_frame {
        width: auto;
        position: relative;
        bottom: initial;
    }

    #fortune-wheel-canvas {
        top: -93px !important;
        left: -123px !important;
        height: 646px !important;
        width: 646px !important;
    }
}
