/* font style
--------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'NCAA Marquette Bold';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NCAA-Marquette-Bold.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);
}

/*--------------------------------------------------------------------------------------------------
END font style */
/* ----------------------------------------------------------------
	Bootstrap Adjustments
-----------------------------------------------------------------*/

@media (max-width: 400px) {
    .container {
        max-width: 400px;
        padding: 0 10px;
    }
    .main .container {
      overflow-x: hidden;
    }
}

@media (min-width: 400px) {
    .container {
        max-width: 400px;
        padding: 0 23px;
    }
}

@media (min-width: 768px) {
    .container {
          max-width:400px;
          padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width:400px;
        padding: 0 30px;
    }

    .main .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
-----------------------------------------------------------------*/

html {
/*  height: 100%;*/
}
body.main {
    background-image: url("../images/bigbigwin/bg-home.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position-x: center;
    padding: 39px 20px;
    font-family: 'NCAA Marquette Bold';
    font-weight: 300;
}

@media only screen and (min-width: 500px){
    body.main {
        background-image: url("../images/bigbigwin/bg-home.jpg");
    }
}

@media only screen and (min-width: 460px){
    body.main {
        background-size: unset;
        max-width: 460px;
        margin: auto;
    }
}

.main .container {
/*    margin-top: 400px;*/
}

.main .content {
/*  position: absolute;
  bottom: 13%;
  left: 0;*/
      margin-top: -130px;
    position: relative;
  /*position: relative;
  top: -125px;*/
/*  margin-top: 350px!important;*/
}

.main .imageCai {
  transform-origin: center;
  scale: 1.5;
  position: relative;
}

.main .imageScroll {
  transform-origin: center;
  scale: 1.25;
  margin-top: 20px;
  position: relative;
}

.p1_title {
    font: normal normal bold 32px/34px NCAA Marquette Bold;
    color: #724704!important;
    letter-spacing: 0px;
}

.p1_desc {
    font: normal normal normal 15px/18px SF Pro Display;
    letter-spacing: 0px;
    color: #591100!important;
}

.text-grey {
    color: #D9D9D9;
}

.phoneNumberI {
    padding-top: 11px;
    padding-bottom: 11px;
}

.nextBtn {
    border: unset;
    background-color: transparent;
    padding-top: 8px;
    padding-bottom: 14px;
    background-image: url(../images/bigbigwin/button.png);
    background-size: 100%;
    background-repeat: no-repeat;
    font: normal normal bold 22px/34px NCAA Marquette Bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 1px 5px #006724BF;
}

.main .nextBtn {
    padding-top: 10px;
    padding-bottom: 16px;
    font: normal normal bold 22px/34px NCAA Marquette Bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 1px 5px #006724BF;
}

.nextBtn:hover {
    border-color: #FFFFFF77;
    background-color: rgba(255, 255, 255, 0.4);
}

/*.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: "NCAA Marquette Bold", sans-serif;
  color: black;
  margin: 0 auto;
}
.digit-group .splitter {
  padding: 0 5px;
  color: white;
  font-size: 24px;
}


/* ----------------------------------------------------------------
    Game page
-----------------------------------------------------------------*/

body.game {
  background-image: url("../images/bigbigwin/game.gif");
  background-size: cover;
  background-repeat: no-repeat;
/*  background-attachment: fixed;*/
  background-position-x: center;
  font-family: 'SF Pro Display';
  font-weight: 300;
  overflow: initial!important;
}

.game_top{
  margin-top: 220px;
}

.p2_title {
  font: normal normal bold 24px/20px NCAA Marquette Bold;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 1px 2px 0px #AF8000;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.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: 320px;
/*  background-color: #4C0A06;
  border: 4px solid #811F1F;
  border-radius: 15px;
  background-image: url("../images/bk8tapnwin/innerFrame.png");
  background-blend-mode: lighten;*/
}

.lottery{
    width: 320px;
    margin: 3px 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: 75px;
    height: 75px;
    background-image: url('../images/bigbigwin/game/sgd/default-oops.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.lottery li.active div.opps {
    background-image: url('../images/bigbigwin/game/sgd/selected-oops.png');
}

.lottery li div.x10{
    width: 75px;
    height: 75px;
    background-image: url('../images/bigbigwin/game/sgd/default-x10.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.lottery li.active div.x10 {
    background-image: url('../images/bigbigwin/game/sgd/selected-x10.png');
}

.lottery li div.angbao88{
    width: 75px;
    height: 75px;
    background-image: url('../images/bigbigwin/game/sgd/default-sgd88.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.lottery li.active div.angbao88 {
    background-image: url('../images/bigbigwin/game/sgd/selected-sgd88.png');
}

.lottery li div.rm5{
    width: 75px;
    height: 75px;
    background-image: url('../images/bigbigwin/game/sgd/default-sgd5.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.lottery li.active div.rm5 {
    background-image: url('../images/bigbigwin/game/sgd/selected-sgd5.png');
}

.lottery li div.bonus500{
    width: 75px;
    height: 75px;
    background-image: url('../images/bigbigwin/game/sgd/default-sgd500.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.lottery li.active div.bonus500 {
    background-image: url('../images/bigbigwin/game/sgd/selected-sgd500.png');
}

.lottery li div.welcomeBonus225{
    width: 75px;
    height: 75px;
    background-image: url('../images/bigbigwin/game/sgd/default-225_.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.lottery li.active div.welcomeBonus225 {
    background-image: url('../images/bigbigwin/game/sgd/selected-225_.png');
}

.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: 156px;
    height: 156px;
    cursor: pointer;
}

.spinNumber {
  font-size: 12px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #250876;
  border-radius: 9px;
  line-height: normal;
  position: absolute;
  padding: 2px 10px;
  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;
}

.countdown.box{
  padding: 0px 10px;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  width: 190px;
  background: transparent linear-gradient(180deg, #001D05 0%, #005C0D 11%, #14AA3C 50%, #005209 87%, #004008 100%) 0% 0% no-repeat padding-box;
  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: 'NCAA Marquette Bold';
  text-shadow: 0px 1px 5px #006724BF;
}

#countdown li:nth-of-type(1), #countdown li:nth-of-type(2){
  border-right: 2px solid #009444;
}

/*#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: 91%;
}

.modalCustom.drawNow .modal-body .modal-text .modal_title{
  color: white;
  font-family: 'NCAA Marquette Bold';
  text-shadow: 1px 1px 2px #760000;
  text-align: center;
  font-size: 28px;
}

.modalCustom.drawNow .modal-body .modal-text .modal_content{
  margin-top: 8%;
  padding: 0px 30px;
  color: white;
  font-size: 17px;
  text-align: center;
}

.modalCustom.drawNow .modal-body .modal-text .drawNowBtnDiv{
  /*position: absolute;
  bottom: 0;*/
}

.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: 10%;  
}

.modalCustom.drawNow#winningPrizeModal .modal-text img {
  margin-top: 170px!important;
}

.modalCustom.drawNow#welcomeBonusModal .modal-body{
  padding: unset;
  
}

.modalCustom.drawNow#welcomeBonusModal .modal-body .modal-div {
  margin: 30% auto 10%;
  position: relative;
  max-width: 300px;
}

.modalCustom.drawNow#welcomeBonusModal .modal-body .modal-text {
  position: absolute;
  top: 40%;
  margin-top: unset!important;
}

.modalCustom.drawNow#welcomeBonusModal .modal-body .modal-text .modal_title{
  left: 35%;
  font: normal normal bold 22px/23px NCAA Marquette Bold;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
}

