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: #101010;
  }

  .scratch {
    background-color: rgba(5, 15, 25, 0.9);
  max-width: 800px;
  margin: 0 auto 30px;
  border-radius: 20px;
  }
  
  canvas {
    position: fixed;
    top: 0;
    /*z-index: -1;*/
  }
  
  .pulsate-fwd {
    /*-webkit-animation: pulsate-fwd 0.5s ease-in-out infinite both;*/
    animation: pulsate-fwd 0.5s ease-in-out infinite both;
  }
  
  @-webkit-keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
  
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
  
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
  }
  
  @keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
  
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
  
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
  }
  
  .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 {
    display: block !important;
    max-width: 800px;
    margin: 10px auto;
  }
  
    .promoLogo svg {
        display: none;
    }
  
  .promoLogo02 {
    max-width: 500px;
    margin: 10px auto;
  }
  
  .promoInfo {
    background-color: rgba(0,0,51,0.8);
    color: #FFF;
    padding: 10px 10px 25px;
    max-width: 800px;
    width: 97%;
    margin: 0 auto 10px;
    border-radius: 6px;
  }
  
    .promoInfo h1 {
        color: #33ff00;
        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('/images/rewards-bg.jpg?ver01');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
  }
  
  /* .promoModal .rewardInfo {
    min-height: 200px;
  } */
  
  .promoModal h1 {
    font-size: 26px;
    color: #0099ff;
  }
  
  .promoModal .btn-secondary {
    color: #fff;
    background-color: #f42fad;
    border-color: #f42fad;
  }
  
  .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: #03031f;
    font-size: 14px;
    color: #FFF;
    padding: 10px;
  }
  
  
  .promoTnc ul {
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
  }
  
  .promoTnc h1 {
    font-size: 26px;
    color: #0099ff;
  }
  
  .promoTnc .btn-secondary {
    color: #fff;
    background-color: #f42fad;
    border-color: #f42fad;
  }
  
  .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: #000033;
    text-align: center;
    padding: 15px;
    border-radius: 4px;
    background-color: #33ff00;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
    border: 0px;
    margin: auto;
    max-width: 230px;
    width: 100%;
  }
  
  
  .slotWrap {
    position: relative;
    max-width: 310px;
    width: 100%;
    margin: 30px auto;
  }
  
  .slotImgWrap {
    max-width: 100px;
    padding: 10px;
    margin: 0;
  }
  
  #canvas2 {
    display: none;
  }
  
  h1 {
    color: #FFF;
  }
  
  .keyWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 500px;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .keyBlk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 240px;
    width: 100%;
    margin: 5px auto 0;
    color: #FFF;
    font-size: 16px;
  }
  
  .keyIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    width: 80px;
    margin: 0px;
    border-radius: 6px 0 0 6px;
  }
  
  .keyInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: rgba(0,0,51,0.8);
    padding: 0 5px;
    border-radius: 0 6px 6px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
    .keyInfo p {
      width: 100%;
      font-size: 13px;
      margin: 0;
      padding: 0px 0;
    }
  
    .keyInfo b {
        color: #33ff00;
    }
  
  .screen02 {
    position: relative;
  }
  
  .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;
  }*/
  
  .rewardIcon {
    max-width: 100px;
    margin: 20px auto;
  }
  
  
  @media (min-width:481px) {
    .promoLogo {
        max-width: 600px;
    }
  }
  
  @media (min-width:768px) {
    body {
        background-image: url('/images/tablet-bg.jpg?ver01');
    }
  
    .screen02 {
        position: relative;
        top: -40px;
    }
    
    .spinnyBtn01 {
        max-width: 250px;
    }
  
  }
  
  @media (min-width:1000px) {
  
    .screen01 {
        position: relative;
        top: -40px;
    }
  
    .screen02 {
        position: relative;
        top: 0px;
    }
  
    .promoLogo02 {
        max-width: 700px;
        margin: 10px auto;
    }
  
    .promoLogo {
        margin: 50px auto;
        max-width: 700px;
    }
  }
  
  @media (min-width:1025px) {
    body {
        background-image: url('/images/desktop-bg.jpg?ver01');
    }
  
    .promoLogo {
        margin: 20px auto;
    }
  }
  
  @media (min-width:1441px) {
  }
  
  .scratchWrap {
    max-width: 277px;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    gap: 5px;
  }
  
  .scratch-container {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .clickswrap {
    max-width: 300px;
    margin: auto;
  }
  
  .scratchpad {
    position: relative;
    background-color: #010312;
    border-radius: 8px;
    /*padding:5px;*/
    width: 85px;
    height: 85px;
  }
  
    .scratchpad img {
        border-radius: 10px;
    }
  
  .tile-disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: not-allowed;
  }
  
    .tile-disabled:hover {
        cursor: not-allowed;
        animation: none;
    }
  
  .clicks {
    color: #000;
    font-size: 16px;
    padding: 5px;
    border-radius: 6px;
    margin: 5px 0;
    text-align: center;
    font-weight:bold;
  }
  
  .avail {
    background-color: #eb1716;
    color: #FFFFFF;
  }
  
  .comp {
    background-color: #bda050;
    color: #000033;
  }
  
  .promoModal .modal-content {
    background-image: url('/images/rewards-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    background-color: #050f3e;
  }
  
  /* .promoModal .rewardInfo {
    min-height: 200px;
  } */
  
  .promoModal h1 {
    font-size: 26px;
    color: #FFF;
  }
  
  .promoModal .btn-secondary {
    color: #fff;
    background-color: #8014a0;
    border-color: #8014a0;
  }
  
  .promoModal .rewardBlk {
    background-color: rgb(0 0 0 / 60%);
    color: #FFF;
    padding: 5px;
    border-radius: 10px;
    margin: 0 auto 10px;
  }
  
    .promoModal .rewardBlk b, .promoModal .rewardBlk strong {
        color: #febf0d;
    }
  
  .keyInfo {
    display: flex;
    width: 100%;
    background-color: rgba(5, 15, 25, 0.9);
    padding: 10px;
    border-radius: 0 10px 10px 0;
    align-items: center;
  }
  
    .keyInfo p {
        margin: 0;
    }
  
  .rewardIcon {
    max-width: 200px;
    margin: 10px auto;
  }
  
    .rewardIcon img {
        border-radius: 50%;
    }
  
  .rkBtn {
    margin: 30px auto 10px;
    display: block;
    background-color: #000033;
    border: 0;
    font-size: 20px;
  }
  
  /*.cardBorder {
    padding: 10px;
    border: 5px solid #aaaaff;
    -o-border-image: repeating-linear-gradient(45deg, transparent, transparent 5px, #aaaaff 6px, #aaaaff 15px, transparent 16px, transparent 20px) 20/5px
    border-image: repeating-linear-gradient(45deg, transparent, transparent 5px, #aaaaff 6px, #aaaaff 15px, transparent 16px, transparent 20px) 20/5px;
  }*/
  
  .box {
    padding: 5px;
    --border-size: 3px;
    --border-angle: 0turn;
    /* background-image: conic-gradient(from var(--border-angle), #213, #112 50%, #213), conic-gradient(from var(--border-angle), transparent 20%, #08f, #f03); */
    /* background-size: calc(100% - (var(--border-size) * 2)) calc(100% - (var(--border-size) * 2)), cover; */
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: bg-spin 3s linear infinite;
    animation: bg-spin 3s linear infinite;
  }
  
  @-webkit-keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
  }
  
  @keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
  }
  
  /*.box:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }*/
  
  @property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
  }
        
  
  @media (min-width:481px) {
  }
  
  @media (min-width:768px) {
  
    .scratchWrap {
        max-width: 622px;
        margin-top: 30px;
    }
  
    .clickswrap {
        max-width: 600px;
    }
  
    .scratchpad {
        width: 200px;
        height: 200px;
    }
  
    .scratchpad img {
        border-radius: 8px;
    }
  
    .clickswrap {
        display: flex;
        flex-direction: row;
    }
  
    .clicks {
        margin: 5px;
        width: 100%;
    }
  
    .tile-selected::after {
        font-size: 16px;
    }
  }
  
  @media (min-width:1000px) {
  }
  
  @media (min-width:1025px) {
  }
  
  @media (min-width:1441px) {
  }
  
  .ssHead {
    position:relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    z-index: 100 !important;
  }
  
    .ssHead a {
        text-decoration: none;
    }
  
  .img-respon {
    width: 100%;
  }
  
  .hidden {
    display: none;
  }
  
  .seen {
    display: initial;
  }
  
  .unseen {
    display: none;
  }
  
  .logo {
    max-width: 85px;
    display: block;
  }
  
  .part2 {
    display: flex;
    width: 100%;
    max-width: 250px;
    justify-content: space-around;
  }
  
  .ssBtn {
    padding: 5px;
    font-size: 16px;
    border-radius: 6px;
    text-align: center;
    margin: 2px;
    height: 35px;
    width: 100%;
    max-width: 80px;
  }
  
  .playBtn {
    background-color: #33ff00;
    color: #000033;
  }
  
  .stdBtn {
    background-color: #0099ff;
    color: #FFF;
    cursor: pointer;
  }
  
  
  .promoTxtblk {
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    border: 0;
    height: 40px;
    width: 200px;
  }
  
  .promoBtn {
    height: 40px;
    padding: 5px;
    border-radius: 4px;
    border: 0;
    width: 200px;
    background-color: #0199ff;
    color: #ffffff;
    font-weight: bold;
  }
  
  .promoFooter {
    position:relative;
    background-color: rgba(0,0,51,0.8);
    color: #FFF;
    padding: 5px;
    max-width: 800px;
    width: 97%;
    margin: 50px auto 10px;
    border-radius: 6px;
    z-index: 100 !important;
  }
  
    .promoFooter a {
        text-decoration: underline;
    }
  
  .starsInfo {
    background-color: rgba(5, 15, 25, 0.9);
    padding: 5px;
    max-width: 300px;
    width: 97%;
    margin: 110px auto 0;
    border-radius: 6px;
  }
  
    .starsInfo h1 {
        font-size: 24px;
        line-height: 24px;
        color: #33ff00;
        margin: 0 auto 10px;
        text-align: center;
    }
  
  .starsWrap {
    max-width: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin: auto;
  }
  
  .star {
    max-width: 150px;
    width: 100%;
  }
  
    .star:hover {
        cursor: pointer;
        animation: pulse 0.9s infinite ease-out;
        -webkit-animation: pulse 0.9s infinite ease-out;
    }
  
  
  /* @-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }
  
    50% {
        -webkit-transform: scale(1.2);
    }
  
    100% {
        -webkit-transform: scale(1);
    }
  }
  
  @keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
  
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
  
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
  } */
  
  .promoModal .modal-content {
    background-image: url('/images/rewards-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px;
    background-color: #050f3e;
  }
  
  /* .promoModal .rewardInfo {
    min-height: 200px;
  } */
  
  .promoModal h1 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .promoModal .btn-secondary {
    color: #fff;
    background-color: #eb1716;
    border-color: #eb1716;
  }
  
  .promoModal .rewardBlk {
    background-color: rgba(0,0,0,0.9);
    color: #FFF;
    padding: 5px;
    border-radius: 6px;
    /* min-height: 200px; */
  }
  
    .promoModal .rewardBlk b {
        color: #eb1716;
    }
  
  
  .promoTnc .modal-content {
    background-color: #03031f;
    font-size: 14px;
    color: #b2b2c8;
    padding: 10px;
  }
  
  
  .promoTnc ul {
    padding-inline-start: 20px;
  }
  
  .promoTnc h1 {
    font-size: 26px;
    color: #0099ff;
  }
  
  .promoTnc .btn-secondary {
    color: #fff;
    background-color: #f42fad;
    border-color: #f42fad;
  }
  
  .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;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }
  
        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }
  
        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }
  
        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }
  
        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }
  
  @keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
  
    100% {
        transform: scale(1);
    }
  }
  
  @keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
  
    100% {
        transform: scale(0);
    }
  }
  
  @keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
  
    100% {
        transform: translate(24px, 0);
    }
  }
  
  .error {
    color: #dd1717;
    font-size: 16px;
    border-radius: 6px;
    text-align: center;
    width: 100%;
    display: block;
  }
  
  #textTogg {
    display: none;
  }
  
  .howto {
    background-color: #000333;
    color: #33fb01;
    max-width: 110px;
    width: 100%;
    margin: 20px auto;
    cursor: pointer;
    font-weight: bold;
  }
  
  .retogBtn {
    margin: 0px auto 10px;
    text-decoration: underline;
    cursor: pointer;
  }
  
  
  @media (min-width:481px) {
  }
  
  @media (min-width:768px) {
    body {
        background-image: url('/images/tablet-bg.jpg');
    }
  
    .starsWrap {
        max-width: 600px;
    }
  
    .star {
        max-width: 200px;
    }
  
    .claimed::before {
        content: url('/images/claimed-200.png');
    }
  
    .starsInfo {
        max-width: 600px;
    }
  
    .clickswrap {
        display: flex;
        flex-direction: row;
    }
  
    .clicks {
        margin: 5px;
        width: 100%;
    }
  }
  
  @media (min-width:1000px) {
  }
  
  @media (min-width:1025px) {
    body {
        background-image: url('/images/desktop-bg.jpg');
    }
  }
  
  @media (min-width:1441px) {
  }
  
  