@import url("/theme/Default/style.css");

@viewport {
  width: device-width;
  zoom: 1;
}

:root {
    /* Base Colors */
    --primary-color: #f9e575;
    --secondary-color: #e6c61d;

    /* Text & link */
    --primary-text-color: #f9e575;

    /*Body*/
    --body-bg-color: #222;

    /* Header Top */
    --header-top-bg-color: #252525;
    --header-top-border-color: #000;
    --header-top-regbtn-bg-color: #e6c61d;
    --header-top-regbtn-bg-hover-color: #f9e575;
    --header-top-regbtn-border-color: #e6c61d;
    --header-top-regbtn-border-hover-color: #f9e575;
    --header-top-regbtn-text-color: #000;
    --header-top-regbtn-text-hover-color: #000;
    --header-top-logbtn-bg-color: transparent;
    --header-top-logbtn-bg-hover-color: transparent;
    --header-top-logbtn-border-color: #fff;
    --header-top-logbtn-border-hover-color: #f9e575;
    --header-top-logbtn-text-color: #fff;
    --header-top-logbtn-text-hover-color: #f9e575;

    /* Header */
    --header-bg-color: #161616;
    --header-border-color: #000;

    /* Footer */
    --footer-bg-color: #111;
    --footer-text-color: #9d9d9d;
    --footer-text-hover-color: #f9e575;

    /*Menu*/
    --menu-text-color: #9d9d9d;
    --menu-text-hover-color: #f9e575;

    /*scrolling message*/
    --scrollingmsg-bg-color: #000;
    --scrollingmsg-text-color: #d9d9d9;


    /**jackpot & live feed*/
    --jackpot-text-color: #f9f9f9;
    --jackpot-title-color: #f9e575;
    --jackpot-title-shadow-color: #e6c61d;
    --jackpot-overfly-img: url(/theme/asset/template_desktop14/imgs/home/slot-ovrly.webp);
    --jackpot-float-img-1: url(/theme/asset/template_desktop14/imgs/home/fimg1.webpwebp);
    --jackpot-float-img-2: url(/theme/asset/template_desktop14/imgs/home/fimg2.webp);
    --jackpot-float-img-3: url(/theme/asset/template_desktop14/imgs/home/fimg3.webp);


    /* Button Colors */
    --button-bg-color: #e6c61d;
    --button-bg-hover-color: #f9e575;
    --button-text-color: #000;
    --button-text-hover-color: #000;
    --button-border-color: #e6c61d;
    --button-border-hover-color: #f9e575;
    --playbutton-bg-color: transparent;
    --playbutton-bg-hover-color: #f9e575;
    --playbutton-text-color: #fff;
    --playbutton-text-hover-color: #000;
    --playbutton-border-color: #fff;
    --playbutton-border-hover-color: #f9e575;


    /* Mobile Menu Bottom */
    --mobile-menu-bottom-bg-color: #e6c61d;
    --mobile-menu-bottom-text-color: #fff;


    /* Mobile Sidebar */
    --mobile-sidebar-bg-color: linear-gradient(0deg, #1f1f1f, #3c3c3c);


    /* Registration */
    --reg-bg-color: linear-gradient(180deg, #313131, #212121);


    /* Site */
    --site-bg-img: url(/theme/asset/template_desktop14/imgs/home/blackbg-min.webp);


    /* Modal */
    --modal-bg-color: linear-gradient(0deg, #1f1f1f, #3c3c3c);


    /* Scrollbar */
    --scrollbar-thumb-color: #282828;
    --scrollbar-thumb-border-color: #000;
    --scrollbar-track-color: #000;


    /* Banner Text */
   /* --slot-banner-title: "slot games";
    --slot-banner-content: "the complete slots guide";*/
}






#eventCarousel2 {
  width: fit-content;
  margin-top: 25px;
}
#eventCarousel2 .carousel-control {
  bottom: unset;
  top: 43%;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  background-image: unset !important;
  background: #8b8b8b;
  border-radius: 50px;
}
#eventCarousel2 .carousel-control .glyphicon-chevron-left,
#eventCarousel2 .carousel-control .glyphicon-chevron-right,
#eventCarousel2 .carousel-control .icon-next,
#eventCarousel2 .carousel-control .icon-prev {
  background: unset;
  border-radius: unset;
  font-size: 15px;
  height: unset;
  margin: unset;
  top: 0;
  transform: translateY(50%);
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
#eventCarousel2 .carousel-indicators {
  bottom: 0;
  margin-bottom: -25px;
}
#eventCarousel2 .carousel-indicators li.active {
  background-color: var(--primary-color);
  width: 10px;
  height: 10px;
  margin: 1px;
}
#eventCarousel2 .carousel-indicators li {
  background-color: #4e5461;
  border: 0px solid #fff;
  margin: 1px;
}
#eventCarousel2 .carousel-control.left {
  left: -15px;
}
#eventCarousel2 .carousel-control.right {
  right: -15px;
}
#imageCarousel2 .content-img {
  width: 60%;
  border: 0px solid red;
  margin: auto;
}
#imageCarousel2 .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 280px;
}
#imageCarousel2 {
  position: relative;
  background: url(/theme/asset/template_desktop14/imgs/home/red1.webp) right -5px bottom -20px no-repeat;
  background-size: contain;
}
#imageCarousel2 ol.carousel-indicators {
  width: fit-content;
  left: 0%;
  bottom: unset;
  top: 40px;
  right: unset;
  margin: unset;
}
#imageCarousel2 .carousel-indicators li,
#imageCarousel2 .carousel-indicators .active {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
  width: 100px;
  height: 35px;
  background: #1e2022;
  border: unset;
  border-radius: 0;
  z-index: 1;
  text-indent: 0;
  filter: drop-shadow(0px 4px 4px RGBA(0, 0, 0, 0.6));
}
#imageCarousel2 .carousel-indicators li::before,
#imageCarousel2 .carousel-indicators li::after {
  transition: background 0.5s;
  content: "";
  position: absolute;
}
#imageCarousel2 .carousel-indicators li::before {
  width: 3px;
  height: 100%;
  left: 0;
  background: var;
  z-index: 9;
}
#imageCarousel2 .carousel-indicators li::after {
  width: 3px;
  height: 100%;
  background: var(--secondary-color);
  left: 0;
  z-index: 9;
}
#imageCarousel2 .carousel-indicators li.active::before,
#imageCarousel2 .carousel-indicators li.active::after,
#imageCarousel2 .carousel-indicators li:hover::before,
#imageCarousel2 .carousel-indicators li:hover::after {
  background: var(--primary-color);
}
#imageCarousel2 img.provider-character {
  width: 86px;
  position: absolute;
  bottom: 0px;
  right: -8px;
  z-index: 2;
  filter: saturate(0);
}
#imageCarousel2 .carousel-indicators li.active img.provider-character,
#imageCarousel2 .carousel-indicators li:nth-child(1):hover img.provider-character,
#imageCarousel2 .carousel-indicators li:nth-child(2):hover img.provider-character,
#imageCarousel2 .carousel-indicators li:nth-child(3):hover img.provider-character,
#imageCarousel2 .carousel-indicators li:nth-child(4):hover img.provider-character {
  filter: saturate(1);
  transition: background 0.5s;
}
#imageCarousel2 .carousel-indicators li.active span,
#imageCarousel2 .carousel-indicators li:nth-child(1):hover .CMD,
#imageCarousel2 .carousel-indicators li:nth-child(2):hover .MAXBET,
#imageCarousel2 .carousel-indicators li:nth-child(3):hover .BR,
#imageCarousel2 .carousel-indicators li:nth-child(4):hover .ME {
  color: var(--primary-color);
}








#tab1 .sportss-box {
    padding: 0;
    display: block;
    background: url(/theme/asset/template_desktop14/imgs/home/sportbgfinal-min.webp) no-repeat top center;
    background-size: cover;
    background-color: #000;
    position: relative;
}

li.m-language {
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}
#mlang {
    border-bottom: 0.01rem solid rgba(95, 99, 109, 0.4);
    width: calc(90% - 10px);
    margin: auto !important;
    background: rgba(0,0,0,0.3);
}
#mlang li span{
color: #f9f9f9;
    font-size: 14px;
}
#mlang li:nth-child(1) {
    border-right: 0.01rem solid rgba(95, 99, 109, 0.4);
}

#mlang li{
    width: 50%;
    align-items: center;
    display: flex !important;
    gap: 5px;
    justify-content: center;
    margin-top: 10px;
margin-bottom: 10px;
    padding: 10px;
}

.footer-btn span{
color: var(--mobile-menu-bottom-text-color);
}
.btm-nav{
position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}
.footer-nav {
    bottom: 0;
    display: flex;
    width: 100%;
    height: 60px;
    font-size: .8em;
    background-color: var(--mobile-menu-bottom-bg-color);
}

.footer-nav .footer-btn:nth-child(1), .footer-nav .footer-btn:nth-child(2), .footer-nav .footer-btn:nth-child(3) {
    border-right: 1px solid rgba(0,0,0, .08);
}

.footer-nav>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    cursor: pointer;
flex-flow: column;
}
.footer-nav>div>img {
    width: auto;
    height: 35px;
    padding-top: 2px;
}


.hoteventicon{
height: 20px;
    margin-right: 5px;
filter:drop-shadow(0px 1px 3px #222) brightness(1.5);
}
#producerbtm {
background: #222;
    padding: 5px 0;
}

.m-list3 ul li a .tag-new{
display: block;
    right: 5px;
    top: 5px;
}


#tab2 .m-list3 ul li:nth-child(1), #tab2 .m-list3 ul li:nth-child(2),
#tab3 .m-list3 ul li:nth-child(1), #tab3 .m-list3 ul li:nth-child(2),
#tab7 .m-list3 ul li:nth-child(1), #tab7 .m-list3 ul li:nth-child(2)   {
    width: 50%;
}
.home-mobile #faq_modal::-webkit-scrollbar, .m-promo-container #faq_modal::-webkit-scrollbar{
    width: 0;
    height: 0;
    background: 0 0;
}
.home-mobile #faq_modal{
    padding: 0 0 15px 15px;
    margin: 0 0 15px 0;
}

