@import url("../Default/style.css");
@import url("./font/font.css");

html,body{
	min-height:100vh;
	width:100%;
	margin:0px;
	padding:0px;
  background: #f4f6f9;
  font-family: 'Roboto-Regular';
  overflow-x: clip;
}
[id|=theme-contain] {
  min-height: calc(100vh - 236px);
}
.f-r{float:right;}
.f-l{float: left;}
.clearboth{ clear: both; }
.max-w100{ max-width: 100%; }
.bg-white{ background: #fff; margin-bottom: 40px;}
/*Remote Login HORIZON STYLE*/

#customform{
    display: table;
    margin: 0px;
    padding: 0px;
}

#customform input[type=button] {
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    height: 30px;
    width: 59px;
}

#customform form{
    display: table-row;
    width: 100%;
}

#customform dl{
    vertical-align:top;
    display: table-cell;
}


#customform dt {
    display: table-cell;
}

#customform dd {
    display: table-cell;
}

#customform img {
    margin-right: 2px;
}
/*Login V1*/
.login-v1 .btn {
  background: linear-gradient(45deg, #00a5e2, #57ffe3);
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
  font-size: 12px;
  border-radius: 8px;
  margin-right: 5px;
  padding: 5px 10px;
}


.remoteloginform input {
  width: 100%;
  border-radius: 10px;
  border: 0;
  border-bottom: 1px solid #00cefd;
  padding: 5px 10px 2px 10px;
}
.remoteloginform #remoteloginformsubmit {
    border: 1px solid #8c8c8c;
    padding: 5px 10px;
    background: #00e7ff;
}
/*flexslider*/
#mainslider { overflow-x: hidden; }
.flexslider{
  margin: 0;
  border: 0;
  background: transparent;
}
.flex-direction-nav a{
  width: 50px;
  height: 53px;
}
.flex-direction-nav a:before{ color: #000; transition: 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);}
.flexslider:hover .flex-direction-nav .flex-prev, .flexslider:hover .flex-direction-nav .flex-next{ opacity: 1; }
.flexslider:hover .flex-direction-nav .flex-prev:before, .flexslider:hover .flex-direction-nav .flex-next:before { text-shadow: 0px 0 0 #00a5e2; }
.flexslider:hover .flex-direction-nav .flex-prev:hover:before{ text-shadow: 20px 0 0 #00a5e2; }
.flexslider:hover .flex-direction-nav .flex-next:hover:before{ text-shadow: -20px 0 0 #00a5e2; }
/*scrollmsg*/
.scrollmsg {
  background: #fff;
  padding: 10px;
  width: 100%;
  text-align: center;
}
.scrollmsg #horizontal-scrolling-msg {
  width: 80%;
  vertical-align: middle;
  font-size: 16px;
}
.scrollmsg #horizontal-scrolling-msg ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.scrollmsg img { width: 35px; }
/*Header*/
.pos-sticky{
  position: sticky;
  top: 0;
  z-index: 9;
}
#theme-header-logo {
  width: fit-content;
  margin: 2px auto;
  display: none;
}
#theme-lang{
  float: left;
}
#theme-lang ul{
  padding: 0;
  list-style: none;
  margin: 0;
}
#theme-lang ul li{
  display: inline-block;
  margin: 5px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #00a5e2;
  padding: 4px 10px; 
  transition: 0.3s;
  transform: translate( 2px, 2px);
  text-transform: uppercase;
}
#theme-lang ul li a, #theme-lang ul li a:focus, #theme-lang ul li a:hover{
  color: #fff;
  text-decoration: none;
}
#theme-lang ul li:hover{
  transform: translate(0px, 0px);
  box-shadow: 2px 2px 2px #fff; 
}
#theme-header {
    background: #3d4145;
    padding: 5px;
}
#customform dl dd {
    margin: 2px 3px;
    display: inline-block;
}
#customform input {
  border-radius: 8px;
  border: 0;
  border-bottom: 1px solid #00a5e2;
  margin: 2px 3px;
  padding: 4px 8px;
  color: #fff;
  background: transparent;
}
#customform input#customform_submit {
  background: linear-gradient(45deg, #00a5e2, #57ffe3);
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
}
#customform input::placeholder{ 
  color: #fff; 
  opacity: 0.5; 
  transition: 0.3s;
}
#customform input:hover::placeholder, #customform input:focus::placeholder{ opacity: 1; }
.right-h > div {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.reg-btn, .reg-btn:hover, .reg-btn:focus {
    border-radius: 10px;
    padding: 6px 8px;
    background: #f00;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
}
/*menu-modified*/
#cssmenu ul li:hover > ul > li:last-child a {
  cursor: context-menu;
  text-align: left;
  padding: 0 15px;
  transition: 0.2s ease;
}
#cssmenu ul li:hover > ul > li:last-child a div{
  width: fit-content;
  margin: auto;
}
#cssmenu ul li:hover > ul > li:last-child:hover a{
  transform: scale(1.2);
}
p.m1 {
  font-size: 20px;
  color: #3a9ae8;
}
p.m2 { color: #000; }
p.m3 {
  font-size: 50px;
  color: #3a9ae8;
  font-family: 'Roboto-Bold';
}
/*landing-page*/
#langding-page {
    position: absolute;
    top: 0;
    left: 0;
    background: #dde7ff00 url(./imgs/land-bg2.jpg) center;
    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: overlay;
    z-index: 10;
}
.landing-content {
    width: 50%;
    padding: 5px 10px;
    margin: auto;
    color: #000;
    background: #ffffffd9;
}
.landing-logo {
    width: fit-content;
    margin: auto;
}
.landing-seo{ text-align: center; }
.landing-country {
    width: fit-content;
    margin: 20px auto;
}
.landing-country div {
    display: inline-block;
    margin: 0 15px;
}
.landing-country div img{ transition: 0.3s }
.landing-country div:hover img { transform: scale(1.1); }
.landing-country a{ text-decoration: none; }
.yt-frame {
    width: 50%;
    height: auto;
    margin: 20px auto;
    background: #000;
    border-radius: 10px;
    padding: 10px 10px 9px 10px;
    box-shadow: 0 64px 15px -46px #000000c7;
}
.yt-frame iframe {
    border: 0;
    width: 100%;
    height: 250px;
}
.power-by {
    width: fit-content;
    margin: 35px auto;
}
.power-by ul {
    list-style: none;
    padding: 0;
    text-align: center;
}
.power-by ul li {
    display: inline-block;
    width: 22%;
}
.power-by ul li img {
    filter: drop-shadow(0px 5px 3px #00000050);
    width: 100%;
}
.seo-content {
    width: 80%;
    margin: auto;
    text-align: justify;
}
.landing-footer {
    width: fit-content;
    margin: 10px auto;
    text-align: center;
}
.landing-footer ul {
    list-style: none;
    padding: 0;
}
.landing-footer ul li {
    display: inline-block;
}
.landing-footer ul li img {
    transition: 0.3s;
}
.landing-footer ul li:hover img {
    transform: rotate3d(0, 1, 0, 360deg);
}
/*home-content*/
.flip-contain{ padding: 2% 0; }
.flip-outer {
  position: relative;
  width: 167px;
  height: 386px;
  text-align: center;
  display: inline-block;
  margin: 0 10px;
  perspective: 1000px;
}
.flip-box{
  position: absolute;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1s ease;
}
.flip-box:hover{
  transform: rotateY(180deg);
}
.flip-front{
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.flip-front img {
  max-width: 100%;
  height: 100%;
}
.flip-front ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flip-front ul li{
  margin-bottom: 7px;
  color: #fff;
  font-weight: 600;
}
.flip-back{
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  background: url(./imgs/bg_blue.png) no-repeat center;
  background-size: cover;
}
.flip-back ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.flip-back ul li{
  border: 1px solid #fff;
  border-radius: 100px;
  margin: 5px 0;
}
.flip-back ul li a{
  color: #fff; 
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}
.flip-back ul li:hover{ background: #fff; }
.flip-back ul li:hover a{  color: #00a5e2; }
.title {
  width: 60%;
  margin: auto;
}
.title h1 {
  font-variant: small-caps;
  text-align: center;
  font-size: calc(1.3em + 1vw);
  background: -webkit-linear-gradient(0deg, #2c8ae8, #20cac8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*counter*/
.target__progress-bar {
  position: relative;
  margin: 4px;
  float: left;
  text-align: center;
}
.target__progress-bar .barOverflow {
  position: relative;
  overflow: hidden;
  width: 222px;
  height: 111px;
  margin-bottom: -14px;
}
.target__progress-bar .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 222px;
  height: 222px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 15px solid #aee9ff;
  border-bottom-color: #00a5e2;
  border-right-color: #00a5e2;
  transform: rotate(45deg);
}
.target__progress-bar .left {
  position: absolute;
  background-color: #00a5e2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 0;
  bottom: -24px;
  overflow: hidden;
}
.target__progress-bar .right {
  position: absolute;
  background: white;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  right: 0;
  bottom: -24px;
  overflow: hidden;
}
.target__progress-bar .back {
  width: 15px;
  height: 15px;
  background: #aee9ff;
  position: absolute;
}
.target__progress-bar .total-count {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 700;
  color: #272b41;
  width: 78%;
  min-height: 100%;
}
.target__progress-bar .total-count .total-count__text {
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #868EAE;
  font-weight: 400;
}
.target {
  margin-top: 90px;
}
.top-circle {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  left: 0;
  bottom: 87px;
  overflow: hidden;
  background: #00a5e2;
  top: 88%;
  left: 12%;
  transform: translate(-50%, -50%);
}
.mt-5 { 
  margin: 0 15px;
  display: inline-block;
}
.counter {
    display: block;
    width: fit-content;
    margin: 50px auto 80px;
    text-align: center;
}
.info-img {
  display: inline-block;
  width: 19%;
  padding: 10px;
}
.info-content {
  display: inline-block;
  width: 79%;
  vertical-align: middle;
  padding: 10px;
}
.info-content h5 {
  color: #00a5e2;
  font-weight: 600;
  letter-spacing: 1px;
}
.panel-heading { padding: 0; }
.panel-heading .panel-title a{
  display: block;
  width: 100%;
  padding: 10px 15px;
}
.panel-default>.panel-heading {
  color: #fff;
  border-color: #ddd;
  background: linear-gradient(90deg, #1a81bd, #14c6ca);
}
/*sportsbook*/
iframe.sport-frame {
    width: 100%;
    min-height: 82.2vh;
}
.sport-bg{
  background: url(./imgs/im_sport_bg.jpg)no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 82.8vh;
}
ul.nav.nav-pills{
  width: 60%;
  margin: auto;
  padding: 30px 10px;
  text-align: center;
}
.nav-pills>li{
  display: inline-block;
  float: none;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li>a:hover {
    background: linear-gradient(180deg,#42d2e8,#3a98e5);
    box-shadow: 0 2px 20px 0 #3db0e6;
    color: #fff;
}
.nav-pills>li>a {
    background: linear-gradient(180deg,#fff,#e6e7e8);
    border-radius: 10px;
    transition: 0.3s;
    font-size: 16px;
    padding: 10px 30px;
    box-shadow: 0 2px 20px 0 #bdbdbd;
}
.nav-pills>li+li {
    margin-left: 30px;
    margin-bottom: 20px
}
.sport ul {
    padding: 0;
    list-style: none;
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
}
.sport ul li {
    display: inline-block;
    width: 19%;
    position: relative;
}
#f-img1 {
    z-index: 1;
    transform: translate(90%,-55px);
    animation: upOne 1s ease;
}
#f-img2 {
    z-index: 2;
    transform: translate(38%,0px);
    animation: downTwo 1.5s ease;
}
#f-img3 {
    transform: translate(-10%, 0px);
    z-index: 3;
    animation: upThree 0.8s ease;
}
#f-img4 {
    transform: translate(-47%, 0px);
    z-index: 2;
    animation: downFour 1.5s ease;
}
#f-img5 {
    z-index: 1;
    transform: translate(-84%,-62px);
    animation: upFive 1s ease;
}
.tab-content ul li img {
    max-width: 100%;
}
[id|=sport-base] {
    height: 230px;
    margin-top: -128px;
    position: relative;
    z-index: 4;
}
#sport-base-1 { background: url(./imgs/base_map_1.png) center no-repeat; background-size: contain;}
#sport-base-2 { background: url(./imgs/base_map_2.png) center no-repeat; background-size: contain;}
#sport-base-3 { background: url(./imgs/base_map_3.png) center no-repeat; background-size: contain;}
#sport-base-4 { background: url(./imgs/base_map_4.png) center no-repeat; background-size: contain;}
.subTitle-content {
    width: fit-content;
    z-index: 4;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -59px;
    transform: translateX(-50%);
}
.subTitle-style{
    filter: drop-shadow(2px 2px 0px #314178);
    font-family: 'Roboto-Bold';
    font-size: 80px;
    background: -webkit-linear-gradient(56deg, #00a5e2, #89ffdc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: show 1.8s ease;
}
.playbtn {
    display: block;
    background: linear-gradient(90deg,#42d2e8,#42d0e8 25%,#3a97e5);
    /* border: 1px solid #fff; */
    box-shadow: 3px 3px 10px 0px #48b2e6;
    width: fit-content;
    margin: auto;
    padding: 10px 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 100px;
    font-size: 20px;
    transform: translate(-3px, -3px);
    text-shadow: 1px 1px 1px #000;
    transition: 0.3s;
    animation: show 2.8s ease;
}
.playbtn:hover, .playbtn:focus {
    transform: translate(0px, 0px);
    box-shadow: 1px 1px 0px 1px #48b2e6;
    color: #fff;
    text-decoration: none;
}
@keyframes upOne{
  0%{
    opacity: 0;
    transform: translate(90%,-100px);
  }
  100%{
    opacity: 1;
    transform: translate(90%,-55px);
  }
}
@keyframes downTwo{
  0%{
    opacity: 0;
    transform: translate(38%,50px);
  }
  100%{
    opacity: 1;
    transform: translate(38%,0px);
  }
}
@keyframes upThree{
  0%{
    opacity: 0;
    transform: translate(-10%,-100px);
  }
  100%{
    opacity: 1;
    transform: translate(-10%,0px);
  }
}
@keyframes downFour{
  0%{
    opacity: 0;
    transform: translate(-47%,50px);
  }
  100%{
    opacity: 1;
    transform: translate(-47%,0px);
  }
}
@keyframes upFive{
  0%{
    opacity: 0;
    transform: translate(-84%,-100px);
  }
  100%{
    opacity: 1;
    transform: translate(-84%,-62px);
  }
}
@keyframes show{
  0%{ opacity: 0;}
  100%{ opacity: 1;}
}
/*Casino*/
.casino-bg{
  background: url(./imgs/casino-bg.jpg)no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 82.8vh;
}
.casino .tab-pane {
    width: 90%;
    margin: auto;
}
.casino .tab-pane ul{
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 50%;
}
[id|=casino-f] { position: absolute; }
#casino-f-img1 {
    bottom: 120px;
    left: 7%;
    animation: left 1.2s ease;
}
#casino-f-img2 {
    bottom: 25px;
    right: 11%;
    animation: left 0.5s ease;
}
#casino-f-img3 {
    top: 300px;
    left: 17%;
    animation: left 1s ease, upsideDown3 4s infinite ease-in-out;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0;
    z-index: 1;
}
#casino-f-img4 {
    top: 120px;
    right: 28%;
    animation: left 0.8s ease, upsideDown4 4s infinite ease-in-out;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
    opacity: 0;
    z-index: 1;
}
#casino-f-img5{
  position: relative;
  text-align: center;
  animation: left 1s ease;
}
#casino-f-img5 img{ max-width: 50%; }
.casino-sub-title {
    display: inline-block;
    vertical-align: top;
}
.casino-sub-title .playbtn{ margin: 30px auto; }
.casino-subTitle-content {
    width: fit-content;
    animation: right 0.8s ease;
    text-align: center;
}
.icon-prod { 
  margin: 25px 0;
  max-width: 100%;
}
@keyframes left{
  0%{ 
    opacity: 0;
    transform: translateX(-50px);
  }
  100%{ 
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes right{
  0%{ 
    opacity: 0;
    transform: translateX(50px);
  }
  100%{ 
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes upsideDown3{
  0%{top: 300px;}
  50%{top: 330px;}
  100%{top: 300px;}
}
@keyframes upsideDown4{
  0%{top: 120px;}
  50%{top: 150px;}
  100%{top: 120px;}
}
/*slot*/
.slot-bg{
  background: url(./imgs/slot-bg.jpg)no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 82.8vh;
}
[id|=slot-f] { position: absolute; }
#slot-f-img5{
  position: relative;
  text-align: center;
  animation: flatIn 1s ease;
}
#slot-f-img5 img { max-width: 56%; }
#slot-f-img1 {
  right: 0;
  bottom: 0;
  animation: flatIn 0.6s ease;
}
#slot-f-img2 {
  left: 50%;
  top: 0;
  animation: flatIn 0.5s ease;
}
#slot-f-img3 {
  bottom: 80px;
  right: 29%;
  z-index: 1;
  animation: flatIn 1s ease;
}
#slot-f-img4 {
  bottom: 200px;
  left: 12%;
  animation: flatIn 0.8s ease;
}
#slot-f-img2 img{  
  animation: upDownSlot 2s infinite ease-in-out;
  animation-delay: 0s;
}
#slot-f-img3 img{  
  animation: upDownSlot 2s infinite ease-in-out;
  animation-delay: 0.7s;
}
#slot-f-img4 img{  
  animation: upDownSlot 2s infinite ease-in-out;
  animation-delay: 1s;
}
@keyframes flatIn{
  0%{ transform: scale3d(1, 0, 1); }
  100%{ transform: scale3d(1, 1, 1); }
}
@keyframes upDownSlot{
  0%{ transform: translateY(0px); }
  50%{ transform: translateY(10px); }
  100%{ transform: translateY(0px); }
}
/*lottery*/
.lotto-bg{
  background: url(./imgs/lottery-bg.jpg)no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 82.8vh;
}
.lotto-header{ color: #00a8e8; }
.lotterywintable table {
    width: 100%;
    background: #ffffff;
}
.lotterywintable table tr th, .lotterywintable table tr td {
    padding: 5px 0;
    text-align: center;
}
.lotterywintable table tr:first-child {
    background: linear-gradient(0deg, #00b8e2, #50def8) !important;
    letter-spacing: 1px;
}
.lotterywintable table tr{ transition: 0.3s; }
.lotterywintable table tr:hover { background: #ffb74d; }
#drawresult { text-align: center; }
#drawresult ul > li {
    background: #fff !important;
    border: 6px double #0dbee6 !important;
}
#drawresult ul > li > table > caption {
    padding: 10px 0 !important;
    text-align: center !important;
    border-radius: 100px !important;
    background: linear-gradient(45deg, #0eb4e2, #4df5e3) !important;
    color: #fff !important;
    text-shadow: 1px 1px 1px #000;
    font-weight: 600;
}
.live-tv-bg{
  background: url(./imgs/live-tv.jpg)no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 82.8vh;
}
.lottab ul { padding: 5px;}
.lottab ul li table {width: 100%;}
.lottab ul li table tr th, .lottab ul li table tr td {
  padding: 2px 1px;
  border: 1px solid #d5b144;
  background: #2b2b2b;
  color: #fff;
  text-align: center;
}
.lottab ul li table tr th{ background: #d5b144; }
.lottery-new {
    width: 100%;
    padding: 5px;
}
.lottery-new .row {margin: unset;}
.lottab {color: #fff;}
.lottery-new button.btn.btn-primary.btnReload.Timer {
    margin: 5px auto;
    display: block;
}
.panel-heading { font-size: 15px;}
.lottery-new .panel-heading {color: #000; border: 0px solid red;}

.panel-body {padding: 10px;color: #fff;font-size: 15px;min-height: 425px;}
.panel-body .logo{padding: 10px 0;position: unset;width: unset;}
.panel-body .logo .col-sm-4 {margin-left: 9px;width: 29%;border: 0px solid red;}
#Magnum .panel-default {
    border: 3px solid #f2bc00;
    border-radius: 10px;
    overflow: hidden;
}
#Magnumimg {background: url(./imgs/4D_magnum.png) left no-repeat #383838; height: 50px;width: 85px;}
#PMPimg {background: url(./imgs/4D_damacai.png) left no-repeat; height: 50px;width: 85px;}
#Totoimg {background: url(./imgs/4D_toto.png) left no-repeat; height: 50px;width: 85px;}
#Singaporeimg {background: url(./imgs/4D_sgpool.png) left no-repeat; height: 50px;width: 85px;}
#Sabahimg {background: url(./imgs/4D_sabah88.png) left no-repeat; height: 50px;width: 85px;}
#Sandakanimg {background: url(./imgs/4D_stc.png) left no-repeat; height: 50px;width: 85px;}
#Sarawakimg {background: url(./imgs/4D_cashsweep.png) left no-repeat; height: 50px;width: 85px;}
#GDLottoimg {background: url(./imgs/4D_gdlotto.png) left no-repeat; height: 50px;width: 85px;}
#Perdanaimg {background: url(./imgs/4D_perdana.png) left no-repeat; height: 50px;width: 85px;}
#LuckyHari-Hariimg {background: url(./imgs/4D_luckyharihari.png) left no-repeat; height: 50px;width: 85px;}
#GOOD4Dimg {background: url(./imgs/4D_good4d.png) left no-repeat; height: 50px;width: 85px;}

#THV88, #GDLotto,#Toto-5D, #Toto-6D {display: none;}

#Magnum .panel-heading,#Magnum .logo  {background: #f2bc00;color:#000 !important;}
#PMP .panel-heading,#PMP .logo  {background: #148ea4;}
#Toto .panel-heading,#Toto .logo  {background: #dd0000}
#Singapore .panel-heading,#Singapore .logo  {background: #12689a;}
#Sabah .panel-heading,#Sabah .logo  {background: #eee;color:#000 !important;}
#Sandakan .panel-heading,#Sandakan .logo  {background: #2f9405;}
#Sarawak .panel-heading,#Sarawak .logo  {background: #094405;}
#GDLotto .panel-heading,#GDLotto .logo  {background: #95650a;}
#Perdana .panel-heading,#Perdana .logo  {background: #777;}
#LuckyHari-Hari .panel-heading,#LuckyHari-Hari .logo  {background: #00aced;}
#GOOD4D .panel-heading,#GOOD4D .logo  {background:#ffd45e;color:#000 !important;}


#Magnum .panel-default{border: 3px solid #f2bc00;border-radius: 10px;overflow: hidden;}
#PMP .panel-default {border: 3px solid #148ea4;border-radius: 10px;overflow: hidden;}
#Toto .panel-default {border: 3px solid #dd0000;border-radius: 10px;overflow: hidden;}
#Singapore .panel-default {border: 3px solid #12689a;border-radius: 10px;overflow: hidden;}
#Sabah .panel-default {border: 3px solid #eee;border-radius: 10px;overflow: hidden;}
#Sandakan .panel-default {border: 3px solid #2f9405;border-radius: 10px;overflow: hidden;}
#Sarawak .panel-default {border: 3px solid #094405;border-radius: 10px;overflow: hidden;}
#GDLotto .panel-default  {border: 3px solid #95650a;border-radius: 10px;overflow: hidden;}
#Perdana .panel-default {border: 3px solid #777;border-radius: 10px;overflow: hidden;}
#LuckyHari-Hari .panel-default  {border: 3px solid #00aced;border-radius: 10px;overflow: hidden;}
#GOOD4D .panel-default  {border: 3px solid #ffd45e;border-radius: 10px;overflow: hidden;}

#LuckyHari-Hari .col-sm-9 {font-size: 14px;}
#Magnum #datetime label, #GOOD4D #datetime label, #Sabah #datetime label {color: #000;}

#datetime {text-align: right;}
#datetime label {background: transparent;}
#datetime .col-sm-12 {padding: 0;}

.panel.panel-default { background-color: #2e2e2e;}
.panel-body label {color: #fff;background: #000;padding: 4px;width: 100%;}

.panel-body #TopThree .col-sm-4 {padding: 1px;}

#TopThree, #Special, #Consolation {padding: 10px 20px;}

.popwin {color: #fff;}
#TopThree {padding-top:20px;}
#Consolation {padding-bottom: 20px;}
#Special div > div, #Consolation div > div {
    width: 24%;
    display: inline-block;
    padding: 5px;
}
/*promotion*/
.promo-bg { padding: 30px 0; }
.promo-bg ul.nav.nav-pills.nav-stacked { width: 100%; }
#faq_modal {
    padding: 0;
    list-style: none;
    text-align: center;
}
#faq_fbinner h4 img { display: none; }
#faq_fbskin {
    border-radius: 20px;
    padding: 10px 20px;
    border: 6px double #00c4e6;
}
.fancybox-inner h3 { color: #009bd6; }
li.question { 
  margin: 10px;
  width: fit-content; 
  display: inline-block;
  transition: 0.5s;
}
li.question:hover{ transform: translateY(-5px); }
li.question a {text-decoration: none;}
#faq_fbinner .special-content { display: none;}
.tag-promo { position: relative; }
img.tag {
    position: absolute;
    top: 30px;
}
.title-promo {
    padding: 10px 5px;
    background: linear-gradient(180deg, #56CCF2, #518bda);
    border-radius: 0px 0px 10px 10px;
}
.title-promo p {
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
}
.title-promo button {
    border: 0;
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;
}
#cms5faq_modal_template_list {
    display: inline-flex;
    flex-wrap: wrap;
}
.promo-bg .tab-pane {
    text-align: center;
}
/**************************************************************************************************************************************jackpot*/
.new-spin {width: 100%;background: url(./imgs/jackpot-new.png)center center no-repeat;background-size:cover;position:relative;}
.lottery-popup { 
  padding: 17px 5px;
  text-align: center;
}
.lottery-popup h4 {
    font-weight: 600;
    color: #00a5e2;
}
.btn-link-4d {
    width: fit-content;
    margin: 15px auto;
}
.btn-link-4d ul {
    list-style: none;
    padding: 0;
}
.btn-link-4d ul li div {
    cursor: pointer;
    border: 6px double #00c2ff;
    border-radius: 20px;
    padding: 7px 20px;
    background: #fff;
}
ul.slot {
    width: 120px;
    padding: 0;
    margin: 0;
    display: block;
    margin: 0 auto;
    list-style: none;
    height: 174px;
    position: relative;
    color: #f6c305;
    font-weight: bolder;
    text-shadow: 2px 1px 3px #000;
    font-size: 120px;
    border: 0px solid yellow; font-family:'Oswald-Light', sans-serif;
}
 ul.slot li {
   padding: 0 !important;
   margin: 0;border: 0px solid green;
}
 ul.slot:before {
   height: 1em;
   width: 100%;
   top: 0;
   left: 0;
   content: '9';
   position: absolute;
}
.new-spin .wrapper {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    width: auto;
    overflow: hidden;
}
.new-spin .wrapper:after {
   content: '';
   position: relative;
   width: 100%;
   clear: both;
   display: table;
   zoom: 1;
}
.new-spin .jSlots-wrapper {
    overflow: hidden;
    padding: 114px 0 33px;
    height: 310px;
    width: 100%;
    border: 0px solid green;
    position: relative;
    text-align: center;
    display: block;
}
.new-spin .jSlots-wrapper:before {
   width: 100%;
   height: 100%;
   content: '';
   position: absolute;
   z-index: 1;
   margin: 0 auto;
   top: 0;
   left: 0;
}
 .slot {
   float: left;
}
.new-spin #playBtn {
    position: absolute;
    left: 50%;
    width: 85px;
    bottom: 0;
    z-index: 2;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    background: #f00;
    border: 0;
    border-radius: 100px;
    padding: 30px 0;
    transform: rotateX(50deg) translateX(-60%);
    letter-spacing: 1px;
    box-shadow: 0 16px 0 0px #5d5d5d;
    transition: 0.1s;
}

.new-spin #playBtn:hover {background-color: #c10000}

.new-spin #playBtn:active {
  background-color: #c10000;
  box-shadow: 0 5px #666;
  transform: rotateX(50deg) translateX(-60%) translateY(11px);
}
 



    @-webkit-keyframes winner {
        0%, 50%, 100% {
            -webkit-transform: rotate(0deg);
            font-size: 120px;
            color: #fff;
        }

        25% {
            -webkit-transform: rotate(20deg);
            font-size: 120px;
            color: #FF16D8;
        }

        75% {
            -webkit-transform: rotate(-20deg);
            font-size: 120px;
            color: #FF16D8;
        }
    }

    @-moz-keyframes winner {
        0%, 50%, 100% {
            -moz-transform: rotate(0deg);
            font-size: 120px;
            color: #fff;
        }

        25% {
            -moz-transform: rotate(20deg);
            font-size: 120px;
            color: #FF16D8;
        }

        75% {
            -moz-transform: rotate(-20deg);
            font-size: 120px;
            color: #FF16D8;
        }
    }

    @-ms-keyframes winner {
        0%, 50%, 100% {
            -ms-transform: rotate(0deg);
            font-size: 120px;
            color: #fff;
        }

        25% {
            -ms-transform: rotate(20deg);
            font-size: 120px;
            color: #FF16D8;
        }

        75% {
            -ms-transform: rotate(-20deg);
            font-size: 120px;
            color: #FF16D8;
        }
    }


    @-webkit-keyframes winnerBox {
        0%, 50%, 100% {
            box-shadow: inset 0 0 0px yellow;
            background-color: #FF0000;
        }

        25%, 75% {
            box-shadow: inset 0 0 30px yellow;
            background-color: aqua;
        }
    }

    @-moz-keyframes winnerBox {
        0%, 50%, 100% {
            box-shadow: inset 0 0 0px yellow;
            background-color: #FF0000;
        }

        25%, 75% {
            box-shadow: inset 0 0 30px yellow;
            background-color: aqua;
        }
    }

    @-ms-keyframes winnerBox {
        0%, 50%, 100% {
            box-shadow: inset 0 0 0px yellow;
            background-color: #FF0000;
        }

        25%, 75% {
            box-shadow: inset 0 0 30px yellow;
            background-color: aqua;
        }
    }



   .winner li {
        -webkit-animation: winnerBox 2s infinite linear;
        -moz-animation: winnerBox 2s infinite linear;
        -ms-animation: winnerBox 2s infinite linear;
    }

      .winner li span {
            -webkit-animation: winner 2s infinite linear;
            -moz-animation: winner 2s infinite linear;
            -ms-animation: winner 2s infinite linear;
        }


@media all 
and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) 
and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) 
and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) 
and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) 
and (max-width: 1024px), only screen and (min-resolution: 192dpi) 
and (max-width: 1024px), only screen and (min-resolution: 2dppx) 
and (max-width: 1024px) {

.new-spin {
    width: 100%;
    background: url(/data/1633/uploads/yellow-frame-jackpot.png) center center no-repeat;
    height: auto;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    background-size: cover;
}


.new-spin .wrapper {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    width: auto;
    overflow: hidden;
    background: #000;
    border: 0px solid #f79727;
    border-radius: 0px;
}

.new-spin .jSlots-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 74px 0 38px;
    height: 246px;
    border: 0px solid red;
}

