body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
    overflow-x:hidden;
  
}
a {
    outline: 0 !important;
    color: #ffffff;
    text-decoration: none !important;
}

    a:hover {
        color: #ffea01;
    }


h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    margin-top: 15px;
}


#prizeMessage a {
    color: #ffbe18;
}

.icons img {
    max-width:40px;
    margin-right: 10px;;
}

.iconpop li {
    display: block;
}

.iconimg {
    max-width:40px;
}



/*read more start css only*/
.read-more-target,
.read-more-trigger_opened {
    display: none;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target,
.read-more-state:checked ~ .read-more-trigger_opened {
    display: block;
}

.read-more-state:checked ~ .read-more-trigger_closed {
    display: none;
}

.read-more-trigger_closed, .read-more-trigger_opened {
    color: #fff;
    border: 2px solid #fff;
    padding: 10px;
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}



.main-info .read-more-wrap h3 {
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    color: #fff;
    margin: 10px auto;
    padding: 0px;
}

.promo-logo {
    position: relative;
    margin: 0 auto 30px;
    max-width: 600px;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
}
.mainenter {
    background-color: rgba(5,15,25,0.8);
    padding: 1px 20px 20px 20px;
    max-width: 600px;
    margin: 30px auto;
    border-radius: 6px;
    border: 2px solid #ffbe18;
    z-index: 20;
    position: relative;
}

.offer-wrap {
    position: relative;
    z-index: 21;
}




.enter {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

    .enter p {
        color: #bda050;
    }

    .enter h3 {
        margin-top: 20px;
        color: #ffbe18;
        /* font-family: 'Roboto', sans-serif; */
    }

h6 {
    font-size: 16px;
}

.field {
    position: relative;
    z-index: 99;
    display: flex;
}

.img-respon {
    width: 100%;
}
.wheel-cover {
    position: absolute;
}
#canvas {
    max-width: 550px;
    width: 100%;
}
#canvas2 {
    display: none;
}

.glossy-button--blue {
    background-color: #fe00fe;
}

.spinny {
    color: #FFF;
    text-align: center;
    padding: 15px;
    border-radius: 50px;
    font-size: 43px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: bold;
    border: 3px solid #fff;
    margin: auto;
    max-width: 300px;
    width: 100%;
    animation-delay: 0.8s;
    /* background: #fe00fe; */
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    box-shadow: 1px 2px 15px #333333;
    margin-top: 30px;
    background-image: linear-gradient( /* chrome */ hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0) 50%, hsla(0, 0%, 0%, 0.1) 50%, hsla(0, 0%, 100%, 0.2) );
    box-shadow: inset 0 -5px 20px hsla(0, 0%, 0%, 0.4), /* top light */ inset 0 5px 20px hsla(0, 0%, 100%, 0.4), /* bottom shadow */ /* multiple light sources yall */ -8px 8px 5px hsla(0, 0%, 0%, 0.15), /* drop shadow 1 */ 5px 18px 10px hsla(0, 0%, 0%, 0.2);
    cursor: pointer;
    transition: transform 0.1s, box-shadow 0.1s;
 
}

.msgdisplay {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    border: 4px solid #fff;
    text-align: center;
    margin-top: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
    background: #01b0c2;
}

#prizeModal .modal-content {
    background-image: url(/promos/2026/island-superbowl-showdown/images/popup.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#prizeModal .modal-body{
   font-size:25px;
}


