/* font style
--------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'go3v2';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/go3v2.ttf);
}

@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);
}

@font-face {
  font-family: 'Averta Standard';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/AvertaStandard/AvertaStd-Regular.ttf);
}

@font-face {
  font-family: 'Averta Standard';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/AvertaStandard/AvertaStd-Semibold.ttf);
}

@font-face {
  font-family: 'Averta Standard';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/AvertaStandard/AvertaStd-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 23px;
    }

    .main .container {
        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 div.main {
    background-image: url("../images/cacc/startPage/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    padding: 39px 20px;
    font-family: 'Averta Standard';
    font-weight: 300;
}

.p1_title {
    font-family: 'go3v2';
    font-weight: 300;
    text-shadow: 0px 1px 8px #FF0000;
}

.p1_desc {
    text-shadow: 0px 1px 8px #4A0000;
    margin-top: -30px;
    font-weight: 600;
}

.text-grey {
    color: #D9D9D9;
}

.phoneNumberI {
    padding-top: 11px;
    padding-bottom: 11px;
}

.nextBtn {
    border: unset;
    color: white;
    background-color: transparent;
    font-size: 22px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../images/cacc/startPage/start-button.png);
    background-size: 100%;
    background-repeat: no-repeat;
    font-family: 'go3v2';
    font-weight: 300;
}

.nextBtn:hover {
/*    border-color: #FFFFFF77;*/
/*    background-color: rgba(255, 255, 255, 0.4);*/
}

body div.main .purplecoin1-container {
    top: 40%;
    left: -20%;
    z-index: -1;
}

body div.main .purplecoin1-container img {
    width: 200px;
}

body div.main .coin1-container {
    bottom: -7%;
    left: -7%;
}

body div.main .coin1-container img {
    width: 130px;
}

body div.main .coin2-container {
    top: 10%;
    left: -15%;
}

body div.main .coin2-container img {
    width: 130px;
}

body div.main .coin3-container {
    top: 32%;
    right: 0%;
}

body div.main .coin3-container img {
    width: 130px;
}

body div.main .monkey-container {
    bottom: 11%;
    right: 0%;
    /*z-index: -1;*/
}

body div.main .monkey-container img {
    width: 130px;
}

.pulse-smooth {
    transform: scale(1);
    animation: pulseC infinite ease-in-out;
}

@keyframes pulseC {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: scale(var(--pulse-intensity, 1.1)) rotate(var(--pulse-rotation, 15deg));
    opacity: 1;
  }
}

/*.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: 500;
  color: black;
  margin: 0 auto;
}
.digit-group .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
}

/* ----------------------------------------------------------------
    Game page
-----------------------------------------------------------------*/

body div.game {
  background-image: url("../images/cacc/game/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position-x: center;
  font-family: 'SF Pro Display';
  font-weight: 300;
}

body div.game .purplecoin1-container {
    top: -5%;
    left: -15%;
}

body div.game .purplecoin1-container img {
    width: 150px;
}

body div.game .purplecoin2-container {
    top: 5%;
    right: 0%;
    z-index: -1;
}

body div.game .purplecoin2-container img {
    width: 85px;
}

.game_top{
  margin-top: 180px;
}

.p2_title {
  line-height: 25px;
  font-weight: 600;
  text-shadow: 1px 1px 10px #760000;
}

.titleLogo {
    margin-top: -15px;
}

.spinToWinImg {
    margin-top: -30px;
}

.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: 355px;
  margin-top: -20px;
  /*background-color: #4C0A06;
  border: 4px solid #811F1F;
  border-radius: 15px;
  background-image: url("../images/bk8tapnwin/innerFrame.png");
  background-blend-mode: lighten;*/
}

.gameboxNeon {
    margin-top: -105px;
}

