body {
    background-image: url('../img/mobile-bg.jpg?ver01');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000;
    overflow-x: hidden;
}


/*.screen01, .screen02 {
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    z-index: 99;
}*/

.seeNow {
    opacity: 1 !important;
    z-index: 100 !important;
    position: relative;
}

.promoLogo {
    display: block !important;
    max-width: 600px;
    margin: 10px auto;
}


.promoInfo {
    background-color: #0c0c0cd1;
    color: #FFF;
    padding: 10px;
    max-width: 750px;
    width: 97%;
    margin: 0 auto 10px;
    border-radius: 6px;
}

.promoInfo h1 {
    color: #c39d47;
    font-size: 30px;
    line-height: 35px;
}

.promoInfo h2 {
    font-size: 22px;
    line-height: 23px;
}

.promoInfo p {
    font-size: 16px;
    line-height: 20px;
    margin: 15px auto;
}


.promoModal .modal-content {
    background-image: url('../img/rewards-bg.jpg?ver01');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
}

.promoModal .rewardInfo {
    min-height: 200px;
}

.promoModal h1 {
    font-size: 26px;
    color: #c39d47;
}

.promoModal .btn-secondary {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
}

.promoModal .rewardBlk {
    background-color: rgba(0, 0, 51, 0.9);
    color: #FFF;
    padding: 5px;
    border-radius: 6px;
}

.promoModal .rewardBlk b {
    color: #33ff00;
}


.promoTnc ul {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}

.promoTnc .btn-secondary {
    color: #000;
    background-color: #c39d47;
    border-color: #c39d47;
}

.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: #fff;
    -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: #c39d47;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
    border: 0px;
    margin: auto;
    max-width: 230px;
    width: 100%;
}


h1 {
    color: #FFF;
}

/*
.screen02 {
    position: relative;
    top: -30px;
}
*/

.promoModal .rewardBlk {
    font-family: 'Amatic SC', sans-serif;
    background-color: rgb(0 0 0 / 60%);
    color: #FFF;
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto 20px;
    font-size: 20px;
    line-height: 25px;
}

.promoModal svg {
    display: none;
}

.promoModal .rewardBlk b,
.promoModal .rewardBlk strong {
    color: #66bd48;
}


.lbIcon {
    width: 20px;
    display: inline-block;
}

#leaderboard img {
    width: 20px;
    margin-left: 5px;
    display: inline-block;
}


.lbWrap {
    position: relative;
    width: 100%;
}

.lbWrap h1 {
    color: #FFF;
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 15px;
}

.lbWrap h3 {
    color: #0099ff;
    font-size: 26px;
    line-height: 26px;
    margin: 10px 0 10px;
}

.lbWrap h5 {
    color: #0099ff;
    text-align: center;
    margin: 10px auto;
    max-width: 400px;
}

.vpArea {
    margin: 0 auto 40px;
}

.pospts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    max-width: 350px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 6px;
    padding: 10px;
    color: #FFF;
    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: #c39d47;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
}

.yourPos span:last-child,
.yourPts span:last-child {
    color: #FFF;
}

.lbBlk {
    display: flex;
    max-width: 390px;
    width: 100%;
    color: #FFF;
    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: rgba(0, 0, 0, 0.8);
    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: #c39d47;
    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;
}

.blkPos {
    display: flex;
    background-color: rgb(24 24 24 / 98%);
    padding: 10px;
    border-radius: 6px 0 0 6px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    align-items: center;
}

.alIcon {
    display: inline-block;
    max-width: 20px;
}

.lb-winner-icon {
    width: 25px;
    margin-right: 10px;
}



@media (min-width:481px) {
    .clickswrap {
        flex-direction: row;
    }
}

@media (min-width:768px) {
    body {
        background-image: url('../img/tablet-bg.jpg?ver01');
    }

    .spinnyBtn01 {
        max-width: 250px;
    }

    .slotWrap {
        max-width: 600px;
    }

    .slotImgWrap {
        max-width: 200px;
    }

    .slotwrapper {
        max-width: 600px;
    }

    .slotwrapper {
        height: 200px;
    }
}

@media (min-width:1000px) {

    .promoLogo {
        margin: 50px auto;
    }

    .lbInfoWrap {
        max-width: 600px;
    }

    .lbBlk {
        max-width: 800px;
    }
}

@media (min-width:1025px) {
    body {
        background-image: url('../img/desktop-bg.jpg?ver01');
    }

    .promoLogo {
        margin: 20px auto;
    }
}

@media (min-width:1441px) {}