@import url("./font/font.css");

@viewport {
  width: device-width;
  zoom: 1;
}

:root {
  /* BACKGROUND COLOR */
  --main-bg-color: #0a0a0a;
  --primary-bg-color: #ec1c23;
  --secondary-bg-color: #191919;
  --tertiary-bg-color: #252525;

  /* TEXT COLOR */
  --primary-txt-color: #ffffff;
  --secondary-txt-color: #808080;
  --tertiary-txt-color: #5a5a5a;

  /* ACCENT COLOR */
  --main-accent-color: #ec1c23;
  --secondary-accent-color: #6b1315;
  --tertiary-accent-color: #3a3a3a;
  --border-btm: #2d2d2d;

  /* MISC */
  --sports-background-color: #0f181e;
  --sports-background-image: url(/theme/asset/template_desktop12/imgs/section-new.webp);

  /* SIDE SCROLLBAR */
  --scrollbar-width: 11px;
  --scrollbar-bg: #000000;
  --scrollbar-color: #282828;
  --scrollbar-borderwidth: 3px;

  /* VIP TABLE */
  --vip-table-title: #ffab16;
}

::-webkit-scrollbar {
  background: var(--scrollbar-color);
  width: var(--scrollbar-width);
}

::-webkit-scrollbar-thumb {
  background: var(--scrollbar-color);
  border: var(--scrollbar-borderwidth) solid var(--scrollbar-bg);
}

::-webkit-scrollbar-track {
  background: var(--scrollbar-bg);
  border-radius: 0px;
}

html,
body {
  height: 100%;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: "Nunito", sans-serif;
}

.clearboth {
  clear: both;
}

a {
  color: var(--primary-bg-color);
}

a:hover {
  text-decoration: none;
  color: var(--primary-bg-color);
}

#theme {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  background-size: cover;
}

.themetbl {
  display: block;
}

.mobile-menu {
  display: none;
}

.themetblrow {
  display: block;
}

.themetblcell {
  display: block;
}

.themetblwidth {
  width: 100%;
}

.themetblheight {
  height: 100%;
}

.theme-container-box {
  width: 100%;
  height: auto;
}

#theme-frame {
  height: 100%;
  background: var(--main-bg-color);
  margin: auto;
  width: 100%;
}

#theme-header-link {
  width: 100%;
}

.container {
  width: 1300px;
  margin: auto;
}

#theme-header-link .container {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

#logo {
  width: 160px;
  padding: 5px;
}

.logo img {
  width: 100%;
}

#theme-menu {
  flex-grow: 1;
}

#theme-header-top {
}

#redirectaddr {
  padding: 9px;
  text-align: center;
  font-size: 15px;
  background: var(--primary-txt-color);
  border-radius: 20px;
  font-weight: bold;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  text-align: right;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  background: transparent;
  color: var(--primary-bg-color);
  text-transform: initial;
  font-size: 16px;
  transition: 0.2s;
  font-weight: 100;
  letter-spacing: 0px;
}

#cssmenu > ul > li::before {
  content: "";
  position: absolute;
  background-color: var(--primary-bg-color);
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
  opacity: 0;
}

#cssmenu > ul > li.active::before,
#cssmenu > ul > li:hover::before {
  content: "";
  position: absolute;
  background-color: var(--primary-bg-color);
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
  opacity: 1;
}

#cssmenu > ul > li.active a::before {
  display: none;
}

#cssmenu > ul > li {
  position: relative;
  margin: 0 10px;
}

#cssmenu > ul > li > a {
  padding: 20px 0;
  text-transform: initial;
  font-size: 16px;
  color: var(--primary-txt-color);
  font-weight: 100;
  letter-spacing: 0px;
}

#theme-header-link {
  background: var(--secondary-bg-color);
}

.clock {
  color: var(--primary-txt-color);
  font-size: 10px;
  opacity: 0.5;
  padding-right: 10px;
  border-right: 1px solid #464646;
}

/* Dropdown Button */
.dropbtn {
  background: unset;
  color: var(--primary-txt-color);
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #1c1c1c;
  min-width: 140px;
  box-shadow: 0px 2px 7px 0px rgb(0 0 0 / 20%);
  z-index: 9999;
}

.dropdown-content a {
  color: var(--primary-txt-color);
  padding: 6px 7px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  text-decoration: underline;
}

.dropdown:hover .dropdown-content {
  display: block;
  padding-top: 5px;
  padding-left: 3px;
  left: 4px;
}

.dropbtn .glyphicon {
  top: 0px;
  left: 2px;
  font-size: 7px;
}

.dropdown-content img,
button.dropbtn img {
  width: 23px;
}

.dropdown-content img,
.dropdown-content a {
  display: inline-block;
}

.dropdown-content span {
  color: var(--main-accent-color);
}

#theme-header-top {
  background: var(--tertiary-bg-color);
  border-top: 2px solid var(--main-bg-color);
}

.header-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  padding: 5px 10px;
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
}

input {
  outline: unset;
}

.btn {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-box {
  display: flex;
}

.btn-login {
  border: 1px solid var(--primary-txt-color);
  border-radius: 5px;
  margin: 0 5px;
}

.btn-login .btn {
  color: var(--primary-txt-color);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  transition: 0.2s;
}

.btn-login .btn:hover {
  background: var(--primary-bg-color);
  transition: 0.2s;
}

.btn-sign-up {
  border: 1px solid var(--main-bg-color);
  border-radius: 5px;
}

.btn-sign-up .btn {
  color: var(--main-bg-color);
  background: var(--primary-bg-color);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  transition: 0.2s;
}

.btn-sign-up .btn:hover {
  background: var(--main-accent-color);
  transition: 0.2s;
}

.live-chat {
  padding: 0px 10px;
}

.live-chat a {
  color: var(--primary-txt-color);
}

/* BANNER */
.flexslider {
  border: 0;
  margin: 0;
}

.flex-control-nav {
  bottom: 0;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-direction-nav .flex-next {
  right: 0;
}

.flexslider .flex-control-nav li {
  margin: 0 13px;
}

.flexslider .flex-control-paging li a {
  width: 20px;
  height: 5px;
  border-radius: 0px;
  position: absolute;
  margin-top: -0.5%;
  z-index: 9 !important;
  background: var(--tertiary-accent-color);
}

.flexslider .flex-control-paging li a.flex-active {
  background: var(--main-accent-color);
}

.annouc-txt {
  background: var(--main-bg-color);
  padding: 5px 0;
  color: var(--primary-txt-color);
  margin-bottom: -10px;
}

marquee#web_announcement {
  margin-bottom: -4px;
}

/*HOME*/
.step {
  background: url(/theme/asset/template_desktop12/imgs/step.webp) no-repeat 50%;
  background-size: cover;
  height: 128px;
  display: flex;
  margin-bottom: 15px;
}

.step ul {
  display: flex;
}

.step ul li {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: calc(100% / 3);
}

.step ul li img {
  width: 50px;
  margin-right: 15px;
}

.step ul li div {
  display: flex;
  flex-direction: column;
}

.step ul li div span:first-child {
  font-size: 15px;
  color: var(--main-accent-color);
  font-weight: bold;
  margin-bottom: 5px;
}

.step ul li div span:nth-child(2) {
  font-size: 20px;
  color: var(--primary-txt-color);
  font-weight: bold;
  line-height: 1;
}

.sports-section {
  background-color: var(--sports-background-color);
  background-image: var(--sports-background-image);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.sports-group {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
}

.item-title {
  font-size: 20px;
  text-transform: capitalize;
  color: var(--primary-txt-color);
  margin: 10px 0;
  font-weight: bold;
}

.item-content p {
  color: var(--primary-txt-color);
  font-size: 13px;
  line-height: 1.2;
}

#imageCarousel .content-img {
  width: 60%;
  border: 0px solid var(--main-accent-color);
  margin: auto;
}

.content-img img {
  width: 100%;
}

.sports-sec {
  width: 60%;
}

#imageCarousel .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 280px;
}

.content-box {
  position: relative;
}

.item-content {
  position: absolute;
  right: -30px;
  bottom: 69px;
  z-index: 9;
}

#imageCarousel {
  position: relative;
  background: unset;
}

.item-content {
  position: absolute;
  right: -30px;
  top: 25%;
  z-index: 9;
}

span.btn {
  background: var(--primary-txt-color);
  color: var(--main-accent-color);
  cursor: pointer;
  padding: 2px 25px;
  white-space: nowrap;
}

