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: #000033;
    font-family: 'Roboto Condensed', sans-serif;
}

.ssHead {
    position: absolute;
    width: 100%;
    top: 0;
}

.mainAreaWrap {
    position: relative;
    margin: auto;
    max-width: 97%;
    width: 800px;
}

.mainAreaWrap h1 {
    color: #33ff00;
    margin: 0;
    font-size: 30px;
}

.mainAreaWrap h2 {
    color: #bfe6ff;
    margin: 10px auto;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    max-width: 600px;
}

.mainAreaWrap h3 {
    color: #FFF;
    font-size: 18px;
}

.noSpnEr span {
    max-width: 300px;
    width: 100%;
    padding: 10px;
    background-color: #000;
    border-radius: 6px;
    color: #f00;
    margin: 0px auto 20px;
    display: block;
}

.seeNow {
    opacity: 1 !important;
    z-index: 100 !important;
    position: relative;
}

.promoLogo {
    max-width: 650px;
    margin: 10px auto;
}

.promoLogo svg {
    display: none;
}

.promoLogo02 {
    max-width: 500px;
    margin: 10px auto;
}

.promoInfo {
    background-color: rgba(1, 1, 24, 0.88);
    color: #FFF;
    padding: 10px 10px 25px;
    max-width: 800px;
    width: 97%;
    margin: 0 auto 10px;
    border-radius: 10px;
}

.promoInfo h1 {
    color: #33ff00;
    font-size: 27px;
    line-height: 33px;
}

.promoInfo h2 {
    color: #33ff00;
    font-size: 18px;
    line-height: 18px;
}

.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;
    background-position: bottom center;
    padding: 10px;
}

.promoModal .rewardInfo {
    min-height: 200px;
}

.promoModal h1 {
    font-size: 26px;
    color: #33ff00;
}

.promoModal .btn-secondary {
    color: #11111a;
    background-color: #424257;
    border: 0;
}

.promoModal .rewardBlk {
    background-color: rgba(0, 0, 51, 0.6);
    color: #FFF;
    padding: 5px;
    border-radius: 6px;
}

.promoModal .rewardBlk b {
    color: #33ff00;
}


.promoTnc .modal-content {
    background-color: #13131c;
    font-size: 14px;
    color: #8484a3;
    padding: 10px;
}

.promoTnc ul {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}

.promoTnc h1 {
    text-align: center;
    font-size: 22px;
    color: #33ff00;
}

.promoTnc h2 {
    text-align: center;
    font-size: 18px;
    color: #0099ff;
    margin: 0;
}

.promoTnc span {
    display: block;
    text-align: center;
    font-size: 15px;
    color: #cdebff;
    margin-bottom: 10px;
}

.promoTnc li {
    margin-bottom: 7px;
    line-height: 20px;
}


.promoTnc .btn-secondary {
    color: #11111a;
    background-color: #424257;
    border: 0;
}

.promoTnc b,
.promoTnc strong {
    color: #33ff00;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.lds-ellipsis {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: auto;
}

.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);
    }
}


.screen02 {
    position: relative;
}

.promoModal .rewardBlk {
    background-color: #1b1b43e3;
    color: #e2f3ff;
    padding: 10px;
    border-radius: 10px;
    margin: 5px auto 40px;
    font-size: 20px;
    line-height: 25px;
    max-width: 100%;
    width: 400px;
}

.promoModal svg {
    display: none;
}


/*------------Leaderboard start-------------------------*/

.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: 20px auto;
}

.pospts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    max-width: 270px;
    width: 100%;
    background-color: rgba(0, 0, 51, 0.7);
    border-radius: 6px;
    padding: 10px;
    color: #FFF;
    font-size: 16px;
    line-height: 17px;
    margin: 5px auto 20px;
    text-align: left;
}

.yourPos,
.yourPts {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex-grow: 1;
    color: #33ff00;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
}

.yourPos span:last-child,
.yourPts span:last-child {
    color: #FFF;
}

