@import url("./font/font.css");

@viewport {
  width: device-width;
  zoom: 1;
}

:root {
  --main-bg-color: #f5f5f7;
  --primary-bg-color: #daa520;
  --secondary-bg-color: #fbfbfd;

  --accent-btn: radial-gradient(at top left, #ffce4a, #fe9f2a);

  --tertiary-bg-color: #252525;
  --primary-txt-color: #1d1d1f;
  --secondary-txt-color: #808080;
  --tertiary-txt-color: #5a5a5a;
  --main-accent-color: #ffa500;
  --secondary-accent-color: #6b1315;
  --tertiary-accent-color: #3a3a3a;
  --border-btm: #2d2d2d;
  --sports-background-color: #0f181e;
  --sports-background-image: url(./images/section-new.webp);
  --scrollbar-width: 11px;
  --scrollbar-bg: #000000;
  --scrollbar-color: #282828;
  --scrollbar-borderwidth: 3px;
  --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);
  outline: unset;
}

a:hover {
  text-decoration: none;
  color: var(--primary-bg-color);
}
a:focus {
  outline: unset;
  text-decoration: unset;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #d2d2d7;
}

#theme {
  display: block;
  width: 100%;
  position: relative;
  background-size: cover;
  overflow-x: hidden;
}

.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-content {
    min-height: 75dvh;
}
#theme-frame {
    height: 100%;
    background: url(/data/2255/uploads/desktopbg1.webp) center center no-repeat fixed, #f5f5f7e3;
    background-size: cover;
    margin: auto;
    width: 100%;
}
#theme-header {
  position: relative;
  z-index: 9;
}
#theme-header-link {
  width: 100%;
  background: var(--secondary-bg-color);
}

.container {
  width: 1300px;
  margin: auto;
}

#theme-header-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

#logo {
  width: 160px;
  padding: 5px;
}

#logo img {
  width: 100%;
}

#theme-menu {
  flex-grow: 1;
  margin-left: 30px;
}

#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: left;
}

#cssmenu > ul > li.active > a {
  background: transparent;
  color: var(--primary-txt-color);
  font-size: 16px;
  text-transform: unset;
  transition: 0.2s;
  font-weight: normal;
  letter-spacing: 0px;
}
#cssmenu > ul > li:hover > a {
  color: var(--main-accent-color);
  text-transform: none;
  font-weight: inherit;
  font-size: 16px;
  letter-spacing: unset;
}

#cssmenu > ul > li::before,
#cssmenu > ul > li.active::before,
#cssmenu > ul > li:hover::before,
#cssmenu > ul > li.active a::before {
  display: none;
}

#cssmenu > ul > li {
  margin: 0 10px;
}

#cssmenu > ul > li > a {
  padding: 26px 0;
  text-transform: initial;
  font-size: 16px;
  color: var(--primary-txt-color);
  font-weight: normal;
  letter-spacing: 0px;
}

#cssmenu ul li.has-sub ul li img {
  width: 100%;
}

#cssmenu ul ul {
  position: absolute;
  left: 0;
  top: 100%;
  transform: unset;
  background: rgb(247 247 247) !important;
  z-index: 2;
  width: 100dvw;
  height: 0;
  overflow: hidden;
  transition: top 0.2s;
  text-align: center;
  backdrop-filter: blur(4px);
}
#cssmenu ul li:hover > ul {
  top: 100%;
  z-index: -1;
}
#cssmenu ul li > ul {
  top: 0;
}

#cssmenu li:hover > ul {
  padding: 0;
  background: #fff;
  border: 0px solid red;
  padding-top: 5px;
  margin-top: 0px;
}
#cssmenu ul li.has-sub ul li {
  padding: 15px 3px;
  margin: 0 40px;
  border-bottom: 0px solid transparent;
}

#cssmenu ul li:hover > ul > li {
  height: auto;
  width: 7%;
}
#cssmenu ul li.has-sub ul li:hover {
  background: unset;
  border: unset;
  filter: opacity(0.6);
}

#cssmenu ul li.has-sub ul li span {
  display: block;
  margin-top: 10px;
  font-size: 11px;
}
.game-prov-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
a#gpm-btn {
  background: var(--accent-btn);
  color: #ffffff !important;
  transition: unset !important;
  padding: 6px 16px !important;
  border-radius: 6px;
  display: flex !important;
  align-items: center;
  margin-top: -20px !important;
  font-size: 12px !important;
}

.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-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-right a {
  padding: 8px 30px;
  background: var(--accent-btn);
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s ease-in;
}

.header-right a:hover {
  transform: scale(0.9);
  opacity: 0.9;
}