.new-spin #playBtn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 85px;
    bottom: -30px;
    z-index: 99;
}

ul.slot {width: 91px;}

}

/*-------------------

.new-spin {
    width: 100%;
    background: url(/data/1633/uploads/harispin20200.png)center 64px no-repeat;
    background-size: 410%;
    position: relative;
}

.new-spin .jSlots-wrapper {
    overflow: hidden;
    padding: 116px 0 1px;
    height: 260px;}


ul.slot {
    width: 79px;
    height: 191px;
    font-size: 120px;
    border: 0px solid yellow;
    font-family: 'Oswald-Light', sans-serif;
}

/* -----------all phone landscape----------- */
/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

.new-spin { width: 450px;}

}


/*=============================================================*/
/* ------------------------------------- iPhone 5, 5S, 5C and 5SE -------------------------------- */
/*=============================================================*/

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) { 

ul.slot {width: 80px;}

}


/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 320px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {}

/**************************************************************************************************************************************jackpot*/
/*registration*/
.reg-bg {
    position: relative;
    min-height: 82.8vh;
    background: #000;
    overflow: hidden;
}
.reg-form {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 82.8vh;
    height: 100%;
    background: #000000ad;
}
.reg-form h2{
  margin: 0;
}
.reg-bg video {
    width: 100%;
    height: auto;
    position: absolute;
}

