/* font style
--------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/Gotham/Gotham-Book.otf);
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Gotham/Gotham-Medium.otf);
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Gotham/Gotham-Bold.otf);
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Gotham/Gotham-Black.otf);
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 650;
  src: url(../fonts/Gotham/Gotham-Black-Italic.otf);
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/SFpro/SF-Pro-Display-Light.otf);
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 250;
  src: url(../fonts/SFpro/SF-Pro-Display-LightItalic.ttf);
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/SFpro/SF-Pro-Display-Regular.ttf);
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/SFpro/SF-Pro-Display-Medium.ttf);
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 450;
  src: url(../fonts/SFpro/SF-Pro-Display-MediumItalic.otf);
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/SFpro/SF-Pro-Display-Semibold.ttf);
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 550;
  src: url(../fonts/SFpro/SF-Pro-Display-SemiboldItalic.otf);
}

@font-face {
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/SFpro/SF-Pro-Display-Bold.ttf);
}

/*--------------------------------------------------------------------------------------------------
END font style */
/* ----------------------------------------------------------------
	Bootstrap Adjustments
-----------------------------------------------------------------*/

@media (max-width: 400px) {
    .container {
        max-width: 400px;
        padding: 0 10px;
    }
}

@media (min-width: 400px) {
    .container {
        max-width: 400px;
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .container {
          max-width:400px;
          padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width:400px;
        padding: 0 30px;
    }
}

/* START for alignment
--------------------------------------------------------------------------------------------------*/

.f-11{
  font-size: 11px!important;
}

.f-12{
  font-size: 12px!important;
}

.f-13{
  font-size: 13px!important;
}

.f-14{
  font-size: 14px!important;
}

.f-15{
  font-size: 15px!important;
}

.f-16{
  font-size: 16px!important;
}

.f-17{
  font-size: 17px!important;
}

.f-18{
  font-size: 18px!important;
}

.f-19{
  font-size: 19px!important;
}

.f-20{
  font-size: 20px!important;
}

.f-21{
  font-size: 21px!important;
}

.f-22{
  font-size: 22px!important;
}

.f-23{
  font-size: 23px!important;
}

.f-24{
  font-size: 24px!important;
}

.f-25{
  font-size: 25px!important;
}

.f-26{
  font-size: 26px!important;
}

.f-27{
  font-size: 27px!important;
}

.f-28{
  font-size: 28px!important;
}

.f-34{
  font-size: 34px!important;
}

.fw-1{
  font-weight: 100!important;
}

.fw-2{
  font-weight: 200!important;
}

.fw-2-5{
  font-weight: 250!important;
}

.fw-3{
  font-weight: 300!important;
}

.fw-4{
  font-weight: 400!important;
}

.fw-4-5{
  font-weight: 450!important;
}

.fw-5{
  font-weight: 500!important;
}

.fw-5-5{
  font-weight: 550!important;
}

.fw-6{
  font-weight: 600!important;
}

.fw-7{
  font-weight: 700!important;
}

/*--------------------------------------------------------------------------------------------------
END for alignment */

/* ----------------------------------------------------------------
    Main page
-----------------------------------------------------------------*/
body {
  cursor: url('../images/newTapTapMe/Mouse.png') 16 16, auto; /* Custom cursor for the entire page */
}

body.main {
    background-image: url("../images/taptapme/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    padding: 39px 20px;
    font-family: 'Gotham';
    font-weight: 400;
}

.p1_title {
    /*font-family: 'go3v2';*/
    font-weight: 300;
    text-shadow: 0px 1px 8px #FF0000;
}

.p1_desc {
    text-shadow: 0px 1px 8px #4A0000;
    margin-top: -24.5%;
}

.text-grey {
    color: #D9D9D9;
}

.phoneNumberI {
    padding-top: 11px;
    padding-bottom: 11px;
}

.nextBtn {
    border: 4px solid #E6C758;
    border-radius: 30px;
    color: white;
    background: rgb(250,178,255);
    background: linear-gradient(180deg, #a80202 0%, #6b0000 100%);
    font-size: 18px;
    padding-top: 11px;
    padding-bottom: 11px;
    /*background-image: url(../images/bk8tapnwin/button.png);
    background-size: 100%;
    background-repeat: no-repeat;*/
    font-weight: 500;
}

.nextBtn:hover {
    border-color: #FFE486cc;
    background: linear-gradient(180deg, rgba(250,178,255,0.8) 0%, rgba(239,14,239,0.8) 30%, rgba(178,9,126,0.8) 92%, rgba(244,106,255,0.8) 99%, rgba(231,0,255,0.8) 100%)!important;
}

/*.nextBtn.btn-outline-secondary.disabled, .nextBtn.btn-outline-secondary:disabled {
    color: #a7a7a7;
    background-color: transparent;
}*/

.digit-group input {
  width: 45px;
  height: 45px;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 3px 3px 6px #09234880;
  border: none;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  /*font-family: "Raleway", sans-serif;*/
  font-weight: 400;
  color: black;
  margin: 0 auto;
}

.digit-group input.ios {
  padding-bottom: 10px;
}

.digit-group .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
}

/* ----------------------------------------------------------------
    Game page
-----------------------------------------------------------------*/

body.game {
  background-image: url("../images/newTapTapMe/bg1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position-x: center;
  font-family: 'Gotham';
  font-weight: 400;
  overflow: inherit!important;
}

.game_top{
  margin-top: 10px;
}

.p2_title {
  line-height: 25px;
  font-weight: 600;
  text-shadow: 1px 1px 10px #760000;
}

.p2_1000 {
  font-family: 'Riffic';
  font-weight: 600;
  font-size: 56px;
  letter-spacing: 2.92pt;
  color: white;
  text-align: center;
  -webkit-text-stroke: 2px #D6066C; /* width and color */
}

.inner {
  /* padding: 0px 20px; */
}

.gameBox {
  max-width: 340px;
  margin: auto;
  height: 450px;
  /*background-color: #4C0A06;*/
  /*border: 4px solid #811F1F;*/
  border-radius: 15px;
  /*background-image: url("../images/bk8tapnwin/innerFrame.png");*/
  /*background-blend-mode: lighten;*/
}

.lottery{
    width: 330px;
    margin: 72px 5px;
    position: relative;
}

.lottery li{
  width: 75px;
  height: 75px;
  /*border: 1px solid #000;*/
  box-sizing: border-box;
  text-align: center;
  line-height: 80px;
  position: absolute;
  list-style-type: none;
  /*border-radius: 12px;*/
  /*background: linear-gradient(#ffffff, #EFE8FF, #E1D5FF, #EDE6FF);*/
  /*box-shadow: 0px 6px 0px #B9AED9;*/
}

/*.lottery li:nth-of-type(7){ 
    background-image: url("../images/taptapme/slotbox-failed.png");
}*/

/* .lottery li.active {
    background-image: url("../images/taptapme/slotbox-selected.png");
} */

.lottery li:last-child {
    width: 75px;
    height: 70px;
    /*border: 1px solid #000;*/
    box-sizing: border-box;
    text-align: center;
    line-height: 70px;
    position: absolute;
    display: flex;
    -webkit-justify-content: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    list-style-type: none;
    border-radius: 15px;
    /*background: linear-gradient(#FAB2FF, #EF0EEF, #B2097E, #C9218D);*/
    /*box-shadow: 0px 6px 0px #B9AED9;*/
}

/*.lottery li{
    width: 76px;
    height: 70px;
    box-sizing: border-box;
    text-align: center;
    line-height: 80px;
    position: absolute;
    list-style-type: none;
    border-radius: 12px;
    background: linear-gradient(#ffffff, #EFE8FF, #E1D5FF, #EDE6FF);
    box-shadow: 0px 6px 0px #B9AED9;
}

.lottery li div.opps label{
    position: absolute;
    top: 28px;
    left: 0px;
    color: #9882D6;
    font-size: 11px!important;
    line-height: 10px;
    letter-spacing: -0.17px;
}*/

/* .lottery li.active div label {
    color: #9D6F09!important;
}

.lottery li.active div label span {
    color: #ffffff!important;
} */

.lottery li div.opps{
  width: 75px;
  height: 70px;
  background-image: url('../images/newTapTapMe/lottery/TRY_AGAIN.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
}

.lottery li.active div.opps {
  background-image: url('../images/newTapTapMe/lottery/TRY_AGAIN_selected.png');
}

.lottery li div.sgd2880{
    width: 75px;
    height: 70px;
    background-image: url('../images/newTapTapMe/lottery/SGD2880_BONUS.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.lottery li.active div.sgd2880 {
  background-image: url('../images/newTapTapMe/lottery/SGD2880_BONUS_selected.png');
}

.lottery li div.x10{
  width: 75px;
  height: 70px;
  background-image: url('../images/newTapTapMe/lottery/X10_FREE_SPIN.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
}

.lottery li.active div.x10 {
  background-image: url('../images/newTapTapMe/lottery/X10_FREE_SPIN_selected.png');
}

.lottery li div.sgd5slot{
  width: 75px;
  height: 70px;
  background-image: url('../images/newTapTapMe/lottery/SGD5_SLOT_BONUS.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
}

.lottery li.active div.sgd5slot {
  background-image: url('../images/newTapTapMe/lottery/SGD5_SLOT_BONUS_selected.png');
}

.lottery li div.x5{
  width: 75px;
  height: 70px;
  background-image: url('../images/newTapTapMe/lottery/X5_FREE_SPIN.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
}

.lottery li.active div.x5 {
  background-image: url('../images/newTapTapMe/lottery/X5_FREE_SPIN_selected.png');
}

.lottery li div.sgd88angbao{
  width: 75px;
  height: 70px;
  background-image: url('../images/newTapTapMe/lottery/SGD88_ANGPAO.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
}

.lottery li.active div.sgd88angbao {
  background-image: url('../images/newTapTapMe/lottery/SGD88_ANGPAO_selected.png');
}

.lottery li div.sgd5angbao{
  width: 75px;
  height: 70px;
  background-image: url('../images/newTapTapMe/lottery/SGD5_ANGPAO.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
}

.lottery li.active div.sgd5angbao {
  background-image: url('../images/newTapTapMe/lottery/SGD5_ANGPAO_selected.png');
}

.lottery li div.sgd8slot{
  width: 75px;
  height: 70px;
  background-image: url('../images/newTapTapMe/lottery/SGD8_SLOT_BONUS.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
}

.lottery li.active div.sgd8slot {
  background-image: url('../images/newTapTapMe/lottery/SGD8_SLOT_BONUS_selected.png');
}

.lottery li:nth-of-type(1){
    left: 0;
    top: 0;
}

.lottery li:nth-of-type(2){
    left: 85px;
    top: -40px;
}

.lottery li:nth-of-type(3){
    left: 170px;
    top: -40px;
}

.lottery li:nth-of-type(4){
    left: 255px;
    top: 0px;
}

.lottery li:nth-of-type(5){
    left: 255px;
    top: 79px;
}

.lottery li:nth-of-type(6){
    left: 255px;
    top: 158px;
}

.lottery li:nth-of-type(7){
    left: 255px;
    top: 237px;
}

.lottery li:nth-of-type(8){
    left: 170px;
    top: 277px;
}

.lottery li:nth-of-type(9){
    left: 85px;
    top: 277px;
}

.lottery li:nth-of-type(10){
    left: 0px;
    top: 237px;
}

.lottery li:nth-of-type(11){
    left: 0;
    top: 158px;
}

.lottery li:nth-of-type(12){
    left: 0;
    top: 79px;
}

.lottery li:nth-of-type(13){
    left: 85px;
    top: 39px;
    width: 160px;
    height: 230px;
    cursor: pointer;
}

.spinNumber {
  font-size: 10px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: normal;
}

.countdown.box{
  padding: 0px 10px;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  width: 165px;
  background: radial-gradient(circle, #a80202 0%, #6b0000 100%);
  border: 3px solid #E6C758;
  border-radius: 25px;
  box-shadow: 0px 3px 6px #a80202 inset;
  margin: auto;
}

.countdown .content p{
  margin-bottom: 0;
}

#countdown li {
  display: inline-block;
  font-size: 14px;
  color: #FFF8E3;
  list-style-type: none;
  padding: 5px 6px;
  text-transform: uppercase;
  text-shadow: 0px 1px 5px #FF0303B3;
}

#countdown li:nth-of-type(1), #countdown li:nth-of-type(2){
  border-right: 2px solid #B9269E;
}

/*#countdown li:nth-of-type(1) .countdownNumber {
  position: absolute;
  bottom: 18px;
  left: 21px;
}

#countdown li:nth-of-type(2) .countdownNumber {
  position: absolute;
  bottom: 18px;
  left: 25px;
}

#countdown li:nth-of-type(3) .countdownNumber {
  position: absolute;
  bottom: 18px;
  left: 25px;
}*/

/* custom modal */
.modal-backdrop.show {
    opacity: 0.8;
}

.modalCustom .modal-body{
  padding: unset;
  background-size: cover;
  background-attachment: fixed;
  background-position-x: center;
  background-repeat: no-repeat;
  /*max-width: 380px;*/
}

.modalCustom#verifiedModal .modal-body{
  background-attachment: initial;
}

.modalCustom.drawNow .modal-body{
  padding: 30% 10% 10%;
}

.modalCustom.drawNow .modal-body .modal-text {
  /*margin-top: -39%;*/
}

.modalCustom.drawNow .modal-body .modal-text .modal_title{
  color: white;
  text-shadow: 1px 1px 2px #760000;
  text-align: center;
  font-size: 28px;
}

.modalCustom.drawNow .modal-body .modal-text .modal_content{
  margin-top: 35%;
  padding: 0px 30px;
  color: white;
  font-size: 17px;
  text-align: center;
}

.modalCustom.drawNow .modal-body .modal-text .drawNowBtnDiv{
  /*position: absolute;
  bottom: 0;*/
}

.modalCustom.drawNow#verifiedModal .modal-body {
    padding: 10% 10% 10%;
    text-align: center;
}

/*.modalCustom.drawNow#verifiedModal .modal-body .modal_title {
    margin-top: 9%;
    font-weight: 400;
    font-size: 18px!important;
    margin-bottom: unset;
}*/

.modalCustom.drawNow#verifiedModal .modal-body .modal-text .modal_content {
    margin-top: 10%;
    padding: 0px 20px;
    color: white;
    font-weight: 400;
    font-size: 16px!important;
    text-align: center;
    color: #e9e9e9;
}

.modalCustom.drawNow#canvasMessageE .modal-body {
    padding: 10% 10% 10%;
    text-align: center;
}

.modalCustom.drawNow#canvasMessageE .modal-body .modal_title {
    margin-top: 15%;
    font-weight: 400;
    font-size: 20px!important;
    margin-bottom: unset;
}

.modalCustom.drawNow#canvasMessageE .modal-body .modal-text .modal_content {
    margin-top: 5%;
    padding: 0px 30px;
    color: white;
    font-weight: 400;
    font-size: 16px!important;
    text-align: center;
    color: #e9e9e9;
}

.modalCustom.drawNow#winningPrizeModal .modal-body .modal-text {  
  position: relative; 
  height: 100%; 
  margin-top: 0%; 
} 
.modalCustom.drawNow#winningPrizeModal .modal-text .gap-2{  
  /* position: absolute;  */
  width: 100%;  
  /* bottom: 0%;   */
  margin-top: -20px;
}

.blur {
  filter: blur(3px);
}

.modalCustom.drawNow#winningPrizeModal .modal-text .gap-2 div.standChance{  
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    background-color: #0000008c;
    border-radius: 14px;
}

.modalCustom.drawNow#spinMessage .modal-body .modal-text {  
  position: relative; 
  height: 100%; 
  margin-top: 0%; 
} 
.modalCustom.drawNow#spinMessage .modal-text .gap-2{  
  position: absolute; 
  width: 100%;  
  bottom: 0%;  
}