.home-mobile #tab8{
padding: 0;
}
#tab1{
    background: url(/theme/asset/template_desktop14/imgs/home/jpbgtran.webp);
    background-size: cover;
    background-position: top center;
    background-color: #000;
padding: 0;
}
.tab-content>.tab-pane{
    background: url(/theme/asset/template_desktop14/imgs/home/blackbg-min.webp);
    background-size: contain;
    background-position: center;
}
.nav-tabs>li>a{
    margin-right: 0;
  border: 0;
}
.nav-tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: 0 0;
}
.home-mobile .carousel {
  background: url(/theme/asset/template_desktop14/imgs/home/steps.webp) center;
  background-size: cover;
}
.nav-tabs > li > a:hover {
  border: 0;
  background: transparent;
}


.nav-tabs > li.active > a {
  background-color: transparent !important;
  border-radius: 0;
  color: #6d0000 !important;
  border: 0 !important;
}
.home-mobile .carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.home-mobile .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
}
.home-mobile .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-nexr {
}
.nav-tabs {
border-bottom: 0px solid #ddd;
    display: flex;
    overflow: auto;
    position: relative;
    padding: 5px 0 5px 15px;
    width: 100%;
}
.nav-tabs > li {
min-width: 19%;
    width: 19%;
    margin: 0;
    display: flex;
}
.nav-tabs > li:first-child {

}
.nav-tabs > li > a {
  text-align: center;
  color: var(--menu-text-color);
  font-weight: bold !important;
padding:0;
}
.nav-tabs > li.active > a span {
  color: var(--menu-text-hover-color);
}

.nav-tabs > li.active > a .mobile-tab {
    filter: brightness(1.5);
}
.nav-tabs > li > a .mobile-tab {
  width: 50px;
  height: 50px;
  display: block;
  margin: auto;
  background-position-y: 0;
  padding-top: 50px;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0.5);
}
.m-home {
  background-image: url(/theme/asset/template_desktop14/imgs/home/i-hm.webp);
}
.m-casino {
  background-image: url(/theme/asset/template_desktop14/imgs/home/i-casino.webp);
    transform: rotate(45deg) scale(0.8);
}
.m-sport {
  background-image: url(/theme/asset/template_desktop14/imgs/home/i-sport.webp);
}
.m-lottery {
  background-image: url(/theme/asset/template_desktop14/imgs/home/i-lott.webp);
}
.m-battle {
  background-image: url(/theme/asset/template_desktop14/imgs/home/i-battle.webp);
}
.m-slot {
  background-image: url(/theme/asset/template_desktop14/imgs/home/i-slot.webp);
}
.m-promo {
  background-image: url(/theme/asset/template_desktop14/imgs/home/i-promo.webp);
}
.m-poker {
  background-image: url(/theme/asset/template_desktop14/imgs/home/i-poker.webp);
}

.m-list3 {
  overflow: auto;
  margin: 20px 0px 0 0;
}
.m-list3 ul {
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.m-list3 ul li {
  display: inline-block;
  float: left;
  width: 33.33%;
  list-style: none;
  padding: 0px 5px;
  margin-bottom: 15px;
}
.m-list3 ul li a {
  text-align: center;
  color: #f9f9f9;
  padding: 0px;
  position: relative;
    display: inline-block;
}
.m-list3 ul li a img {
  max-width: 100%;
  display: block;
  margin: auto;
  margin-bottom: 5px;
  border-radius: 10px;
box-shadow: 0 28px 20px -23px rgba(0, 0, 0, 0.5);
}

.m-list3 .tag-hot:before {
  content: "";
  position: absolute;
  z-index: 9;
  width: 50px;
  height: 20px;

  display: block;
  background: url("/theme/asset/template_desktop14/imgs/home/tag-hot.gif") no-repeat;
  background-size: auto 100%;
}

#cms5faq_modal_template_list #faq_modal .question img {
  width: 100%;

}
.tab-content > .tab-pane .content {
  margin: 20px auto;
}




.welcome-content {
    margin-top: 30px;
}
#divMenu .clock{
    line-height: inherit;
    text-align: center;
    width: 100%;
    padding: 30px 5%;
}
.mobileMenu .container {
    display: flex;
    align-items: center;
}

.lrbnt {
    flex-grow: 1;
    text-align: right;
    margin-right: 10px;
}

#submenu .on img {
    filter: drop-shadow(0px 2px 5px #e6c61d) brightness(1.5);
}

#submenu div a.on:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: var(--primary-color);
    border-radius: 5px;
}
#submenu .on span {
    color: var(--primary-color);
    font-weight: bold;

}


#submenu div span {
    color: #f9f9f9;
}
.login-text {
    text-align: center;
    color: #f9f9f9;

}
.welcome-content span {
    line-height: 20px;
    margin: 5px 0 0;
    color: #f9f9f9;

}
.login-text span {
    color: var(--primary-color);;
    text-decoration: underline;
}

.welcome-content strong {
    color: #fff;
    font-size: 22px;
}
.btn-sign-up-menu {
    width: fit-content;
    padding: 10px;
    height: 30px;
    border-radius: 5px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    color: var(--button-text-color);
    background: var(--button-bg-color);
    margin: 10px auto 10px auto !important;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}

#cssmenu > ul > li {
color: #f9f9f9;
    font-size: 14px;
  float: none;
}
.m-language img{
  width: 20px;
  height: 20px;
}
#btnMenu span {
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto 4px;
  display: block;
-webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#btnMenu span:last-child {
  margin: 0 auto;
}

#btnMenu.burgeropen div span:nth-child(2){
  opacity: 0;
}

#btnMenu.burgeropen div span:nth-child(1){
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  -o-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

#btnMenu.burgeropen div span:nth-child(3){
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}


.mobileMenu {
  height: 52px;
  background: var(--header-top-bg-color);
  border-bottom: 2px solid var(--header-top-border-color);
position: fixed;
    width: 100%;
    z-index: 999;
}
.mobilelogo {
    height: 40px;
    margin: 5px 0;
}
#submenu div {
  background: #222;
  color: #fff;
  border-radius: 5px;
  margin: 5px;
  position: relative;
  padding: 10px 0;
}

#cssmenu ul li:nth-child(5),
#cssmenu ul li:nth-child(6),
#cssmenu ul li:nth-child(7) {
  padding: 15px 10px;
  text-align: right;
  border-bottom: 0.01rem solid rgba(95, 99, 109, 0.4);
  width: calc(90% - 10px);
  margin: auto;
}
.popular-submenu2 {
  display: grid;
  justify-content: center;
  grid-template-columns: 45% 45%;
  margin-bottom: 20px !important;
}
.popular-submenu1 {
  display: grid;
  justify-content: center;
  grid-template-columns: 30% 30% 30%;
margin-top: 35px;
    margin-bottom: 15px;
}
#submenu img {
  width: 100%;
  max-width: 40px;
  display: block;
  margin: auto;
  padding-bottom: 2px;
}
#divMenu {
  position: fixed;
  width: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 52px;
  bottom: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#divMenu.active {
  width: 100vw;
}
#cssmenu {
  height: calc(100% - 52px);
  position: fixed;
  right: -80%;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
    background: var(--mobile-sidebar-bg-color);
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.3);
  overflow: auto;
}
#divMenu.active #cssmenu {
  right: 0;
  width: 80%;
}
#cssmenu .active {
  background: linear-gradient(
    140deg,
    rgba(230, 159, 62, 1) 0%,
    rgba(226, 91, 27, 1) 100%
  );
  filter: invert(1);
}

#cssmenu:after {
  content: "";
}
#cssmenu::-webkit-scrollbar {
  display: none;
}
#tab-home::-webkit-scrollbar {
  display: none;
}
#cssmenu > ul:after {
  content: "";
}

#cssmenu > ul > li.active > a {
  color: #fee47b;
}
#cssmenu > ul > li > a {
  text-align: center;
  color: #f9f9f9;
  border: 0;
  min-width: 100px;
  min-height: 100px;
  text-decoration: none;
    font-size: 14px;
}
#cssmenu > ul > li:hover > a {
  color: var(--primary-color);
}
#cssmenu > ul > li > a > img {
  display: block;
  padding-bottom: 5px;
  height: 50px;
  margin: auto;
}

.menu-new {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
}

#btnMenu {
    position: relative;
    cursor: pointer;
    z-index: 99;
    float: right;
    width: auto;
    height: 50px;
    display: flex;
    align-items: center;
}
#btnMenu > div {
  border-radius: 5px;
}


#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}
#cssmenu {
}
#cssmenu ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
#cssmenu ul li {
  display: block;
}
#cssmenu ul li p {
  font-size: 14px;
  margin: 0;
}

.sport-bg iframe {
  width: calc(100% - 30px);
  height: 70vh;
  margin: 0 15px;
  margin-bottom: 6vh;
}

.api-leaguefeed-free-wall .brick:hover {
  background: #f9e575;
  transition: all 0.25s;
  background: #fff;
}
#api-leaguefeed #livetv a:hover {
  background: var(--button-bg-hover-color);
  transition: all 0.25s;
}
#api-leaguefeed #livetv a,
#api-leaguefeed #livetv a:visited {
  color: var(--button-text-color);
  transition: all 0.25s;
  background: var(--button-bg-color);
}
.sport-bg .container h2 {
  margin-top: 6vh;
  margin-bottom: 30px;
}
#api-leaguefeed {
  height: 100% !important;
  margin-bottom: 6vh;
}
.api-leaguefeed-free-wall .brick {
  margin: 10px;
  position: unset !important;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  min-height: 200px;
  width: calc(20% - 20px) !important;
  transition: all 0.25s;
}

.lefttext h4 {
  text-align: center;
  font-weight: bold;
  color: #f9f9f9;
}
.lefttext p {
  margin: 0;
  text-align: center;
  color: #d9d9d9;
}

input.btnCheckUser:hover,
input#registerform_btnSubmit:hover {
  background: var(--button-bg-hover-color) !important;
  transition: all 0.25s;
}
input.btnCheckUser {
  width: 30% !important;
  float: right !important;
  border-radius: 5px;
  background: var(--button-bg-color) !important;
  color: var(--button-text-color) !important;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.25s;
  border: 0 !important;
}