.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: var(--secondary-bg-color);
  border: unset;
  border-radius: 5px;
  z-index: 1;
  text-indent: 0;
  filter: drop-shadow(0px 0px 2px var(--secondary-accent-color));
}

#imageCarousel .carousel-indicators li::before,
#imageCarousel .carousel-indicators li::after {
  transition: background 0.5s;
  content: "";
  position: absolute;
}

#imageCarousel .carousel-indicators li::before {
  height: 2px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--secondary-accent-color);
  z-index: 9;
}

#imageCarousel .carousel-indicators li::after {
  width: 60%;
  height: 3px;
  background: var(--secondary-accent-color);
  left: 0;
  right: 0;
  bottom: 2px;
  margin-left: 8px;
  z-index: 9;
  -webkit-transform: perspective(0.5em) rotateX(8deg);
  transform: perspective(0.5em) rotateX(8deg);
}

#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(--main-accent-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 .ME,
#imageCarousel .carousel-indicators li:nth-child(4):hover .BR {
  color: var(--main-accent-color);
}

/*UPCOMING EVENT*/
.event-sec {
  padding: 0 8%;
}

.up-event {
  background: url(/theme/asset/template_desktop12/imgs/box.webp) center center
    no-repeat;
  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: #001b42;
  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: var(--primary-txt-color);
  font-weight: bold;
  font-size: 12px;
}

.up-event table tr td a {
  background: var(--primary-bg-color);
  color: var(--primary-txt-color);
  cursor: pointer;
  border-radius: 5px;
  display: block;
  padding: 3px 7px;
  margin: 3px;
}

.up-event table tbody tr:first-child td:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
  color: var(--primary-txt-color);
  text-align: center;
}

.up-event table tbody tr:nth-child(2) td,
.up-event table tbody tr:nth-child(5) td {
  text-align: center;
  font-size: 16px;
  color: #001b42;
  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;
}

.up-event table tbody tr:nth-child(5) td:nth-child(even) {
  background: var(--primary-txt-color);
}

.up-event table tbody tr:nth-child(5) td:nth-child(odd) {
  background: var(--primary-txt-color);
}

#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-bg-color);
  width: 10px;
  height: 10px;
  margin: 1px;
}

#eventCarousel .carousel-indicators li {
  background-color: #9f9f9f;
  border: 0px solid var(--primary-txt-color);
  margin: 1px;
}

#eventCarousel .carousel-control.left {
  left: -15px;
}

#eventCarousel .carousel-control.right {
  right: -15px;
}

.contact-box {
  position: relative;
}

.contact-box img {
  width: 100%;
}

.contact-list {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  left: 15%;
  top: 0;
  transform: translateY(50%);
}

.contact-list li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 10px;
  cursor: pointer;
  white-space: nowrap;
}

.contact-list li svg {
  width: 40px;
}

.contact-list svg path {
  fill: var(--primary-bg-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: var(--primary-txt-color);
}

.contact-list li span:nth-child(2):hover,
.contact-list a:hover {
  text-decoration: none;
  color: var(--primary-bg-color);
}

.prod-section {
  background: var(--main-bg-color);
}

.prod-box {
  display: flex;
  margin: 30px 0;
  flex-direction: column;
}

.slot-section .prod-box {
  display: flex;
  margin: 30px 0;
  flex-direction: row;
}

/*
#tab2C, #tab3C, #tab4C, #tab5C{
display: none;
}


.vid-sec {
  position: relative;
  overflow: hidden;
  width: 50%;
  margin: 0 10px;
}
.vid-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
  .select-sec {
  height: 30rem;
  overflow-y: auto;
  padding: 0 10px;
}
ul#tabs li:not(:nth-child(1)) {
  padding-top: 20px;
}*/

.select-sec ul {
  border-bottom: 1px solid var(--border-btm);
}

.select-sec ul li {
  padding: 10px 20px;
  background: var(--primary-bg-color);
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  cursor: pointer;
  margin-right: 10px;
  border: 1px solid var(--primary-bg-color);
  color: var(--primary-txt-color);
  list-style: none;
}

.select-sec ul li.inactive {
  color: var(--primary-txt-color);
  background: var(--secondary-bg-color);
  border: 1px solid var(--primary-txt-color);
}

.prod-section ol#faq_modal li.question {
  width: calc(100% / 3);
  list-style: none;
  padding: 10px;
}

ul#tabs {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

ul#tabs li img {
  width: 100%;
}

ul#tabs li.inactive img {
  border-right: 0 solid var(--primary-bg-color);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

ul#tabs li img {
  border-right: 5px solid var(--primary-bg-color);
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/*SLOT HOME*/
.slot-section {
  background: var(--secondary-bg-color);
}

.jackpot {
  position: relative;
  width: 30.3%;
}

.jackpot img {
  width: 100%;
}

.jackpot span {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  color: var(--primary-txt-color);
  font-weight: bold;
  font-size: 16px;
}

#jackpot {
  position: absolute;
  text-align: center;
  top: 9rem;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}

.games {
  width: 100%;
}

.games > ul {
  display: flex;
}

.games-content ul {
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}

.games-content ul li {
  width: calc(100% / 5.5);
  margin: 4px 7px;
  transition: 0.3s;
  border-radius: 5px;
  overflow: hidden;
}

.games-content ul > li > img {
  width: 100%;
}

.more-games {
  flex-grow: 3;
  text-align: right;
}

.games > ul li {
  padding: 10px 20px;
  background: var(--primary-bg-color);
  border-radius: 5px 5px 0 0;
  font-weight: bold;
  cursor: pointer;
  margin-right: 10px;
  border: 1px solid var(--primary-bg-color);
  list-style: none;
}

.games > ul li.inactive {
  background: #100d0d;
  border: 1px solid var(--primary-txt-color);
}
.games > ul li a {
  color: var(--primary-txt-color);
  text-decoration: none;
}

.games > ul li.inactive a {
  color: var(--primary-txt-color);
}

.games > ul li:hover a {
  color: var(--primary-txt-color);
  transition: 0.2s;
}

.games > ul li:hover {
  background: var(--primary-bg-color);
  transition: 0.2s;
}

ul#tabss {
  border-bottom: 1px solid var(--border-btm);
  margin-left: -30px;
}

.more-games {
  flex-grow: 3;
  text-align: right;
  padding: 10px 20px;
  font-weight: bold;
}

.more-games a {
  color: var(--primary-bg-color);
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}

.img-box {
  position: relative;
}

.img-box img {
  width: 100%;
}

.hover-box {
  position: absolute;
  padding-top: 15%;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform: translateY(90%);
  opacity: 0;
  background: #181818e0;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.games-content ul li a {
  text-decoration: none;
}

.games-content ul li:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}

.games-content ul li:hover .hover-box {
  transform: translateY(0);
  opacity: 1;
  transition: 0.3s;
}

.hover-box span {
  width: 52%;
  margin: 5px auto;
  border-radius: 5px;
  padding: 3px;
  font-weight: bold;
  cursor: pointer;
  color: var(--main-bg-color);
}

.hover-box span:last-child {
  background: #a3a3a3;
}

.hover-box span:first-child {
  background: var(--primary-bg-color);
  color: var(--primary-txt-color);
}

.txt-box {
  background: var(--main-bg-color);
  position: relative;
  margin: 0;
  display: flex;
  color: var(--primary-txt-color);
  padding: 10px 10px 15px;
  justify-content: space-between;
}

.txt-box::before {
  content: "";
  height: 4px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--main-accent-color);
  position: absolute;
  z-index: 9;
}

.txt-box::after {
  content: "";
  width: 40%;
  height: 6px;
  background: var(--main-accent-color);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  margin-left: 8px;
  z-index: 9;
  -webkit-transform: perspective(0.5em) rotateX(8deg);
  transform: perspective(0.5em) rotateX(8deg);
}

img.love {
  width: 20px !important;
}

.slot-more {
  margin: 10px 0;
}

.slot-more ul li img {
  width: 100px;
}

.slot-more ul li {
  width: calc(100% / 8);
  padding: 5px;
  list-style: none;
}

.slot-more ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
}

.slot-more h3 {
  color: var(--primary-txt-color);
}

/*PLAYNOW SECTION*/
.playnow-section {
  padding: 30px 0;
  background: var(--main-bg-color);
}

.playnow-section ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.playnow-section ul li {
  margin: 10px;
  padding: 0;
  width: 25em;
  height: 21.2em;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 10px;
}

.playnow-section span.title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}

.content {
  color: var(--primary-txt-color);
  font-size: 13px;
  text-align: center;
  padding: 10px;
}