form#registerform {
    width: fit-content;
    margin: auto;
    padding: 40px 0;
}
form#registerform input, select#registerform_Currency {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #8e8e8e;
    border-radius: 10px;
}
form#registerform dt {
    color: #00adff;
    letter-spacing: 1px;
}
input.btnCheckUser, input#registerform_btnSubmit {
    background: linear-gradient(45deg, #06ade2, #52f8e3);
    text-transform: uppercase;
    color: #000;
}
.small{ color: #f00; }
/*MOBILE*/
.dl-pill-style, .dl-content-style {
    width: 100% !important;
    padding: 10px !important;
    text-align: center;
}
.dl-pill-style li { width: 100%; margin: 10px 0; }
.dl-pill-style>li+li{ margin-left: 0; }
.dl-content-style .tab-pane {
    width: fit-content;
    margin: auto;
}
.dl-content-style table {
    margin: 5px auto;
    text-align: left;
}
.dl-content-style table tr th, .dl-content-style table tr td {
    border: 1px solid #000;
    padding: 5px;
    letter-spacing: 1px;
}
.dl-content-style table tr th {
    background: #40c5e8;
    color: #fff;
}
/*Footer*/
#theme-footer {
  background: #353f4b;
  color: #7c8797;
  padding: 10px;
  text-align: center;
}
#theme-footer ul li {
    display: inline-block;
    margin: 0 5px;
}
#theme-footer ul {
    padding: 0;
    list-style: none;
    margin: 10px auto;
    width: fit-content;
}
#theme-footer ul li img {
    transition: 0.4s;
}
#theme-footer ul li:hover img {
    transform: rotate3d(0, 1, 0, 360deg);
}
/*Responsive*/
@media all and (max-width: 1440px){
  .landing-content{ width: 60% }
  @keyframes upsideDown3{
    0%{top: 210px;}
    50%{top: 250px;}
    100%{top: 210px;}
  }
  @keyframes upsideDown4{
    0%{top: 70px;}
    50%{top: 90px;}
    100%{top: 70px;}
  }
  #casino-f-img1 {
    bottom: 40px;
    left: 0%;
  }
  #casino-f-img2 {
    bottom: -40px;
    right: 5%;
  }
  ul.nav.nav-pills{ width: 100%; }
  .subTitle-style{ font-size: 60px; }
}
@media all and (max-width: 1024px){
  .flip-front ul li img {width: 40px;}
  .mt-5{ margin: 17px 0px; }
  .landing-content{ width: 100% }
  #theme-header-logo{
    display: block;
  }
  #cssmenu > ul > li:nth-child(5) {
    display: none;
  }
  .flip-outer {
    width: 14%;
    height: 305px;
  }
  .flip-contain{ 
    width: 100%;
    text-align: center;
  }
  .title { width: 100%; }
  .casino .tab-pane ul{
  	display: block;
  	margin: auto;
    margin-top: 10%;
  }
  .casino-sub-title{
  	display: block;
  	margin: auto;
  }
  .casino-subTitle-content{ margin: auto; }
  .new-spin #playBtn {
    left: 50%;
    right: unset;
  }
  .reg-bg video{
    height: 100%;
    width: unset;
  }
}
@media all and (max-width: 769px){
  .nav-pills>li {
    margin: 4px !important;
    width: 30%;
  }
  .nav-pills>li>a {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }
  #theme-lang{
    width: 100%;
    text-align: center;
  }
  .right-h {
    width: 100%;
    text-align: center;
  }
  .flip-outer {
    width: 22%;
    height: 383px;
  }
  .mt-5{ margin: 17px 15px; }
  .flip-front ul li img {width: 50px;}
}
@media all and (max-width: 426px){
  .flip-front ul li img {width: 30px;}
  .flip-back ul li a{ padding: 11px 2px; }
  .flip-outer {
    width: 26%;
    height: 240px;
  }
  .flip-front ul{
    bottom: -2%;
  }
  .right-h > div{
    display: block;
  }
  #customform{
    display: table;
    width: 100%;
  }
  #customform dl{ 
    width: 100%; 
    margin-bottom: 10px;
    display: table;
  }
  #customform dl dd{ 
    width: 100%;
    margin: 0;
  }
  #customform input{ 
    width: 100%;
    margin: 0;
    padding: 8px;
  }
  .login-v1 .btn{ width: 100%; }
  .login-v1 { margin-bottom: 10px; }
  .right-h{ float: none; }
  .sport [id*="f-"] img { visibility: hidden !important;}
  #casino-f-img4, #casino-f-img3, #slot-f-img2, #slot-f-img3, #slot-f-img4{display: none;}
  li.question{ margin: 0; }
  ul.nav.nav-pills { padding: 30px 0; }
  img.promo { width: 100%; }
  .yt-frame{ width: 90%; }
  .nav-pills>li+li{ margin-left: 10px; }
  .nav-pills>li>a{
    font-size: 11px;
    padding: 7px 20px;
  }
  [id|=slot-f], [id|=casino-f]{ animation: none !important; }
  #theme-header-logo {width: 50%;}
  .logo-m { width: 100%;}

}
@media all and (max-width: 376px){
  .flip-outer {
    width: 26%;
    height: 212px;
  }
  .flip-front ul {bottom: -7%;}
}