#howto .modal-content {
    background-image: url(/promos/2026/island-superbowl-showdown/images/popup.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#leaderboardone .modal-content {
    background-image: url(/promos/2026/island-superbowl-showdown/images/popup.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#rewardModal .modal-content {
    background-image: url(/promos/2026/island-superbowl-showdown/images/popup.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}


#about .modal-content {
    background-image: url(/promos/2026/island-superbowl-showdown/images/popup.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#info .modal-header {
    border:none;
}


#info .btn-secondary{
    background-color: #01b0c2;
}


.wheel {
    position: relative;
    max-width: 550px;
    width: 100%;
    margin-top: 50px;
    margin: 100px auto 0;
}



.howtoplay {
    color: #ffffff;
    font-size: 16px;
    line-height: 21px;
    position: relative;
    max-width: 500px;
    padding: 20px;
    margin: 0px auto;
    padding: 16px;
    border-radius: 6px;
    background-color: rgba(5,15,25,0.9);
    /* border-radius: 50% / 10%; */
    text-indent: 0.1em;
}

.howtoplay h3 {
    color: #ffbe18;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.about-info {
    color: #ffffff;
    font-size: 16px;
    line-height: 23px;
    position: relative;
    /* max-width: 500px; */
    padding: 20px;
    margin: 0px auto;
    padding: 16px;
    /* text-align: center; */
    border-radius: 6px;
    background-color: rgba(5,15,25,0.9);
    /* border-radius: 50% / 10%; */
    text-indent: 0.1em;
}

#about .modal-dialog {
    max-width: 500px;
}


    .about-info h3 {
        color: #ffbe18;
        font-family: 'Roboto', sans-serif;
    }
/*read more start css only*/
.read-more-target,
.read-more-trigger_opened {
    display: none;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target,
.read-more-state:checked ~ .read-more-trigger_opened {
    display: block;
}

.read-more-state:checked ~ .read-more-trigger_closed {
    display: none;
}

.read-more-trigger_closed, .read-more-trigger_opened {
    color: #01b0c2;
    border: 2px solid #01b0c2;
    padding: 10px;
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}



.main-info .read-more-wrap h3 {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    /* font-family: 'Roboto', sans-serif; */
    color: #fff;
    margin: 10px auto;
    padding: 4px;
}

#footer {
    background-color: #000;
    padding: 20px 0px;
    color: grey;
    text-align: center;
}

#dDisplayRewardDiv {
    margin-top: 20px;
}

button.submitPoints {
    cursor: pointer;
    border: 0;
    background: #ffbe18;
    text-align: center;
    font-size: 14px;
    color: #000;
    padding: 3px 0;
    font: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    /* margin-bottom: 25px; */
}

.btninfo {
    /* background: linear-gradient(to bottom, #f2f2f2 0%, #738689 99%); */

    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    margin: 5px;
    font-size: 18px;


  color: #000;
  padding: 15px 25px;
  background-color: #38D2D2;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.6), 2px 19px 31px rgba(0, 0, 0, 0.2);
  border-radius: 14px;
  font-weight: bold;
  font-size: 16px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;

  cursor: pointer;
}


.btninfo img {
    max-width:100px;
    width:100%;
}


.btninfo span {
    color: #005865;
    font-size: 34px;
}

.btn-default {
    color: #000000;
    background-color: #01b0c2;
    border: none;
}

.btn-primary {
    color: #000;
    background-color: #ffbe18;
    /* border-color: #008a98; */
    border: none;
    font-size: 1.8rem;
}



.modal-header {
    border:none;
}

.btn-primary:hover{ 
    background-color: #008a98;
    border:none;
}

    button.submitPoints:hover {
        background: #01b0c2;
        -webkit-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

input[type="text"] {
    background-color: #fff;
    border: 0;
    padding: 9px 0px;
    text-align: center;
    font-size: 18px;
    color: #000;
    font: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    border-radius: 0;
}


#GameScreenErrorMessage {
    display: block;
    font-size: 28px;
    /* background-color: rgba(5, 15, 25, 0.8);
    background: #050f19; */
    max-width: 800px;
    /*  border-radius: 10px;
    border: 4px solid #bda050;*/
    padding: 10px;
    font-family: sans-serif;
    margin: 100px auto 0;
    border-radius: 6px;
}

.modal-body {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 400;
    color: #ffffff;
}
#info .btn-default {
    color: #000;
    background-color: #01b0c2;
    border-color: transparent;
    cursor: pointer;
}

