﻿
body {
    background-color: #333333;
}

body, html {
    height: 100%;
    margin: 0;
}

.light-beam {
    position: relative;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

    .light-beam::before {
        content: "";
        position: absolute;
        width: 500px;
        height: 1000px;
        background: radial-gradient( ellipse 250px 500px at 44% 33%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 40%, #0B030F 72%, transparent 70% );
        filter: blur(30px);
        mix-blend-mode: plus-lighter;
        transform: translateX(-55%) translateY(-10%) rotate(22.77deg);
        pointer-events: none;
    }

.light-beam-small {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
}

    .light-beam-small::before {
        content: "";
        position: absolute;
        width: 500px;
        height: 500px;
        background: radial-gradient( ellipse 250px 250px at 50% 33%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 40%, #0B030F 72%, transparent 70% );
        filter: blur(30px);
        mix-blend-mode: plus-lighter;
        transform: translateX(-50%) translateY(-27%) scaleY(0.45);
        pointer-events: none;
    }

@media screen and (max-width: 768px) {

    .phoneAndCoinsImageHolder {
        margin-top: -55px;
    }

    .phoneAndCoinsImage {
        max-width: 380px;
    }
}

@media screen and (min-width: 768px) {

    .phoneAndCoinsImageHolder {
        margin-top: -77px;
    }

    .phoneAndCoinsImage {
        max-width: 550px;
    }
}

@media screen and (max-width: 1174px) {

    .phoneAndCoinsImageHolderDesktop {
        margin-top: -177px;
        margin-left: -111px
    }

    .phoneAndCoinsImageDesktop {
        max-width: 700px;
    }
}

@media screen and (min-width: 1174px) {

    .phoneAndCoinsImageHolderDesktop {
        margin-top: -177px;
        margin-left: -111px
    }

    .phoneAndCoinsImageDesktop {
        max-width: 800px;
    }
}

@media screen and (min-width: 768px) {
    .barNoBackButton {
        padding: 0px 33px;
    }
}

@media screen and (max-width: 768px) {
    .notification-dot-and-back-button {
        width: 8px;
        height: 8px;
        background-color: #22c55e;
        border-radius: 50%;
        transform: translate(70%, -90%);
        position: absolute;
        top: 33px;
        right: 38px;
    }
}

@media screen and (min-width: 768px) {
    .notification-dot-and-back-button {
        width: 8px;
        height: 8px;
        background-color: #22c55e;
        border-radius: 50%;
        transform: translate(70%, -90%);
        position: absolute;
        top: 33px;
        right: 38px;
    }
}

@media screen and (max-width: 768px) {
    .notification-dot-and-no-back-button {
        width: 8px;
        height: 8px;
        background-color: #22c55e;
        border-radius: 50%;
        transform: translate(70%, -90%);
        position: absolute;
        top: 33px;
        right: 42px;
    }
}

@media screen and (min-width: 768px) {
    .notification-dot-and-no-back-button {
        width: 8px;
        height: 8px;
        background-color: #22c55e;
        border-radius: 50%;
        transform: translate(70%, -90%);
        position: absolute;
        top: 33px;
        right: 58px;
    }
}

/*                    */
/* LOGIN PAGE STYLING */
/*                    */

.splashCard {
    background: black;
    display: grid;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.splashBottomSVG {
    position: absolute;
    bottom: 0;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%);
}

.loginCard {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 400px;
    height: 100%;
    background: #F5F0F7;
    color: white;
    flex: content;
    justify-content: center;
    text-align: left;
    overflow: hidden;
    padding: 17px 22px 0px 17px;
}

/*                   */
/* NAV BARS STYLING */
/*                   */

.overlayGradient {
    background-image: linear-gradient( to bottom, rgba(11, 3, 15, 1) 70%, /* Solid at top */
    rgba(11, 3, 15, 0.7) 85%, /* Start fading */
    rgba(11, 3, 15, 0) 100% /* Fully transparent at bottom */
    );
}

.topBarHolder {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 116px;
    background-color: #111111;
}

.topBar {
    height: 122px;
    width: 100%;
    max-width: 400px;
    background-color: #111111;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 17px 27px 17px;
    position: absolute;
}

.bottomNavWrapper {
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 88px; /* Navbar height (55px) + spacing (33px) */
    z-index: 1100;
    background: rgb(255 255 255 / 0%);
    display: flex;
    justify-content: center;
}

.gradientBackground {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 77px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    pointer-events: none;
}

.bottomNavBar {
    position: absolute;
    bottom: 33px;
    width: 100%;
    height: 55px;
    z-index: 1100; /* Ensure it's higher than sidebar */
    display: flex;
    justify-content: center;
    max-width: 500px;
}

.roundedRectangle {
    background-color: rgba(30, 30, 30, 1);
    box-shadow: 0px -10px 30px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 55px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 33px;
    padding-right: 33px;
}

.backBar {
    height: 122px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 17px 27px 17px;
    position: absolute;
    top: -126px;
    background-color: #0B030F;
    align-items: flex-end;
    width: 100vw;
}


.side-menu {
    position: fixed;
    top: 88px;
    left: 50%;
    margin-left: 0px;
    transform: translate(-50%, 100%); /* Slide from bottom + center horizontally */
    width: 300px;
    height: calc(100% - 88px);
    background-color: #0B030F;
    color: white;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease-in-out;
    z-index: 1000;
    overscroll-behavior: contain; /* Optional: Prevent scroll bleed */
    overflow-y: auto; /* Enable internal scrolling */
    padding: 17px 0px 0px 0px;
    visibility: hidden;
}

    .side-menu.open {
        transform: translate(-50%, 0); /* Slide up into view */
        visibility: visible;
    }


.side-menu-overlay {
    position: fixed;
    top: 88px; /* Same as sidebar */
    left: 0;
    width: 100%;
    height: calc(100% - 88px);
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    backdrop-filter: blur(8px); /* This blurs everything behind */
    -webkit-backdrop-filter: blur(8px); /* Safari support */
    z-index: 999; /* Just below the modal */
    transition: opacity 0.1s ease-in-out;
    visibility: hidden;
}

    .side-menu-overlay.show {
        visibility: visible;
    }

.gradient-border {
    position: relative;
    background: linear-gradient(to right, #F5F0F7 0%, white 10%, white 90%, #F5F0F7 100%) top, linear-gradient(to right, #F5F0F7 0%, white 10%, white 90%, #F5F0F7 100%) bottom;
    background-repeat: no-repeat;
    background-size: 100% 1px; /* height of the gradient line */
}

.sideMenuInfo {
    background-color: #FFFFFF;
    width: fit-content;
    padding: 4px 12px;
    border-radius: 12px;
    display: flex;
}

.vaultBalanceInfo {
    background-color: #FFFFFF;
    width: fit-content;
    padding: 4px 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

/* Disables ALL scrolling when applied to <body> */
.body-no-scroll {
    /*overflow: hidden !important;*/ /* Blocks scrollbar */
    position: fixed; /* Prevents iOS Safari from scrolling */
    width: 100%;
    height: 100%;
}

/*                      */
/* GENERAL CARD STYLING */
/*                      */

.row {
    margin: 0px;
    height: fit-content;
}

.col {
    padding: 0px;
    margin: 0px;
}


@media screen and (max-width: 390px) {
    .doubleCol {
        min-width: 250px;
    }
}


@media screen and (min-width: 390px) and (max-width: 800px) {
    .doubleCol {
        min-width: 350px;
        margin-left: 50px;
        margin-right: 50px;
    }
}


@media screen and (min-width: 800px) and (max-width: 1000px) {
    .doubleCol {
        min-width: 350px;
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media screen and (min-width: 1000px) {
    .doubleCol {
        max-width: 350px;
    }
}

.cardHeader {
    margin: 0px 20px 0px 20px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.cardBody {
    margin: 0px 11px 14px 11px;
    height: 100%;
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.quarterCard {
    margin: auto;
    max-width: 20%;
    overflow: visible;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25) !important;
}

.thirdCard {
    height: 104px;
    width: 104px;
    overflow: visible;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px #00000026 !important;
}

.halfCardHolder {
    width: 100%;
    height: fit-content;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 17px;
    padding-bottom: 111px;
    overflow: visible; /* Allow content to extend beyond bounds */
    position: relative; /* Establishes a stacking context */
}

.haloEffect {
    position: absolute;
    width: 113px;
    height: 213px;
    top: 168px;
    left: 75px;
    background: #ffffff1a;
    backdrop-filter: blur(60px);
    mix-blend-mode: plus-lighter;
    transform: rotate(90deg);
    transform-origin: center;
    pointer-events: none;
    border-radius: 0; /* Adjust if Figma has rounded corners */
}

.bigBuyVoucherCardBlack {
    height: 87px;
    width: 160px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-blend-mode: luminosity;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(34, 34, 34, 0.15) 100%);
}

.bigBuyVoucherCardWhite {
    height: 87px;
    width: 160px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
}

.smallBuyVoucherCardBlack {
    height: 40px;
    width: 73px;
    border-radius: 8px;
    padding: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-blend-mode: luminosity;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(34, 34, 34, 0.15) 100%);
}

.smallBuyVoucherCardWhite {
    height: 40px;
    width: 73px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
}

.halfCard {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: 170px;
    width: 170px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 5px 10px 0px #00000026 !important;
}

.imageContainer {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: inherit; /* Match compImgBox's border-radius */
}

.tile-image {
    height: 100%;
    width: 100%;
    object-fit: cover; /* This will cover the container while maintaining aspect ratio */
    border-radius: 12px;
}

.top-image {
    height: 100%;
    object-fit: cover; /* This will cover the container while maintaining aspect ratio */
}

.fullCard {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: inherit;
    margin: auto;
    width: 80%;
    overflow: visible;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25) !important;
    margin-bottom: 33px;
}

.mobileCardSizer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow:hidden;
    padding: 0px 17px;

}

.cardHolder {
    display: flex;
    flex: 1;
    justify-content: center;
    align-content: flex-start;
    margin: auto;
    flex-wrap: wrap;
    top: 88px;
    background: #0B030F;
    padding-bottom: 111px;
    padding-top: 22px;
    margin-top: 84px;
    max-width: 400px;
    width: 100%;
}

.titleRowFullCard {
    height: fit-content;
    padding-bottom: 20px;
    width: 80%;
}

@media screen and (max-width: 700px) {
    .titleRowFullCard {
        justify-content: center;
        padding-left: 55px;
    }
}

@media screen and (min-width: 700px) {
    .titleRowFullCard {
        justify-content: initial;
        padding-left: 0px;
    }
}

.titleRowHalfCard {
    height: fit-content;
    padding-bottom: 20px;
}

@media screen and (max-width: 390px) {
    .titleRowHalfCard {
        width: 55%;
    }
}

@media screen and (min-width: 390px) and (max-width: 1050px) {
    .titleRowHalfCard {
        width: 55%;
    }
}

@media screen and (min-width: 1050px) and (max-width: 1500px) {
    .titleRowHalfCard {
        width: 55%;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1844px) {
    .titleRowHalfCard {
        width: 42%;
    }
}


@media screen and (min-width: 1844px) {
    .titleRowHalfCard {
        width: 80%;
    }
}

.innerCardHolder {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: end;
}

.innerCard {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: inherit;
    margin: auto;
    width: fit-content;
}

.innerFullCard {
    padding: 20px;
    height: fit-content;
    width: 100%;
}


.innerHalfCard {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: inherit;
    max-width: 80%;
}

    .innerHalfCard h5 {
        color: black;
        margin-bottom: 8px;
    }

.doubleColInnerFullCard {
    width: 100%;
    height: inherit;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 14px;
}

.elementOverFlow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 11px;
}

.cardFooter {
    padding: .5rem 1rem;
    display: grid;
    justify-content: stretch;
    gap: 11px;
}

.alert {
    z-index: 11;
    position: absolute;
    top: 99px;
    right: 33px;
    border-radius: 10px;
    border: 0px;
}

.halfCardAlert {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    height: auto;
    margin: 0px 0px 33px 0px;
    min-width: 222px;
    max-width: 80%;
    overflow: visible;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25) !important;
}

.alertSuccess {
    background-color: #60e66e73;
    border-radius: 10px;
    padding: 7px;
}

.alertDanger {
    background-color: #84202985;
    border-radius: 10px;
    padding: 7px;
}

.alertWarning {
    background-color: #ffc107cc;
    border-radius: 10px;
    padding: 7px;
}

.emptySpinner {
    margin: 0px;
    margin-top: -11px;
    padding: 0px;
    height: 55px;
    width: 65px;
}

.progressImage {
    margin-top: -11px;
}

.homeBox {
    background: linear-gradient(180deg, rgba(34, 34, 34, 1) 0%, rgba(115, 115, 115, 1) 100%);
    color: white;
}

.halfCard.homeBox {
    width: 174px; /* Default square size */
    height: 174px;
}

    .halfCard.homeBox.wideTile {
        width: 357px; /* Rectangle size */
        height: 174px;
    }

@media screen and (max-width: 375px) {
    .halfCard.homeBox {
        width: 44%; /* Default square size */
        /*        height: 122px;
*/
    }

        .halfCard.homeBox.wideTile {
            width: 88%; /* Rectangle size */
            height: 122px;
        }
}

.compBox {
    width: 104px;
    height: 133px;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    box-shadow: 0px 5px 10px 0px #00000026 !important;
    justify-content: space-around;
    user-select: none;
    -webkit-user-select: none;
}

.compImgBox {
    height: 96px;
    width: 96px;
    background: linear-gradient(180deg, rgba(34, 34, 34, 1) 0%, rgba(115, 115, 115, 1) 100%);
    border-radius: 12px;
}

.compImgBoxSpin {
    height: 77px;
    width: 77px;
    background: linear-gradient(180deg, rgba(34, 34, 34, 1) 0%, rgba(115, 115, 115, 1) 100%);
    border-radius: 12px;
}

.leaderImgBanner {
    height: 110px;
    width: 100%;
    background: linear-gradient(180deg, rgba(34, 34, 34, 1) 0%, rgba(115, 115, 115, 1) 100%);
    border-radius: 12px;
}

.compTextBox {
    height: fit-content;
    width: fit-content;
    display: flex;
    justify-content: center;
    padding-bottom: 4px;
}

.closedCompText {
    background: #00000099;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    text-align: center;
    align-content: center;
    position: relative;
    top: -95px;
}

.usedVoucherText {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    position: relative;
    top: -40px;
    background-blend-mode: luminosity;
    background: linear-gradient(180deg, #FFFFFF 0%, #222222 100%);
    background: #000000B2;
}

.innerCardHolder img {
    max-width: 100%;
    max-height: 100px; /* Adjust as needed */
    margin-top: 10px;
}

.warningBox {
    background: #FF3232;
    color: white;
    display: flex;
    justify-content: space-between;
    text-align: left;
    height: fit-content;
    width: 100%;
    overflow: visible;
    border-radius: 16px;
    padding: 8px 8px 8px 12px;
    margin: 0px 22px;
}

.voucherCard {
    display: flex;
    justify-content: center;
    height: 99px;
    width: 100%;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25) !important;
    padding: 11px 0px 0px 0px;
}

.plinkoCard {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25) !important;
    padding: 7px;
}

.tableCard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25) !important;
    padding: 7px;
}