/*=================   VIP  ==================*/

.seopage-content {margin: 0 auto;border-top: 0px dotted #013b7a;padding: 0px 10px 10px;line-height: 1.6em;text-align: justify;color: #969696; margin-bottom: 30px;margin-top:50px;}
.seopage-content table {text-align:center;border-spacing: 0 !important;border-collapse: collapse !important;width: 100%;color: #fff;}
.seopage-content table tbody tr:first-child th{background:#000;text-align:center;} 
.seopage-content table tbody tr:nth-child(2) td {background-color: #0066d1;color:#fcb811;}
.seopage-content table tbody td {border:1px solid #0066d1;background:#013b7a;}
.seopage-content table tbody th, table tbody td{padding:6px 10px;}

#vip-table {border-top: 1px solid #808080;border-left: 1px solid #808080;background-color: rgba(0, 0, 0, 0.50); margin: 25px 0;}
#vip-table td {border-bottom: 1px solid #808080;      border-right: 1px solid #808080;text-transform:uppercase;background:#f5d893;}
#vip-table td:first-child {text-align:left;}
#vip-table tr:first-child td{text-align:center;}
.bg-whte {text-align:center;padding:15px !important;background:#001832;border-bottom: 1px solid #808080;border-right: 1px solid #808080;}
.bg-yllw{text-align:left;padding:15px !important; background:#fcb812;color:#000;border-bottom: 1px solid #808080;border-right: 1px solid #808080;}

.nav-tabs {display: block; background: #00244c; width: 100%;  margin: 30px auto 0px; border-bottom: 0px solid #ddd;}
.nav-tabs>li {width: 33.33%;margin:auto}
.nav-tabs>li>a { padding: 20px 0; margin: 0; line-height: 0; text-align: center;border: 0px solid #d3a52a;border-radius: 0 0 0 0;border-bottom: #ddd solid 3px;color: #969696;font-size: 14px;font-weight:bold;}
.nav-tabs>li:last-child>a {margin-right:0px;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {background: #fcb812; border: 0px solid #ddd; border-bottom: #193b7a solid 3px; color: #ffffff;font-weight:bold;}
.nav-tabs>li:hover>a {background: #013b7a;border-bottom: #00bcb9 solid 3px;}
.nav-tabs>li>a:hover {border-color: #eee #eee #ddd;color: #fff;}


.vip-tbcntnt{border:0px solid red;padding:10px 25px;}
.vip-tbcntnt ul, .vip-tbcntnt ol {margin: 0;margin-bottom: 25px;}
.vip-tbcntntul li {display: inline-block;width: 15%;transition: .1s;    margin: 10px 5px;}


  #vip-table img{width:55%;}
  #vip-table h3{font-size:10px;}
  #vip-table table tbody th, table tbody td {padding:4px 2px;font-size:9px !important;}
  #vip-table table tbody td {font-size:9px;}
  #vip-table tr:first-child td {text-align: center;padding:1px 2px;}
  .bg-whte, .bg-yllw {padding:4px !important; font-size:9px;}
  .seopage-content table tbody tr:first-child th{    font-size: 10px;}