body {
    background-image: url('../images/mobile-bg.jpg?ver01');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000;
    overflow-x: hidden;
}

.doneOverlay {
    position: relative;
}

.compOverimg {
    display: flex;
    position: absolute;
    object-fit: contain;
    object-position: top center;
    justify-content: center;
    align-items: center;
    background-color: #0b1b35ba;
    background-image: url(../images/complete-overlay.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.wonOverimg {
    display: flex;
    position: absolute;
    object-fit: contain;
    object-position: top center;
    justify-content: center;
    align-items: center;
    background-color: #0b1b35ba;
    background-image: url(../images/won-overlay.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


.worldcupBan {
    max-width: 900px;
}

.promoGraphic {
    background-image: url('../images/header-mobile.jpg');
    background-position: top center;
    background-size: cover;
    width: 100%;
    padding-top: 140%;
    overflow-x: hidden;
}

body:has(.screen01.d-none) .scroll-indicator {
    display: none;
}

/*.screen01, .screen02 {
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    z-index: 99;
}*/

.promoInfo .nav-link {
    color: #5a7cb2;
    background-color: #223c66;
}

.seeNow {
    opacity: 1 !important;
    z-index: 100 !important;
    position: relative;
}

.promoLogo {
    display: block !important;
    max-width: 600px;
    margin: 10px auto;
}

.promoInfo {
    /* background-color: #051125c2; */
    background-color: #162031b3;
    color: #e3eeff;
    padding: 20px 10px 10px;
    max-width: 750px;
    width: 97%;
    margin: 20px auto 10px;
    border-radius: 6px;
}

.promoInfo h1 {
    color: #c2a76f;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: bold;
    margin:0;
}

.promoInfo h2 {
    font-size: 22px;
    line-height: 23px;
    margin: 0;
    color: #c2a76f;
    text-transform: uppercase;
}

.promoInfo p {
    font-size: 16px;
    line-height: 20px;
    margin: 0px auto 15px;
}

.promoInfo p:last-of-type {
    margin: 0px auto 15px;
}

.promoInfo strong,
.promoInfo b {
    color: #c2a76f;
}

.promoInfo form {
    margin-bottom: 0;
}

.infoBtnWrap {
    display: flex;
    margin: 20px auto;
    max-width: 750px;
    width: 95%;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
}

.infoBtnWrap a {
    flex-grow: 1;
    text-align: center;
    padding: 10px 5px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    background-color: #c2a76f;
    color: #0b1b35 !important;
    border-radius: 10px;
}

.leaderboardInfo {
    color: #e3eeff;
    font-weight: bold;
    font-size: 18px;
    max-width: 600px;
    margin: 20px auto 20px;
    text-align: center;
}

.promoTnc ul {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #e3eeff;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    -webkit-animation: lds-ellipsis3 0.6s infinite;
    animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0);
    }
}

.spinny {
    display: block;
    color: #111111;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    background-color: #c2a76f;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
    border: 0px;
    margin: auto;
    max-width: 230px;
    width: 100%;
}


h1 {
    color: #e3eeff;
}

/*
.screen02 {
    position: relative;
    top: -30px;
}
*/

.lbIcon {
    width: 20px;
    display: inline-block;
}

#leaderboard img {
    width: 20px;
    margin-left: 5px;
    display: inline-block;
}


.lbWrap {
    position: relative;
    width: 100%;
}

.lbWrap h1 {
    color: #e3eeff;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 15px;
}

.vpArea {
    margin: 0 auto 40px;
}

.pospts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    max-width: 350px;
    width: 100%;
    background-color: #051125c2;
    border-radius: 6px;
    padding: 10px;
    color: #e3eeff;
    font-size: 16px;
    line-height: 17px;
    margin: 5px auto 20px;
    text-align: left;
    gap: 15px;
}

.yourPos,
.yourPts {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex-grow: 1;
    color: #c2a76f;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
}

.yourPos span:last-child,
.yourPts span:last-child {
    color: #e3eeff;
}

.lbBlk {
    display: flex;
    max-width: 390px;
    width: 100%;
    color: #e3eeff;
    margin: 5px auto;
    /*transition: all .3s ease-in-out;
    transform: scale(0.8);
    opacity: 0.7;*/
}

.lbInfo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    border-radius: 0 6px 6px 0px;
    background-color: #051125c2;
    width: 100%;
    /*padding: 10px;*/
}

.lbInfo .blk {
    display: flex;
    flex-direction: column;
    text-align: left;
    /*flex-grow: 1;*/
    width: 20%;
    padding: 10px;
}

.lbInfo .blk span:last-child {
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
}

/*    .lbInfo .nme, .lbInfo .prz {
        flex-grow: 2;
    }*/

.lbInfo .nme {
    /*flex-grow: 2;*/
    width: 35%;
}

.lbInfo .pts:last-child {
    /*flex-grow: 2;*/
    width: 45%;
}

.pt01 {
    color: #c2a76f;
    font-weight: bold;
    font-size: 13px;
}