input#registerform_btnSubmit {
  border: 0 !important;
  border-radius: 5px;
  text-transform: uppercase;
  background: var(--button-bg-color) !important;
  color: var(--button-text-color) !important;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.25s;
}

#groupVerifyCode dd:last-child {
  width: 20%;
  position: absolute;
  right: 15px;
}
img#regcaptcha {
  width: 100%;
}

select#registerform_Currency,
select#registerform_BankName {
  outline: unset;
  width: 100%;
  padding: 10px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #9d9d9d;
  color: #9d9d9d;
}

#registerform .small {
  font-size: 12px;
  color: red;
  position: absolute;
  margin-top: 5px;
}

input#registerform_UserName {
  width: calc(70% - 10px) !important;
}
input.btnCheckUser {
  width: 30%;
  float: right;
}

#registerform dl {
  margin-top: 0;
  margin-bottom: 20px;
  width: calc(50% - 0px);
  float: left;
  display: flex;
  position: relative;
  padding: 10px 15px;
}
form#registerform {
  padding: 15px;
}

#registerform dd {
  width: 80%;
  margin: auto;
}

#registerform dt {
  color: #fff;
  width: 20%;
  display: flex;
  align-items: center;
}

.lefttext {
  margin-bottom: 10%;
}
#registerform input {
  outline: unset;
  width: 100%;
  padding: 10px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #9d9d9d;
  color: #fff;
  border-radius: 0;
}

#theme-contain-registration .container {
  margin-top: -10px;
}
.page-registration .site-content .container-fluid {
  background: var(--site-bg-img);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.splitright {
  overflow: auto;
  width: 70%;
  background: var(--reg-bg-color);
  display: flex;
  align-items: center;
}
.splitpage {
  display: flex;
  min-height: 580px;
  height: calc(100vh - 338px);
  margin: 30px 0;
  box-shadow: 0 28px 20px -23px rgba(0, 0, 0, 0.5);
}
.splitleft {
  width: 30%;
  background: url(/theme/asset/template_desktop14/imgs/page/register.webp);
  background-size: cover;
  background-position: top center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.page-login .login #customformv2,
.page-login .login #customform {
  width: 100%;
}
.page-login .loginpage {
  height: calc(100vh - 278px);
  margin-top: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-login .site-content .container-fluid {
  background: var(--site-bg-img);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.promoDetail ol li p strong {
  color: var(--secondary-color);
}
.promoDetail table {
  background-color: transparent;
  margin-left: 0;
  margin-bottom: 15px;
}
#faq_fbinner td,
#faq_fbinner th {
  padding: 0;
  border: 1px solid #fff;
}
.fancybox-inner {
  width: 100% !important;
  height: 70vh !important;
}
.fancybox-wrap {
  width: 60% !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
    position: fixed !important;
}
.promoDetail ol li {
  margin-bottom: 15px;
  color: #9d9d9d;
}
.promoDetail ol {
  padding-left: 15px;
}
.fancybox-inner ol li,
.fancybox-inner p {
  color: #f9f9f9;
}
#faq_fbinner td p,
#faq_fbinner th p {
  margin: 0;
  padding: 3px 5px;
  text-align: center;
}
.fancybox-close {
  right: -12px !important;
}
.promoDetail {
  padding: 60px 30px 30px 30px;
}
.fancybox-inner .promo-img img {
  border-radius: 0;
}
.fancybox-inner .p-join {
  width: 100%;
  border-radius: 0;
}
.fancybox-inner .p-info,
.fancybox-inner .promo-img h4,
.fancybox-inner .promo-img p {
  display: none;
}

.fancybox-skin {
  border-radius: 0;
  background: #222;
}
.fancybox-inner div h4 {
  margin: 0;
  padding: 0;
  text-align: left;
}

p.question {
  margin: 0;
}

.p-info:hover {
  color: #000;
  transition: all 0.25s;
  background: var(--button-bg-color);
}
.p-join:hover {
  color: #000;
  transition: all 0.25s;
  background: var(--button-bg-color);
}

.promo-img a {
  text-decoration: none;
}

.p-info {
  position: absolute;
  width: 50%;
  text-align: center;
  padding: 10px;
  color: #f9f9f9;
  font-weight: bold;
  background: #666;
  border-radius: 0 0 0 20px;
  transition: all 0.25s;
}
.p-join {
  float: right;
  width: 50%;
  text-align: center;
  padding: 10px;
  color: #f9f9f9;
  background: #333;
  border-radius: 0 0 20px 0;
  font-weight: bold;
  transition: all 0.25s;
}

.promo-img p {
  color: #9d9d9d;
  padding: 0 15px;

  text-align: center;
}
h4.red-text {
  color: #f9f9f9;
  padding: 0 15px;

  text-align: center;
}
.promo-img img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.promotion-content {
  padding: 6vh 0;
}
#faq_modal {
  list-style: none;
  padding: 0;
  overflow: auto;
  display: -webkit-box;
  padding-bottom: 30px;
}
#faq_modal li.question {
  display: block;
  width: calc(33.33% - 19.7px);
  background: #000;
  border-radius: 20px;
  box-shadow: 0 28px 20px -23px rgba(0, 0, 0, 0.5);
    margin-right: 30px;
}
.promo-img {
  position: relative;
}
.promo-img .promo-tag {
  position: absolute;
  top: 39px;
  left: 0px;
  border-radius: 10px 0 0 0;
}
.tablinks {
  display: inline-block;
}
.tablinks img {
  margin-right: 10px;
  filter: drop-shadow(0px 0px 3px #00000050);
}
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 15%;
  min-height: 300px;
  padding: 20px 0;
  position: relative;
  margin-top: 71px;
  margin-right: 5%;
  border-radius: 10px;
}

.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  position: relative;
}

.tab button:hover {
  background-color: #ddd;
  color: #fff;
}

.tab button.active {
  background: linear-gradient(to bottom, #c4c4c4, #707070);
  color: #fff;
}

.tabcontent {
  padding: 0px 12px;
  width: 100%;
  margin-bottom: 6%;
  margin-top: 40px;
}

.info-bottom ol {
  padding-top: 30px;
  padding-left: 30px;
}

.inner-cont {
  padding: 0 15px;
}
.info-bottom ol li {
  margin-bottom: 15px;
  color: #9d9d9d;
}
.info-bottom {
  padding: 6vh 0 6vh 0;
  background: rgba(0, 0, 0, 0.8);
}
.vip-list {
  padding: 6vh 0;
  text-align: center;
}
.vip-list ul {
  display: inline-block;
  width: calc(25% - 2.6px);
  padding: 0;
}
.vip-list ul li {
  list-style: none;
}
.vip-list ul li:not(:first-child) {
  padding: 20px 0;
}
.vip-list ul li:first-child {
  background: transparent !important;
}
.vip-list ul li:nth-child(even) {
  background: #d9d9d9;
}
.vip-list ul li:nth-child(odd) {
  background: #ececec;
}
.img100 {
  width: 100%;
}

hr {
  border-top: 1px solid #4c4c4c;
}

/*.modal.in .modal-dialog {
  margin-top: 50vh;
  transform: translateY(-50%) !important;
}*/

input#customformv2_submit:hover,
input#customform_submit:hover {
  color: var(--button-text-color);
  border-color: var(--button-border-hover-color);
  background: var(--button-bg-hover-color);
  transition-timing-function: ease-out;
  transition: all 0.25s;
}

input#customformv2_submit,
input#customform_submit {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  padding: 4px 10px;
  border: 2px solid var(--button-border-color);
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  border-radius: 5px;
  transition: all 0.25s;
}
.login p a {
  font-weight: bold;
  color: var(--primary-text-color);
}
.login p {
  text-align: center;
  color: #f9f9f9;
}

::-webkit-input-placeholder {
  color: #9d9d9d;
}

:-ms-input-placeholder {
  color: #9d9d9d;
}

::placeholder {
  color: #9d9d9d;
}

input#customformv2_UserName,
input#customformv2_Password,
input#customform_UserName,
input#customform_Password {
  outline: unset;
  width: 100%;
  padding: 10px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #9d9d9d;
  color: #fff;

    border-radius: 0;

}

.login #customformv2,
.login #customform {
  width: 50%;
  margin: auto;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-evenly;
}
.login #customformv2 input,
.login #customform input {
  outline: unset;
}
.login #customformv2 dl,
.login #customform dl {
  margin: 0;
  width: 100%;
  text-align: center;
}

.csprod .p-detail h3 {
  display: block;
}
.live-wrapper .csprod:hover .playnowbtn {
  display: none;
}
.live .p-detail img {
  width: 70% !important;
}
.logoprod {
  box-shadow: none !important;
}
.live-wrapper div:hover .p-detail img {
  box-shadow: none;
  display: none;
}

.live {
  float: left;
}

/*==== lottery ====*/
.panel-heading .col-sm-9 {
  padding: 0;
  font-weight: 700;
}
#Perdana-3D .text-danger {
  color: #fee47b;
}
#Perdana-3D .table > thead:first-child > tr:first-child > td {
  color: #fff;
  background: #000;
  font-weight: 700;
}
.table-responsive,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 0;
}
.liveresult-template h3 {
  display: none;
}
.divLotterytable {
  overflow: hidden;
  margin: 20px auto;
}
.div-tbl-lottery {
  margin: 15px 0.5% 25px;
  width: 49%;
  float: left;
}
.tbl-lottery {
  border-top: 1px solid #e6c61d;
  border-left: 1px solid #e6c61d;
  text-align: center;
  background-color: #fff;
  width: 100%;
}
.tbl-lottery td,
.tbl-lottery th {
  border-right: 1px solid #e6c61d;
  border-bottom: 1px solid #e6c61d;
  padding: 7px;
}
.tbl-lottery > thead > tr > th {
  text-align: center;
  background-color: #e6c61d;
  color: #000;
}
.tbl-lottery > tbody > tr > th {
  text-align: center;
  background-color: #fee47b;
  color: #000;
  font-weight: normal !important;
}
.tbl-lottery > tbody > tr > th:first-child {
  text-align: left;
  padding-left: 20px;
}
.tbl-lottery > tbody > tr > td {
  color: #666;
  font-size: 12px;
}