.modalCustom.drawNow#winningPrizeModal .modal-body{
    padding: 20% 10% 10%;
}

.modalCustom.drawNow#spinMessage .modal-body {
    padding: 40% 10% 10%;
}

.modalCustom.drawNow#welcomeBonusModal .modal-body{
  padding: unset;
  
}

.modalCustom.drawNow#welcomeBonusModal .modal-body .modal-div {
  margin: 15% auto 10%;
  position: relative;
  max-width: 300px;
}

.modalCustom.drawNow#welcomeBonusModal .modal-body .modal-text {
  position: absolute;
  top: 19%;
  margin-top: unset!important;
}

.modalCustom.drawNow#welcomeBonusModal .modal-body .modal-text .modal_title{
  left: 35%;
  color: #ffffff;
  /*font-family: 'SF Pro Display';*/
  text-shadow: unset;
  font-weight: 650;
  text-align: center;
  font-size: 18px;
}

.modalCustom.drawNow#winningPrizeModal .modal-body ol{
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

.modalCustom.drawNow#winningPrizeModal .modal-body ol li {
  color: #ffffff;
  /*font-family: 'SF Pro Display';*/
  text-align: center;
  font-size: 11px;
  font-weight: 400;
}

.modalCustom.drawNow#welcomeBonusModal .modal-body .modal-text span{
  color: #ffffff;
  /*font-family: 'SF Pro Display';*/
  text-align: left;
  font-size: 11px;
  font-style: italic;
  padding-left: 5px;
  font-weight: 400;
}