.lottery{
    width: 320px;
    margin: 15px 10px;
    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 div.opps{
  width: 80px;
  height: 80px;
  background-image: url('../images/cacc/game/lottery/try-again.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
}

.lottery li.active div.opps {
  background-image: url('../images/cacc/game/lottery/try-again.png');
}

.lottery li div.free-20{
  width: 80px;
  height: 80px;
  background-image: url('../images/cacc/game/lottery/free-20.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
}

.lottery li.active div.free-20 {
  background-image: url('../images/cacc/game/lottery/free-20.png');
}

.lottery li div.angbao-18{
  width: 80px;
  height: 80px;
  background-image: url('../images/cacc/game/lottery/angbao-18.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
}

.lottery li.active div.angbao-18 {
  background-image: url('../images/cacc/game/lottery/angbao-18.png');
}

.lottery li div.freespin-10{
  width: 80px;
  height: 80px;
  background-image: url('../images/cacc/game/lottery/freespin-10.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
}

.lottery li.active div.freespin-10 {
  background-image: url('../images/cacc/game/lottery/freespin-10.png');
}

.lottery li div.freespin-30{
  width: 80px;
  height: 80px;
  background-image: url('../images/cacc/game/lottery/freespin-30.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
}

.lottery li.active div.freespin-30 {
  background-image: url('../images/cacc/game/lottery/freespin-30.png');
}

.lottery li div.jackpot{
  width: 80px;
  height: 80px;
  background-image: url('../images/cacc/game/lottery/jackpot.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
}

.lottery li div.iphone16{
  width: 80px;
  height: 80px;
  background-image: url('../images/cacc/game/lottery/iphone16.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
}

.lottery li div.spinNow{
  width: 160px;
  height: 160px;
  background-image: url('../images/cacc/game/lottery/centre-box.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
}

/* .lottery li div.opps{
    width: 80px;
    height: 80px;
    background-image: url('../images/cacc/game/lottery-evergreen/try-again.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.lottery li div.angbao-88{
    width: 80px;
    height: 80px;
    background-image: url('../images/cacc/game/lottery-evergreen/angbao-88.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.lottery li div.freespin-10{
    width: 80px;
    height: 80px;
    background-image: url('../images/cacc/game/lottery-evergreen/freespin-10.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.lottery li div.freespin-88{
    width: 80px;
    height: 80px;
    background-image: url('../images/cacc/game/lottery-evergreen/freespin-88.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.lottery li div.freespin-188{
    width: 80px;
    height: 80px;
    background-image: url('../images/cacc/game/lottery-evergreen/freespin-188.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.lottery li div.bonus-300{
    width: 80px;
    height: 80px;
    background-image: url('../images/cacc/game/lottery-evergreen/bonus-300.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.lottery li div.iphone16{
    width: 80px;
    height: 80px;
    background-image: url('../images/cacc/game/lottery-evergreen/iphone16.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.lottery li div.spinNow{
    width: 160px;
    height: 160px;
    background-image: url('../images/cacc/game/lottery-evergreen/centre-box.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
} */

.lottery li.active div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgb(255 185 0 / 50%); */
  pointer-events: none;
  border-radius: 10px;
  border: 5px solid rgba(239, 213, 22, 1)
}

/*
.lottery li.active div.iphone16 {
    background-image: url('../images/cacc/game/lottery/iphone16.png');
    filter: brightness(0) saturate(100%) invert(50%) sepia(100%) saturate(300%) hue-rotate(150deg);
}*/


.lottery li:nth-of-type(1){
    left: 0;
    top: 0;
}

.lottery li:nth-of-type(2){
    left: 80px;
    top: 0;
}

.lottery li:nth-of-type(3){
    left: 160px;
    top: 0;
}

.lottery li:nth-of-type(4){
    left: 240px;
    top: 0px;
}

.lottery li:nth-of-type(5){
    left: 240px;
    top: 80px;
}

.lottery li:nth-of-type(6){
    left: 240px;
    top: 160px;
}

.lottery li:nth-of-type(7){
    left: 240px;
    top: 240px;
}

.lottery li:nth-of-type(8){
    left: 160px;
    top: 240px;
}

.lottery li:nth-of-type(9){
    left: 80px;
    top: 240px;
}

.lottery li:nth-of-type(10){
    left: 0px;
    top: 240px;
}

.lottery li:nth-of-type(11){
    left: 0;
    top: 160px;
}

.lottery li:nth-of-type(12){
    left: 0;
    top: 80px;
}

.lottery li:nth-of-type(13){
    left: 80px;
    top: 80px;
    width: 160px;
    height: 160px;
    cursor: pointer;
}

.monkey-indicator {
    position: absolute;
    left: 0;
    transition: transform 0.2s ease-in-out;
    pointer-events: none;
    z-index: 20;
}

.spinNumber {
  font-size: 7px;
  font-weight: 600;
  color: #FFFFFF;
/*  background-color: #250876;*/
  border-radius: 9px;
  line-height: normal;
/*  position: absolute;*/
  padding: 2px 25px;
  margin-top: -8px;
  font-family: "Averta Standard";
/*  left: 12px;*/
/*  top: 128px;*/
/*  background: radial-gradient(circle, rgba(239,27,1,1) 0%, rgba(133,4,0,1) 100%);*/
/*  box-shadow: 2px 2px 1px #6E0800 inset;*/
/*  text-shadow: 0px 1px 2px #450000;*/
}

.spinNumber div.spinsLeft {
  font-size: 10px;
  font-weight: 600;
}

.countdown.box{
  padding: 15px 10px;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  width: 180px;
  background-image: url('../images/cacc/game/timer-box.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: center;
/*  background: radial-gradient(circle, rgba(239,27,1,1) 0%, rgba(133,4,0,1) 100%);*/
/*  border: 3px solid #E6C758;*/
/*  border-radius: 25px;*/
/*  box-shadow: 2px 2px 10px #6e0800 inset;*/
  margin: auto;
}

.countdown .content p{
  margin-bottom: 0;
}

#countdown li {
  display: inline-block;
  font-size: 20px;
  color: #FFF8E3;
  list-style-type: none;
  padding: 0px 6px;
  text-transform: uppercase;
  font-family: 'go3v2';
/*  text-shadow: 0px 1px 5px #FF0303B3;*/
}

/*#countdown li:nth-of-type(1), #countdown li:nth-of-type(2){
  border-right: 2px solid #E84134;
}*/

/*#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.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;
  font-family: 'go3v2';
  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#canvasMessageE .modal-body{
  padding: 0% 0% 10%;
}

.modalCustom.drawNow#canvasMessageE .modal-body .modal-text {
  margin-top: 0;
}

.modalCustom.drawNow#canvasMessageE .modal-body .modal-text .modal_content{
  margin-top: 10%;
  margin-bottom: 10%;
  padding: 0px 40px;
}

.modalCustom.drawNow#canvasMessageE .modal-body .modal-text .modal-button-container {
    padding: 0 20%;
}

.modalCustom.drawNow .modal-body .modal-text .drawNowBtnDiv{
  /*position: absolute;
  bottom: 0;*/
}

.modalCustom.drawNow#winningPrizeModal .modal-body{
  padding: 0% 0% 10%;
}

.modalCustom.drawNow#winningPrizeModal .modal-body .winning-box {
  margin-top: -90px;
}

.modalCustom.drawNow#winningPrizeModal .modal-body .modal-text {  
  position: relative; 
/*  height: 100%; */
  margin-top: -75%; 
  text-align: center;
} 

.modalCustom.drawNow#winningPrizeModal .modal-body .modal-text .winning-prize {  
  width: 70%;
} 

.modalCustom.drawNow#winningPrizeModal .modal-text .gap-2{  
  /*position: absolute; 
  width: 100%;  
  bottom: 10%;  */
}

.modalCustom.drawNow#winningPrizeModal .modal-text .gap-2 .nextBtn{  
  background-image: url(../images/cacc/game/final/claim-button.png);
}

.modalCustom.drawNow#welcomeBonusModal .modal-body{
  padding: unset;
  
}