.divLottery_result {
  padding: 20px;
  background-color: #000;
}
.divLottery_result iframe {
  width: 100%;
  height: 1760px;
}

.liveresult-template .row {
  margin: 0;
}
.lottery-new {
  float: left;
}

.lottery-new .btn:hover {
    box-shadow: 0px 3px 5px rgb(46 46 46);
    transform: none;
    color: var(--button-text-hover-color);
    background-color: var(--button-bg-hover-color);
    border: 0;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.25s;
}

.lottery-new button {
  margin: 0 15px;

  text-transform: uppercase;
  float: right;
  margin-top: -44px;
  margin-bottom: 40px;
    background-color:var(--button-bg-color);
    border: 0;
    color: var(--button-text-color);
    font-weight: bold;
    text-decoration: none;
    transition: all 0.25s;
}

.panel-heading {
  font-size: 15px;
}
.lottery-new .panel-heading {
  color: #000;
  border: 0px solid red;
}

.panel-body {
  padding: 0;
  color: #fff;
  font-size: 15px;
  min-height: 425px;
}
.panel-body .logo {
  padding: 10px 0;
  position: unset;
  width: unset;
  display: flex;
}
.panel-body .logo .col-sm-4 {
  margin-left: 9px;
  width: 40%;
  border: 0px solid red;
}

#Magnumimg {
  background: url(/theme/asset/template_desktop14/imgs/page/4D_magnum.webp) left no-repeat #383838;
  height: 50px;
  width: 80px;
}
#PMPimg {
  background: url(/theme/asset/template_desktop14/imgs/page/4D_damacai.webp) left no-repeat;
  height: 50px;
  width: 80px;
}
#Totoimg {
  background: url(/theme/asset/template_desktop14/imgs/page/4D_toto.webp) left no-repeat;
  height: 50px;
  width: 80px;
}
#Toto-5Dimg {
    background: url(/theme/asset/template_desktop14/imgs/page/4D_toto.webp) left no-repeat;
    height: 50px;
    width: 80px;
}
#Toto-6Dimg {
    background: url(/theme/asset/template_desktop14/imgs/page/4D_toto.webp) left no-repeat;
    height: 50px;
    width: 80px;
}
#Singaporeimg {
  background: url(/theme/asset/template_desktop14/imgs/page/4D_sgpool.webp) left no-repeat;
  height: 50px;
  width: 80px;
}
#Sabahimg {
  background: url(/theme/asset/template_desktop14/imgs/page/4D_sabah88.webp) left no-repeat;
  height: 50px;
  width: 80px;
}
#Sandakanimg {
  background: url(/theme/asset/template_desktop14/imgs/page/4D_stc.webp) left no-repeat;
  height: 50px;
  width: 80px;
}
#Sarawakimg {
  background: url(/theme/asset/template_desktop14/imgs/page/4D_cashsweep.webp) left no-repeat;
  height: 50px;
  width: 80px;
}
#GDLottoimg {
  background: url(/theme/asset/template_desktop14/imgs/page/4D_gdlotto.webp) left no-repeat;
  height: 50px;
  width: 80px;
}
#Perdanaimg {
  background: url(/theme/asset/template_desktop14/imgs/page/4D_perdana.webp) left no-repeat;
  height: 50px;
  width: 80px;
}
#Perdana-3Dimg{
  background: url(/theme/asset/template_desktop14/imgs/page/4D_perdana.webp) left no-repeat;
  height: 50px;
  width: 80px;
}
#LuckyHari-Hariimg {
  background: url(/theme/asset/template_desktop14/imgs/page/4D_luckyharihari.webp) left no-repeat;
  height: 50px;
  width: 80px;
}
#GOOD4Dimg {
  background: url(/theme/asset/template_desktop14/imgs/page/4D_good4d.webp) left no-repeat;
  height: 50px;
  width: 80px;
}

#THV88 {
  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;
}
#Toto-6D .panel-default {
  border: 3px solid #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
}
#Toto-5D .panel-default {
  border: 3px solid #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
}
#Perdana-3D .panel-default {
  border: 3px solid #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
}

#Toto-6D .logo,
#Toto-5D .logo,
#Perdana-3D .logo {
  background: #f5f5f5;
}
#Toto-6D #datetime .col-sm-12,
#Toto-5D #datetime .col-sm-12,
#Perdana-3D #datetime .col-sm-12 {
  color: #000;
}
.panel-heading .col-sm-2 {
  display: none;
}

#Perdana-3D .table {
  margin-bottom: 0;
}

#Perdana-3D .table tbody tr:last-child td a {
  color: #fff;
}

#Magnum #datetime label,
#GOOD4D #datetime label,
#Sabah #datetime label {
  color: #000;
}

#datetime {
  text-align: right;
  flex-grow: 1;
  margin-right: 12px;
}
#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: 0;
}

#TopThree,
#Special,
#Consolation {
  padding: 0;
}

.popwin {
  color: #fff;
}

#Consolation {
  padding-bottom: 20px;
}

.panel-body .col-xs-12 {
  padding: 0;
}

@media screen and (max-width: 1350px) {
  .divLottery_result iframe {
    height: 1800px;
  }
}
@media screen and (max-width: 1199px) {
  .lotto-drawresult .col-sm-4 {
    width: 50%;
  }
  #TopThree .col-sm-4 {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 1024px) {
  .tbl-lottery > tbody > tr > th:first-child {
    padding-left: 10px;
  }
  .tbl-lottery td,
  .tbl-lottery th {
    padding: 7px 2px;
  }
}
@media screen and (max-width: 1023px) {
  .divLotteryResult {
    width: 100%;
  }
  .divLottery_result {
    padding: 0;
  }
  .divLottery_result iframe {
    height: 1890px;
  }

  .div-tbl-lottery {
    width: 100%;
    float: none;
    overflow-x: auto;
    margin: 15px 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .tbl-lottery > tbody > tr > th:first-child {
    font-size: 2vw;
    padding-left: 2vw;
  }
  .tbl-lottery td,
  .tbl-lottery th {
    padding: 1vw 0;
  }
  .tbl-lottery > thead > tr > th {
    font-size: 2vw;
  }
  .tbl-lottery > tbody > tr > th {
    font-size: 2vw;
  }
  .tbl-lottery > tbody > tr > td {
    font-size: 2vw;
  }
  #TopThree,
  #Special,
  #Consolation {
    padding: 0;
    margin: 0;
  }
  .panel-heading .col-sm-9 {
    padding: 0;
  }
  .lotto-drawresult .row {
    margin: 0;
  }
  .lotto-drawresult .col-sm-3 {
    width: 33.33%;
    float: left;
  }
  .panel-body #TopThree .col-sm-4 {
    padding: 1px;
    width: 100%;
  }
  #TopThree,
  #Special,
  #Consolation {
    padding: 0;
  }
  .divLotteryResult {
    width: 90%;
  }
  .divLottery_result {
    padding: 20px;
  }
  .divLottery_result iframe {
    height: 1890px;
  }
  .lottery-new .col-sm-4 {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .lottery-new {
    padding: 0;
  }
.lottery-new button{
margin-right: 0;
margin-left: 0;
}
}
@media screen and (max-width: 425px) {
  .lottery-new button {
    margin-left: 0;
    margin-right: 0;
  }

  .divLottery_result iframe {
    height: 1282vw;
  }
  .lottery-new .col-sm-4 {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 375px) {
  .divLottery_result iframe {
    height: 1464vw;
  }
}
@media screen and (max-width: 320px) {
  .divLottery_result {
    padding: 0;
  }
  .divLottery_result iframe {
    height: 1720vw;
  }
}

.gameprodpage .container:nth-child(2) .live-wrapper div:nth-child(1):hover img {
  box-shadow: 0 28px 20px -23px #ff0000 !important;
}
.gameprodpage .container:nth-child(2) .live-wrapper div:nth-child(2):hover img {
  box-shadow: 0 28px 20px -23px #44ff00 !important;
}

#exampleModal {
  z-index: 9999 !important;
}
.modal-content {
  background: var(--modal-bg-color);
  box-shadow: 0 28px 20px -23px rgba(0, 0, 0, 0.5);
}
.modal-header .close:hover {
  transition: all 0.25s;
  background: var(--button-bg-hover-color);
}
.modal-header .close {
  margin-top: -1px;
  padding: 5px 10px;
  background: var(--button-bg-color);
  opacity: 1;
  border-radius: 50%;
  color: var(--button-text-color);
  text-shadow: none;
  font-size: 20px;
  transition: all 0.25s;
}
.modal-header {
  padding: 0;
  border: unset;
  height: 37px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}
.modal-body {
  color: #aaaaaa;
}
.login .logo {
  width: 50%;
  margin: auto;
  padding: 10px 0;
}
.login .logo img {
  width: 100%;
  max-width: 180px;
  margin: auto;
  display: block;
}

.slick-slide {
  margin: 0px 15px !important;
}
.partnerslide .customer-logos .slick-slide img {
  width: 100%;
  padding: 5%;
  filter: saturate(0);
  transition: all 0.2s ease;
  background: #000;
  border-radius: 10px;
}
.partnerslide .gpptext {
  margin-bottom: 30px;
}
.partnerslide {
  padding-bottom: 6vh;
}

.banner-box {
  margin-top: -10px;
  position: relative;
}

.csprod .playnowbtn:hover {
  cursor: auto;
  background: transparent;
  border: 2px solid #f9f9f9;
  color: #f9f9f9;
}
.csprod a {
  cursor: auto;
}
.csprod img {
  filter: grayscale(1);
}
.csprod:hover img {
  filter: grayscale(1) !important;
  box-shadow: 0 28px 20px -23px #111 !important;
}

.gpptext::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: var(--primary-color);
  margin-top: 15px;
}
.gpptext {
  color: #f9f9f9;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 15px;
  margin-top: 0;
}
.gameprodpage {
  padding: 6vh 0;
}

.gameprodpage .container:nth-child(2) {
  margin-top: 6vh;
}
.banner-box h3 {
    white-space: nowrap;
    position: absolute;
    left: 67%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 7px #ffffff;
    text-transform: uppercase;
    font-family: monospace;
    letter-spacing: 1px;
    font-size: 60px;
    margin: 0;
    padding: 0;
}