.modalCustom.drawNow#welcomeBonusModal .modal-body .modal_prize {
    top: -45px;
    position: relative;
    color: #5F4305;
    /*font-family: 'SF Pro Display';*/
    font-weight: 600;
    text-align: center;
    font-size: 24px;
}

.modalCustom.drawNow#welcomeBonusModal .modal-body .modal_contact {
  margin-top: 15%;
  color: white;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0;
}

.modalCustom.drawNow#welcomeBonusModal .modal-body .modal_contact_hp {
  /*margin-top: 8%;*/
  color: white;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
}

/*.modalCustom .modal_title, .modalCustom .canvas_title{
  font-size: 24px;
  color: #B70005;
  font-weight: 600;
  letter-spacing: 0.24px;
  text-align: center;
}

.modalCustom .modal_content, .modalCustom .canvas_content{
  font-size: 14px;
  color: #6E6E6E;
  font-weight: 300;
  text-align: center;
}
*/
/*.modalCustom .modalBtn, .modalCustom .canvasBtn {
  background-color: #FB233D;
  border-color: #FB233D;
  border-radius: 12px;
  box-shadow: 1px 3px 4px #FFF0F098 inset;
}*/

.modal-closeBtn {
  position: absolute;
  bottom: 15%;
  left: 42%;
}

