<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Kanit:300,400,500,600,700" rel="stylesheet');
body{
    font-family: 'Kanit', sans-serif;
}

.divdiv {
    color:#fff;
    max-width: 1200px;
    max-height: auto;
    height: auto;
    padding-top:15px;
    padding-left:15px;
    padding-right:15px;
    background-image: linear-gradient(-255deg, #042336 55%, #eb1100 45%);
}
.divdiv h3{
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 25px;
    margin-top: 10px;
    
}
.divdiv h1{
    font-size: 42px;
    font-weight: 500;
     margin-bottom: 25px;
    margin-top: 0px;
}
.blink_text {
  text-align:center;
  animation: tripy .33s infinite;
  -webkit-animation: tripy .33s infinite;

}
.visible-jackpots{
    display: block!important;
}
.hidden-jackpots{
    display:none!important;
}
@keyframes tripy {
  
  0% {
    color: #000;
  }

  33% {
    color: red;
  }

  66% {
    color: yellow;
  }

  100% {
    color: red;
  }

}
@-webkit-keyframes tripy {
 
  0% {
    color: #000;  
  }

  33% {
    color:  yellow;
  }

  66% {
    color:  yellow;
  }

  100% {
    color: red;
  }


}
.btn{
      background: #eb776f;
  background-image: -webkit-linear-gradient(top, #eb776f, #c7453b);
  background-image: -moz-linear-gradient(top, #eb776f, #c7453b);
  background-image: -ms-linear-gradient(top, #eb776f, #c7453b);
  background-image: -o-linear-gradient(top, #eb776f, #c7453b);
  background-image: linear-gradient(to bottom, #eb776f, #c7453b);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 9px;
    padding-right: 9px;
    margin-top: 7px;
    font-weight: 400;
}
.jackp{
  font-size: 44px;
  font-weight: 600;
  background: -webkit-linear-gradient(#ffd9ad, #ff5602);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.number{
    font-size: 84px;
     font-weight: 500;
}
.baht{
     font-size: 32px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {.number{font-size: 72px;
    font-size: 78px;
     font-weight: 500;
    } }

@media screen and (max-width: 1100px) { 
    .divdiv h3{
    font-size: 24px;   
    }
    .divdiv h1{
    font-size: 38px;
    }
    .divdiv h4{
        font-size: 16px;
    }
    .jackp{
    font-size: 38px;
    }
    .number{
    font-size: 68px;
     font-weight: 500;
    }
    .baht{
     font-size: 32px;
    font-weight: 400;
}
}

@media screen and (max-width: 991px) { 
    .divdiv h3{
    font-size: 18px;
    margin-bottom: 15px;
    }
    .divdiv h1{
    font-size: 29px;
     margin-bottom: 15px;
    }
    .divdiv h4{
        font-size: 11px;
    }
    .jackp{
    font-size: 27px;
    }
    .number{
    font-size: 51px;
    }
    .baht{
     font-size: 24px;
    }
}
@media screen and (max-width: 767px) { 
      .divdiv {
    color: #fff;
    max-width: 1200px;
    max-height: auto;
    height: auto;
    text-align: center;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-image:linear-gradient(-255deg, #042336 85%, #eb1100 15%);
    }
}
@media screen and (max-width: 767px) { 
      .divdiv {
    color: #fff;
    max-width: 1200px;
    max-height: auto;
    height: auto;
    text-align: center;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background-image:linear-gradient(-255deg, #042336 85%, #eb1100 15%);
    }
}
@media screen and (max-width: 545px){
    .visible-jackpots{
        display:none!important;
    }
    .hidden-jackpots{
       display: block!important;
    }
    .divdiv h4{
        font-size: 14px;
    }
    .divdiv h3 {
    font-size: 20px;
    }
    .number {
    font-size: 46px;
}
}</pre></body></html>