.modalCustom.drawNow#welcomeBonusModal .modal-body .modal-div {
  margin: 5% auto 10%;
/*  position: relative;*/
/*  max-width: 300px;*/
}

.modalCustom.drawNow#welcomeBonusModal .modal-body .modal-text {
/*  position: absolute;*/
/*  top: 46%;*/
  margin-top: unset!important;
}

.modalCustom.drawNow#welcomeBonusModal .modal-body .modal-text .nextBtn{  
  background-image: url(../images/cacc/game/final/register-button.png);
}

.modalCustom.drawNow#welcomeBonusModal .modal-body .modal-text .modal_title{
  left: 35%;
  color: #673700;
  font-family: 'SF Pro Display';
  text-shadow: unset;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}

.modalCustom.drawNow#welcomeBonusModal .modal-body ol{
  left: 0;
  padding-left: 1.5rem;
}

.modalCustom.drawNow#welcomeBonusModal .modal-body ol li {
  color: #5C3202;
  font-family: 'SF Pro Display';
  text-align: left;
  font-size: 12px;
}

.modalCustom.drawNow#welcomeBonusModal .modal-body .modal-text span{
  color: #5C3202;
  font-family: 'SF Pro Display';
  text-align: left;
  font-size: 11px;
  font-style: italic;
  padding-left: 5px;
}