.lbPrize {
    border-radius: 0 0 6px 6px;
    background-color: rgba(51, 255, 0, 0.8);
    width: 100%;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    color: #000033;
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
}

.lbInfoWrap {
    position: relative;
    max-width: 500px;
    width: 100%;
    margin: 30px auto 50px;
}

/* .lbInfoWrap > div:first-child > div:first-child .lbInfo div:last-child {

} */

.blkPos {
    display: flex;
    background-color: #223c66;
    padding: 10px;
    border-radius: 6px 0 0 6px;
    font-weight: bold;
    text-align: center;
    color: #e3eeff;
    align-items: center;
}

.alIcon {
    display: inline-block;
    max-width: 20px;
}

.lb-winner-icon {
    width: 25px;
    margin-right: 10px;
}


.promoGame .modal-content {
    background-color: #060d1a00;
    padding: 10px;
    border: 0;
}

.promoGame .modal-body {
    padding: 0;
}

.promoGame i {
    color: #FFF;
    margin: 0 auto 15px;
    font-size: 20px;
    cursor: pointer;
}

.drSp {
    text-decoration: none;
}

.drSp .glaze {
    background-color: #223c66;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 10px 20px;
    border-radius: 7px;
    border: 1px solid #c2a76f;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    /* background: transparent; */
    color: #eeeeee;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    margin: 10px auto;
}

.glaze {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: unset;
    inset: 0px;
    /* padding: 1em; */
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.glaze::before {
    content: "";
    position: absolute;
    inset: 0;
    background: -o-linear-gradient(155deg, #0000 40%, rgba(255, 255, 255, 0.808) 50%, #0000 70%);
    background: linear-gradient(-65deg, #0000 40%, rgba(255, 255, 255, 0.808) 50%, #0000 70%);
    background-size: 200% 100%;
    background-repeat: no-repeat;
    -webkit-animation: thing 3s ease infinite;
    animation: thing 3s ease infinite;
}

@-webkit-keyframes thing {
    0% {
        background-position: 130%;
        opacity: 1;
    }

    to {
        background-position: -166%;
        opacity: 0;
    }
}

@keyframes thing {
    0% {
        background-position: 130%;
        opacity: 1;
    }

    to {
        background-position: -166%;
        opacity: 0;
    }
}


.gold {
    font-size: 5vw;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    background: linear-gradient(90deg, rgba(186, 148, 62, 1) 0%, rgba(236, 172, 32, 1) 20%, rgba(186, 148, 62, 1) 39%, rgba(249, 244, 180, 1) 50%, rgba(186, 148, 62, 1) 60%, rgba(236, 172, 32, 1) 80%, rgba(186, 148, 62, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 3s infinite;
    background-size: 200%;
    background-position: left;

}

@keyframes shine {
    to {
        background-position: right
    }

}


@media (min-width:481px) {
    .clickswrap {
        flex-direction: row;
    }
}

@media (min-width:768px) {
    body {
        background-image: url('../images/tablet-bg.jpg?ver01');
    }


    .promoGraphic {
        background-image: url('../images/header-tab.jpg');
        padding-top: 100%;
    }

    .spinnyBtn01 {
        max-width: 250px;
    }

    .slotWrap {
        max-width: 600px;
    }

    .slotImgWrap {
        max-width: 200px;
    }

    .slotwrapper {
        max-width: 600px;
    }

    .slotwrapper {
        height: 200px;
    }
}

@media (min-width:1000px) {

    .promoGraphic {
        background-image: url('../images/header-desk.jpg');
        /* padding-top: 55%; */
        padding-top: 45%;
        padding-bottom: 20px;
    }

    .promoLogo {
        margin: 50px auto;
    }

    .lbInfoWrap {
        max-width: 600px;
    }

    .lbBlk {
        max-width: 800px;
    }
}

@media (min-width:1025px) {
    body {
        background-image: url('../images/desktop-bg.jpg?ver01');
    }

    .promoLogo {
        margin: 20px auto;
    }
}

@media (min-width:1441px) {}

.reward-terms-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c2a76f;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    padding: 6px 14px;
    border: 1px solid #c2a76f;
    border-radius: 6px;
    background: rgba(194, 167, 111, 0.08);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.reward-terms-toggle:hover {
    background: rgba(194, 167, 111, 0.2);
    color: #e3eeff;
    border-color: #e3eeff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(194, 167, 111, 0.2);
}

.reward-terms-toggle i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.reward-terms-toggle i.fa-chevron-up {
    transform: rotate(180deg);
}

/* Leaderboard Pagination styling */
.lbdpagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 15px auto;
    flex-wrap: wrap;
}

.lbdpagination button {
    padding: 8px 12px;
    border: 1px solid #c2a76f;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: #051125c2;
    color: #e3eeff;
}

.lbdpagination button:hover {
    background-color: #c2a76f;
    color: #000;
    border-color: #c2a76f;
}

.lbdpagination button.active {
    background-color: #c2a76f;
    color: #000;
    border-color: #c2a76f;
}