.header-right a:last-child {
  background: linear-gradient(180deg, #bababa, #969696);
  color: #ffffff;
}

button.register-btn {
  background: unset;
  padding: unset;
  border: unset;
  line-height: unset;
}
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-txt-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);
}

.annicn {
  padding: 0 10px;
}
.announcetext {
  padding: 10px;
  background: rgb(255 255 255);
  border-radius: 40px;
  position: relative;
  color: #4d4d50;
  display: flex;
  margin-top: 20px;
}

.announcetext::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, var(--menu-bg) 40%, transparent);
  height: 100%;
  aspect-ratio: 2 / 1;
  z-index: 2;
}

.announcetext::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(-90deg, var(--menu-bg) 40%, transparent);
  height: 100%;
  aspect-ratio: 2 / 1;
  z-index: 2;
}
marquee#horizontal_scrollmsg {
  display: flex;
  align-items: center;
}

.announcetext ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 100px;
}
.announcetext ul li {
  list-style: none;
  font-size: 14px;
}
.annicn img {
  width: 22px;
}

.web-title h2 {
  margin: 0 0 36px;
  font-size: 28px;
  font-weight: 700;
  color: #07152e;
}

.web-title h2 span {
  /*color: #7a8496;*/
color:#ff9800;
}

section.web-title,
section.web-detail {
  margin: 50px 0;
}

.game-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: repeat(2, 260px);
  gap: 16px;
}

.game-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  padding: 18px 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: 0.2s;
}
.game-card:hover {
  transform: translateY(-10px);
}
.game-card-large {
  grid-row: span 2;
}

.game-text {
  position: relative;
  z-index: 2;
  margin-top: 6px;
}

.game-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.game-card p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.game-card button {
  position: absolute;
  top: 18px;
  right: 20px;
  z-index: 3;
  border: 0;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  background: var(--accent-btn);
  cursor: pointer;
  transition: 0.2s;
}
.game-card button:hover {
  transform: scale(0.95);
}
.game-card img {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.game-card-large img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.tech-section {
  padding: 40px 20px;
  background: #f4f5f7;
}

.tech-grid {
  display: grid;
  grid-template-rows: repeat(1, 400px);
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.tech-card {
  position: relative;
  overflow: hidden;
  min-height: 305px;
  padding: 40px 24px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

.tech-content {
  position: relative;
  z-index: 2;
}

.tech-card h3 {
  margin: 0 0 14px;
  font-size: 22px;
  font-weight: 700;
  color: #07152e;
}

.tech-card p {
  max-width: 220px;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #3d4658;
}
.tech-card img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 82%;
  object-fit: contain;
  z-index: 1;
}

.footer-mobile {
  display: none;
}
.footer img {
 /* filter: brightness(0.8);*/
  width: 100%;
}
.footer span {
  display: block;
  margin: auto;
  text-align: center;
  padding: 20px 0 30px;
  color: #96969b;
  text-transform: uppercase;
}

section.webgame {
  margin: 30px 0 0;
}
section.entertainment {
  margin: 60px 0 0;
}
.winnerlist {
  display: grid;
  gap: 24px;
  grid-template-columns: 64% 34%;
}

.win-table {
  width: 100%;
  position: relative;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border-radius: 15px;
}

.win-table table {
  border-radius: 0px;
  border-collapse: separate;
  border-spacing: 0 0px;
  width: 100%;
}

.win-table td {
  border: 0 !important;
  font-weight: bold;
  padding: 12px 10px !important;
  text-align: center;
}

.win-table .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.win-table .table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fff8f3;
}

.win-table thead th {
  font-size: 12px;
  color: #ffffff;
  border: 0 !important;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 12px 10px !important;
  background: linear-gradient(360deg, #fea12b, #ffcb48);
  white-space: nowrap;
}
.scroll-table thead tr th:nth-child(1),
.scroll-table tbody tr td:nth-child(1),
.scroll-table thead tr th:nth-child(2),
.scroll-table tbody tr td:nth-child(2),
.scroll-table thead tr th:nth-child(3),
.scroll-table tbody tr td:nth-child(3) {
  width: 96px;
}
.scroll-table {
  max-height: 448px;
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
}
.scroll-table table {
  table-layout: auto;
}

.scroll-table tbody {
  display: block;
  transition: transform 0.6s ease-in-out;
  overflow: hidden;
}

.scroll-table thead,
.scroll-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
  position: relative;
  z-index: 5;
}

.scroll-table td,
.scroll-table th {
  white-space: nowrap;
}

.vid-wrapper {
  margin-bottom: 15px;
  aspect-ratio: 4 / 2.2;
  width: 100%;
}

.vid-wrapper iframe {
  border-radius: 15px;
}

.promo-wrapper {
  padding: 20px 0 60px;
}
.promo-r {
  margin-top: 30px;
}
.promo-r img {
  width: 100%;
}
.titlepromo {
  font-size: 22px;
  font-weight: bold;
  color: #434b71;
  width: 84%;
  line-height: 1.2;
}
.subtitlepromotion {
  font-size: 12px;
}
ol#faq_modal {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}
li.question {
  margin: 0;
  list-style: none;
  flex-basis: 20%;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 16px;
  aspect-ratio: 3 / 4;
}
.promo-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

ul#promo-tab {
  margin: 0;
  display: flex;
  padding: 20px 0;
  gap: 20px;
}
li.tab-btn-promo {
  display: flex;
  width: 100px;
  list-style: none;
  text-align: center;
  background: linear-gradient(180deg, #ffffff, #fff8e7);
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  border-radius: 12px;
  transition: 0.2s;
}
li.tab-btn-promo.active {
  background: var(--accent-btn);
}
li.tab-btn-promo:hover {
  cursor: pointer;
  transform: scale(0.9);
}
.fancybox-inner .promo-btn {
  display: none;
}

.home-mobile {
  display: none;
}

.loginpopup.langshow,
.loginpopup-overlay.langshow {
  display: flex;
}

.loginpopup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 10000;
  opacity: 0.8;
}

