@import url("/theme/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 #horizontal-scrolling-msg ul {
color:white;
}
.scrollmsg {
  padding: 10px;
  width: 100%;
  text-align: center;
  color:black;
}
.scrollmsg #horizontal-scrolling-msg {
  width: 80%;
  vertical-align: middle;
  font-size: 16px;
  margin-top:20px;
}
.scrollmsg #horizontal-scrolling-msg ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color:black;
}
.scrollmsg img { width: 35px; }
/*Header*/
#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: #2629be;
  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-image:url(/data/1875/uploads/raya_top02.jpg);
    background-position: center;
    background-size: cover;
    padding: 5px;
}
/* Mobile override */
@media (max-width: 768px) {
  #theme-header {
    background-image: url('/data/1875/uploads/raya_topmb01.jpg'); /* Mobile image */
      background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;}    
  }

#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: #ffffff; /* Ensured the text is white for better contrast */
    background: #0c0c0c; /* Darkened the background for higher contrast */
}

#customform input#customform_submit {
    background: #2629be;
    color: #ffffff; /* Kept the text white for high contrast */
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
}

#customform input::placeholder { 
    color: #ffffff; /* Kept the placeholder text white */
    opacity: 0.7; /* Increased opacity for better visibility */
    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: #ffbd42; /* Yellow background color */
    color: #000; /* White text for higher contrast */
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block; /* Changed to inline-block for proper alignment */
    font-weight: bold;
}
/*menu-modified*/

}
#cssmenu > ul > li > a{
color:white;
}
#cssmenu #menu-button{
color: black;}
#cssmenu ul li:hover > ul > li:last-child a {
  cursor: context-menu;
  text-align: left;
  color:black;
  padding: 0 15px;
  transition: 0.2s ease;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a{
color: #00b4ff !important;
}
#cssmenu > ul > li.active > a {
  color: #00b4ff !important;
}
#cssmenu > ul > li > a > .line:after{
    background: #ffca00;
}
#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: #fff;
}
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;
    right:0;
    background:url("/data/1875/uploads/A_festive_hari_raya_aidilfitri_wallpaper_in_a_vibr_delpmaspu.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-blend-mode: overlay;
}

