/* FORCE BACKGROUNDS TO BE TRANSPARENT */
body.pages-index-index,
body.pages-user-user,
body.pages-start-start,
body.pages-withdraw-withdraw,
body.pages-recharge-recharge{
    background-image: none !important;
    /*background-color: transparent !important;*/
    background-color:
                radial-gradient(circle at center, rgba(0, 120, 255, 0.25), rgba(5, 20, 60, 0.2)),
                radial-gradient(circle at top, rgba(0, 80, 200, 0.2), rgba(5, 20, 60, 0.3));
}

/* VERY IMPORTANT (this one was blocking you) */
uni-page-body {
    background-image: none !important;
    background-color: transparent !important;
}

#bg-frame {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

    border: none;
    z-index: -1; /* stays behind content */
    pointer-events: none;
}