.banner-box img {
  width: 100%;
  border-bottom: 2px solid #000;
}
#theme-contain-slot .banner-box:before {
    content: var(--slot-banner-title);
}
#theme-contain-slot .banner-box:after {
    content: var(--slot-banner-content);
}
.banner-box:before {
    content: "";
    position: absolute;
    right: 17%;
    font-size: 58px;
    color: #fff;
    top: 35%;
    filter: drop-shadow(0px 0px 4px white);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 6px;
    overflow-wrap: break-word;
    text-align: right;
    max-width: 25%;
}
.banner-box:after {
    content: "";
    position: absolute;
    right: 17%;
    font-size: 20px;
    color: #fff;
    top: 43%;
    filter: drop-shadow(0px 0px 4px white);
    text-transform: uppercase;
    letter-spacing: 3px;
    width: 25%;
    overflow-wrap: break-word;
    text-align: right;
}

.sec2left {
  display: flex;
  position: relative;
  gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.sec2left a {
  color: var(--footer-text-color);
  text-decoration: underline;
}

.sec2left a:hover {
  color: var(--footer-text-hover-color);
}

.footer {
  color: var(--footer-text-color);
  text-align: center;
  font-size: 14px;
  background: var(--footer-bg-color);
  padding: 30px 10px 30px 10px;
}

.footer-inner-sec2 {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #252526;
  display: flex;
}

.sec1right a {
  filter: opacity(0.5);
}
.sec1right a:hover {
  filter: opacity(1);
}
.footer-inner-sec1 {
  display: flex;
}

.sec1right {
  display: flex;
  position: relative;
  gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
}

.copyright p {
  margin: 0;
  color: var(--footer-text-color);
}
.copyright {
  display: flex;
  position: relative;
  gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
}

.sec1left {
  display: flex;
  position: relative;
  gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.pmtext {
  margin: 0;
  color: var(--footer-text-color);
}

.footer-inner-sec1 img {
  width: auto;
  max-height: 30px;
  filter: saturate(0);
  transition: all 0.2s ease;
}
.footer-inner-sec1 img:hover {
  filter: saturate(1);
  transition: all 0.2s ease;
}

/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.customer-logos .slick-slide img {
  width: 100%;
  padding: 5%;
  filter: saturate(0);
  transition: all 0.2s ease;
}
.customer-logos .slick-slide img:hover {
  filter: saturate(1);
  transition: all 0.2s ease;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#confetti {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: crosshair;
  top: 0;
  pointer-events: none;
}

.cs24 p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}
.cs24 p span {
  color: var(--primary-text-color);
}
.cs24 {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}

.cs24 img {
  width: 55px !important;
  margin-right: 15px;
}
.sportss-box {
  padding: 6vh 0;
  display: block;
  background: #0f181e url(/theme/asset/template_desktop14/imgs/home/sportbgfinal-min.webp) no-repeat top
    center;
  background-size: cover;
  background-color: #222;
  position: relative;
}
.sports-section {
  background: #0f181e;
  background-size: cover;
}
.sports-group {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  margin: 0 15px;
}

.item-title3 {
  font-size: 20px;
  text-transform: capitalize;
  color: #ffffff;
  margin: 10px 0;
  font-weight: bold;
}
.item-content p {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
}
#imageCarousel .content-img {
  width: 60%;
  border: 0px solid red;
  margin: auto;
}
.content-img img {
  width: 100%;
}
.sports-sec {
  width: 60%;
  margin-right: auto;
  margin-left: 10px;
}

#imageCarousel .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 280px;
}
.content-box {
  position: relative;
}

#imageCarousel {
  position: relative;
  background: url(/theme/asset/template_desktop14/imgs/home/red1.webp) right -5px bottom -20px no-repeat;
  background-size: contain;
}
.item-content {
  position: absolute;
  right: 0;
  top: 25%;
  z-index: 9;
}
span.btn {
  background: var(--button-bg-color);
  color: var(--button-text-color);
  cursor: pointer;

  white-space: nowrap;
  transition: all 0.25s;
}
span.btn:hover {
  background: var(--button-bg-hover-color);
  color: var(--button-text-hover-color);
  transition: all 0.25s;
}
.icon-box {
  width: 70%;
  display: block;
  margin-bottom: 12px;
}
.icon-box img {
  width: 100%;
}
.carousel-indicators li {
  margin: 0;
}
#imageCarousel ol.carousel-indicators {
  width: fit-content;
  left: 0%;
  bottom: unset;
  top: 40px;
  right: unset;
  margin: unset;
}
#imageCarousel .carousel-indicators li,
#imageCarousel .carousel-indicators .active {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
  width: 100px;
  height: 35px;
  background: #1e2022;
  border: unset;
  border-radius: 0;
  z-index: 1;
  text-indent: 0;
  filter: drop-shadow(0px 4px 4px RGBA(0, 0, 0, 0.6));
}

#imageCarousel .carousel-indicators li::before,
#imageCarousel .carousel-indicators li::after {
  transition: background 0.5s;
  content: "";
  position: absolute;
}
#imageCarousel .carousel-indicators li::before {
  width: 3px;
  height: 100%;
  left: 0;
  background: var(--secondary-color);
  z-index: 9;
}

#imageCarousel .carousel-indicators li::after {
  width: 3px;
  height: 100%;
  background: var(--secondary-color);
  left: 0;
  z-index: 9;
}
#imageCarousel .carousel-indicators li.active::before,
#imageCarousel .carousel-indicators li.active::after,
#imageCarousel .carousel-indicators li:hover::before,
#imageCarousel .carousel-indicators li:hover::after {
  background: var(--primary-color);
}
#imageCarousel img.provider-character {
  width: 86px;
  position: absolute;
  bottom: 0px;
  right: -8px;
  z-index: 2;
  filter: saturate(0);
}

#imageCarousel .carousel-indicators li.active img.provider-character,
#imageCarousel
  .carousel-indicators
  li:nth-child(1):hover
  img.provider-character,
#imageCarousel
  .carousel-indicators
  li:nth-child(2):hover
  img.provider-character,
#imageCarousel
  .carousel-indicators
  li:nth-child(3):hover
  img.provider-character,
#imageCarousel
  .carousel-indicators
  li:nth-child(4):hover
  img.provider-character {
  filter: saturate(1);
  transition: background 0.5s;
}

.BR,
.CMD,
.MAXBET,
.ME {
  position: absolute;
  bottom: 12px;
  left: 8px;
  z-index: 20;
  color: #6a6a6a;
  font-size: 12px;
}
#imageCarousel .carousel-indicators li.active span,
#imageCarousel .carousel-indicators li:nth-child(1):hover .CMD,
#imageCarousel .carousel-indicators li:nth-child(2):hover .MAXBET,
#imageCarousel .carousel-indicators li:nth-child(3):hover .BR,
#imageCarousel .carousel-indicators li:nth-child(4):hover .ME {
  color: var(--primary-text-color);
}

/*UPCOMING EVENT*/
.event-sec {
  padding: 0 8%;
}
.up-event {
  background: url(/theme/asset/template_desktop14/imgs/home/box2.webp) center center no-repeat;
  background-color: #000;
  background-size: cover;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 20px;
}
.up-event table img {
  width: 80px;
  padding: 7px;
  background: #edededcc;
  border-radius: 50px;
  box-shadow: 0 0 2px 7px #aaaaaab8;
}
.up-event table th {
  color: var(--secondary-color);
  font-size: 18px;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
}
.up-event table tr td {
  text-align: center;
  padding: 3px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.up-event table tr td a:hover {
  color: var(--primary-text-color);
  border: 2px solid var(--button-border-hover-color);
  text-decoration: none;
}
.up-event table tr td a {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  border-radius: 5px;
  display: block;
  padding: 6px;
  margin: 3px;
  white-space: nowrap;
  line-height: initial;
}
.up-event table tbody tr:first-child td:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.up-event table tbody tr:nth-child(2) td {
  text-align: center;
  font-size: 16px;
  color: var(--primary-text-color);
  font-weight: bold;
}
.up-event table tbody tr:nth-child(5) td {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.up-event table tbody tr:nth-child(5) td span {
  font-size: 12px;
  font-weight: normal;
}
.up-event table tbody tr:first-child td p {
  margin-top: -6px;
  margin-bottom: -10px;
}
.up-event table tbody tr:nth-child(5) td p {
  margin: 0;
  margin-bottom: -11px;
  margin-top: 2px;
}

.up-event table tbody tr:nth-child(5) td:nth-child(even) {
  background: var(--primary-color);
}
.up-event table tbody tr:nth-child(5) td:nth-child(odd) {
  background: rgb(255 255 255 / 50%);
}

#eventCarousel {
  width: fit-content;
  margin-top: 25px;
}
#eventCarousel .carousel-control {
  bottom: unset;
  top: 43%;
  vertical-align: middle;
  height: 30px;
  width: 30px;
  background-image: unset !important;
  background: #8b8b8b;
  border-radius: 50px;
}
#eventCarousel .carousel-control .glyphicon-chevron-left,
#eventCarousel .carousel-control .glyphicon-chevron-right,
#eventCarousel .carousel-control .icon-next,
#eventCarousel .carousel-control .icon-prev {
  background: unset;
  border-radius: unset;
  font-size: 15px;
  height: unset;
  margin: unset;
  top: 0;
  transform: translateY(50%);
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
#eventCarousel .carousel-indicators {
  bottom: 0;
  margin-bottom: -25px;
}
#eventCarousel .carousel-indicators li.active {
  background-color: var(--primary-color);
  width: 10px;
  height: 10px;
  margin: 1px;
}
#eventCarousel .carousel-indicators li {
  background-color: #4e5461;
  border: 0px solid #fff;
  margin: 1px;
}
#eventCarousel .carousel-control.left {
  left: -15px;
}
#eventCarousel .carousel-control.right {
  right: -15px;
}