.btn-circle.btn-xl {
    width: 52px;
    height: 52px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    color: #FFFFFF;
    border: 2px solid #FFFFFF77;
    box-shadow: 3px 3px 12px #FFFFFF79 inset;
    background-color: rgba(255, 255, 255, 0.35);
}



.marquee.box {
    padding: 2px 10px;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(28, 2, 5, 1) 50%, rgba(0, 0, 0, 0) 100%);

    /* background-color: rgba(28, 2, 5, 0.812); */
    /* max-width: 340px; */
    margin: auto;
    font-size: 12px;
    font-weight: 200;
}

.marquee .content p{
  display:inline-block;
  margin-bottom: 0;
}

.theme.box{
  padding: 2px 0px;
  color: #FFF;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  width: 100%;
  /*background-color: #760700;*/
  /*border: 3px solid #912E2E;*/
  /*border-radius: 11px;*/
  /*box-shadow: 0px 2px 3px #43000074;*/
  /*max-width: 340px;*/
  margin: auto;
}

.theme .content p{
  margin-bottom: 0;
}

/* Chrome, Safari, Edge, Opera */
input.numeric::-webkit-outer-spin-button,
input.numeric::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.numeric[type=number] {
  -moz-appearance: textfield;
}



@media (max-width: 400px) {
  .modalCustom.drawNow .modal-body .modal-text .modal_title{
    font-size: 6.5vw;
  }
}