.lbBlk {
    display: flex;
    width: 100%;
    color: #FFF;
    margin: 5px auto;
}

.lbInfo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    border-radius: 0 6px 6px 0px;
    background-color: rgba(0, 153, 255, 0.8);
    width: 100%;
}

.lbInfo .blk {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 20%;
    padding: 10px;
}

.lbInfo .blk span:last-child {
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
}


.lbInfo .nme {
    width: 35%;
}

.lbInfo .pts:last-child {
    width: 45%;
}

.pt01 {
    color: #000033;
    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: rgba(51, 255, 0, 0.8);
    padding: 10px;
    border-radius: 6px 0 0 6px;
    font-weight: bold;
    text-align: center;
    color: #000033;
    align-items: center;
}

.lb-winner-icon {
    width: 25px;
    margin-right: 10px;
}

.paginationWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin: 20px auto 10px;
    flex-wrap: wrap;
}

.pagBtn {
    background-color: rgba(0, 153, 255, 0.8);
    color: #FFF;
    border: none;
    border-radius: 4px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.pagBtn:hover:not(:disabled) {
    background-color: #0099ff;
}

.pagBtn:disabled {
    opacity: 0.4;
    cursor: default;
}

.pagBtn.active {
    background-color: #33ff00;
    color: #000033;
}

/*------------Leaderboard finito-------------------------*/
/*------------tabbed start------------------------------*/
.mainAreaWrap .nav-tabs {
    display: flex;
    margin: 20px auto;
    max-width: 750px;
    width: 95%;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: row;
    border: 0;
}

.mainAreaWrap .nav-item {
    flex-grow: 1;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    background-color: #0099ff;
    color: #FFF !important;
    border-radius: 10px;
    border: 0;
}

.mainAreaWrap .nav-tabs .nav-link:hover {
    background-color: #0099ff;
    color: #FFF !important;
    border: 0;
    border-radius: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    padding: 10px 5px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    background-color: #0099ff;
    color: #FFF !important;
    border-radius: 10px;
    border: 0;
}

.nav-tabs .nav-link {
    color: #0099ff;
    background-color: #FFF;
    /* margin-bottom: -1px; */
    border: 0px solid transparent;
    border-radius: 10px;
    cursor: pointer;
}

.mainAreaWrap .tab-content {
    background-color: rgba(1, 1, 24, 0.88);
    padding: 20px 10px;
    border-radius: 10px;
}

.tab-pane {
    position: relative;
}

.missionOverlay {
    position: absolute;
    top: -20px;
    left: -10px;
    right: -10px;
    bottom: -20px;
    background-color: rgba(1, 1, 24, 0.92);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    animation: overlayFadeIn 0.5s ease forwards;
}

.missionOverlay img {
    max-width: 600px;
    margin: auto;
}

.missionOverlay p {
    width: 100%;
}

.overlayContent {
    text-align: center;
    padding: 20px;
}

.overlayContent h2 {
    color: #0099ff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 0 0 20px rgba(0, 153, 255, 0.5);
}

.overlayContent p {
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
    max-width: 300px;
    margin: 0 auto;
}

.overlayContent .overlayIcon {
    font-size: 48px;
    margin-bottom: 15px;
    display: block;
}

@keyframes overlayFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}




.fomInfo .modal-content {
    background-color: #07071e;
}

.fomBtn {
    display: block;
    margin: 0 auto 15px;
    color: #33ff00;
    text-decoration: underline;
    cursor: pointer;
}

.fomInfo h1 {
    color: #33ff00;
    font-size: 27px;
    margin: 0px auto 0px;
}

.fomInfo h3 {
    color: #0099ff;
    font-size: 20px;
    margin: 20px auto 0px;
}

.fomInfo h3:first-of-type {
    margin: 0px auto 0px;
}

.fomImg img {
    border-radius: 9px;
    margin-bottom: 20px;
}

.fomInfo {
    color: #e5e3e3;
}