.contact-box {
  position: relative;
  margin: 0 15px;
  margin-top: -10px;
}
.contact-box img {
  width: 100%;
}
.contact-list {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
}
.contact-list li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  white-space: nowrap;
  gap: 10px;
}
.contact-list li svg {
  width: 40px;
}
.contact-list svg path {
  fill: var(--primary-color) !important;
}
.contact-list li div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.contact-list li span,
.contact-list a {
  transition: color 0.3s;
  color: #fff;
}
.contact-list li span:nth-child(2):hover,
.contact-list a:hover {
  text-decoration: none;
  color: var(--primary-text-color);
}

.p-detail {
  position: absolute;
  top: 50%;
  margin-right: 47%;
  margin-left: 5%;
  left: 0;
  transform: translateY(calc(-50% + 20px));
  text-align: center;
  width: 45%;
}
#theme-contain-home .p-detail h3 {
  display: block !important;
  font-size: 24px;
  text-align: center;
}
.p-detail h3 {
  margin: 0;
  color: #fff;
  font-weight: bold;
  transition: all 0.2s ease;
  text-transform: uppercase;
  display: none;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
.p-detail p {
  margin: 0;
  color: #d9d9d9;
  font-size: 14px;
  line-height: 1.6;
  transition: all 0.2s ease;
  display: block;
}

.playnowbtn {
  font-size: 16px;
  background: var(--playbutton-bg-color);
  padding: 10px 20px;
  color: var(--playbutton-text-color);
  border-radius: 100px;
  display: none;
  outline: 0;
  border: 2px solid var(--playbutton-border-color);
  text-transform: uppercase;
  line-height: 16px;
}

.playnowbtn:hover {
  background: var(--playbutton-bg-hover-color);
  border: 2px solid var(--playbutton-border-hover-color);
  color: var(--playbutton-text-hover-color);
}

.live-wrapper div:hover .playnowbtn {
  display: inline-block;
  transition: all 0.2s ease;
}

.live-wrapper div:hover .p-detail h3 {
  display: block;
}
.live-wrapper div:hover .p-detail p {
  display: none;
}

.live-wrapper div {
  transform: scale(1);
  transition: all 0.2s ease;
  padding-top: 15px;
}

.live-wrapper div:hover {
  transition: all 0.2s ease;
  transform: scale(1.03);
}

.live-wrapper div:nth-child(1):hover img {
  box-shadow: 0 28px 20px -23px #ff2970;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(2):hover img {
  box-shadow: 0 28px 20px -23px #f1c300;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(3):hover img {
  box-shadow: 0 28px 20px -23px #ff2bfc;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(4):hover img {
  box-shadow: 0 28px 20px -23px #fee47b;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(5):hover img {
  box-shadow: 0 28px 20px -23px #03a9f4;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(6):hover img {
  box-shadow: 0 28px 20px -23px #ff5733;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(7):hover img {
  box-shadow: 0 28px 20px -23px #ffff33;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(8):hover img {
  box-shadow: 0 28px 20px -23px #194de5;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(9):hover img {
  box-shadow: 0 28px 20px -23px #e5195a;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(10):hover img {
  box-shadow: 0 28px 20px -23px #19e570;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(11):hover img {
  box-shadow: 0 28px 20px -23px #7c19e5;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(12):hover img {
  box-shadow: 0 28px 20px -23px #8358f7;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(13):hover img {
  box-shadow: 0 28px 20px -23px #f77358;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(14):hover img {
  box-shadow: 0 28px 20px -23px #1c9a0d;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(15):hover img {
  box-shadow: 0 28px 20px -23px #0d0d9a;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(16):hover img {
  box-shadow: 0 28px 20px -23px #e60468;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(17):hover img {
  box-shadow: 0 28px 20px -23px #67bd9b;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(18):hover img {
  box-shadow: 0 28px 20px -23px #09c692;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(19):hover img {
  box-shadow: 0 28px 20px -23px #f37812;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(20):hover img {
  box-shadow: 0 28px 20px -23px #ffffff;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(21):hover img {
  box-shadow: 0 28px 20px -23px #670ef2;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(22):hover img {
  box-shadow: 0 28px 20px -23px #f20e0e;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(23):hover img {
  box-shadow: 0 28px 20px -23px #34f20e;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(24):hover img {
  box-shadow: 0 28px 20px -23px #c6835a;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(25):hover img {
  box-shadow: 0 28px 20px -23px #74c65a;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(26):hover img {
  box-shadow: 0 28px 20px -23px #dbdcf8;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(27):hover img {
  box-shadow: 0 28px 20px -23px #c9378b;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(28):hover img {
  box-shadow: 0 28px 20px -23px #f1ffff;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(29):hover img {
  box-shadow: 0 28px 20px -23px #08ff71;
  transition: all 0.2s ease;
  filter: brightness(1);
}
.live-wrapper div:nth-child(30):hover img {
  box-shadow: 0 28px 20px -23px #ffd19e;
  transition: all 0.2s ease;
  filter: brightness(1);
}

.live-wrapper .col-sm-6 {
  margin-bottom: 30px;
}

.live-wrapper img {
  width: 100%;
  box-shadow: 0 28px 20px -23px rgba(0, 0, 0, 0.5);
}

.live-btm {
  margin-top: 30px;
}

.video-box img.inactive {
  filter: brightness(0.5);
  transition: all 0.2s ease;
}
.video-box img.active {
  filter: brightness(1);
  transition: all 0.2s ease;
  transition-delay: 0.1s;
}

.video-box img {
  width: 100%;
  box-shadow: 0 28px 20px -23px rgba(0, 0, 0, 0.5);
  filter: brightness(0.5);
}
.vid-btn {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.item-title2 {
  color: #d9d9d9;
  text-transform: capitalize;
  font-size: 16px;
  text-align: center;
}

.item-title {
  color: var(--primary-text-color);
  font-weight: bold;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}

.promo-line {
  display: block;
  margin-bottom: 3%;
}
.video-box {
  padding: 6vh 0;
}

.tag-hot {
  position: absolute;
  height: 18px;
  width: auto !important;
  right: 0;
}
.hot-tag {
  height: 18px;
  margin-left: 5px;
}

.pjtittle {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  color: var(--jackpot-title-color);
  z-index: 1;
  font-size: 22px;
  text-shadow: 0 0 5px var(--jackpot-title-shadow-color);
  text-transform: uppercase;
  font-family: monospace;
  letter-spacing: 4px;
}

.thirdfloat:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 72%;
  left: 28%;
  background: var(--jackpot-float-img-3);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.3)) contrast(1.1)
    brightness(1.1);
  animation: floatimg3 2s infinite ease-in-out alternate;
  transform: translateY(0) translateX(0);
}
@keyframes floatimg3 {
  from 0% {
    transform: translateY(0) translateX(0);
  }

  100% {
    transform: translateY(-7%) translateX(7%);
  }
}

.jackpot-bg:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: 33%;
  right: 22%;
  background: var(--jackpot-float-img-2);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  filter: drop-shadow(-2px 4px 4px rgba(0, 0, 0, 0.3)) contrast(1.1)
    brightness(1.1);
  animation: floatimg2 1s infinite ease-in-out alternate;
  transform: translateY(0) rotate(-40deg);
}
@keyframes floatimg2 {
  from 0% {
    transform: translateY(0) rotate(-40deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.jackpot-bg:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  top: -9%;
  left: 35%;
  background: var(--jackpot-float-img-1);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.3)) contrast(1.1)
    brightness(1.1);
  animation: floatimg1 2s infinite ease-in-out alternate;
  transform: translateY(0) translateX(0);
}
@keyframes floatimg1 {
  from 0% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(-5%) translateX(-5%);
  }
}

.prizehome:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200%;
  background: var(--jackpot-overfly-img);
  background-size: 0%;
  background-repeat: no-repeat;
  background-position: center;
  animation: overfly 7s infinite ease-out;
  opacity: 0;
}

@keyframes overfly {
  from 0% {
    background-size: 0%;
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  100% {
    background-size: 125%;
    opacity: 0;
  }
}

.shineprize:after {
  content: "";
  position: absolute;
  top: -30%;
  left: -200%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transform: rotate(30deg);
  z-index: 0;
  background: rgba(255, 255, 255, 0);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.13) 92%,
    rgba(255, 255, 255, 0) 100%
  );
}
.prizehome:hover .shineprize:after {
  opacity: 1;
  top: -30%;
  left: 120%;

  animation-duration: 1.5s;
  animation-name: shining;
  animation-iteration-count: 1;
}

@keyframes shining {
  from {
    left: -200%;
  }
  to {
    left: 120%;
  }
}