.modalCustom.drawNow#welcomeBonusModal .modal-body .modal_prize {
  margin-top: 7%;
  color: white;
  font-family: 'SF Pro Display';
  font-weight: 600;
  text-align: center;
  font-size: 20px;
}

.modalCustom.drawNow#welcomeBonusModal .modal-body .modal_contact {
  margin-top: 15%;
  color: white;
  font-family: 'SF Pro Display';
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}

.modalCustom.drawNow#welcomeBonusModal .modal-body .modal_contact_hp {
  /*margin-top: 8%;*/
  color: white;
  font-family: 'SF Pro Display';
  font-weight: 600;
  text-align: center;
  font-size: 25px;
}

/*.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-color: #4C0A06;
  border: 3px solid #811F1F;
  border-radius: 15px;
  max-width: 340px;
  margin: auto;
}

.marquee .content p{
  display:inline-block;
  margin-bottom: 0;
}

.theme.box{
  padding: 2px 10px;
  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: 500px) {
  .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: 0% 0% 10%;
}

#guideModal.modalCustom.drawNow .modal-body .spinNowBtn {
    width: 230px;
    margin-top: 30px;
}

#guideModal.modalCustom.drawNow .modal-body .purpleArrow {
    width: 100px;
}

#guideModal.modalCustom.drawNow .modal-body p {
    font-family: 'go3v2';
    font-weight: 300;
    color: white;
/*    text-shadow: 0px 1px 8px #FF0000;*/
    font-size: 18px;
}

#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: 180px;
    margin-top: 190px;
}

#guideModal.modalCustom.drawNow .modal-body .modal-text .nextBtn {
    margin-top: 70px!important;
    padding-top: 3%;
    width: 100%;
    max-width: 300px;
}

@media (min-width: 576px) {
    #guideModal .modal-dialog {
        margin: 0 auto;
    }
}

.enjoyhint {
    z-index: 1111!important;
    
}

.enjoy_hint_label, .enjoy_hint_label p {
    font-family: 'go3v2'!important;
    font-weight: 300;
    text-shadow: 0px 1px 8px #FF0000;
}

.enjoyhint_close_btn {
  display: none!important;
}


@media only screen and (min-width: 460px) {
  body div.game {
    background-size: unset;
    max-width: 400px;
    margin: auto;
  }

  body div.game .game_top {
    margin-top: 215px;
  }

  body div.game .modalCustom .modal-body {
    background-size: 100%;
    background-attachment: unset;
  }
}

@media only screen and (min-width: 501px) {
  body div.game .modalCustom.drawNow .modal-body .modal-text .modal_title {
    font-size: 35px;
  }

  body div.game .modalCustom.drawNow .modal-body .modal-text .modal_content {
    font-size: 20px;
  }

  body div.game #winningPrizeModal .nextBtn, body div.game #canvasMessageE .nextBtn {
    font-size: 30px;
  }
}

@media (min-width: 575.98px){
  body div.game #winningPrizeModal .modal-fullscreen-sm-down .modal-body {
/*      overflow-y: auto;*/
  }

  body div.game #winningPrizeModal .modal-fullscreen-sm-down {
    height: 100%;
    min-height: 850px;
  }

  body div.game #winningPrizeModal .modal-fullscreen-sm-down .modal-content {
    height: 95%;
    border: 0;
    border-radius: 0;
  }

  /*body div.game #winningPrizeModal .modal-body .modal-text {
    margin-top: 550px;
  }

  .modalCustom.drawNow#winningPrizeModal .modal-text .nextBtn {
    position: inherit;
    bottom: unset;
    width: unset;
  }*/
}