.playnow-section ul li .hoverbox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: 100% 0;
  transform-origin: bottom center;
  opacity: 0;
}

.bottom-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 0 0 9px 9px;
  overflow: hidden;
}

.bottom {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 0 0 9px 9px;
  height: 45px;
  margin-top: 10px;
}

.playnow-section ul li .bottom {
  opacity: 1;
  transform: translateY(100%);
  margin-top: 0;
  height: 55px;
}

.bottom::before {
  height: 5px;
  width: 40%;
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  margin: auto;
  transform: perspective(10px) rotateX(10deg);
}

.bottom span {
  font-size: 15px;
  font-weight: bold;
  color: var(--main-bg-color);
}

.playnow-section ul li .bottom {
  opacity: 1;
  margin-top: 20px;
  height: 45px;
  transform: translateY(90%);
}

.playnow-section ul li:hover .bottom {
  transform: translateY(0%);
  opacity: 1;
  transition: transform 0.2s, opacity 0.2s;
  transition-delay: 0.3s;
}

.playnow-section ul li:first-child span.title {
  color: #f1c300;
}

.playnow-section ul li:first-child {
  background: url(/theme/asset/template_desktop12/imgs/1-bg.webp) center center
    no-repeat;
}

.playnow-section ul li:first-child:hover .hoverbox {
  background: url(/theme/asset/template_desktop12/imgs/1h-new.webp) bottom
    center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 24em;
  top: -40px;
  opacity: 1;
  left: 0;
  transition: background-size 0.2s, opacity 0.2s;
}

.playnow-section ul li:first-child:hover .bottom {
  margin-top: 20px;
  height: 45px;
  transform: translateY(0%);
}

.playnow-section ul li:first-child .bottom::before {
  background: #f1c300;
}

.playnow-section ul li:first-child .bottom {
  background: #f1c300;
}

.playnow-section ul li:nth-child(2) span.title {
  color: red;
}

.playnow-section ul li:nth-child(2) {
  background: url(/theme/asset/template_desktop12/imgs/2-bg.webp) center center
    no-repeat;
}

.playnow-section ul li:nth-child(2):hover .hoverbox {
  background: url(/theme/asset/template_desktop12/imgs/2h-new.webp) bottom
    center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 24em;
  top: -40px;
  opacity: 1;
  left: 0;
  transition: background-size 0.2s, opacity 0.2s;
}

.playnow-section ul li:nth-child(2):hover .bottom {
  margin-top: 20px;
  height: 45px;
  transform: translateY(0%);
}

.playnow-section ul li:nth-child(2) .bottom::before {
  background: red;
}

.playnow-section ul li:nth-child(2) .bottom {
  background: red;
}

.playnow-section ul li:nth-child(3) span.title {
  color: #02c7bd;
}

.playnow-section ul li:nth-child(3) {
  background: url(/theme/asset/template_desktop12/imgs/3-bg.webp) center center
    no-repeat;
}

.playnow-section ul li:nth-child(3):hover .hoverbox {
  background: url(/theme/asset/template_desktop12/imgs/3h-new.webp) bottom
    center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 24em;
  top: -40px;
  opacity: 1;
  left: 0;
  transition: background-size 0.2s, opacity 0.2s;
}

.playnow-section ul li:nth-child(3):hover .bottom {
  margin-top: 20px;
  height: 45px;
  transform: translateY(0%);
}

.playnow-section ul li:nth-child(3) .bottom::before {
  background: #02c7bd;
}

.playnow-section ul li:nth-child(3) .bottom {
  background: #02c7bd;
}

.playnow-section ul li:nth-child(4) span.title {
  color: #b401e2;
}

.playnow-section ul li:nth-child(4) {
  background: url(/theme/asset/template_desktop12/imgs/4-bg.webp) center center
    no-repeat;
}

.playnow-section ul li:nth-child(4):hover .hoverbox {
  background: url(/theme/asset/template_desktop12/imgs/4h-new.webp) bottom
    center no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 24em;
  top: -40px;
  opacity: 1;
  left: 0;
  transition: background-size 0.2s, opacity 0.2s, margin-top 0.2s;
}

.playnow-section ul li:nth-child(4):hover .bottom {
  margin-top: 20px;
  height: 45px;
  transform: translateY(0%);
}

.playnow-section ul li:nth-child(4) .bottom::before {
  background: #b401e2;
}

.playnow-section ul li:nth-child(4) .bottom {
  background: #b401e2;
}

/*FOOTER*/
#theme-footer {
  background: var(--secondary-bg-color);
  padding: 30px 0;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.ft-1 {
  display: flex;
}

.ft-1 ul {
  display: flex;
  flex-direction: column;
  margin: 0 60px 0 0;
  padding: 0;
}

.ft-1 ul li {
  padding: 0px 10px 10px 0;
  margin: 0;
  list-style: none;
}

.ft-1 ul li a {
  color: #808080;
  text-decoration: none;
}

.ft-2 {
  width: 20%;
}

.ft-2,
.ft-3 {
  display: flex;
  flex-direction: column;
}

.ft-1 img,
.ft-2 img,
.ft-3 img {
  width: auto;
  height: 35px;
  padding: 5px;
  margin: 10px 5px 0 0;
}

.ft-1 ul li:first-child,
.ft-2 ul li:first-child,
.ft-3 ul li:first-child,
.ft-4 .download {
  color: var(--primary-txt-color);
}

.certs,
.g-license {
  margin-bottom: 30px;
}

.certs ul li,
.g-license ul li,
.payment ul li,
.social ul li {
  filter: grayscale(1);
}

.certs ul li:hover,
.g-license ul li:hover,
.payment ul li:hover,
.social ul li:hover {
  filter: grayscale(0);
  transition: filter 0.3s;
}

.certs ul,
.payment ul,
.social ul,
.g-license ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.certs ul li:first-child,
.payment ul li:first-child,
.social ul li:first-child,
.g-license ul li:first-child {
  flex-grow: 2;
  width: 100%;
}

.social ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.social-2 ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.social-2 ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 3px 0;
  color: var(--primary-txt-color);
}

.social-2 svg {
  fill: #575757;
  width: 30px;
  margin-right: 5px;
}

.social-2 a {
  color: var(--primary-txt-color);
}

.download-box {
  position: relative;
  background: #2e3035;
  margin-top: 20px;
}

.download-box img {
  width: 100%;
  margin-top: -20px;
}

.download {
  display: flex;
  flex-direction: column;
}

.download-box p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.download-os {
  display: flex;
  border: 1px solid #2e3035;
  justify-content: space-evenly;
}

.download-os img {
  width: 55px;
  background: var(--primary-txt-color);
}

.d-android,
.d-ios {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 5px;
}

.d-btn {
  padding: 10px;
}

.d-btn a {
  background: var(--primary-bg-color);
  padding: 4px;
  border-radius: 4px;
  color: var(--primary-txt-color);
  text-decoration: none;
  font-size: 10px;
}

.copyright {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
  margin: 20px 0;
}

.copyright p {
  margin: 0;
  color: grey;
}

.copyright img {
  margin-left: 15px;
}

.footer-line {
  width: 100%;
  border-bottom: 1px solid #252526;
}

.footer-mid {
  padding: 20px 0;
}

#more {
  display: none;
}

.footer-mid h3 {
  font-size: 14px;
  color: var(--primary-txt-color);
  font-weight: bold;
}

.footer-mid p {
  margin: 0;
  color: grey;
}

.footer-mid button#myBtn {
  background: unset;
  text-decoration: underline;
  margin: 0;
  padding: 15px 0;
  color: grey;
  font-size: 10px;
  outline: none;
  border: 0;
}

.fb-1 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 10px 0 30px 0;
}

.fb-1 .logo {
  width: 12%;
  padding: 10px;
  filter: grayscale(1) contrast(0.1);
}

/*GAME*/
.prod-page {
  background: var(--main-bg-color);
}

.prod-page .games-content img {
  width: 100%;
}

.games-content {
  position: relative;
}

.games-box {
  position: absolute;
  top: 50%;
  right: 15%;
  transform: translateY(-70%);
  width: 30%;
  text-align: center;
}

.game-logo {
  width: 60%;
  margin: auto;
}

.game-log img {
  width: 100%;
}

.game-desc {
  padding: 20px 0 30px;
}

.game-desc span {
  font-size: 20px;
  color: var(--primary-txt-color);
}

.game-btn a {
  cursor: pointer;
  background: var(--primary-bg-color);
  padding: 5px 30px;
  border-radius: 4px;
  color: var(--primary-txt-color);
  text-decoration: none;
  display: inline-block;
}