#info .modal-footer {
    border-top: 0px solid #e5e5e5;
}

/*.modal-content {
    background-color: #132332;
}*/

#modalPrize .modal-content {
    background-image: url(../images/popup.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    /* min-height: 650px;*/
    /* background-attachment: fixed; */
    color: #000;
    border-radius: 10px;
    border: 4px solid #bda050;
}

#info .modal-content {
    /* background-image: url(../images/popup.jpg);*/
    background: #050f19;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 650px;
    border-radius: 10px;
    border: 4px solid #01b0c2;
    /* background-attachment: fixed; */
    color: #000;
}

#rewardHeading {
    text-align: center;
}

#rewardMessage {
    font-size: 25px;
    line-height: 35px;
    text-align: center;
}

#rewardMessage a {
    color:#01b0c2;
}

#rewardLoader {
    background: linear-gradient(to bottom, #005865 0%, #002327 99%);
    border-radius: 10px;
    padding: 20px;
}

#info .modal-content h3 {
    font-size: 26px;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    color: #ffbe18;
    font-family: 'Roboto', sans-serif;
}

.slotwrapper {
    overflow: hidden;
    /*display: inline-block;*/
    border: none;
    height: 190px;
    margin: 0 auto;
    display: table;
}

    .slotwrapper ul {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
        float: left;
    }

    .slotwrapper ul {
        width: 200px;
        height: 190px;
        font-size: 190px;
        line-height: 190px;
        text-align: center;
    }

        .slotwrapper ul li img {
            vertical-align: top;
        }

        .lefttbl {
            width: 100%;
        }



#loginErrorMessage, #gameScreenErrorMessageDesktop, #gameScreenErrorMessageMobile {
    text-align: center;
    color: red;
    /* background-color: #ffffff; */
    border-radius: 15px;
    margin-top: 10px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

::selection {
    color: #fff;
    background: #6563ff;
}

canvas {
    inset: -0px !important;
    z-index: 0 !important;
}


/* .wrapper {
    max-width: 800px;
    margin: 25px auto;
    text-align: center;
    
}

    .wrapper img {
        margin: 10px;
        z-index: 1;
    }

        .wrapper img:hover {
            cursor: pointer;
            animation: pulse 0.9s infinite ease-out;
            -webkit-animation: pulse 0.9s infinite ease-out;
        } */

img.hidden {
    margin-left: 0;
}
@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}


.details {
    max-width: 470px;
    padding: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(251, 0, 159);
    background-color: #2f084c;
    box-shadow: 0px 7px 5px 0px rgb(1 1 1 / 75%), inset 0px 1px 3px 0px rgb(1 1 1 / 75%);
    border-radius: 50px;
    margin: 0 auto;
}

    .details p {
        font-size: 20px;
        margin: 0;
    }

        .details p span {
            margin-left: 8px;
            font-family: 'Montserrat-Bold';
        }

    .details button {
        cursor: pointer;
        font-size: 14px;
        color: #6563ff;
        border-radius: 4px;
        padding: 4px 11px;
        background: #fff;
        border: 2px solid #6563ff;
        transition: 0.3s ease;
    }

        .details button:hover {
            color: #fff;
            background: #6563ff;
        }

.card {
    background-color: transparent;
    border: none;
}

.top-details {
    margin-bottom: 15px;
    padding: 0 20px;
    border-radius: 7px;
    background: #fff;
    height: calc(100% / 4 - 30px);
    justify-content: space-evenly;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

    .top-details p {
        font-size: 18px;
        height: 17px;
    }

        .top-details p span {
            margin-left: 8px;
        }

        .top-details p b {
            font-weight: 500;
        }

.more {
    margin-bottom: -25px;
    margin-top: 10px;
}


.symbols {
    background-color: rgba(0, 106, 141, 0.8);
    padding: 10px;
    max-width: 650px;
    margin: 50px auto 0;
}

    .symbols img {
        margin: 8.5px 0;
    }

    .symbols .float-start, .symbols .float-end {
        margin: 0 auto;
    }

.scratch {
    margin-top: 50px;
}



.tile-disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: not-allowed;
}

    .tile-disabled:hover {
        cursor: not-allowed;
        animation: none;
    }