.loginpopup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  background: #ffffff;
  border-radius: 14px;
  width: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  z-index: 10001;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.loginpopup,
.loginpopup-overlay {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.loginpopup.fast-close,
.loginpopup-overlay.fast-close {
  transition:
    transform 0.1s ease,
    opacity 0.1s ease;
}

.loginpopup.langactive {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.loginpopup-overlay.active {
  opacity: 1;
}

.loginpopup-header {
  background: var(--accent-btn);
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  padding: 14px 14px 14px 30px;
  margin: 0;
}

.loginpopup-close:hover {
  filter: contrast(0.9);
}

.loginpopup-close {
  color: #ffffff;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  margin-left: auto;
  display: flex;
  justify-content: right;
  align-items: center;
  font-weight: 500;
  font-size: 30px;
  top: 15px;
  position: absolute;
  right: 30px;
  z-index: 1;
}

.logbanner {
  display: grid;
  grid-template-columns: 420px;
}

.log-box {
  background: #f4f4f4;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

form#customform input[type="text"] {
  background: #ffffff;
}

form#customform {
  width: 70%;
  margin: auto;
  padding: 30px 0 10px;
}

form#customform {
  width: 70%;
  margin: auto;
  padding: 30px 0 10px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
  width: 100%;
  background: #ffffff;
  color: #000000;
  border: 1px solid #fff0d3;
  height: 52px;
  padding: 0px 14px;
  border-radius: 8px;
}

form#customform input[type="text"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  border: 1px solid orange;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #000000;
}



.small{
font-size:12px;
}


#registerform_UserNameMsg{
    margin-bottom: 15px;
    float: left;
}


input#customform_submit,
input#registerform_btnSubmit {
  position: relative;
  min-width: 100%;
  background: var(--accent-btn);
  border-radius: 8px;
  margin: 0;
  color: #ffffff;
  height: 52px;
  padding: 0px 14px;
  -webkit-appearance: none;
  font-weight: bold;
  border: 0;
  transition: 0.2s;
}

input#customform_submit:hover,
input#registerform_btnSubmit:hover {
  opacity: 0.8;
}

.reglink {
  color: var(--text-tertiary);
  margin: 0;
  font-size: 14px;
  padding: 0 0 30px 0;
  text-align: center;
}

.reg-bg {
  width: 100%;
  padding: 60px;
  margin: 20px 0;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.reg-wrapper {
  display: flex;
  gap: 40px;
}
.reg-box {
  flex-basis: 100%;
}
.reglogimg img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

form#registerform dt {
  display: none;
}

input#registerform_UserName {
  width: calc(100% - 98px);
  float: left;
}