ul#game-tabs {
  display: flex;
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px;
}

ul#game-tabs::after {
  content: "";
  flex: auto;
}

#theme-contain-poker ul#game-tabs::after,
#theme-contain-lottery ul#game-tabs::after {
  flex: unset;
}

ul#game-tabs li {
  border: 0px solid var(--main-accent-color);
  list-style: none;
  padding: 7px;
  width: 15%;
  margin: 5px 10px;
  background: var(--tertiary-bg-color);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

ul#game-tabs li:hover {
  transform: translateY(-10%);
  transition: 0.3s;
  transition-delay: 0.1s;
}

ul#game-tabs li img {
  width: 100%;
}

ul#game-tabs li::before {
  content: "";
  height: 3px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--primary-bg-color);
  position: absolute;
  z-index: 9;
}

ul#game-tabs li::after {
  content: "";
  width: 60%;
  height: 5px;
  background: var(--primary-bg-color);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  margin: auto;
  z-index: 9;
  -webkit-transform: perspective(0.5em) rotateX(8deg);
  transform: perspective(0.5em) rotateX(8deg);
}

.prod-page .container {
  margin-top: -5%;
}

/*SLOT*/
#theme-contain-slot {
  background: var(--secondary-bg-color);
}

.slot-banner {
  background: url(/theme/asset/template_desktop12/imgs/slotbanner.webp) center
    center no-repeat;
  background-size: cover;
  position: relative;
}

.slot-banner img {
  width: 100%;
}

.slot-jackpot {
  position: absolute;
  bottom: 108px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 22%;
}

.jackpot-title {
  color: #9c9c9c;
  font-weight: bold;
}

.slot-jackpot .jackpot {
  position: unset;
}

.slot-jackpot #jackpot {
  position: unset;
  color: var(--primary-txt-color);
}

.slot-jackpot .jackpot span {
  color: var(--primary-txt-color);
  font-size: 35px;
}

.slot-container {
  display: flex;
  width: auto;
}

ul#slot-tabs {
  display: flex;
  padding: 0px 10px 0px 10px;
  flex-direction: column;
}
ul#slot-tabs li.active {
  filter: unset;
}
ul#slot-tabs li {
  padding: 10px 0;
  list-style: none;
  filter: grayscale(1);
}

ul#slot-tabs li:not(:last-child) {
  border-bottom: 1px solid #3f4143;
}

ul#slot-tabs li img {
  width: 100px;
}

.slot-side {
  background: var(--tertiary-bg-color);
  border-radius: 20px 0 0 20px;
}

.slot-game {
  padding: 15px 0px 15px 20px;
}

ul#slot-tabs li.inactive {
  filter: grayscale(1);
}

.slot-game .games-content ul li {
  width: calc(100% / 5);
  padding: 10px;
  margin: 0;
}

.slot-game .more-games {
  text-align: left;
  padding: 20px 10px;
}

ul#games-subtab {
  padding: 10px 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

ul#games-subtab li {
  padding: 0px 35px;
  list-style: none;
  color: var(--tertiary-txt-color);
  border-right: 1px solid var(--secondary-txt-color);
  cursor: pointer;
  font-weight: bold;
}

ul#games-subtab li:not(.inactive) {
  color: var(--primary-bg-color);
}

/*VIP*/
#theme-contain-vip {
  background: var(--tertiary-bg-color);
}

.vip-banner {
  position: relative;
}

.vip-banner img {
  width: 100%;
}

.vip-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 25%;
  margin-right: 10%;
}

.vip-title h4 {
  font-weight: bold;
  color: var(--primary-txt-color);
}

.vip-title p {
  color: var(--secondary-txt-color);
}

.vip-table {
  width: 80%;
  margin: auto;
}

.vip-table table {
  margin: auto;
  width: 100%;
}

.vip-table th:first-child,
.vip-table td:first-child {
  text-align: left;
  color: var(--primary-txt-color);
}

.vip-table th,
.vip-table td {
  text-align: center;
  padding: 15px;
  font-size: 13px;
  color: gold;
}

.vip-table tr.table-top,
.vip-table table tbody {
  border-bottom: 1px solid #363434;
}

.vip-table thead tr:nth-child(2) {
  background: unset;
}

.vip-table th {
  color: var(--vip-table-title);
}

.vip-table th:first-child {
  color: var(--vip-table-title);
}

.vip-table tr td:first-child {
  width: 40%;
}

.vip-table tr.table-top th {
  border: unset;
}

.vip-table tr.table-top th:first-child {
  vertical-align: bottom;
  background: unset;
  color: var(--vip-table-title);
  font-size: 23px;
  font-weight: bold;
}

.vip-table tr th img {
  width: 80%;
  padding: 15px;
}

.vip-table tr td img {
  width: 14%;
}

.vip-table > p {
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
  color: var(--primary-txt-color);
}

ul.vip-info {
  margin: 0;
  padding: 15px;
}

ul.vip-info li {
  padding: 10px 5px;
  color: #858385;
  list-style: circle;
}

/*PROMOTION*/
#theme-contain-promotion {
  background: url(/theme/asset/template_desktop12/imgs/background-register.webp)
      center center no-repeat,
    var(--tertiary-bg-color);
  background-size: 100%;
}

ul#promo-tab {
  display: flex;
  margin: 0;
  padding: 0 10px;
}

ul#promo-tab li {
  padding: 5px 15px;
  color: var(--primary-txt-color);
  list-style: none;
  font-size: 15px;
  border-right: 1px solid #383838;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.2s;
}

span.total {
  padding-left: 7px;
  color: var(--primary-bg-color);
}

ul#promo-tab li:not(.inactive),
ul#promo-tab li:hover {
  opacity: 1;
  transition: 0.2s;
}

ol#faq_modal {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: space-evenly;
}

ol#faq_modal::after {
  content: "";
  flex: auto;
}

ol#faq_modal li.question {
  width: calc(100% / 3.2);
  list-style: none;
}

.promo a {
  text-decoration: none;
}

.promo {
  padding: 5px 0;
  display: flex;
  flex-direction: column;
}

.promo-img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.promo-img img {
  width: 100%;
}

.promo-txt {
  position: relative;
  color: var(--tertiary-txt-color);
  background: var(--main-bg-color);
  border-radius: 0 0 20px 20px;
  padding: 15px;
}

.promo-txt span {
  color: var(--primary-bg-color);
}

.promo-txt::before {
  height: 3px;
  background: var(--primary-bg-color);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}

.promo-txt::after {
  height: 3px;
  background: var(--primary-bg-color);
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  width: 30%;
  margin: auto;
  transform: perspective(0.5em) rotateX(354deg);
  content: "";
}

.promo-txt h3 {
  color: var(--primary-txt-color);
  font-weight: bold;
  margin: 0 0 15px 0;
  font-size: 19px;
}

.promo-txt p {
  font-size: 13px;
  color: var(--secondary-txt-color);
  margin-bottom: 20px;
}

.promo-btn {
  display: flex;
  padding-bottom: 5px;
}

.pbtn-info,
.pbtn-apply {
  padding: 5px 10px;
  background: var(--tertiary-txt-color);
  font-size: 15px;
  border-radius: 5px;
  margin-right: 10px;
}

.pbtn-apply {
  background: var(--primary-bg-color);
}

.promo-btn a,
.pbtn-apply a {
  color: var(--primary-txt-color);
  text-decoration: none;
  font-weight: bold;
}

.fancybox-inner .promo {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 20px;
  border-bottom: 1px solid var(--tertiary-accent-color);
}

.fancybox-inner .promo-txt h3 {
  font-size: 15px;
}

.fancybox-inner .promo-txt {
  color: var(--tertiary-txt-color);
  background: var(--main-bg-color);
  font-size: 13px;
}

.fancybox-inner .promo-txt::before,
.fancybox-inner .promo-txt::after {
  display: none;
}

.fancybox-inner > div > h4,
.fancybox-inner > div > p {
  margin: 0;
}

.fancybox-inner .promo-btn {
  padding-bottom: 10px;
}

.fancybox-inner .promo-header {
  padding: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: var(--primary-txt-color);
  background: var(--primary-bg-color);
  border-radius: 20px 20px 0 0;
}

.fancybox-inner h4 {
  display: none;
}

.fancybox-skin {
  border-radius: 20px;
}

.fancybox-inner .promo-img,
.fancybox-inner .promo-txt {
  border-radius: 0;
  width: 100%;
}

.fancybox-inner {
  width: 100% !important;
  background-color: var(--secondary-bg-color);
}