.img-respon {
    width: 100%;
}

.hidden {
    display: none;
}

#GameScreenErrorMessage {
    color: yellow;
    margin-top: 10px;
}

/********** Game CSS **********/
.scratchpad {
    width: 212px;
    height: 212px;
    border: solid 10px #FFFFFF;
    margin: 0 auto 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;
    width: 100%;
}

.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);
    }
}

.symbols {
    background-color: rgba(0, 106, 141, 0.8);
    padding: 10px;
    max-width: 650px;
    margin: 50px auto 0;
}

    .symbols img {
        margin: 8.5px 0;
    }

    .symbols .float-start, .symbols .float-end {
        margin: 0 auto;
    }



    .navbar-inverse .navbar-nav > li > a {
        color: #fff !important;
        text-align: center;
        font-size: 16px;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fdd217 !important;
        }



.navbar-inverse {
    background-color: #050f19;
/*    border-color: #080808;*/
    }

.navbar-right {
    padding-top: 15px;
}


.btnpartone {
    padding-top: 90px;
    padding-bottom: 30px;
}
.screen1 {
    background-image: url(../images/login-bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 920px;
   /* background-attachment: fixed;*/
    color: #FFF;
}

.screen2 {
    background-image: url(../images/bg2.jpg?ver=001);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 920px;
    background-attachment: fixed;
    color: #FFF;
}

.login-btn {
    display: inline-block;
    position: relative;
    background-color: #AAA;
    background-image: linear-gradient( /* chrome */ hsla(0, 0%, 100%, 0.4), hsla(0, 0%, 100%, 0) 50%, hsla(0, 0%, 0%, 0.1) 50%, hsla(0, 0%, 100%, 0.2) );
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
    color: #ffffff;
    padding: 5px 40px;
    text-shadow: 0 0 15px hsla(0, 0%, 100%, 1), /* bloom */ 0 2px 4px hsla(0, 0%, 0%, 0.7);
    border: 2px solid #ffd53e;
    border-radius: 50px;
    margin: 10px;
    box-shadow: inset 0 -5px 20px hsla(0, 0%, 0%, 0.4), /* top light */ inset 0 5px 20px hsla(0, 0%, 100%, 0.4), /* bottom shadow */ /* multiple light sources yall */ -8px 8px 5px hsla(0, 0%, 0%, 0.15), /* drop shadow 1 */ 5px 18px 10px hsla(0, 0%, 0%, 0.2);
    cursor: pointer;
    transition: transform 0.1s, box-shadow 0.1s;
}

.glossy-button--blue {
    background-color: #eb1716;
}

.login-btn:hover {
    transform: scale(1.05);
    box-shadow: inset 0 -5px 20px hsla(0, 0%, 0%, 0.4), /* top light */ inset 0 5px 20px hsla(0, 0%, 100%, 0.4), /* bottom shadow */ /* multiple light sources yall */ -12px 12px 5px hsla(0, 0%, 0%, 0.15), /* drop shadow 1 */ 10px 25px 10px hsla(0, 0%, 0%, 0.2);
}

#rewards .modal-content {
    background-image: url(../images/popup.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 650px;
    /* background-attachment: fixed; */
    color: #000;
}


#rewards .tableWrap {
    width: 70%;
    margin: 0 auto;
}

#rewards .btn-default {
    color: #fff;
    background-color: #bda050;
    border-color: transparent;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

th {
    font-size: 20px;
    text-align: left;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
    background-color: #01b0c2;
}

tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff !important;
}