.prizehome {
  display: flex;
  align-items: center;
  background: url(/theme/asset/template_desktop14/imgs/home/jpbgtran.webp);
  background-size: cover;
  background-position: top center;
  background-color: #000;
  padding: calc(6vh + 128px) 0 6vh 0;
  position: relative;
  overflow: hidden;
}
.jackpot-bg {
  position: relative;
  z-index: 1;
}
.jackpot-bg img {
  width: 100%;
  max-width: 1360px;
  margin: auto;
  filter: drop-shadow(0 6px 10px #000000);
}
.jackpot-position {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 56px;
  color: var(--jackpot-text-color);
  text-align: center;
  white-space: nowrap;
}

.ssicon {
  animation: growing 2s infinite;
  animation-delay: 4s;
  animation-iteration-count: 3;
  filter: drop-shadow(0px 0px 0px #fee47b);
  transform: scale(1);
}
@keyframes growing {
  from 0% {
    filter: drop-shadow(0px 0px 0px #fee47b);
    transform: scale(1);
  }
  50% {
    filter: drop-shadow(0px 2px 5px #fee47b);
    transform: scale(1.1);
  }
  100% {
    filter: drop-shadow(0px 0px 0px #fee47b);
    transform: scale(1);
  }
}

.icarrow {
  height: 18px !important;
  width: auto !important;
  margin-left: 10px;
}

.step ul li:nth-child(1):before {
  content: "";
  width: 120px;
  height: 120px;
  display: block;
  background: url(/theme/asset/template_desktop14/imgs/home/step1.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -26px;
  right: 15%;
  animation: step1 1s infinite alternate ease-in-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  opacity: 0.3;
}
@keyframes step1 {
  from 0% {
    opacity: 0.3;
    right: 15%;
  }
  50% {
    opacity: 1;
    right: 10%;
  }
  100% {
    opacity: 0.3;
    right: 15%;
  }
}

.step ul li:nth-child(2):before {
  content: "";
  width: 120px;
  height: 120px;
  display: block;
  background: url(/theme/asset/template_desktop14/imgs/home/step2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -26px;
  right: 15%;
  animation: step2 1s infinite alternate ease-in-out;
  animation-delay: 2s;
  animation-iteration-count: 1;
  opacity: 0.3;
}
@keyframes step2 {
  from 0% {
    opacity: 0.3;
    right: 15%;
  }
  50% {
    opacity: 1;
    right: 10%;
  }
  100% {
    opacity: 0.3;
    right: 15%;
  }
}

.step ul li:nth-child(3):before {
  content: "";
  width: 120px;
  height: 120px;
  display: block;
  background: url(/theme/asset/template_desktop14/imgs/home/step3.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -26px;
  right: 15%;
  animation: step3 1s infinite alternate ease-in-out;
  animation-delay: 3s;
  animation-iteration-count: 1;
  opacity: 0.3;
}
@keyframes step3 {
  from 0% {
    opacity: 0.3;
    right: 15%;
  }
  50% {
    opacity: 1;
    right: 10%;
  }
  100% {
    opacity: 0.3;
    right: 15%;
  }
}

.step {
  background: url(/theme/asset/template_desktop14/imgs/home/steps.webp) no-repeat 50%;
  background-size: cover;
  height: 128px;
  display: flex;
  align-items: center;

  z-index: 1;
  position: absolute;
  width: 100%;
}
.step ul {
  display: flex;
}
.step ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: calc(100% / 3);
  position: relative;
}
.step ul li img {
  width: 50px;
  margin-right: 15px;
  z-index: 1;
}
.step ul li div {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.step ul li div span:first-child {
  font-size: 15px;
  color: #d9d9d9;
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.step ul li div span:nth-child(2) {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

marquee#horizontal-scrolling-msg li:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url(/theme/asset/template_desktop14/imgs/home/icon-megaphone.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 15px;
  animation: myshake 1s infinite;
}

@keyframes myshake {
  from 0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(-20deg) scale(1.1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}

marquee#horizontal-scrolling-msg {
  position: relative;
}
marquee#horizontal-scrolling-msg:before {
  content: "";
  width: 150px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-top: -5px;
  height: 37.28px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
marquee#horizontal-scrolling-msg:after {
  content: "";
  width: 150px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  margin-top: -5px;
  height: 37.28px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    -90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.scrolling-msg-position ul {
  list-style: none;
  margin: 5px 0 0 0;
}
.scrolling-msg-position {
  background: var(--scrollingmsg-bg-color);
  padding: 5px 0;
  color: var(--scrollingmsg-text-color);
}

.flex-control-paging li a.flex-active {
  background: var(--secondary-color);
    filter: drop-shadow(0px 2px 5px var(--secondary-color)) brightness(1.5);
}
.flex-control-paging li a {
  width: 25px;
  height: 4px;
  background: #4e5461;
}

.flex-control-nav li {
  margin: 0 2.5px;
}
.flex-control-nav {
  bottom: 10px;
  z-index: 2;
}
.flex-direction-nav a:before {
  color: rgba(255, 255, 255, 0.25);
  text-shadow: none;
}
.flex-direction-nav a:before:hover {
  color: rgba(255, 255, 255, 0.5);
}
.flex-control-paging li a:hover {
  background: var(--primary-color);
}
.flex-direction-nav .flex-next {
  right: 20px;
  text-shadow: none;
  height: 60px;
  width: 25px;
  display: flex;
  align-items: center;
}
.flex-direction-nav .flex-prev {
  left: 20px;
  text-shadow: none;
  height: 60px;
  width: 25px;
  display: flex;
  align-items: center;
}
.page-home .site-content .container-fluid {
  background: transparent;
}
.site-content .container-fluid {
  padding: 0;
  margin: 0;
  background: var(--site-bg-img);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.container-fluid {
  padding: 0;
  margin: 0;
}
.flexslider {
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: -10px;
}
.clock {
  color: #9d9d9d;
  line-height: 0;
}

.tag {
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fee47b;
  margin-left: 5px;
  background-color: #c9334e;
  border-radius: 2px;
  line-height: 12px;
  font-size: 8px;
  padding: 2px 4px;
  animation: mycolor 0.5s infinite;
}

@keyframes mycolor {
  from 0% {
    background-color: #c9334e;
    color: #fee47b;
  }
  50% {
    background-color: #e81d21;
    color: #ffffff;
  }
  100% {
    background-color: #c9334e;
    color: #fee47b;
  }
}

.tag-new {
  position: absolute;
  background-color: #c9334e;
  border-radius: 2px;
  line-height: 12px;
  font-size: 8px;
  padding: 2px 4px;
  animation: mycolor 0.5s infinite;
  animation: mycolor 0.5s infinite;
  background-color: #c9334e;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  right: 0;
}

.tag-new2 {
  width: 30px !important;
  animation: mycolor 0.5s infinite;
  background-color: #c9334e;
}

.dropdown-menu > li img {
  width: 80%;
  margin-bottom: 5px;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  position: relative;
}

.nav > li.dropdown .caret {
  color: #774125;
  vertical-align: 3px;
}

.nav > li.dropdown.open {
  position: static;
}
.nav > li.dropdown.open .dropdown-menu {
  display: none !important;
}
.nav > li.dropdown:hover {
  position: static !important;
}
#theme-menu .dropdown:hover .dropdown-menu {
  display: table !important;
  width: 100% !important;
  text-align: center !important;
  left: 0 !important;
  right: 0 !important;
  padding: 16px 5vw;
  background: rgba(0, 0, 0, 0.9) !important;
  margin: auto;
}

.nav > li.dropdown.open .dropdown-menu {
  top: 100%;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu > li {
  display: inline-block;
  width: 14%;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dropdown-menu > li a {
  color: var(--menu-text-color) !important;
  transition: 0.3s;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: var(--menu-text-hover-color) !important;
  background-color: transparent !important;
}
.dropdown-menu > li > a:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}
.dropdown-menu > li > a img {
  transform: scale(1);
  transition: 0.3s;
}
a.regbtn:hover {
  color: var(--header-top-regbtn-text-hover-color);
  border-color: var(--header-top-regbtn-border-hover-color);
  background: var(--header-top-regbtn-bg-hover-color);
  transition-timing-function: ease-out;
  transition: all 0.25s;
}
a.regbtn {
  border: 2px solid var(--header-top-regbtn-border-color);
  border-radius: 5px;
  padding: 4px 10px;
  text-transform: uppercase;
  background: var(--header-top-regbtn-bg-color);
  color: var(--header-top-regbtn-text-color);
  font-weight: bold;
  text-decoration: none;
  transition: all 0.25s;
}
a.logbtn:hover {
  color: var(--header-top-logbtn-text-hover-color);
  border-color: var(--header-top-logbtn-border-hover-color);
  transition-timing-function: ease-out;
  transition: all 0.25s;
}
a.logbtn {
  border: 2px solid var(--header-top-logbtn-border-color);
  border-radius: 5px;
  padding: 4px 10px;
  text-transform: uppercase;
  color: var(--header-top-logbtn-text-color);
  font-weight: bold;
  margin-right: 5px;
  text-decoration: none;
  transition: all 0.25s;
}
.ctabtn {
  flex-grow: 1;
  text-align: right;
}
.flaggg {
  width: 20px;
  height: 20px;
  border: 1px solid #9d9d9d;
  border-radius: 100%;
}
.desktop-header-top {
  background: var(--header-top-bg-color);
  border-bottom: 2px solid var(--header-top-border-color);
}
.desktop-header-top .container {
  display: flex;
  align-items: center;
}
.nav-wrapper {
  padding: 0;
}
.sl-nav {
  display: inline;
  margin-left: 10px;
  border-left: 1px solid #9d9d9d;
}
.sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
  color: #fff;
  padding: 0;
}
.sl-nav li ul {
  display: none;
}
.hoverlang {
  padding: 10px !important;
}
.hoverlang:hover ul {
  position: absolute;
  top: 37px;
  right: -15px;
  display: block;
  background: #343131;
  width: auto;
  padding-top: 0px;
  z-index: 10;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 23px;
  right: -2px;
  z-index: 11;
  height: 15px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: "";
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #343131;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  padding: 10px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 15px;
  color: var(--menu-text-color);
  display: flex;
  align-items: center;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 10px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
  color: var(--menu-text-hover-color);
}
.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 20px;
  height: 20px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.flag-en {
  background: url(/theme/asset/template_desktop14/imgs/header/language_en.webp);
  background-size: cover;
  background-position: center center;
}
.flag-my {
  background: url(/theme/asset/template_desktop14/imgs/header/language_msia.webp);
  background-size: cover;
  background-position: center center;
}
.flag-cn {
  background: url(/theme/asset/template_desktop14/imgs/header/language_cn.webp);
  background-size: cover;
  background-position: center center;
}

#myTime {
  color: #9d9d9d;
}

#theme-menu {
  display: flex;
  width: auto;
  height: 80px;
  align-items: center;
  justify-content: right;
}

#theme-title {
  display: none;
}

.navbar-nav {
  margin: 0;
}

.navbar {
  height: 80px;
  z-index: 9;
  margin: 0;
  padding: 0;
}

.navbar-collapse {
  padding-right: 0px;
  padding-left: 0px;
}

.navbar-brand {
  height: 80px;
  padding: 0;
  overflow: hidden;
}

.navbar-brand img {
  height: 60px;
  position: relative;
}

.navbar-inverse {
  background: var(--header-bg-color);
  background-size: 100% 100%;
  background-position: center;
  border: 0;
  border-left: 0px;
  border-right: 0px;
  border-radius: unset;
  border-bottom: 2px solid var(--header-border-color);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: var(--menu-text-hover-color);
  background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: var(--menu-text-hover-color);
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active,
.navbar-nav > li:hover,
.navbar-nav > li.active,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: var(--menu-text-color);
  background: transparent;
}

.navbar-nav > li > a {
  border-right: 0px solid #3c3c3c;
  border-left: 0px solid #292929;
  border-bottom: 0px solid #232323;
  text-align: center;
  padding: 30px 14px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-transform: uppercase;
}

.navbar-nav > li:last-child a {
  padding-right: 0;
}

.nav > li.dropdown:hover .caret {
  color: var(--menu-text-hover-color);
}

.nav > li.dropdown:hover a.dropdown-toggle {
  color: var(--menu-text-hover-color);
  background: transparent;
}

.dropdown {
  display: flex !important;
}
a.dropdown-toggle {
  display: none !important;
}

.nav > li.dropdown .caret {
  color: var(--menu-text-color);
  vertical-align: 3px;
  display: none;
}

.nav > li.dropdown.open {
  position: static;
}

.navbar-inverse .navbar-brand {
  display: flex;
  align-items: center;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin: 0;
}

nav.navbar.navbar-inverse.navbar-fixed-top.visible-xs {
  display: none !important;
}

#desktop {
  display: block;
}

#mobile {
  display: none;
}

html,
body {
  font-family: Lato, sans-serif, Arial, Verdana;
  background: var(--body-bg-color);
}

::-webkit-scrollbar {
  background: var(--scrollbar-track-color);
  width: 11px;
}
::-webkit-scrollbar-thumb {
  background: var(--scrollbar-thumb-color);
  border: 3px solid var(--scrollbar-thumb-border-color);
}
::-webkit-scrollbar-track {
  background: var(--scrollbar-track-color);
  border-radius: 0px;
}

@media (min-width: 1600px) {
  #theme-menu .dropdown:hover .dropdown-menu {
    padding: 16px 13vw;
  }
}

@media (max-width: 767px) {
  #desktop {
    display: none;
  }

  #mobile {
    display: block;
  }

.banner-box h3{
        left: 70%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 28px;
}
.site-content {
    padding-top: 52px;
}
  .footer-inner-sec1,
  .footer-inner-sec2 {
    display: block;
  }
  .sec1left{
    margin-bottom: 20px;
  }
  .sec2left {
margin-top: 0px;
    margin-bottom: 20px;
    justify-content: center;
  }
  .pmtext {
    width: 100%;
    text-align: left;
  }
  .sec1right {
    margin-bottom: 20px;
    justify-content: flex-start;
  }
  .copyright {
justify-content: center;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #252526;
  }
  .gpptext {
    font-size: 18px;
    padding: 0;
  }
  .footer {
    padding: 30px 0 90px 0;
  }
  .live-wrapper .col-sm-6 {
    padding: 0;
  }
  .gameprodpage .container:first-child {
    margin-top: 30px;
  }
  .gameprodpage {
    padding: 0;
  }
  .gameprodpage .container:nth-child(2) {
    margin-top: 0;
  }
  .p-detail {
    width: 40%;
  }
  .login #customformv2,
  .login #customform {
    width: 75%;
    padding: 10px 0;
  }
  .vip-list ul {
    width: 100%;
  }
  .inner-cont {
    padding: 0;
  }
  .vip-list ul li:nth-child(2) {
    margin-top: 89px;
  }
  .img100 {
    max-width: 170px;
    margin-left: auto;
    position: absolute;
    left: 0;
  }
  .info-bottom ol {
    padding-left: 15px;
  }
  #faq_modal li.question {
    width: 100%;
  }
  .fancybox-wrap {
    width: calc(100% - 30px) !important;
    left: 0 !important;
    right: 0 !important;
    top: 10vh !important;
    margin: auto 15px;
  }
  .fancybox-inner {
    width: 100% !important;
    height: 80vh !important;
  }
  .api-leaguefeed-free-wall .brick {
    width: calc(50% - 20px) !important;
  }
  .sport-bg iframe {
    width: 100%;
    margin: 0;
    margin-bottom: 6vh;
  }
  .vip-list {
    padding: 30px 0;
    text-align: center;
  }
  .info-bottom {
    padding: 30px 0 30px 0;
  }