.fancybox-wrap {
  width: 60% !important;
  margin: auto !important;
  left: 0 !important;
  right: 0 !important;
}

.fancybox-close {
  top: -11px;
  right: -1px;
}

.fancybox-inner strong {
  font-size: 15px;
  color: var(--primary-txt-color);
}

.fancybox-inner p {
  color: var(--secondary-txt-color);
  margin-bottom: 20px;
  font-size: 14px;
}

.fancybox-inner ol li {
  color: var(--secondary-txt-color);
  font-size: 14px;
}

.fancybox-inner > div > div {
  padding: 20px;
}

.fancybox-inner table {
  width: 100%;
}

/*LOTTERY*/
.lottery-new {
  background: var(--main-bg-color);
  padding-bottom: 40px;
}
.lotto-info p {
  font-size: x-large;
  font-weight: bold;
  color: #af8842;
}

.lotto-info h5 {
  font-size: large;
  line-height: 2;
}

.lottab table {
  background: linear-gradient(180deg, #98825b 0%, #1a202c 100%);
  border: 0px solid #102632;
  width: 100%;
  font-size: 14px;
  border-radius: 10px;
}

.lottab table tr,
.lottab table th,
.lottab table td {
  padding: 10px;
  color: #fff;
  text-align: center;
  border: 1px solid white;
}

.lotto-drawresult .panel.panel-default {
  background-color: #2e2e2e;
  height: auto;
  max-height: fit-content;
  margin-bottom: 10px;
}

.lotto-drawresult .panel-default > .panel-heading {
  background-color: #f5f5f5;
  border-radius: 5px 5px 0 0;
  color: #fff;
}

.panel-body2 p a {
  color: #00baf6;
}

.panel-body2 p a:hover {
  color: #ffd905;
}

div#GDLotto {
  display: none;
}

.webpage-lottery .panel-body {
  padding: 0px 15px;
}

.webpage-lottery .panel {
  padding: 0px 0px;
}

.webpage-lottery .panel-default > .panel-heading {
  border-color: transparent;
}

.webpage-lottery .liveresult-template .btn {
  margin: 20px;
}

#Perdana-3D,
#Perdana-3D .small {
  color: #fff !important;
}

.lottery-new .btn-primary:hover {
  color: #fff;
  background-color: #7f6d4d;
  border-color: #7f6d4d;
}

.lottery-new .btn:hover {
  box-shadow: 0px 3px 5px rgb(46 46 46);
  transform: translateY(-3px);
}

.lottery-new button {
  margin: 17px;
  background-color: #caab72;
  text-transform: uppercase;
  border: 0;
}

.lottery-new .panel-heading {
  color: #000;
  border: 0px solid red;
}

.panel {
  max-height: max-content;
}

.panel-heading {
  font-size: 15px;
}

.panel-body label {
  color: #fff;
  background: #000;
  padding: 4px;
  width: 100%;
}

.panel-body #TopThree .col-sm-4 {
  padding: 1px;
}

.lotto-drawresult .panel-body {
  padding: 0 !important;
  color: #fff;
  font-size: 15px;
  min-height: 425px;
  background: transparent;
  margin: 0;
}

.lotto-drawresult .panel-body .logo {
  padding: 10px 0;
}

.lotto-drawresult .panel-body .logo .col-sm-4 {
  margin-left: 9px;
  width: 29%;
  border: 0px solid red;
}

.lotto-drawresult .panel-body label {
  color: #fff;
  background: #000;
  padding: 4px;
  width: 100%;
}

.lotto-drawresult .panel-body #TopThree .col-sm-4 {
  padding: 1px;
}

#Perdana-3D .panel-default > .panel-heading {
  background: #caab72;
}

#Perdana-3D .panel-body .logo {
  background: #caab72;
}

#Magnumimg {
  background: url(/theme/asset/template_desktop12/imgs/4D_magnum.webp) left
    no-repeat #383838;
  height: 50px;
  width: 85px;
}

#PMPimg {
  background: url(/theme/asset/template_desktop12/imgs/4D_damacai.webp) left
    no-repeat;
  height: 50px;
  width: 85px;
}

#Totoimg {
  background: url(/theme/asset/template_desktop12/imgs/4D_toto.webp) left
    no-repeat;
  height: 50px;
  width: 85px;
}

#Singaporeimg {
  background: url(/theme/asset/template_desktop12/imgs/4D_sgpool.webp) left
    no-repeat;
  height: 50px;
  width: 85px;
}

#Sabahimg {
  background: url(/theme/asset/template_desktop12/imgs/4D_sabah88.webp) left
    no-repeat;
  height: 50px;
  width: 85px;
}

#Sandakanimg {
  background: url(/theme/asset/template_desktop12/imgs/4D_stc.webp) left
    no-repeat;
  height: 50px;
  width: 85px;
}

#Sarawakimg {
  background: url(/theme/asset/template_desktop12/imgs/4D_cashsweep.webp) left
    no-repeat;
  height: 50px;
  width: 85px;
}

#GDLottoimg {
  background: url(/theme/asset/template_desktop12/imgs/4D_gdlotto.webp) left
    no-repeat;
  height: 50px;
  width: 85px;
}

#Perdanaimg {
  background: url(/theme/asset/template_desktop12/imgs/4D_perdana.webp) left
    no-repeat;
  height: 50px;
  width: 85px;
}

#LuckyHari-Hariimg {
  background: url(/theme/asset/template_desktop12/imgs/4D_luckyharihari.webp)
    left no-repeat;
  height: 50px;
  width: 85px;
}

#GOOD4Dimg {
  background: url(/theme/asset/template_desktop12/imgs/4D_good4d.webp) left
    no-repeat;
  height: 50px;
  width: 85px;
}

#THV88,
#GDLotto,
#Toto-5D,
#Toto-6D {
  display: none;
}

#Magnum .panel-heading,
#Magnum .logo {
  background: #f2bc00;
  color: #000 !important;
}

#PMP .panel-heading,
#PMP .logo {
  background: #148ea4;
}

#Toto .panel-heading,
#Toto .logo {
  background: #dd0000;
}

#Singapore .panel-heading,
#Singapore .logo {
  background: #12689a;
}

#Sabah .panel-heading,
#Sabah .logo {
  background: #eee;
  color: #000 !important;
}

#Sandakan .panel-heading,
#Sandakan .logo {
  background: #2f9405;
}

#Sarawak .panel-heading,
#Sarawak .logo {
  background: #094405;
}

#GDLotto .panel-heading,
#GDLotto .logo {
  background: #95650a;
}

#Perdana .panel-heading,
#Perdana .logo {
  background: #777;
}

#LuckyHari-Hari .panel-heading,
#LuckyHari-Hari .logo {
  background: #00aced;
}

#GOOD4D .panel-heading,
#GOOD4D .logo {
  background: #ffd45e;
  color: #000 !important;
}

#Perdana-3D .panel-heading {
  color: #ffffff;
}

#Magnum .panel-default {
  border: 3px solid #f2bc00;
  border-radius: 10px;
  overflow: hidden;
}

#PMP .panel-default {
  border: 3px solid #148ea4;
  border-radius: 10px;
  overflow: hidden;
}

#Toto .panel-default {
  border: 3px solid #dd0000;
  border-radius: 10px;
  overflow: hidden;
}

#Singapore .panel-default {
  border: 3px solid #12689a;
  border-radius: 10px;
  overflow: hidden;
}

#Sabah .panel-default {
  border: 3px solid #eee;
  border-radius: 10px;
  overflow: hidden;
}

#Sandakan .panel-default {
  border: 3px solid #2f9405;
  border-radius: 10px;
  overflow: hidden;
}

#Sarawak .panel-default {
  border: 3px solid #094405;
  border-radius: 10px;
  overflow: hidden;
}

#GDLotto .panel-default {
  border: 3px solid #95650a;
  border-radius: 10px;
  overflow: hidden;
}

#Perdana .panel-default {
  border: 3px solid #777;
  border-radius: 10px;
  overflow: hidden;
}

#LuckyHari-Hari .panel-default {
  border: 3px solid #00aced;
  border-radius: 10px;
  overflow: hidden;
}

#GOOD4D .panel-default {
  border: 3px solid #ffd45e;
  border-radius: 10px;
  overflow: hidden;
}

#LuckyHari-Hari .col-sm-9 {
  font-size: 14px;
}

#Magnum #datetime label,
#GOOD4D #datetime label,
#Sabah #datetime label {
  color: #000;
}

#datetime {
  text-align: right;
}

#datetime label {
  background: transparent;
}