#cookiesModal .modal-header {
  padding: 1rem 1rem 0rem;
  border-bottom: unset;
}

#cookiesModal .modal-body {
  padding: 0.5rem 1rem 1rem;
}

#cookiesModal .modal-footer {
  border-top: unset;
}

#cookiesModal .modal-footer button{
  margin: auto;
  padding: 0.375rem 2.75rem;
  border-radius: 20px;;
}

#guideModal.modalCustom.drawNow .modal-body {
    padding: 3% 5% 10%;
}

#guideModal.modalCustom.drawNow .modal-body .modal-text {
    margin-top: 8%;
    max-width: 400px;
    /*padding: 0 23px;*/
}

#guideModal.modalCustom.drawNow .modal-body .modal-text p {
    /*font-family: 'go3v2';*/
    font-weight: 300;
    text-shadow: 0px 1px 8px #FF0000;
    font-size: 36px;
}

#guideModal.modalCustom.drawNow .modal-body .modal-text img {
  width: 155px;
  margin-top: 280px;
}

#guideModal.modalCustom.drawNow .modal-body .modal-text .nextBtn {
    margin-top: 70px!important;
    padding-top: 3%;
    width: 100%;
    max-width: 300px;
}

.enjoyhint {
    z-index: 1111!important;
    
}