.normalCard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25) !important;
    padding: 7px;
}

.balanceCard {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25) !important;
    padding: 22px 22px 11px 22px;
}

.lottoCard {
    display: grid;
    height: fit-content;
    width: 100%;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25) !important;
    padding: 11px;
}

.lottoCircle {
    height: 33px;
    width: 33px;
    border-radius: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11px;
}

.greenViewCircle {
    position: relative;
    top: -44px;
    left: -14px;
}

.greenViewCircleHidden {
    position: relative;
    top: -44px;
    left: -14px;
    z-index: -111;
}

.css-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1); /* Matches your stroke-opacity="0.1" white */
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

/*Full width styling*/
.titleRowFullCard {
    width: 90%;
}


.fullCard {
    width: 90%;
}


#ottSidebar {
    transform: none;
    visibility: visible;
}

.modal-backdrop {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: unset;
    background-color: transparent;
}

.afterSvgsLogin {
    margin-top: -67px;
}


.titleRowHalfCard {
    padding-left: 50px;
}

.titleRowFullCard {
    padding-left: 56px;
}

.row.footertsandcs > div {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #999;
    width: 50%;
    margin-top: 100px;
    padding: 0 !important;
}

.row.footertsandcs {
    padding-bottom: 30px;
}

@media screen and (max-width: 700px) {

    #ottSidebar {
        visibility: hidden;
    }

    .cardHolder {
        width: 100%;
        padding-left: unset;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /* Styles for portrait tablets */

    #ottSidebar {
        transform: none;
        visibility: visible;
        width: 20%;
    }
}


@media (min-width: 1030px) and (max-width: 1366px) {
    /* Styles for portrait tablets */

    #ottSidebar {
        transform: none;
        visibility: visible;
        width: 20%;
    }
}

.container-fluid {
    transition: all 0.3s ease-in-out;
}