#datetime .col-sm-12 {
  padding: 0;
}

.popwin {
  color: #fff;
}

#TopThree,
#Special,
#Consolation {
  padding: 10px 20px;
}

#TopThree {
  padding-top: 20px;
}

#Consolation {
  padding-bottom: 20px;
}

a#show3d {
  color: #ffffff;
}

.login .logo {
  width: 50%;
  margin: auto;
  padding: 10px 0;
}

#customformv2 #customformv2_UserName,
#customformv2 #customformv2_Password,
#customform #customform_UserName,
#customform #customform_Password {
  width: 100%;
  font-size: 15px;
  border: 0;
  border-bottom: 1px solid var(--primary-txt-color);
  padding: 10px 10px 10px 0px;
  margin: 0;
  color: var(--primary-txt-color);
  background: transparent;
  outline: unset;
}

#registerform_btnSubmit,
input#customformv2_submit,
input#customform_submit {
  background: var(--primary-txt-color);
  color: var(--main-bg-color);
  padding: 5px 30px;
  border: 0px solid var(--primary-bg-color);
  border-radius: 0 0 10px 10px;
  outline: unset;
  float: right;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.login #customformv2
.login #customform {
  width: 50%;
  margin: auto;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: space-evenly;
  margin-bottom: 10px;
}

.login #customformv2 dl,
.login #customform dl {
  margin: 0;
}

.login-btm {
  text-align: center;
  padding: 30px;
}

.modal-content {
  background: linear-gradient(180deg, #2b2b2b, #3d0300);
  box-shadow: 0 0 15px rgb(157 0 0 / 50%);
}

.modal-body {
  color: #aaaaaa;
}

.modal-header {
  padding: 0;
  border: unset;
  height: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
}

.modal-header .close {
  margin-top: -1px;
  padding: 8px 13px;
  background: var(--primary-bg-color);
  opacity: 1;
  border-radius: 50%;
  color: var(--primary-txt-color);
  text-shadow: none;
}

.modal-dialog {
  width: 40%;
  margin: 6% auto;
}

#reg-title1 {
  font-size: 36px;
  color: var(--primary-txt-color);
  font-weight: 900;
}

#reg-desc p {
  font-weight: 800;
  font-size: 18px;
}

#reg-title1 span,
#reg-desc p {
  color: #dfdd00;
  background: var(--primary-bg-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#reg-desc {
  border-left: 5px solid var(--primary-bg-color);
  margin: 10px 0px 0px;
  padding: 0px 15px;
}

#reg-desc ul {
  width: 100%;
  text-align: justify;
}

#reg-desc ul li {
  padding: 10px;
  color: var(--main-bg-color);
}

.reg p {
  font-size: 10px;
  color: grey;
  margin-top: 20px;
}

.register #registerform {
  width: 100%;
  border: 0px solid var(--main-accent-color);
  overflow: auto;
}

.register #registerform dl {
  margin-bottom: 5px;
}

.register #registerform dt {
  width: 100%;
  color: #927d37;
  font-size: 10px;
  display: none;
}

.register #registerform dd {
  text-align: left;
}

.register #registerform textarea,
.register #registerform input[type="text"],
.register #registerform input[type="text"],
.register #registerform input[type="password"] {
  width: 100%;
  color: var(--main-bg-color);
  font-size: 13px;
  padding: 10px;
  background: var(--primary-txt-color);
  border: 1px solid var(--secondary-txt-color) !important;
  border-radius: 5px;
  margin: 5px 0;
}

.register #registerform #registerform_Currency {
  background: var(--primary-txt-color);
  border-radius: 0px;
  width: 100%;
  color: #757575;
  border: 1px solid var(--secondary-txt-color) !important;
  padding: 10px;
  border-radius: 5px;
  outline: unset;
}

.register #registerform #groupSubmit dd {
  float: left;
  width: 100%;
}

.register #registerform .btnCheckUser,
#registerform_btnSubmit {
  color: var(--primary-txt-color);
  font-weight: bold;
  background: var(--primary-bg-color);
  padding: 10px;
  text-transform: uppercase;
  border-radius: 5px;
  font-size: 11px;
  outline: 0;
  border: 0;
}

dl#groupVerifyCode {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.register #registerform dl#groupCurrency {
  width: 100%;
}

.register input::placeholder {
  transform: translateX(0px);
  transition: 0.4s;
}

.register input:focus::placeholder {
  transform: translateX(200px);
  transition: 0.4s;
  opacity: 0;
  transition-timing-function: ease-in;
}

.register {
  display: flex;
  background: var(--primary-txt-color);
  border-radius: 10px;
  justify-content: space-evenly;
  width: 70%;
  margin: 20px auto;
  flex-wrap: wrap;
}

.reg-txt {
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  background: var(--primary-bg-color);
  color: var(--primary-txt-color);
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 25px;
}

.regis-box {
  width: 35%;
}

.small,
small {
  color: #141414 !important;
  margin-top: 5px;
}

.small.w3-text-green {
  color: green !important;
}

.small.w3-text-red {
  color: red !important;
}

.sub-box {
  margin: 20px 20px 0 20px;
  background: var(--primary-txt-color);
  padding: 30px;
  border-radius: 10px 10px 0 0;
  color: #6a6b6d;
}

.sub-title {
  font-size: 30px;
  font-weight: bold;
  padding: 0 20px;
}

.sub-txt {
  font-size: 20px;
  padding: 0 20px;
}

.live-tv {
  margin: 15px;
}

#api-leaguefeed .brick > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.api-leaguefeed-free-wall .brick {
  min-height: 217px;
  margin: 10px;
  position: unset !important;
  display: inline-block;
  vertical-align: top;
  width: 18%;
  text-align: center;
}

#api-leaguefeed {
  clear: both;
  display: block;
  width: 100%;
  height: unset !important;
  position: unset !important;
  text-align: center;
}

#api-leaguefeed .brick > ul > li {
  padding: 5px 10px;
}

#api-leaguefeed #versus {
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  padding: 20px 0;
}

#api-leaguefeed #livetv a,
#api-leaguefeed #livetv a:visited {
  display: block;
  color: var(--primary-txt-color);
  text-decoration: none;
  text-align: center;
  background: var(--primary-bg-color);
  padding: 10px;
  border-radius: 10px;
}

.accordion {
  background-color: #eee0;
  color: #444;
  cursor: pointer;
  padding: 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.2s;
}

.accordion:hover {
  background-color: var(--main-bg-color);
  color: var(--primary-txt-color);
}