input.btnCheckUser {
  position: relative;
  width: 90px;
  background: linear-gradient(-90deg, #feb93c 0%, #ffa400 100%);
  height: 50px;
  border-radius: 8px;
  margin: 0 auto 0 8px;
  color: #ffffff;
  padding: 2px 10px;
  box-shadow: #ff6c2f 0px -2px inset;
  -webkit-appearance: none;
  border: 0;
  font-size: 14px;
}
input.btnCheckUser:hover {
  filter: contrast(0.8);
}



    /* ==========================================================================
      Language Popup 
       ========================================================================== */

    .headerlangbtn img {
      height: 18px;
    }
    
    .headerlangbtn {
      background: #f2f0f0;
      cursor: pointer;
      position: relative;
      height: 35px;
      border-radius: 18px;
      border: 2px solid #efefef;
      margin: 20px auto; 
      padding: 2px 10px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      gap: 5px;
      font-size: 14px;
      color: #333;
      transition: all 0.2s ease;
    }

    .headerlangbtn:hover {
      filter: contrast(0.9);
      background: #e8e6e6;
    }



    .langpopup-overlay {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.4);
      z-index: 10000;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
    }


    .langpopup {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) scale(0.85);
      background: #fff;
      border-radius: 14px;
      width: 90%;
      max-width: 370px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
      display: none;
      flex-direction: column;
      z-index: 10001;
      opacity: 0;
      pointer-events: none;
      transition: transform 0.3s ease, opacity 0.3s ease;
    }

    /* Fast Transition for Closing Action */
    .langpopup.fast-close,
    .langpopup-overlay.fast-close {
      transition: transform 0.1s ease, opacity 0.1s ease;
    }

    /* Switch Layout Display mode */
    .langpopup.langshow,
    .langpopup-overlay.langshow {
      display: flex;
    }

    /* Active Animation States */
    .langpopup.langactive {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
      pointer-events: auto;
    }

    .langpopup-overlay.langactive {
      opacity: 1;
      pointer-events: auto;
    }


    .langpopup-header {
      padding: 15px;
      border-bottom: 1px solid #eee;
      text-align: center;
      font-weight: bold;
      color: #000;
      position: relative;
      font-size: 16px;
    }

    .langpopup-close {
      color: #000;
      cursor: pointer;
      width: 30px;
      height: 30px;
      background: #f2f2f2;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 500;
      font-size: 18px;
      top: 10px;
      right: 10px;
      position: absolute;
      z-index: 1;
      transition: background 0.2s ease;
    }

    .langpopup-close:hover {
      background: #e5e5e5;
    }

    .langflag {
      color: #000;
      margin: 0;
      padding: 15px 15px 5px 15px;
      font-weight: bold;
      display: flex;
      gap: 7px;
      align-items: center;
      font-size: 15px;
    }

    .langflag img {
      width: 20px;
      height: 20px;
      object-fit: cover;
      border-radius: 2px;
    }

    .langtwocol {
      display: grid;
      grid-template-columns: 1fr 1fr;
      padding: 5px 0 15px 0;
      border-bottom: 1px solid #f2f2f2;
    }

    .langtwocol:last-of-type {
      border-bottom: 0;
    }

    .langpopup-option {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 15px;
      gap: 10px;
      cursor: pointer;
      transition: background 0.2s ease;
    }

    .langpopup-option:first-child {
      border-right: 1px solid #eee;
    }

    .langpopup-option:hover {
      background: #f9f9f9;
    }

    .langpopup-option .label {
      font-size: 15px;
      color: #5f6d6d;
      font-weight: normal;
    }

    .langpopup-option:hover .label,
    .langpopup-option .label.active {
      color: #000;
    }


    .radio-indicator {
      width: 16px;
      height: 16px;
      border-radius: 50%;
      border: 2px solid #ccc;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
    }

    .radio-indicator.active {
      border-color: #bf7200;
    }

    .radio-indicator.active::after {
      content: "";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #bf7200;
    }










/* MOBILE VIEW */