.modalCustom.drawNow#welcomeBonusModal .modal-body ol{
  left: 0;
  padding-left: 1.5rem;
}

.modalCustom.drawNow#welcomeBonusModal .modal-body ol li {
  font: normal normal 300 13px/18px SF Pro Display;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-align: left;
}

.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: 17%;
  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;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  background-color: #005C2A;
  border: 3px solid #009444;
  border-radius: 15px;
  max-width: 340px;
  margin: auto;
  font: normal normal normal 12px/20px SF Pro Display;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.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: #005C2A;
  border: 3px solid #009444;
  border-radius: 11px;
  box-shadow: 0px 2px 3px #43000074;
  max-width: 340px;
  margin: auto;
}

.theme .content p{
  margin-bottom: 0;
  font: normal normal normal 13px/22px SF Pro Display;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0px 1px 8px #4A0000;
}

/* 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;
  }

  #canvasMessageE.modalCustom.drawNow .modal-body .modal-text {
    margin-top: 93%;
  }
}

#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: 10% 10% 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.guideTitle {
    font: normal normal bold 32px/32px NCAA Marquette Bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 1px 10px #B28406;
    text-transform: uppercase;
    margin-top: 65px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}

#guideModal.modalCustom.drawNow .modal-body .modal-text p.guideDesc {
    font: normal normal bold 32px/32px NCAA Marquette Bold;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 1px 10px #B28406;
    text-transform: uppercase;
    margin-top: 25px;
    position: relative;
    z-index: 1;
}

#guideModal.modalCustom.drawNow .modal-body .modal-text img {
/*    width: 180px;*/
/*    margin-top: 150px;*/
    scale: 1.5;
}

#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 p {
    font-family: 'NCAA Marquette Bold'!important;
    font-weight: 300;
    text-shadow: 0px 1px 8px #FF0000;
}

.enjoyhint_close_btn {
  display: none!important;
}


@media only screen and (min-width: 460px) {
  body.game {
    background-size: unset;
    max-width: 400px;
    margin: auto;
  }

  body.game .game_top {
    margin-top: 290px;
  }

  body.game .modalCustom .modal-body {
    background-size: 100%;
    background-attachment: unset;
  }
}

@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 #winningPrizeModal .nextBtn, body.game #canvasMessageE .nextBtn {
    font-size: 30px;
  }
}

@media (min-width: 575.98px){
  body.game #winningPrizeModal .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto;
  }

  body.game #winningPrizeModal .modal-fullscreen-sm-down {
    height: 100%;
    min-height: 850px;
  }

  body.game #winningPrizeModal .modal-fullscreen-sm-down .modal-content {
    height: 95%;
    border: 0;
    border-radius: 0;
  }

  /*body.game #winningPrizeModal .modal-body .modal-text {
    margin-top: 550px;
  }

  .modalCustom.drawNow#winningPrizeModal .modal-text .nextBtn {
    position: inherit;
    bottom: unset;
    width: unset;
  }*/
}