.panel {
  padding: 0 18px;
  background-color: var(--primary-txt-color);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*------------------------------------------------------    MOBILE VIEW  -----------------------------------------------------*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
@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) {
  #theme-frame,
  .container {
    width: 100%;
    flex: 100%;
    padding: 0;
  }

  #theme-header-link .container {
    display: flex;
    flex-direction: column;
  }

  #theme-header {
    display: flex;
    flex-direction: row;
  }

  #logo {
    background: var(--tertiary-bg-color);
    width: 100%;
  }

  .logo {
    width: 60%;
    margin: auto;
  }

  #cssmenu #menu-button {
    color: var(--secondary-bg-color);
    padding: 16px;
  }

  #cssmenu #menu-button::before {
    border-top: 2px solid var(--primary-txt-color);
    border-bottom: 2px solid var(--primary-txt-color);
  }

  #cssmenu #menu-button::after {
    background: var(--primary-txt-color);
  }

  .header-link {
    flex-direction: column;
  }

  .header-left,
  .header-right {
    flex-direction: row;
    justify-content: space-between;
  }

  .dropdown:hover .dropdown-content {
    left: -36px;
  }

  .item-title {
    text-align: center;
  }

  .contact-list li {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
    white-space: nowrap;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .step {
    background: url(/theme/asset/template_desktop12/imgs/step.webp) no-repeat
      50%;
    background-size: cover;
    height: 220px;
    /* display: flex; */
    /* margin-bottom: 15px; */
  }

  .step ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    align-items: center;
  }

  .step ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 10px;
    width: 70%;
  }

  .step ul li div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .step ul li div span {
    padding: 10px;
  }

  .step ul li div span:nth-child(2) {
    font-size: 15px;
  }

  .sports-group,
  .prod-box .playnow-section,
  .playnow-section ul,
  .playnow-section ul li,
  .contact-list {
    flex-flow: column;
  }

  #cssmenu,
  #cssmenu ul,
  #cssmenu ul li,
  #cssmenu ul li a,
  #cssmenu #menu-button {
    text-align: center;
  }

  #cssmenu > ul > li {
    margin: 0;
  }

  #theme-menu {
    width: 100%;
  }

  #theme-header-content {
    order: -1;
  }

  .sports-sec {
    width: 100%;
  }

  .sports-sec .item-title {
    padding: 0px 30px;
  }

  #imageCarousel .content-img {
    width: 100%;
  }

  #imageCarousel .carousel-inner {
    height: 250px;
  }

  #imageCarousel ol.carousel-indicators {
    position: unset;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
  }

  #imageCarousel ol.carousel-indicators {
    left: 2%;
    top: 22px;
  }

  .playnow-section ul {
    align-items: center;
  }

  .playnow-section ul li {
    margin-bottom: 30px;
  }

  .contact-box ul.contact {
    padding: 20px 0;
    margin: 0;
    margin-top: 45px;
  }

  .contact-box img {
    display: none;
  }

  .contact-box {
    background: #3f3f3f;
  }

  .contact-list {
    display: flex;
    left: 0;
    transform: unset;
    flex-direction: row;
    top: 0;
    position: unset;
    justify-content: center;
  }

  .prod-section .prod-box {
    display: flex;
    flex-direction: column;
  }

  .vid-sec {
    position: relative;
    margin: 0;
    width: 100%;
  }

  .vid-frame iframe {
    position: unset;
  }

  .select-sec ul li.inactive {
    background: var(--secondary-bg-color);
    border: 1px solid var(--primary-txt-color);
    margin-right: 0;
  }

  .vid-sec ol#faq_modal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .prod-section ol#faq_modal li.question {
    width: calc(100% / 2);
    padding: 4px 7px;
  }

  .select-sec ul li:last-child {
    margin-top: 11px;
  }

  ul#tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .slot-section .prod-box {
    display: flex;
    flex-direction: column;
  }

  .jackpot {
    position: relative;
    width: 90%;
    margin: auto;
  }

  .jackpot span {
    top: 2.5rem;
    font-size: 25px;
  }

  ul#tabss {
    border-bottom: 1px solid var(--border-btm);
    margin: 10px 0;
  }

  .games-content ul li {
    width: calc(100% / 3);
    margin: 0;
    padding: 10px;
  }

  ul#slot-tabs li:not(:last-child) {
    border-bottom: 0px;
  }

  .footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .ft-1 {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }

  .ft-2,
  .ft-3 {
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: stretch;
  }

  .ft-1 ul {
    display: flex;
    margin: auto;
    padding: 0;
    flex-direction: column;
  }

  .certs ul,
  .payment ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-evenly;
    flex-direction: row;
  }

  .certs,
  .payment,
  .g-license {
    margin-bottom: 30px;
  }

  .ft-4 {
    margin-top: 23px;
  }

  .copyright {
    justify-content: space-around;
  }

  .footer-mid {
    padding: 20px;
  }

  .fb-1 .logo {
    width: 32%;
    margin: unset;
  }

  .modal {
    padding: 0;
  }

  .modal-dialog {
    width: 90%;
    margin: 20% auto;
  }
  .login #customformv2, 
  .login #customform {
    width: 75%;
    padding: 10px 0;
  }

  .login-btm {
    text-align: center;
    padding: 0 30px;
  }

  .register {
    width: 90%;
  }

  .regis-box {
    width: 80%;
  }

  .regis-dtl {
    padding: 10px;
  }

  #reg-desc {
    border-left: 0px solid var(--primary-bg-color);
    margin: 10px 0px 0px;
    padding: 0;
  }

  #reg-title1 span {
    color: #dfdd00;
    background: var(--primary-bg-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
  }

  ul#game-tabs li {
    width: calc(100% / 4);
    padding: 0px;
    margin: 5px;
  }

  ul#game-tabs li::after,
  ul#game-tabs li::before {
    height: 2px;
  }

  .games-box {
    transform: unset;
    position: unset;
    width: 100%;
    margin-top: -32px;
    margin-bottom: 15px;
    padding: 20px;
  }

  .lottery-new {
    width: 100%;
    margin: auto;
    padding: 35px;
  }

  button.btn.btn-primary.btnReload.Timer {
    background: var(--primary-bg-color);
    margin: 15px;
  }

  .vip-title {
    position: unset;
    width: 80%;
    transform: unset;
    margin: auto;
  }

  .vip-table {
    width: 100%;
    margin: auto;
  }

  .vip-table th,
  .vip-table td {
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    color: gold;
  }

  .vip-table tr th img {
    width: 40px;
    padding: 5px;
  }

  ul.vip-info {
    margin: 0;
    padding: 0;
  }

  ul.vip-info li {
    padding: 10px 5px;
    color: #858385;
    list-style: circle;
    margin: 0 20px;
  }

  ul#promo-tab {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  ol#faq_modal li.question {
    width: 90%;
    list-style: none;
    padding: 5px;
  }

  .slot-container {
    display: flex;
    width: auto;
    flex-wrap: wrap;
  }

  .slot-side {
    border-radius: 20px;
  }

  .slot-game {
    padding: 12px;
  }

  ul#slot-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .slot-game .games-content ul li {
    width: calc(100% / 2);
    margin: 0;
  }

  .slot-jackpot,
  .slot-jackpot .jackpot span {
    position: unset;
    width: 100%;
    background: linear-gradient(360deg, #940000, transparent);
    padding: 5px;
    border-radius: 10px;
  }

  .txt-box {
    align-items: center;
    justify-content: space-between;
  }

  .slot-banner > img {
    opacity: 0;
  }

  .jackpot-title {
    color: var(--primary-txt-color);
    font-weight: bold;
  }

  .slot-more ul li img {
    width: 100%;
  }

  .fancybox-wrap {
    width: 90% !important;
  }

  .fancybox-inner .promo {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  ul#promo-tab {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
  }

  ul#promo-tab::after {
    content: "";
    flex: auto;
  }

  .select-sec ul li:last-child {
    margin-top: 0;
  }

  .sport-pc {
    display: none;
  }

  .sport-mobile {
    display: block;
  }

  #theme-header {
    display: flex;
    flex-direction: row;
  }

  .live-chat,
  .header-left,
  #theme-menu {
    display: none;
  }

  #theme-header-content {
    order: 0;
    display: flex;
    align-items: center;
  }

  #theme-header-link,
  #logo {
    background: unset;
  }

  #theme-header-top {
    background: unset;
    border-top: unset;
  }

  .logo {
    width: 50%;
    margin: unset;
    padding: 6px 0;
  }

  .annouc.container {
    width: 360px;
  }

  .sports-sec {
    width: 100%;
    padding: 0 0 0 20px;
  }

  #imageCarousel {
    display: flex;
  }

  #imageCarousel ol.carousel-indicators {
    flex-basis: 0;
  }

  img.provider-character {
    display: none;
  }

  .BR,
  .CMD,
  .MAXBET,
  .ME {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
  }

  #imageCarousel .carousel-inner {
    height: unset;
  }

  #imageCarousel ol.carousel-indicators {
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: space-around;
  }

  #imageCarousel .carousel-indicators li,
  #imageCarousel .carousel-indicators .active {
    width: 80px;
    height: 45px;
    margin-bottom: 8px;
  }

  #imageCarousel .carousel-indicators li::after {
    margin: auto;
  }

  .item-content {
    position: absolute;
    left: 150px;
    bottom: 0px;
    z-index: 9;
    width: 100%;
    top: unset;
    right: unset;
    filter: drop-shadow(0 0 23px var(--main-bg-color));
  }

  .icon-box {
    width: 100px;
    display: block;
    margin-bottom: unset;
  }

  #eventCarousel {
    width: 100%;
  }

  .event-sec {
    padding: 0 8%;
    width: 100%;
  }

  .up-event {
    width: 90%;
    margin: auto;
  }

  .up-event table {
    width: 100%;
  }

  #eventCarousel .carousel-control.left {
    left: 0;
  }

  #eventCarousel .carousel-control.right {
    right: 0;
  }

  ul#tabs::-webkit-scrollbar {
    display: none;
  }

  ul#tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    overflow-y: scroll;
  }

  .vid-sec ol#faq_modal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-y: scroll;
  }

  ol#faq_modal::-webkit-scrollbar {
    display: none;
  }

  .select-sec {
    width: 100%;
  }

  .select-sec ul li {
    margin: unset;
    flex: 1 0 21%;
    text-align: center;
  }

  .prod-section .prod-box {
    margin: unset;
  }

  .prod-section ol#faq_modal li.question {
    width: unset;
    padding: unset;
    flex: 1 0 100%;
  }

  .item-title {
    margin: 40px 0 10px;
  }

  .jackpot span {
    top: 3.8rem;
  }

  ul#tabss {
    margin: 20px 0 5px;
    padding: 0 20px;
  }

  .games > ul li {
    display: flex;
    padding: 0px 12px;
    align-items: center;
  }

  .games > ul li a {
    font-size: 9px;
  }

  .games-content ul {
    gap: 15px;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-y: scroll;
  }

  .games-content ul::-webkit-scrollbar {
    display: none;
  }

  .games-content ul li {
    width: unset;
    flex: 1 0 50%;
    padding: unset;
  }

  .more-games {
    padding: 5px 10px;
  }

  .promo-txt {
    background: var(--secondary-bg-color);
  }

  .playnow-section ul {
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-y: hidden;
    justify-content: flex-start;
  }

  .playnow-section ul::-webkit-scrollbar {
    display: none;
  }

  .playnow-section ul li {
    margin-bottom: 30px;
    flex: 1 0 80%;
  }

  .promo {
    padding: 15px 0;
  }

  ul#game-tabs::after {
    content: unset;
  }

  ul#game-tabs li {
    flex: 0 0 46%;
  }

  .slot-game {
    padding: 12px;
    overflow: hidden;
  }

  ul#promo-tab {
    flex-wrap: nowrap;
    justify-content: flex-start;
    display: flex;
    overflow-y: scroll;
    gap: 4px;
  }

  ul#promo-tab li {
    background: var(--primary-bg-color);
    border-radius: 10px 10px 0 0;
    flex: 1 0 25%;
    text-align: center;
  }

  ul#promo-tab li.inactive {
    background: var(--secondary-bg-color);
    border: 1px solid #ffffff40;
    margin-right: 0;
  }

  ul#promo-tab::-webkit-scrollbar {
    display: none;
  }

  .btn-sign-up .btn {
    animation: move 1.5s linear infinite;
    font-size: 11px;
  }

  @keyframes move {
    0% {
      opacity: 0.8;
    }

    10% {
      transform: translate3d(-0.01rem, 0, 0);
    }

    70% {
      transform: scale(0.8);
      box-shadow: #ffffff40 0 0 0 0.2rem;
    }

    80% {
      transform: translate3d(-0.01rem, 0, 0);
    }

    100% {
      transform: scale(1);
      box-shadow: #ffffff20 0 0 0 0.5rem;
      opacity: 1;
    }
  }

  .btn-box {
    align-items: center;
  }

  .mobile-menu {
    display: block;
  }

  /*-------------------------------------------------------------------------- MENU-SIDE--------------------------------------------------------------------------*/
  .currency-img {
    width: 15px;
    margin-right: 5px;
  }

  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: transparent;
    color: white;
    padding: 0 0 0 12px;
    border: none;
  }

  .mobile-logo img {
    width: 70%;
    margin-left: 15px;
    left: 15%;
    position: relative;
  }

  .sidepanel {
    width: 70%;
    position: fixed;
    z-index: 999;
    height: -webkit-fill-available;
    top: 0;
    right: -100%;
    background: #0a0a0a;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
  }

  .sidepanel .closebtn {
    position: absolute;
    top: 5%;
    left: 15px;
    font-size: 30px;
  }

  .sidepanel p {
    background: #3a3a3a;
    text-align: center;
    color: #fff;
    margin-top: 0px;
    padding: 10px 0;
  }

  .mobile-language {
    padding: 5px;
    border-radius: 3px;
    margin: 0 5px;
  }

  .mobile-language img {
    width: 15px;
    margin-right: 5px;
  }

  .popular-submenu1 {
    display: grid;
    justify-content: center;
    grid-template-columns: 30% 30% 30%;
    margin-top: 25px;
  }

  #submenu div {
    background: #252626;
    color: #fff;
    border-radius: 5px;
    margin: 5px;
    position: relative;
    padding: 10px 0;
    text-align: center;
  }

  #submenu .on span {
    color: #c7cad7;
    font-weight: bold;
    text-shadow: 0 0 4px var(--main-bg-color);
  }

  #submenu .on img {
    filter: hue-rotate(32deg) brightness(1.5)
      drop-shadow(0px 2px 5px var(--main-bg-color));
  }

  #submenu div a.on:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: var(--primary-bg-color);
    border-radius: 5px;
  }

  #submenu img {
    width: 100%;
    max-width: 30px;
    display: block;
    margin: auto;
    padding-bottom: 8px;
    filter: hue-rotate(57deg) brightness(2) saturate(3);
  }

  #submenu div span {
    color: var(--tertiary-txt-color);
  }

  .popular-submenu2 {
    display: grid;
    justify-content: center;
    grid-template-columns: 30% 30% 30%;
    margin-bottom: 20px !important;
  }
}

