/* 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 10px;
    }

    .main .container {
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .container {
          max-width:400px;
          padding: 0 10px;
    }
    
    div:where(.swal2-container) div:where(.swal2-popup) {
        max-width: 400px!important;
    }
}

@media (min-width: 992px) {
    .container {
        max-width:400px;
        padding: 0 10px;
    }

    .final .container {
        padding: 0 10px;
    }
    
    body {
        transform-origin: top;
        transform: scale(1.2);
    }
}

/* 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/shake/start/bg.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    padding: 15px 0px;
    font-family: 'Averta Standard';
    font-weight: 300;
}

.p1_desc {
    text-shadow: 0px 1px 8px #4A0000;
    /* margin-top: -30px; */
    font-weight: 600;
    padding: 0px 60px;
}

.start-arrow {
  width: 80px;
}

.start-stick-container {
  width: 150px;
  cursor: pointer;
}

.start-btn {
  width: 200px;
  margin-top: -50px;
  cursor: pointer;
  z-index: 10;
}

.text-grey {
    color: #D9D9D9;
}

.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;
  }
}

/* ----------------------------------------------------------------
    Game page
-----------------------------------------------------------------*/

body div.game {
  background-image: url("../images/shake/fortune/bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: center;
  padding: 15px 0px;
  font-family: 'Averta Standard';
  font-weight: 300;
}

.p2_desc {
  text-shadow: 0px 1px 8px #4A0000;
  /* margin-top: -30px; */
  font-weight: 600;
  padding: 0px 60px;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: 20px;
}


.stick-group {
  margin-top: 50px;
  padding-top: 50px;
  cursor: pointer;
}

.stick-item {
  position: absolute;
  display: flex;
  justify-content: center;
  top: 0;
  width: 100%;
}

.stick-item img {
  position: absolute;
  width: 40px;
}

.stick-item img.center {
  z-index: 1;
}

.stick-item img.topleft {
  transform: translateX(-15px) translateY(-23px) rotate(-10deg);
  
}

.stick-item img.topright {
  transform: translateX(15px) translateY(-23px) rotate(10deg);
}

.stick-item img.left {
  transform: translateX(-23px) translateY(0px) rotate(-10deg);
}

.stick-item img.right {
  transform: translateX(23px) translateY(0px) rotate(10deg);
}

.stick-container {
  z-index: 1;
}

.stick-container img {
  width: 150px;
}

body div.game .start-btn {
  margin-top: -25px;
}

/* Fortune Stick Shake Game Animations */
@keyframes containerShake {
  0%, 100% { transform: rotate(0deg); }
  10% { transform: rotate(-8deg); }
  20% { transform: rotate(8deg); }
  30% { transform: rotate(-6deg); }
  40% { transform: rotate(6deg); }
  50% { transform: rotate(-4deg); }
  60% { transform: rotate(4deg); }
  70% { transform: rotate(-2deg); }
  80% { transform: rotate(2deg); }
  90% { transform: rotate(-1deg); }
}

@keyframes stickWobbleCenter {
  0%, 100% { transform: translateX(0) translateY(0) rotate(0deg); }
  25% { transform: translateX(0) translateY(-10px) rotate(4deg); }
  50% { transform: translateX(0) translateY(-14px) rotate(-3deg); }
  75% { transform: translateX(0) translateY(-8px) rotate(2deg); }
}

@keyframes stickWobbleTopLeft {
  0%, 100% { transform: translateX(-15px) translateY(-23px) rotate(-10deg); }
  25% { transform: translateX(-15px) translateY(-33px) rotate(-6deg); }
  50% { transform: translateX(-15px) translateY(-37px) rotate(-13deg); }
  75% { transform: translateX(-15px) translateY(-30px) rotate(-8deg); }
}

@keyframes stickWobbleTopRight {
  0%, 100% { transform: translateX(15px) translateY(-23px) rotate(10deg); }
  25% { transform: translateX(15px) translateY(-33px) rotate(14deg); }
  50% { transform: translateX(15px) translateY(-37px) rotate(7deg); }
  75% { transform: translateX(15px) translateY(-30px) rotate(12deg); }
}

@keyframes stickWobbleLeft {
  0%, 100% { transform: translateX(-23px) translateY(0px) rotate(-10deg); }
  25% { transform: translateX(-23px) translateY(-10px) rotate(-6deg); }
  50% { transform: translateX(-23px) translateY(-14px) rotate(-13deg); }
  75% { transform: translateX(-23px) translateY(-8px) rotate(-8deg); }
}

@keyframes stickWobbleRight {
  0%, 100% { transform: translateX(23px) translateY(0px) rotate(10deg); }
  25% { transform: translateX(23px) translateY(-10px) rotate(14deg); }
  50% { transform: translateX(23px) translateY(-14px) rotate(7deg); }
  75% { transform: translateX(23px) translateY(-8px) rotate(12deg); }
}

@keyframes stickEject {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg);
    opacity: 1;
  }
  /* 40% {
    transform: translateX(0) translateY(-50px) rotate(0deg);
    opacity: 1;
  }
  70% {
    transform: translateX(0) translateY(-65px) rotate(0deg);
    opacity: 1;
  } */
  100% {
    transform: translateX(0) translateY(-55px) rotate(0deg);
    opacity: 1;
  }
}