.fomInfo strong,
.fomInfo b {
    color: #33ff00;
}

.fomInfo .modal-content {
    background-color: #161625;
    font-size: 14px;
    color: #95b3d1;
    padding: 10px;
}

.fomInfo .btn-secondary {
    color: #11111a;
    background-color: #424257;
    border: 0;
}

.gameArea01,
.gameArea02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}

.gameArea02>canvas {
    display: block;
    width: 300px;
    height: 300px;
}


/* .marquee-wrap{
    width:100%;
    overflow:hidden;
    position:relative;
    padding:10px 0;
} */

.marquee-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 5px 10px;

    /* Dark premium background */
    background: rgba(5, 10, 20, .55);

    /* Main border */
    border: 0px solid rgba(51, 255, 0, .18);

    border-radius: 14px;

    /* Subtle depth */
    /* box-shadow:
        inset 0 0 0 1px rgba(255,255,255,.03),
        0 0 10px rgba(51,255,0,.08),
        0 0 25px rgba(0,153,255,.08); */

    margin-bottom: 15px;
}

/* Animated energy lines */
.marquee-wrap::before,
.marquee-wrap::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    height: 1px;
    pointer-events: none;
}

.marquee-wrap::before {
    top: 0;
    background: linear-gradient(90deg,
            transparent,
            rgba(51, 255, 0, .8),
            rgba(0, 153, 255, .8),
            transparent);
}

.marquee-wrap::after {
    bottom: 0;
    background: linear-gradient(90deg,
            transparent,
            rgba(0, 153, 255, .8),
            rgba(51, 255, 0, .8),
            transparent);
}

.marquee-track {
    display: flex;
    width: max-content;

    /* Pause on load */
    animation:
        startDelay 2s linear forwards,
        scrollLeft 35s linear infinite 4s;
}

.marquee-text .bi-star-fill::before {
    font-size: 15px;
}

.animated-star {
    display: inline-block;
    font-size: 1.5em;
    color: #8ccefa;

    /* filter:
        drop-shadow(0 0 4px rgba(255,215,0,.8))
        drop-shadow(0 0 10px rgba(255,215,0,.5)); */

    animation: starVIP 4s ease-in-out infinite;
}

@keyframes starVIP {

    0%,
    100% {
        transform: scale(1) rotate(0deg);
    }

    25% {
        transform: scale(1.12) rotate(5deg);
    }

    50% {
        transform: scale(1.18) rotate(0deg);
    }

    75% {
        transform: scale(1.12) rotate(-5deg);
    }
}


.marquee-text {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    white-space: nowrap;
    padding-right: 20px;
    font-family: 'Doto', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.5px;
    color: #7accff;
    /* readability */
    -webkit-text-stroke: 0.5px rgba(0, 0, 0, .75);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .9), 0 0 3px #0099ff, 0 0 8px #0099ff, 0 0 18px rgba(0, 153, 255, .45);
}

@keyframes startDelay {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.dice-button {
    display: block;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #000;
    border-radius: 5px;
    background-color: #0099ff;
    color: #000033;
    margin: auto;
    border: 0;
}


.dice-button:hover {
    display: block;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #e3f4ff;
    color: #0099ff;
    margin: auto;
    border: 0;
}

.infoGameBtnWrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 5px;
}

.howToPlayBtn {
    display: block;
    background-color: #0099ff;
    max-width: 150px;
    color: #FFF;
    padding: 5px 10px;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
}

@media (min-width:481px) {}

@media (min-width:768px) {
    body {
        background-image: url('../img/tablet-bg.jpg?ver01');
    }

    .screen02 {
        position: relative;
    }


}

@media (min-width:1000px) {

    .screen01 {
        position: relative;
    }

    .screen02 {
        position: relative;
    }

}

@media (min-width:1025px) {
    body {
        background-image: url('../img/desktop-bg.jpg?ver01');
    }

}

@media (min-width:1441px) {}