.landing-content {
    width: 50%;
    padding: 5px 10px;
    margin: auto;
    color: #000;
    background: rgb(0 0 0 / 20%);
}
.landing-logo {
    width: fit-content;
    margin: auto;
}
.landing-seo{ text-align: center; color:white; }
.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 { opacity: 0.8;}
.landing-country a{ text-decoration: none; }
.yt-frame {
    width: 400px;
    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;
}
.power-by ul li img {
    filter: drop-shadow(0px 5px 3px #00000050);
    width: 100%;
}
.seo-content {
    width: 80%;
    margin: auto;
    text-align: justify;
    color:white;
}
.landing-footer {
    width: fit-content;
    color:#c6c3c3;
    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: auto;
  height: auto;
  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(/data/1875/uploads/rotate_back.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, #0295fe, #13d6c9);
  -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 #f17171;
  border-bottom-color: #bc3935;
  border-right-color: #bc3935;
  transform: rotate(45deg);
}
.target__progress-bar .left {
  position: absolute;
  background-color: #bc3935;
  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: #f17171;
  position: absolute;
}
.target__progress-bar .total-count {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  width: 78%;
  min-height: 100%;
}
.target__progress-bar .total-count .total-count__text {
  font-size: 15px;
  line-height: 22px;
  text-transform: capitalize;
  color: #fff;
  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: #bc3935;
  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;
  color:black;
}
.info-content h5 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.panel-heading { padding: 0; }
.panel-heading .panel-title a{
  display: block;
  width: 100%;
  padding: 10px 15px;
}

.panel-heading .panel-title a:hover, .panel-heading .panel-title a:active, .panel-heading .panel-title a:focus{
  color: #000;
}

..panel-default{color:black}
.panel-default>.panel-heading {
  color: #fff;
  border-color: #000;
  background: linear-gradient(90deg, #1a81bd, #14c6ca);
}
/*sportsbook*/
iframe.sport-frame {
    width: 100%;
    min-height: 82.2vh;
}
.sport-bg{
  background: url(/theme/funcity-new/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(/theme/funcity-new/imgs/base_map_1.png) center no-repeat; background-size: contain;}
#sport-base-2 { background: url(/theme/funcity-new/imgs/base_map_2.png) center no-repeat; background-size: contain;}
#sport-base-3 { background: url(/theme/funcity-new/imgs/base_map_3.png) center no-repeat; background-size: contain;}
#sport-base-4 { background: url(/theme/funcity-new/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(/theme/funcity-new/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(/theme/funcity-new/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(/theme/funcity-new/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(/theme/funcity-new/imgs/live-tv.jpg)no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 82.8vh;
}
/*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:#00a5e2;
    border-radius: 0px 0px 10px 10px;
}
.title-promo p {
    font-weight: 600;
    font-size: 20px;
    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(/data/1862/uploads/luckspin.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: 99;
    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 #00800000;
            background-color: #00800000;
        }

        25%, 75% {
            box-shadow: inset 0 0 30px #00800000;
            background-color: #00800000;
        }
    }

    @-moz-keyframes winnerBox {
        0%, 50%, 100% {
            box-shadow: inset 0 0 0px #00800000;
            background-color: #00800000;
        }

        25%, 75% {
            box-shadow: inset 0 0 30px #00800000;
            background-color: #00800000;
        }
    }

    @-ms-keyframes winnerBox {
        0%, 50%, 100% {
            box-shadow: inset 0 0 0px #00800000;
            background-color: #FF0000;
        }

        25%, 75% {
            box-shadow: inset 0 0 30px #00800000;
            background-color: #00800000;
        }
    }



   .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/1862/uploads/smal-spin.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: #00800000;
    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(/theme/funcity-new/imgs/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: url(/data/1862/uploads/sVOija.jpg);
}
.reg-form h2{
  margin: 0;
}
.reg-bg video {
    width: 100%;
    height: auto;
    position: absolute;
}

form#registerform {
    width: 100%;
    margin: auto;
    padding: 40px 10px;
}
form#registerform dl {
  margin-bottom: 15px;
}
form#registerform input, select#registerform_Currency {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 36px;
    font-size: 14px;
}
form #groupUsername input.btnCheckUser {
  width: fit-content;
    text-transform: capitalize;
    margin-top: 10px;
    border-radius: 6px;
    padding: 5px 10px;
    border: unset;
    line-height: 1;
    font-size: 13px;
    height: 25px;
    background: linear-gradient(140deg, rgba(230, 159, 62, 1) 0%, rgba(226, 91, 27, 1) 100%);
    color: #fff;
}

form #groupUsername input.btnCheckUser:focus {
    border: unset;
}
form#registerform input:focus, select#registerform_Currency:focus {
   /*border: 1px solid #00adff;*/
}

form#registerform dt {
    color: #00adff;
    color: #000;
    /*letter-spacing: 1px;*/
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: normal;
}
input.btnCheckUser, input#registerform_btnSubmit {
    background: linear-gradient(45deg, #06ade2, #52f8e3);
    /*background: linear-gradient(140deg, rgba(230,159,62,1) 0%, rgba(226,91,27,1) 100%);*/
    text-transform: uppercase;
    color: #000;
}
#groupVerifyCode img { margin-top: 10px; }
#groupSubmit input#registerform_btnSubmit {
  border: unset;
    background: #007dc2;
    color: #fff;
}
.small{ margin-top: 5px; color: #f00;  font-style: italic; font-size: 12px;}
/*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-size:cover;
    color: #7c8797;
    text-align: center;
    width:100%;
}
#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;
  }

  .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){
  #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: 400px),
       all and (min-width: 401px) and (max-width: 410px),
       all and (min-width: 415px) and (max-width: 427px),
       all and (min-width: 428px) and (max-width: 450px) {

  .ShowHide content { display: table; width: 100%; }

  .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:35%;}
  #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;}

@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) {
 #vip-table img{width:75%;}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

        /* Ripple Out */

        @-webkit-keyframes hvr-ripple-out {
            100% {
                top: -12px;
                right: -12px;
                bottom: -12px;
                left: -12px;
                opacity: 0;
            }
        }
        @keyframes hvr-ripple-out {
            100% {
                top: -12px;
                right: -12px;
                bottom: -12px;
                left: -12px;
                opacity: 0;
            }
        }


/*=== LIVE CASINO ===*/
.casino-prodz {padding: 10px;}
.casino-prodz ul  {margin:0;padding:0;    text-align: center;}
.casino-prodz ul li  {display:inline-block; width:33%;padding: 10px;}
.casino-prodz ul li img {width:100%;}
.prodz-btn {position: absolute;bottom: 27px; left: 44px;  text-align: center; border: 0px solid red;}
.prodz-btn a { background: #00be28c7; padding: 7px 20px;  border-radius: 3px;  color: #fff; font-weight: bold; text-transform: uppercase;  border: 0px solid red; text-decoration: none;}
.prodz-img {position: relative;}
.prodz-img:hover .prodz-btn {transform: scale(1.2);transition: .3s ease-out;}
.prodz-btn {position: absolute;bottom: 27px;left: 44px;text-align: center;border: 0px solid red;transition: .3s;}
.cas-btn.regis-btn {padding: 20px 0;}
.casino .col-sm-6 {font-size: 20px;color: #5a5a5a;}
.casino .col-sm-6 img {width:100%;}
.casino-txt {padding-bottom: 16px;line-height: 20px;font-size: 15px;text-align: justify;}
.casino span {font-size: 40px;font-weight: bold;text-align: justify;}
.casino-detail {font-size: 14px;font-weight: bold;color: #25aae1;text-align: justify;}


.casino-icn , .casino-icn p {text-align:center;padding:0;}
.casino-icn img {width: 80%;padding: 10px;}
.casino ul {margin: 0;padding: 0; text-align: center;padding:10px 0;}
.casino ul li:nth-child(odd) {border: 0px solid red;background: #25aae1;}
.casino ul li:nth-child(even) {border: 0px solid red;background: #002a5c;}
.casino ul li:last-child {color:#002a5c;} 
.casino ul li {color: #fff;width: 12%;display: inline-block;vertical-align: middle;}
/*=== CASINO ===*/ 
.casino ul li {width: 40%;}
.casino-prodz ul li {width: 49%;}
.prodz-btn a {font-size:10px;padding: 4px 9px;}



#fancybox-skin{background-color: rgba(0,0,0,0.0);}


#############CNY FALL###################
#theme-content{background:black;}

################GAME-PROD#################