.enjoy_hint_label, .enjoy_hint_label {
    font-family: "Gotham"!important;
    font-weight: 400;
    text-shadow: 2px 2px 1px #8433bc;
}

.enjoy_hint_label, .enjoy_hint_label p {
    font-family: "Gotham";
    font-weight: 400;
    text-shadow: 2px 2px 1px #8433bc;
}

.enjoyhint_close_btn {
  display: none!important;
}


@media only screen and (min-width: 365px) {
  body.game {
    background-size: unset;
    max-width: 400px;
    margin: auto;
  }

  body.game .game_top {
    margin-top: 10px;
  }

  body.game .modalCustom .modal-body {
    background-size: cover;
    background-attachment: unset;
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 400px) {
  .lottery {
    margin: 67px 5px;
  }

  #guideModal.modalCustom.drawNow .modal-body .modal-text img {
    margin-top: 270px;
  }
}

@media only screen and (min-width: 410px) {
  #guideModal.modalCustom.drawNow .modal-body .modal-text img {
    margin-top: 270px;
  }
}

@media only screen and (min-width: 430px) {
  #guideModal.modalCustom.drawNow .modal-body .modal-text img {
    margin-top: 260px;
  }
}

@media only screen and (min-width: 450px) {
  #guideModal.modalCustom.drawNow .modal-body .modal-text img {
    margin-top: 255px;
  }
}

@media only screen and (min-width: 501px) {
  body.game .modalCustom.drawNow .modal-body .modal-text .modal_title {
    font-size: 35px;
  }

  body.game .modalCustom.drawNow .modal-body .modal-text .modal_content {
    font-size: 20px;
  }

  body.game #canvasMessageE .nextBtn{
    font-size: 30px;
  }
}

@media (min-width: 575.98px){
    body.game #winningPrizeModal .modal-fullscreen-sm-down .modal-body, body.game #spinMessage .modal-fullscreen-sm-down .modal-body{
        overflow-y: auto;
    }

    body.game #winningPrizeModal .modal-fullscreen-sm-down, body.game #spinMessage .modal-fullscreen-sm-down {
        height: 715px;
        min-height: 715px;
    }

    body.game #winningPrizeModal .modal-fullscreen-sm-down .modal-content, body.game #spinMessage .modal-fullscreen-sm-down .modal-content {
        height: 95%;
        border: 0;
        border-radius: 0;
    }

    .modal-dialog {
        max-width: 400px;
    }
    
  /*body.game #winningPrizeModal .modal-body .modal-text {
    margin-top: 550px;
  }

  .modalCustom.drawNow#winningPrizeModal .modal-text .nextBtn {
    position: inherit;
    bottom: unset;
    width: unset;
  }*/
}

@media (min-width: 768px){
  .lottery {
    margin: 87px 5px;
  }

  #guideModal.modalCustom.drawNow .modal-body .modal-text img {
    margin-top: 270px;
  }
}

/* animation */
.animation-heartbeat {
    animation: beat .5s infinite alternate;
}

/* Heart beat animation */
@keyframes beat{
    to { transform: scale(1.05); }
}

.s1 {
  left: 16px!important;  
}