/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*------------------------------------------------------    MOBILE VIEW LANDSCAPE -----------------------------------------------------*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  #theme-header,
  #theme-header-link .container {
    display: flex;
    flex-direction: column-reverse;
  }

  .logo {
    width: 30%;
    margin: auto;
  }

  .sports-group,
  .prod-box .playnow-section,
  .playnow-section ul,
  .playnow-section ul li,
  .contact-list {
    flex-flow: column;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .prod-section .prod-box {
    display: flex;
    flex-direction: column;
  }

  ul#tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .select-sec ul#tabs li {
    margin-right: 10px;
  }

  .select-sec ul#tabs li:not(:nth-child(1)) {
    padding-top: 10px;
  }

  .select-sec ul li:last-child {
    margin-top: 0px;
  }

  .jackpot {
    width: 50%;
  }

  .step {
    height: unset;
    padding: 10px 0;
  }

  .step ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 0px;
    width: 30%;
  }

  .step ul li div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .step ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }

  .step ul li div span {
    padding: 0;
  }

  .slot-game .games-content ul li {
    width: calc(100% / 4);
    margin: 0;
  }

  .modal-dialog {
    width: 60%;
    margin: 5% auto;
  }
}

/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*------------------------------------------------------    IPAD PORTRAIT -----------------------------------------------------*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  #theme-header,
  #theme-header-link .container {
    display: flex;
    flex-direction: column-reverse;
  }

  .logo {
    width: 30%;
    margin: auto;
  }

  .sports-group,
  .prod-box .playnow-section,
  .playnow-section ul,
  .playnow-section ul li,
  .contact-list {
    flex-flow: column;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .prod-section .prod-box {
    display: flex;
    flex-direction: row;
  }

  .select-sec {
    height: 12.5rem;
    overflow-y: auto;
    padding: 0 10px;
  }

  ul#tabs li:not(:nth-child(1)) {
    padding-top: 10px px;
  }

  .jackpot {
    width: 43%;
  }

  #imageCarousel .content-img {
    width: 50%;
  }

  .step {
    height: unset;
    padding: 10px 0;
  }

  .step ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 0px;
    width: 30%;
  }

  .step ul li div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .step ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }

  .step ul li div span {
    padding: 0;
  }

  .slot-game .games-content ul li {
    width: calc(100% / 4);
    margin: 0;
  }

  .modal-dialog {
    width: 60%;
    margin: 5% auto;
  }
}

/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*------------------------------------------------------    IPAD LANDSCAPE -----------------------------------------------------*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
/*========================================================================================================================================*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #theme-header,
  #theme-header-link .container {
    display: flex;
    flex-direction: column-reverse;
  }

  .logo {
    width: 20%;
    margin: auto;
  }

  .sports-group,
  .prod-box .playnow-section,
  .playnow-section ul,
  .playnow-section ul li,
  .contact-list {
    flex-flow: column;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .prod-section .prod-box {
    display: flex;
    flex-direction: row;
  }

  .select-sec {
    height: 12.5rem;
    overflow-y: auto;
    padding: 0 10px;
  }

  ul#tabs li:not(:nth-child(1)) {
    padding-top: 10px px;
  }

  .jackpot {
    width: 33%;
  }

  #imageCarousel .content-img {
    width: 50%;
  }

  .step {
    height: unset;
    padding: 10px 0;
  }

  .step ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    margin: 0px;
    width: 30%;
  }

  .step ul li div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .step ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }

  .step ul li div span {
    padding: 0;
  }

  .games-content ul li {
    width: calc(100% / 5);
    margin: 0;
    padding: 10px;
  }

  .slot-container {
    justify-content: space-evenly;
  }

  .slot-game .games-content ul li {
    width: calc(100% / 5);
    margin: 0;
  }

  .modal-dialog {
    width: 60%;
    margin: 10% auto;
  }
}