@media (max-width: 767px) {
  #theme-frame {
   padding-bottom:80px;
    background: linear-gradient(141deg, #fff3e1, transparent);
  }

  #logo {
    width: 100px;
    padding: 6px;
  }
  .announcetext {
    margin: 10px 0;
    border-radius: 0px;
    padding: 0;
  }
  .annicn {
    padding: 0 10px 0 0;
  }
  #theme-menu,
  .home-large {
    display: none;
  }
  #theme-header-content {
    justify-content: space-between;
  }
  .home-mobile {
    display: block;
  }

  .container {
    width: 100dvw;
  }
  .top-area {
    background: #fff;
    border-radius: 0 0 20px 20px;
    padding: 0 0 20px;
  }
  section.banner {
    border-radius: 20px;
    overflow: hidden;
  }

  .m-account {
    display: flex;
    gap: 12px;
    justify-content: space-between;
  }

  .m-register a {
    background: linear-gradient(360deg, #ffffff, #ececec);
  }
  .m-login a {
    background: var(--accent-btn);
    color: #ffffff;
  }
  .m-login,
  .m-register {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    background: unset;
    overflow: hidden;
  }
  .m-login a,
  .m-register a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
  }

  .m-gameboxWrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
    scrollbar-width: none;
    scroll-behavior: smooth;
    overflow: scroll;
  }
  .m-gamebox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 14px 0;
    gap: 12px;
    max-height: 64dvh;
    overflow: hidden;
  }
  .m-gameboxMenu {
    position: sticky;
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .m-gameboxMenu a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    padding: 8px;
    font-size: 10px;
  }
    .m-gameboxMenu a.active {
        background: var(--accent-btn);
        border-radius: 12px;
        color: #fff;
        box-shadow: inset 0px -4px 0px 0px #ffdf80, inset 0px 0px 2px 0px #ffffffbd, inset 0px -6px 2px 0px #ff8c00bd;
    }
  .m-gameboxMenu a img {
    width: 40px;
  }

  .gameProd {
    background:
      url(/data/2255/uploads/prodgamebg.webp) center center no-repeat,
      #ffffff78;
    background-blend-mode: overlay;
    background-size: cover;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  }
  .gameProd a {
    display: block;
  }
  .gameProd img {
    width: 100%;
  }
  .gameboxList {
    display: flex;
    gap: 12px;
    flex-direction: column;
    scroll-margin-top: 100px;
  }
  #theme-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .footer {
    display: none;
  }
  .footer-mobile {
    display: block;
  }

  /** Mobile Bottom Menu **/
  .header-right a:last-child {
    display: none;
  }
  .mobile-btm-sec {
    position: fixed;
    background: #ffffff;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    display: block;
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.08);
    border-radius: 20px 20px 0 0;
  }

  ul.btm-menu-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    text-align: center;
    height: 72px;
    padding: 0 20px;
    margin-bottom: 0;
    list-style: none;
  }

  a.bmenu-link {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding: 4px;
  }

  .bmimg {
    margin-bottom: 2px;
  }

  .bmimg img {
    max-height: 44px;
  }

  ol#faq_modal {
    flex-direction: column;
    gap: 10px;
  }
  ul#promo-tab {
    width: 100%;
    display: grid;
    gap: 8px;
    grid-auto-flow: column;
    overflow: scroll;
    scrollbar-width: none;
    padding: 0 0 20px;
  }
  li.tab-btn-promo {
    width: unset;
    min-width: max-content;
  }
  li.question {
    flex-basis: 100%;
    aspect-ratio: unset;
  }
  .promo-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
  }
  .titlepromo {
    width: 100%;
  }
  .promo-r {
    margin-top: unset;
  }
  .promo-r img {
    width: 160px;
  }
  .logbanner {
    grid-template-columns: 400px;
  }
  .reg-wrapper {
    flex-direction: column;
  }
  .reg-bg {
    padding: 20px;
    margin-bottom: 30%;
  }
}

/***********************************************************************************************LANDSCAPE********************************************************************************************************/

@media (max-height: 500px) and (orientation: landscape) {
  .container {
    width: 100%;
  }
  #theme-header-content {
    justify-content: space-between;
  }
  #theme-menu {
    display: none;
  }
  .game-layout {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, 330px);
    gap: 16px;
  }
  .game-card-large {
    grid-row: unset;
  }
  .game-card-large img {
    width: 40%;
  }
  .winnerlist {
    gap: 20px;
    grid-template-columns: 48% 48%;
  }

  .scroll-table {
    max-height: 238px;
  }

  .tech-card {
    padding: 20px 20px;
  }
  .tech-grid {
    grid-template-rows: repeat(1, 320px);
  }

  /** Mobile Bottom Menu **/
  .footer-mobile {
    display: block;
  }
  .header-right a:last-child {
    display: none;
  }
  .mobile-btm-sec {
    position: fixed;
    background: #ffffff;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    display: block;
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.08);
    border-radius: 20px 20px 0 0;
  }

  ul.btm-menu-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    text-align: center;
    height: 72px;
    padding: 0 20px;
    margin-bottom: 0;
    list-style: none;
  }

  a.bmenu-link {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    display: block;
    padding: 4px;
  }

  .bmimg {
    margin-bottom: 2px;
  }

  .bmimg img {
    max-height: 44px;
  }

  li.question {
    flex-basis: 33.33%;
    aspect-ratio: unset;
  }

  .logbanner {
    grid-template-columns: 400px;
  }
  .reg-wrapper {
    flex-direction: column;
  }
  .reg-bg {
    padding: 20px;
    margin-bottom: 30%;
  }
}