@keyframes stickGlow {
  0%, 100% {
    filter: drop-shadow(0 0 8px #ffd700) drop-shadow(0 0 12px #ffb700);
  }
  50% {
    filter: drop-shadow(0 0 20px #ffd700) drop-shadow(0 0 35px #ffb700) drop-shadow(0 0 50px #ff4500);
  }
}

@keyframes floatStick {
  0%, 100% {
    transform: translateX(0) translateY(-55px) rotate(0deg);
  }
  50% {
    transform: translateX(0) translateY(-55px) rotate(0deg);
  }
}

.stick-group.shaking {
  animation: containerShake 0.5s ease-in-out;
}

.stick-group.shaking .stick-item img.center:not(.ejecting) {
  animation: stickWobbleCenter 0.1s ease-in-out infinite;
}

.stick-group.shaking .stick-item img.topleft:not(.ejecting) {
  animation: stickWobbleTopLeft 0.11s ease-in-out infinite;
}

.stick-group.shaking .stick-item img.topright:not(.ejecting) {
  animation: stickWobbleTopRight 0.09s ease-in-out infinite;
}

.stick-group.shaking .stick-item img.left:not(.ejecting) {
  animation: stickWobbleLeft 0.12s ease-in-out infinite;
}

.stick-group.shaking .stick-item img.right:not(.ejecting) {
  animation: stickWobbleRight 0.1s ease-in-out infinite;
}

.stick-item img.ejecting {
  animation: stickEject 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards,
             stickGlow 0.4s ease-in-out infinite;
  z-index: 100 !important;
  position: absolute;
}

.stick-item img.floating {
  animation: floatStick 1.5s ease-in-out infinite,
             stickGlow 0.4s ease-in-out infinite;
  z-index: 100 !important;
  transform: translateX(0) translateY(-55px) rotate(0deg);
}

.stick-item img.hidden {
  opacity: 0;
  pointer-events: none;
}

.tap-to-shake.pulsing {
  /* animation: pulseC 1s ease-in-out infinite; */
  cursor: pointer;
}

/* ----------------------------------------------------------------
    Zoom travel transition (main â†’ game)
-----------------------------------------------------------------*/
@keyframes zoomTravelOut {
  0%   { transform: scale3d(1, 1, 1);     opacity: 1; }
  100% { transform: scale3d(2.5, 2.5, 1); opacity: 0; }
}

@keyframes zoomTravelIn {
  0%   { transform: scale3d(2.5, 2.5, 1); opacity: 0; }
  100% { transform: scale3d(1, 1, 1);     opacity: 1; }
}

.zoom-travel-out {
  animation: zoomTravelOut 0.4s ease-in forwards;
  transform-origin: center center;
  will-change: transform, opacity;
}

.zoom-travel-in {
  animation: zoomTravelIn 0.35s ease-out forwards;
  transform-origin: center center;
  will-change: transform, opacity;
}

/* ----------------------------------------------------------------
    Final page
-----------------------------------------------------------------*/
body div.final {
  background-image: url("../images/shake/fortune/bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position-x: center;
  padding: 15px 0px;
  font-family: 'Averta Standard';
  font-weight: 300;
  min-height: 700px;
}

.final-container {
  margin-top: -115px;
  padding: 10px;
  position: relative;
}

.prize-container {
  /* width: 100%; */
  top: 16%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 21%;
}

.prize-container img {
  /* width: 200px; */
}

/* Light FX rotating glow */
.fx-screen {
  mix-blend-mode: screen;
  animation: rotateGlow 10s linear infinite;
}

.claimBtn {
  cursor: pointer;
}

@keyframes rotateGlow {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Prize elements - hidden initially */
.prize-congrats,
.prize-bonus,
.prize-amount {
  opacity: 0;
}

/* Show prize elements when animated */
.prize-congrats.animate__animated,
.prize-bonus.animate__animated,
.prize-amount.animate__animated {
  opacity: 1;
}

/* Prize amount golden glow pulse */
@keyframes prizeGlow {
  0%, 100% {
    filter: drop-shadow(0 0 10px #ffd700);
  }
  50% {
    filter: drop-shadow(0 0 25px #ffd700) drop-shadow(0 0 40px #ff6b00);
  }
}

.prize-amount.animate__animated {
  animation: zoomIn 0.8s ease-out forwards, prizeGlow 1.5s ease-in-out infinite 0.8s;
}

/* 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 .errorimg {
  width: 250px;
  margin-top: 150px;
}

.modalCustom.drawNow#canvasMessageE .modal-body .modal-text {
  margin-top: 0;
}

.modalCustom.drawNow#canvasMessageE .modal-body .modal-text .modal_content{
  margin-top: 0;
  margin-bottom: 10%;
  padding: 0px 40px;
  text-shadow: 1px 2px 2.5px rgba(0, 0, 0, 0.7);
}

.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: 150px;
}

.modalCustom.drawNow#winningPrizeModal .modal-body .modal-text {
  position: relative;
  /*  height: 100%; */
  margin-top: -55%;
  text-align: center;
} 

.modalCustom.drawNow#winningPrizeModal .modal-body .modal-text .winning-prize {
  width: 65%;
  margin-top: 5px;
} 

.modalCustom.drawNow#winningPrizeModal .modal-text .gap-2{
  /*position: absolute; 
  width: 100%;  
  bottom: 10%;  */
  margin-top: 110px!important;
}

.modalCustom.drawNow#winningPrizeModal .modal-text .gap-2 .nextBtn{
  background-image: url(../images/v1/game/winning/claim-now.png);
  padding-bottom: 20px;
}

.modalCustom.drawNow#welcomeBonusModal .modal-body{
  padding: unset;
  
}

.modalCustom.drawNow#welcomeBonusModal .modal-body .modal-div {
  margin: 35% auto 30%;
  /*  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: 160px;
    margin-top: 30px;
}

#guideModal.modalCustom.drawNow .modal-body .purpleArrow {
    width: 80px;
    margin-bottom: 15px;
}

#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,
  body div.final,
  body div.main {
    background-size: unset;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
  }

  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;
  }*/
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 400px;
        margin: 0 auto;
    }
}