.splitpage {
    display: block;
    height: auto;
}
.splitleft {
    width: 100%;
}
.splitright {
    width: 100%;
}
#registerform dl{
    width: 100%;
    padding: 10px 0;
margin-bottom: 10px;
}
#registerform dt{
    width: 100px;
}
input#registerform_UserName {
    width: 100% !important;
}
.splitleft {
    height: 500px;
}
input.btnCheckUser {
    position: absolute;
    right: 0;
    top: 0;
}
#registerform input{
    padding: 10px 0;
}
select#registerform_Currency, select#registerform_BankName{
    padding: 10px 0;
}
#groupVerifyCode dd:last-child {
    width: 99px;
    position: absolute;
    right: 0;
    bottom: 20px;
}
#registerform .small{
position: relative;
}
.tabcontent {
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.promotion-content {
    padding: 30px 0;
}
.m-promo-container h2 {
    margin: 0 15px;
}
#faq_modal {
    padding: 0 0 15px 15px;
}
#faq_modal li.question {
    width: 90%;
    margin-right: 15px;
}
h4.red-text{
    font-size: 14px;
    margin-bottom: 0;
}
.lefttext {
    margin-bottom: 6vh;
    padding: 0 15px;
}
#registerform dd {
    width: 100%;
    margin: 0;
    padding: 0;
}
.playnowbtn{
    padding: 10px 20px;
}
.sport-bg .container h2{
    margin-top: 30px;
}
.sport-bg {
    margin-top: -10px;
}
.sport-bg iframe{
margin-bottom: 30px;
}
marquee#horizontal-scrolling-msg:before, marquee#horizontal-scrolling-msg:after{
width: 10%;
}
.flex-control-nav{
bottom: 0;
}

.jackpot-bg {
    position: relative;
    z-index: 1;
    padding: 30px 0;
}
.jackpot-bg:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 7%;
    left: 31%;
    background: var(--jackpot-float-img-1);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.3)) contrast(1.1) brightness(1.1);
    animation: floatimg1 2s infinite ease-in-out alternate;
    transform: translateY(0) translateX(0);
}
.jackpot-bg:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 38%;
    right: 2vw;
    background: var(--jackpot-float-img-2);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    filter: drop-shadow(-2px 4px 4px rgba(0, 0, 0, 0.3)) contrast(1.1) brightness(1.1);
    animation: floatimg2 1s infinite ease-in-out alternate;
    transform: translateY(0) rotate(-40deg);
}
.thirdfloat:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    top: 68%;
    left: 14%;
    background: var(--jackpot-float-img-3);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.3)) contrast(1.1) brightness(1.1);
    animation: floatimg3 2s infinite ease-in-out alternate;
    transform: translateY(0) translateX(0);
}
.pjtittle {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    color: var(--jackpot-title-color);
    z-index: 1;
    font-size: 16px;
    width: 100%;
    text-align: center;
    text-shadow: 0 0 5px var(--jackpot-title-shadow-color);
    text-transform: uppercase;
    font-family: monospace;
    letter-spacing: 3px;
}
.jackpot-bg img {
    width: 100%;
}
.jackpot-position {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 26px;
    color: var(--jackpot-text-color);
    text-align: center;
    white-space: nowrap;
}
.prizehome{
    padding: 0 15px;
}
.prizehome:before{
    left: 0;
    animation: overfly 4s infinite ease-out;
}

#eventCarousel2 {
width: 100%;
    margin-top: 0;
    background: none;
padding-bottom: 20px;
}
.event-sec {
    padding: 0 5px;
}
.item-title3{
    font-size: 18px;
    padding: 30px 15px 15px 15px;
    margin: 0;
    display: flex;
}
.event-sec .item-title3{
    font-size: 18px;
    margin: 0;
    padding: 30px 0 15px 0;

}
.up-event table{
    background-color: transparent;
    width: 100%;
}
.up-event{
    width: 100%;
}
#eventCarousel2 .carousel-indicators {
    bottom: -5px;
    margin-bottom: 0;
}
.home-mobile #imageCarousel2 {
    position: relative;
    background: none;
}
.content-img img {
    width: 100%;
}
.home-mobile #imageCarousel2 .content-img {
    width: 100%;
    border: 0px solid red;
    margin: auto;
    position: absolute;
    right: 0;
    top: 14%;
}
.item-content {
    position: absolute;
    right: 15px;
    top: 15%;
    z-index: 9;
    background: rgba(0,0,0,0.9);
    padding: 15px;
    border-radius: 10px;
width: 40%;
}
.content-box {
    position: relative;
    height: 280px;
}
.icon-box img{
width: 120px;
}
.home-mobile #imageCarousel2 ol.carousel-indicators{
left: 15px;
}
.sportss-box .item-title3{
    padding: 30px 15px 0 15px;
}
}



@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1360px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    width: 100%;
    max-width: 970px;
  }
  .navbar-nav > li > a {
    padding: 14px 6px;
  }
  .navbar-brand img {
    height: 30px;
  }
  #theme-menu,
  .navbar-brand,
  .navbar {
    height: 60px;
  }
  #theme-menu .dropdown:hover .dropdown-menu {
    padding: 16px 15px;
  }
  .jackpot-position {
    font-size: 34px;
  }
  .jackpot-bg:before {
    width: 70px;
    height: 70px;
  }
  .jackpot-bg:after {
    width: 70px;
    height: 70px;
  }
  .thirdfloat:before {
    width: 70px;
    height: 70px;
  }
  .pjtittle {
    font-size: 18px;
  }
  .p-detail {
    margin-right: 47%;
    margin-left: 10%;
  }
  .playnowbtn {
    font-size: 12px;
    padding: 10px 15px;
    line-height: 12px;
  }
  .event-sec {
    padding-bottom: 8%;
  }
  .sports-sec {
    width: 90%;
    margin: auto;
  }
  .sports-group {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 15px;
  }
  .item-title3 {
    text-align: center;
  }
  .vip-list ul {
    width: calc(50% - 2px);
  }
  .page-login .loginpage {
    height: calc(100vh - 258px);
  }
  .splitpage {
    height: calc(100vh - 258px);
  }
  .api-leaguefeed-free-wall .brick {
    width: calc(25% - 20px) !important;
  }
#registerform dl{
width:100%;
}

}