tr:nth-child(even) {
   
    /* background: #f5f5f5; */
    color: #fff;
    background-image: linear-gradient(#01b0c2, #006570);
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat,sans-serif;
  font-size: .9em;
  margin: 5px;
  padding: 10px 15px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  
}

td {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    padding: 12px 20px;
}

.wheelIcon {
    width: 50px;
}
.modal-footer {
    padding: 15px;
    text-align: center;
    border-top: none;
    display: block;
}

.navbar-brand {
    margin-bottom: 5px;
    opacity: 1;
    display: table;
    padding: 8px 0 0;
    margin-bottom: 0px;
}

.mobile {
    max-height: 73px;
}

.main-info h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 2.5rem;
}

@media (max-width: 1200px) {

    .wheel {
     margin: 50px auto;
      
    }

    .btninfo {
        display: flex;
    }

}


@media (max-width: 768px) {

    .promotabs {
        max-width: 382px;
        width: 100%;
        margin: 0 auto;
    }
    .wheel {
        margin: 100px auto 0;
    }

    h1 {
        font-family: 'Roboto', sans-serif;
        font-size: 30px;
    }

    .screen1 {
      
        min-height: 920px;
        /* background-attachment: fixed;*/
     
    }

    /* .screen2 {
         min-height: 100%;  
    } */

    #GameScreenErrorMessage {
        font-size: 23px;
        max-width: 600px;
        width: 90%;
    }

    .promo-logo {
      
        max-width: 400px;
      
    }

  

    .btninfo {
      
        display: flex;
       
    }

    .btninfo img {
        max-width: 73px;
        width: 100%;
    }

}


@media screen and (max-width: 420px) and (orientation: portrait) {
    #rewards .tableWrap {
        width: 90%;
    }

    .wheel {
        margin: 80px auto 0;
    }

    .promotabs {
        max-width: 289px;
        width: 100%;
        margin: 0 auto;
        display: block;
        padding:0;
    }
 
    #lbPointsContainer {
        margin: 68px auto;
       
    }
    .gameLbWrap .tab-content {
      
        height: 100%;
        min-height: 600px;
    }

    .about-cont {
        margin-top: 40px;
    }

    td {
       
        padding: 5px 5px;
    }

    .btninfo {
      
        display: flex;
       
    }

    .btninfo span {
        color: #005865;
        font-size: 19px;
    
    }

    #rewardLoader {

        padding: 0px;
        padding-top: 20px;
    }

    .screen1 {
        background-image: url(../images/login-bg.jpg);
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        min-height: 100%;
        /* background-attachment: fixed; */
        color: #FFF;
    }

    .enter h3 {
        margin-top: 15px;
        color: #ffbe18;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
    }


    h1 {
        font-family: 'Roboto', sans-serif;
        font-size: 27px;
    }

   /* .screen1 {
        min-height: 100%;
    }*/

    /* .mainenter {
        margin: 233px auto 0;
    } */

    .promo-logo {
   
        margin: 7px auto 0;
       
    }

    th {
        font-size: 15px;
      
    }

    .field {
     
        display: grid;
    }

    button.submitPoints {
        padding: 9px 0;
       
    }

    #GameScreenErrorMessage {
       
        font-size: 20px;
        max-width: 400px;
        width: 90%;
       
    }

    /* .screen2 {
        min-height: auto;
    } */

    .btninfo img {
        max-width: 73px;
        width: 100%;
    }
      
}


@media screen and (max-width: 362px) and (orientation: portrait) {
    .mobile {
        max-height: 50px;
    }

    #GameScreenErrorMessage {
        font-size: 19px;
        max-width: 400px;
        width: 90%;
    }

    /* .screen2 {
        min-height: auto;
    } */
    .btninfo {
      
        display: flex;
       
    }
    .btninfo img {
        max-width: 73px;
        width: 100%;
    }

    .gameLbWrap .tab-content {

        padding: 10px 0px 10px;
       
    }
    .gcText {

        padding: 0px;
    }
}
