@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

@font-face {
  font-family: "DigitalSansEFMedium";
  src: url("../font/DigitalSansEFMedium.ttf");
}

@font-face {
  font-family: "AdvanceDotDigital";
  src: url("https://gplatform.b-cdn.net/asset-portal/assetNexus/fonts/advanced_dot_digital_kzxqpw.ttf");
}

@font-face {
  font-family: "Arial";
  src: url("https://gplatform.b-cdn.net/asset-portal/assetNexus/fonts/arial_qbbr8t.ttf")
}

@font-face {
  font-family: "ArialNarrow";
  src: url("https://gplatform.b-cdn.net/asset-portal/assetNexus/fonts/arial_narrow_k2emi6.ttf");
}

@font-face {
  font-family: "Calibri";
  src: url("https://gplatform.b-cdn.net/asset-portal/assetNexus/fonts/calibri_cfdftn.ttf");
}

@font-face {
  font-family: "ComicSans";
  src: url("https://gplatform.b-cdn.net/asset-portal/assetNexus/fonts/comic_sio1ui.ttf");
}

@font-face {
  font-family: "Copperplate";
  src: url("https://gplatform.b-cdn.net/asset-portal/assetNexus/fonts/copperplate_dakyhf.ttf");
}

@font-face {
  font-family: "CourierNew";
  src: url("https://gplatform.b-cdn.net/asset-portal/assetNexus/fonts/courier_new_tbzacm.ttf");
}

@font-face {
  font-family: "Helvetica";
  src: url("https://gplatform.b-cdn.net/asset-portal/assetNexus/fonts/Helvetica_cn0t7t.ttf");
}

@font-face {
  font-family: "TimesNewRoman";
  src: url("https://gplatform.b-cdn.net/asset-portal/assetNexus/fonts/times_new_roman_o0j79m.ttf");
}

@font-face {
  font-family: "Verdana";
  src: url("https://gplatform.b-cdn.net/asset-portal/assetNexus/fonts/verdana_hfk9ir.ttf");
}



/*------------------*/
/*    CSS RESET     */
/*------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  /* border: 0; */
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

[data-container-background="general"] {
  background-size: cover;
}

[data-container-background] {
  background: no-repeat center top;
  background-size: 100%;
}

.text-main {
  color: #101010;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

.z-1 {
  z-index: 1;
}

.z-0 {
  z-index: 0;
}

.z--1 {
  z-index: -1;
}

.bg-grayscale {
  filter: grayscale(100%);
}

.bg-101 {
  background: #101010;
}

.bg-content {
  background-color: #000000;
  opacity: 0.9;
}

.bg-transparent {
  background-color: transparent;
}

.bg-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-green {
  background-color: #0f0;
}

.bg-red {
  background-color: red;
}

.btn-yellow-grad {
  font-size: 12px;
  font-weight: 600;
  color: rgba(30, 30, 30, 1);
  background: linear-gradient(90deg, #D4A108 0%, #FFF63B 50%, #D4A108 100%);
  border: 1px solid rgba(217, 170, 25, 1);
  text-transform: uppercase;
}

.btn-red-grad {
  font-size: 12px;
  font-weight: 600;
  background: linear-gradient(91.12deg, #560000 0%, #E01B24 50%, #560000 100%);
  border: 0.5px solid rgba(224, 27, 35, 1);
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
}

.btn-w-90 {
  width: 100%;
  max-width: 90px;
  min-width: 90px;
  border-radius: 8px;
}

.fs-8 {
  font-size: 8px;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-60 {
  font-size: 60px;
}

.fs-100 {
  font-size: 100px;
}

.bottom-nav {
  display: none;
}

.mobile-top-bar {
  display: none;
}

.mobile-burger-btn {
  display: none;
}

/*------------------*/
/* END OF CSS RESET */
/*------------------*/

body {
  font-family: "Roboto", "Exo", "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: 14px;
  background: #000;
  font-display: swap;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.tab-running-text + .tab-running-text {
  font-size: 12px;
  margin-right: 100px;
}

.rounded-8 {
  border-radius: 8px;
}

.rounded-12 {
  border-radius: 12px;
}

.rounded-16 {
  border-radius: 16px;
}

.rounded-top-12 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.rounded-top-16 {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-top-20 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rounded-top-8 {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.rounded-top-right-8 {
  border-top-right-radius: 8px;
}

.rounded-top-left-8 {
  border-top-left-radius: 8px;
}

.rounded-top-left-16 {
  border-top-left-radius: 1rem;
}

.rounded-bottom-left-8 {
  border-bottom-left-radius: 8px;
}

.rounded-bottom-right-8 {
  border-bottom-right-radius: 8px;
}

.rounded-bottom-right-16 {
  border-bottom-right-radius: 1rem;
}

.rounded-bottom-8 {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.rounded-bottom-12 {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.rounded-bottom-16 {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-bottom-20 {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.marquee-wrapper {
  overflow: hidden;
  margin: 0 15px;
  width: 100%;
  border-radius: 8px;
}

.marquee {
  display: block;
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translatex(100%);
  }

  100% {
    transform: translatex(-100%);
  }
}

.skeleton {
  position: relative;
  width: 100%;
  height: 620px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #1e2226 !important;
  color: transparent !important;
  border-color: #1e2226 !important;
  user-select: none;
  cursor: default;
}

.skeleton img {
  opacity: 0;
}

.skeleton::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);

  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0)
  );
  animation: shimmer 2s infinite;
  content: "";
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.latest-pool-container {
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.5);
}

.topbar-container {
  box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.5);
}

.site-footer {
  box-shadow: 0 -8px 16px rgba(0, 0, 0, 0.5);
}

@media (max-width: 992px) {
  .extend-mobile-padding {
    padding: 0 28px;
  }
}

.skeleton-banner {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 620px;
  overflow: hidden;
  border-radius: 4px;
  background-color: #1e2226 !important;
  color: transparent !important;
  border-color: #1e2226 !important;
  user-select: none;
  cursor: default;
}

#render_banner {
  height: 100%;
  max-height: 380px;
}

.loading-screen {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 99;
}

.loading-state {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5rem;
  height: 5rem;
}

.text-justify {
  text-align: justify;
}

.standard-table-container {
  padding: 8px;
  background: linear-gradient(90deg, #222826 50%, #202020 100%);
  border-radius: 8px;
}

.standard-table-container tr, .standard-table-container td {
  border-color: rgba(128, 128, 128, 0.5);
}

.standard-table-container thead th, .standard-table-container tbody td {
  font-size: 12px;
}

.table > :not(caption) > * > * {
	padding: 4px;
	border-bottom-width: 1px;
	box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.standard-form-title {
  font-size: 16px;
  line-height: 16px;
  padding: 15px 20px;
}

  .game-container #brand_name {
    font-size: 16px;
    text-align: center;
  }

@media (max-width: 992px) {
  .standard-form-title {
    font-size: 14px;
    padding: 1rem;
  }

  .game-container #brand_name {
    font-size: 14px;
    text-align: end;
  }
}

.standard-password-field {
  position: relative;
}

.standard-password-field > .fas {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: initial;
  color: #fff;
  cursor: pointer;
}

.standard-button-group {
  text-align: center;
}

.standard-form-content {
  padding: 40px 120px;
  background-color: #101010;
}

.standard-form-note {
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 8px;
}

.register-note {
  padding: 16px 16px 24px 16px;
  margin: 0 8rem 4px;
  color: #101010;
  background-color: #101010;
  box-shadow: 0 0px 16px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
}

@media (max-width: 1024px) {
  .register-note {
    margin: 0 0 20px;
  }
}


.register-note .lan-note {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #dddddd;
}

.register-note .lan-notes-desc-1, .register-note .lan-notes-desc-2 {
  font-size: 12px;
  margin-left: 1rem;
  color: #dddddd;
}

.register-note .lan-notes-desc-2 {
  line-height: 8px;
}

.standard-form-group {
  margin-bottom: 8px;
}

@media screen and (max-width: 992px) {
  .standard-form-group {
    padding: 4px 28px;
    margin-bottom: 0;
  }
}

.standard-inline-form-group label {
  flex-grow: 1;
  margin: 0;
  font-weight: 100;
}

.standard-inline-form-group [data-section="asterisk"] {
  padding: 0 10px;
}

.standard-inline-form-group [data-section="input"],
.standard-inline-form-group [data-section="display"],
.standard-inline-form-group [data-section="button"] {
  width: 60%;
  flex-shrink: 0;
}

.standard-main-container {
  display: flex;
  margin-bottom: 10px;
}


@media screen and (max-width: 992px) {
  .standard-main-container {
    padding: 8px 20px;
  }
}

.standard-label {
	font-size: 16px;
	margin-bottom: 2px;
	color: #dddddd;
}

@media screen and (max-width: 992px) {
  .standard-label {
    font-size: 12px;
  }
}

.standard-form-control {
  font-size: 12px;
  padding: 10px;
  background: linear-gradient(90deg, #222826 50%, #202020 100%);
  border: none;
  box-shadow: inset 0px 0px 8px 0 rgba(0, 0, 0, 0.8);
  color: #bbbbbb;
}

@media screen and (max-width: 992px) {
  .standard-form-control {
    font-size: 10px;
  }
}

.standard-side-menu {
  flex-basis: 25%;
  overflow-x: hidden;
  border-radius: 8px;
}

.standard-side-menu .player-account-section {
  padding: 5px 10px;
  text-align: center;
}

.standard-side-menu .menu-section a i {
  text-align: center;
  width: 100%;
  height: 100%;
  max-width: 25px;
  min-width: 25px;
  max-height: 25px;
  min-height: 25px;
  font-size: 20px;
  margin-right: 4px;
}

.standard-side-menu .player-account-section .username {
  font-size: 18px;
}

.standard-side-menu-group-label,
.standard-side-menu a {
  display: block;
  padding: 15px 25px;
  text-decoration: none;
}

.standard-side-menu .menu-section {
  background-color: #101010;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.standard-side-menu .menu-section .title {
  font-size: 18px;
}

.standard-side-menu .menu-section .title,
.standard-side-menu .menu-section a {
  padding: 10px 15px;
  text-transform: uppercase;
}

.standard-main-content {
  flex-basis: 75%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 600px;
  overflow-x: hidden;
}

.top-tab-container {
  display: flex;
  justify-content: flex-start;
}

.top-tab-container .extend {
  max-width: 160px;
}

.top-tab-container a {
  padding: 10px 20px;
  text-transform: uppercase;
  margin-right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 140px;
  padding: 4px;
  font-size: 14px;
  width: 100%;
  white-space: nowrap;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  color: white;
  background: #101010;
}

.top-tab-container .selected {
  color: #101010;
  background: linear-gradient(90deg, rgb(252, 189, 16) 0%, rgb(255, 179, 112) 50%, rgb(252, 189, 16) 100%);
  font-weight: 600;
}

.user-info .user-info-item {
  position: relative;
  display: flex;
  align-items: center;
}

.user-info .user-info-item + .user-info-item {
  margin-left: 8px;
}

.user-info .user-info-item .icon {
  width: 100%;
  height: 100%;
  max-width: 25px;
  max-height: 25px;
}


.login-nav-logo, .register-nav-logo {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 100px;
}

.login-topbar, .register-topbar {
  width: 100%;
  height: 100%;
  max-height: 80px;
  min-height: 80px;
  background: url("https://gplatform.b-cdn.net/asset-portal/theme-5-default/headbar/headbar-desktopversion.png");
  padding: 0 40px;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.5);
}

.register-topbar .text-title, .register-topbar span, .login-topbar .text-title, .login-topbar span {
  font-size: 16px;
}

.register-topbar i {
  font-size: 22px;
}

@media screen and (max-width: 992px) {
  .register-topbar .text-title, .register-topbar span, .login-topbar .text-title, .login-topbar span {
    font-size: 14px;
  }

.register-note .lan-note {
  font-size: 12px;
}

.register-note .lan-notes-desc-1, .register-note .lan-notes-desc-2 {
  font-size: 10px;
}

  .register-topbar i, .login-topbar i {
    font-size: 20px;
  }

  .login-topbar, .register-topbar {
    max-height: 60px;
    min-height: 60px;
    padding: 0 16px;
  }

  .login-topbar, .register-topbar {
    background: url("https://gplatform.b-cdn.net/asset-portal/theme-5-default/headbar/headbar-mobileversion.png");
  }

  .login-nav-logo, .register-nav-logo {
    width: 100%;
    max-width: 120px;
  }

  .login-nav-logo {
    margin-right: 0px;
  }
}


.register-form-container, .login-form-container {
  padding: 16px 128px;
}

.standard-content-container {
  padding: 16px 128px;
}

@media (max-width: 1024px) {
  .register-form-container, .login-form-container {
    padding: 0 0;
  }

  .standard-content-container {
    padding: 0 0;
  }
}

.register-form-container .form-control, .login-form-container .form-control, #deposit_form_section .form-control {
  font-size: 12px;
  padding: 10px;
  background: linear-gradient(90deg, #222826 50%, #202020 100%);
  border: none;
  box-shadow: inset 0px 0px 8px 0 rgba(0, 0, 0, 0.8);
  color: #bbbbbb;
}

@media (max-width: 1024px) {
  .register-form-container .form-control, .login-form-container .form-control, #deposit_form_section .form-control {
    font-size: 10px;
  }
}

.register-form-container .form-control::placeholder {
  color: #dddddd;
}

.register-form-container .form-group .phone-number-select {
  font-size: 12px;
  padding: 10px;
  background: #404040;
  border: none;
  border-radius: 0.375rem;
  box-shadow: inset 0px 0px 8px 0 rgba(0, 0, 0, 0.8);
  color: #bbbbbb;
  margin-right: 8px;
}

.register-form-container label, .login-form-container label, #deposit_form_section label {
  font-size: 16px;
  margin-bottom: 2px;
  color: #dddddd;
}

.register-section .form-container {
  padding: 1.5rem;
}

  .outer-padding {
    padding: 20px;
  }

@media screen and (max-width: 992px) {
  .register-section .form-submit-container, .login-section .form-submit-container {
    padding: 12px;
  }
  .form-submit-container form {
    padding: 12px;
  }

  .outer-padding {
    padding: 32px;
  }
}

  .form-submit-container form {
    padding: 20px;
  }

.register-form-container .form-group, .login-form-container .form-group, #deposit_form_section .form-group {
  margin-bottom: 8px;
}

@media screen and (max-width: 992px) {
  .register-form-container .form-group, .login-form-container .form-group, #deposit_form_section .form-group {
    padding: 4px 28px;
    margin-bottom: 0;
  }

  .register-page-remainder {
    padding: 0 28px;
  }

  .register-page-remainder, .register-alt-link, .lan-text-have-account, .lan-text-forgot-password {
    line-height: 12px;
    font-size: 10px;
  }
}

.register-form-container .standard-form-content, .login-form-container .standard-form-content {
  background-color: #101010;
  border-radius: 12px;
  box-shadow: 0 0px 16px rgba(0, 0, 0, 0.5);
}

.register-form-container .standard-button-group button, .login-form-container .standard-button-group button {
  margin: 16px 0;
  width: 100%;
  max-width: 160px;
}

.user-info-item a i {
  font-size: 16px;
}

.tab-content-container {
  padding: 15px 15px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #101010;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media screen and (max-width: 992px) {

  /* For Deposit page mobile only  */
  .tab-content-container.mobile-edge{
    border-top-right-radius: 0;
  }

  .top-tab-container .mobile-wrap{
    white-space: normal;
    text-align: center;
    line-height: 1;
  }
}

.standard-profile-bar {
  display: flex;
  margin: 0 10px 10px 10px;
  padding: 0 10px;
  border-radius: 8px;
  background: linear-gradient(90deg, #222826 50%, #202020 100%);
}

.standard-profile-bar section {
  padding: 10px 0;
}

.standard-profile-bar .user-field {
  display: flex;
  gap: 10px;
  flex-grow: 1;
  align-items: center;
  padding-right: 25px;
}

.standard-profile-bar .user-field img {
  width: 60px;
  height: auto;
}

.standard-profile-bar .user-field div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: normal;
}

.standard-profile-bar .user-field div .username {
  font-size: 24px;
}

.standard-profile-bar .deposit-field,
.standard-profile-bar .withdraw-field {
  border-left: 1px dotted #fff;
  padding: 0;
  margin: 15px 0;
  flex-basis: 85px;
}

.standard-profile-bar .deposit-field a,
.standard-profile-bar .withdraw-field a {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  height: 100%;
}

.standard-profile-bar .verification-field {
  padding-left: 20px;
  flex-grow: 2;
}

.standard-profile-bar .referral-field {
  padding-left: 20px;
}

.standard-profile-bar .referral-code-container {
  text-align: center;
  font-size: 24px;
  margin-top: 5px;
  padding: 0 10px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.standard-content-info {
  padding: 10px;
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}

.standard-content-info > div {
  flex-basis: 50%;
}

.standard-content-info .standard-content-block {
  background: linear-gradient(90deg, #222826 50%, #202020 100%);
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile-account-information {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.profile-summary-table.table,
.profile-summary-table.table > tbody > tr > th,
.profile-summary-table.table > tbody > tr > td {
  border: 0;
  vertical-align: middle;
}

.banking-details-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  padding: 5px;
}

#qr_code_img {
  width: 135px;
  height: auto;
}

.bank-status-list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 10px;
  overflow: auto;
}

.bank-status-list .bank-list {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222;
  padding: 8px 8px 8px 5px;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  /* min-width: 100px;
  max-width: 100px;
  min-height: 35px;
  max-height: 35px; */
}

.bank-status-list .bank-list .status {
  /* background-color: green; */
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 5px;
  height: 100%;
  margin-right: 5px;
  border-radius: 5px;
}

.selected-deposit-bank {
  border: 2px solid #0f0;
}

.bank-info-block {
  margin: 0 5px;
  padding: 15px 10px;
  border-radius: 5px;
  background: #404040;
  box-shadow: inset 0px 0px 20px 8px rgba(0,0,0,0.6);
}

.bank-info-block .account-number,
.bank-info-block hr,
.bank-info-block .bank-name {
  display: block;
  color: #dddddd;
}

.bank-info-block .account-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 25px;
  color: #dddddd;
}

.bank-info-block .account-number {
  font-size: 25px;
  letter-spacing: 5px;
  color: #dddddd;
}

.bank-info-block .bank-name {
  text-transform: uppercase;
  font-size: 16px;
  color: #dddddd;
}

/* ------- */
/* Top Bar */
/* ------- */
.topbar-container {
  position: sticky;
  top: 0;
  padding: 0;
  z-index: 99;
  height: 100%;
  min-height: 80px;
  max-height: 80px;
}

.topbar-container .navbar-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("https://gplatform.b-cdn.net/asset-portal/theme-5-default/headbar/headbar-desktopversion.png");
}

.topbar-left-section {
  display: flex;
  flex-wrap: nowrap;
}

.topbar-left-section .topbar-item {
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topbar-left-section .topbar-item a {
  padding: 5px 10px;
  border-radius: 3px;
  line-height: 1;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.topbar-left-section .topbar-item + .topbar-item {
  margin-left: 10px;
  border-left: 1px dotted #ccc;
  padding-left: 10px;
}

.topbar-left-section [data-icon] {
  display: inline-block;
  font-size: 16px;
  background: center no-repeat;
  background-size: contain;
  margin-left: 3px;
}

.topbar-left-section [data-icon="android"] {
  margin-right: 3px;
}

.site-info-description {
  margin-bottom: 1rem;
}

.site-info-description .powered-by-container {
  width: 100%;
  height: 100%;
  min-width: 240px;
  max-width: 240px;
  height: 240px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 992px) {
  .site-info-description .powered-by-container {
    min-width: 120px;
    max-width: 120px;
    height: auto;
  }
}

.site-info-description .powered-by-container img {
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}

.login-panel {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 12px;
}

.login-panel .login-panel-item > label {
  position: relative;
  margin-bottom: 0;
}

.login-panel .login-panel-item + .login-panel-item {
  margin-left: 10px;
}

.login-panel input[type="text"],
.login-panel input[type="password"] {
  border: 1px solid #1f3588;
  min-width: 135px;
  text-indent: 22px;
  line-height: 26px;
  color: inherit;
  border-radius: 8px;
}

.login-panel [data-icon] {
  position: absolute;
  top: 8px;
  left: 6px;
  height: 14px;
  width: 14px;
  background: center no-repeat;
  background-size: contain;
}

.login-panel .forgot-password {
  display: block;
  margin-top: 3px;
}

.login-panel .login-button,
.login-panel .register-button, .user-info-item a.btn-logout {
  display: block;
  padding: 3px 10px;
  text-transform: uppercase;
  line-height: 22px;
  border: none;
  width: 90px;
  text-align: center;
  text-decoration: none;
  outline: none;
  border-radius: 8px;
}
/* -------------- */
/* End of Top Bar */
/* -------------- */

/* ----------- */
/* Site Header */
/* ----------- */
.site-header {
  border-bottom: 4px solid #1130a5;
}

.site-header .container {
  position: relative;
}

.site-header .container .row > div {
  position: initial;
}

.site-header .logo {
  display: block;
  background: center top no-repeat;
  background-size: 100%;
  width: 100%;
  padding-top: calc((100% * 68 / 300) + 15px * 2);
  position: relative;
}

.site-header .logo > img {
  position: absolute;
  top: 0;
  left: 50%;
  height: calc(100% - 15px * 2);
  transform: translateX(-50%);
  margin: 15px auto;
}

.top-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
}

.top-menu > li > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 8px;
  width: 100%;
  text-align: center;
  color: inherit;
  text-transform: uppercase;
}

.top-menu > li:not(:hover) .game-list {
  display: none;
}

.top-menu > li > a > img {
  /* display: block; */
  /* margin: auto; */
  max-width: 30px;
  max-height: 30px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}

.top-menu .game-list > li > a > img {
  width: 100%;
  height: 100%;
}

.top-menu .game-list > li > a > button {
  position: absolute;
  right: 56px;
  bottom: 35px;
  font-size: 11px;
  border-radius: 15px;
  width: 84px;
  height: 20px;
  transition: 0.5s ease;
}

.top-menu .game-list > li:not(:hover) > a > button {
  display: none;
}

/* todo: delete this */
/* .top-menu .game-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 16;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-height: calc(100vh - 100%);
  padding: 0;
} */

.top-menu .game-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 16;
  overflow: auto;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-height: calc(100vh - 100%);
  padding: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    rgba(117, 0, 0, 0.25);

}

.top-menu li a:hover span {
  -webkit-text-stroke: 2px;
}

.text-stroke {
  -webkit-text-stroke: 2px;
}

.top-menu .game-list > li {
  flex-basis: 25%;
  display: inline-block;
  padding: 0 10px;
  margin: 3px 0;
}

.top-menu .game-list > li > a {
  display: block;
  width: 100%;
  /* padding-top: calc(110/271*100%); */
  position: relative;
}

.top-menu .game-list .top_menu_hover {
  position: absolute;
  width: 100%;
  height: 100%;
}

.site-content-container {
  /* padding: 30px; */
  position: relative;
}

/* ------------------ */
/* End of Site Header */
/* ------------------ */

/* ------ */
/* Banner */
/* ------ */
/* ------------- */
/* End of Banner */
/* ------------- */

/* ------------- */
/* Home */
/* ------------- */

.announcement-container {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.announcement-container .inner-announcement {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}



@media screen and (max-width: 992px) {
  .announcement-container {
    padding: 0;
  }  

  .announcement-container .inner-announcement {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.announcement-container > [data-section="title"],
.announcement-container > [data-section="date"] {
  display: flex;
  align-items: center;
}

.announcement-container > [data-section="announcement"] {
  width: 100%;
  padding: 0 3rem;
  overflow: hidden;
}

.home-jackpot-container {
  display: flex;
  justify-content: space-between;
}

.home-jackpot-skeleton {
  padding: 8px 0;
  width: 100%;
  height: 100%;
}

.home-jackpot-bg {
  position: absolute;
  width: 98%;
  height: 100%;
}

.home-jackpot-container .jackpot-number {
  text-align: center;
  position: absolute;
  width: 100%;
  margin-top: 3rem;
  z-index: 1;
}

.home-jackpot-container [data-section="jackpot"] {
  flex-basis: 100%;
}

.home-jackpot-container [data-section="lottery"] {
  flex-basis: calc((100% - 15px) * 0.2);
}

.progressive-jackpot {
  background: center no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: center;
}

.result-list-container .pool-title, .result-list-container .back {
  font-size: 16px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}

.result-list-container .top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1rem 0;
}

.result-list-container .table-result-list thead td {
  font-size: 16px;
}

.result-list-container .table-result-list tbody td {
  font-size: 14px;
}

@media (max-width: 992px) {

  .result-list-container .pool-title, .result-list-container .back {
    font-size: 14px;
  }

  .result-list-container .top-bar {
    padding: 0 8px;
    margin: 0;
  }

  .result-list-container .table-result-list thead th {
    font-size: 12px;
  }

  .result-list-container .table-result-list tbody td {
    font-size: 12px;
  }
}

.lottery-result-container {
  border-radius: 5px;
}

.lottery-result-container .lottery-result-title {
  text-align: center;
  font-size: 16px;
  min-height: 43px;
}

.lottery-result-container .lottery-result {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lottery-numbers .s4-logo {
  height: 50px;
  width: 50px;
}

.lottery-result-container .lottery-numbers {
  padding: 2px 5px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.lottery-result-container .lottery-numbers span {
  font-size: 1.6rem;
  text-align: center;
}

.lottery-result-container [data-lottery-number] {
  display: inline-block;
  margin: 3px 0;
  height: 45px;
  width: 35px;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.lottery-result-container .lottery-date {
  font-size: 12px;
  padding-top: 4px;
  text-align: center;
}

.popular-games {
  position: relative;
  background: center top no-repeat;
  margin-bottom: 25px;
}

.popular-game-container {
  min-width: 680px;
}

.popular-games [data-section="left"] {
  width: 455px;
}

.popular-games [data-section="right"] .section-title {
  font-size: 19px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popular-games .tab-content {
  border-radius: 8px;
  margin-top: 5px;
  width: 100%;
  height: 100%;
  max-width: 455px;
  max-height: 283px;
}

.popular-games .nav-tabs > li > a {
  padding: 2px 0;
  margin: 1px;
  border-radius: 5px;
}

.popular-games .tab-content .animated-image {
  position: absolute;
  top: 0;
  left: 2rem;
  height: 100%;
  width: calc(100% / 2.9);
  pointer-events: none;
}

.popular-videos {
  border-radius: 8px;
}

.game-list .game-item .wrapper-container .badge-icon-card{
  position: absolute;
}

#game_list .game-item .wrapper-container .game-image-container {
  border: 2px solid #fcbd10;
  border-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#game_list .game-item .wrapper-container .game-image-container img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.popular-games .popular-game-list {
  display: flex;
  border-radius: 8px;
  flex-wrap: wrap;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.popular-games .popular-game-list .game-item {
  width: 100%;
}

.popular-games .popular-game-list .game-item:not(:hover) .play-now {
  opacity: 0;
}

.popular-games .popular-game-list .game-item:hover .link-container {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 12px;
}

.popular-games .popular-game-list .game-wrapper {
  position: relative;
}

.popular-games .popular-game-list .link-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.5s ease;
  opacity: 1;
}

.popular-games .popular-game-list .link-container a {
  width: 100px;
  height: auto;
}

.popular-games .jackpot-winners {
  height: auto;
  width: 100%;
  border-radius: 8px;
}

.winners-ticket-container .v-carousel .v-game:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
}

.winners-ticket-container .v-carousel .v-game .img-container {
  width: 100%;
  height: 100%;
  max-width: 50px;
  max-height: 50px;
}

.winners-ticket-container .v-carousel .v-game .leaderboard-position {
  width: 15%;
}

/* TO DO: Adjust v-caoursel later */
.winners-ticket-container .v-carousel {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
  min-height: 350px;
  max-height: 420px;
  width: 100%;
}

.game-list-jackpot .winners-ticket-container .v-carousel {
  height: 82px;
}

.v-carousel .games-leave-active {
  animation: leave 20s linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-play-state: running;
}

.v-carousel .games-enter-active {
  animation: enter 20s linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-play-state: running;
}

.v-carousel .games-leave-active.run {
  animation-play-state: running;
}

.v-carousel .games-enter-active.run {
  animation-play-state: running;
}

.v-carousel .games-leave-active.pause {
  animation-play-state: paused;
}

.v-carousel .games-enter-active.pause {
  animation-play-state: paused;
}

@keyframes leave {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes enter {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}

/* ------------*/
/* POOL RESULT */
/* ------------*/
.pull-head {
	font-size: 15px;
	border-radius: 10px 10px 0 0;
  /* border: 2px solid rgba(89, 167, 246, 1); */
	/* border-bottom: 0; */
	color: #fff;
	letter-spacing: 1px;
}

.pull-body {
	font-size: 3rem;
	font-weight: 400;
  /* border: 2px solid rgba(89, 167, 246, 1); */
	/* border-top: 0; */
	/* border-bottom: 0; */
	color: #fff;
	letter-spacing: 1px;
}

.pull-foot {
	font-size: 15px;
  background: linear-gradient(90deg, #9FFCFA 0%, #0947F1 100%);
  /* border: 2px solid rgba(89, 167, 246, 1); */
	/* border-top: 0; */
	border-radius: 0 0 10px 10px;
	height: 30px;
	line-height: 30px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.blink {
	animation: blinker 0.75s linear infinite;
}

@media (max-width: 768px) {
  .pull-body span, .pull-head span {
    font-size: 12px;
    padding: 0 4px;
  }

  .pull-foot {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    max-height: 20px;
  }

  .pull-foot span {
    font-size: 10px;
  }
}

/* -------------------*/
/* END OF POOL RESULT */
/* -------------------*/

/* --------------------*/
/* TOAST WITHDRAW INFO */
/* --------------------*/

.toast-container {
  position: fixed;
  z-index: 1;
  left: 1rem;
  bottom: 0.5rem;
  opacity: 0.8;
  width: 400px;
  height: 56px;
  border-radius: 8px;
  background-color: #ffffff;
  border: 2px solid #59a7f6;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.toast-withdraw-btn {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  z-index: 1;
}

.message-box {
  padding: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #007bff;
  color: #fff;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
}

#toast-withdraw-info {
  visibility: visible;
  min-width: 250px;
  margin-left: -125px;
  text-align: center;
  border-radius: 8px;
  padding: 8px;
  position: fixed;
  z-index: 1;
  left: 10%;
  bottom: 10%;
}

#toast-withdraw-info.show {
  visibility: visible;
  -webkit-animation: toastFadein 0.5s, toastFadeout 0.5s 2.5s;
  animation: toastFadein 0.5s, toastFadeout 0.5s 2.5s;
}

@-webkit-keyframes toastFadein {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@keyframes toastFadein {
  from {top: 0; opacity: 0;}
  to {top: 30px; opacity: 1;}
}

@-webkit-keyframes toastFadeout {
  from {top: 30px; opacity: 1;}
  to {top: 0; opacity: 0;}
}

@keyframes toastFadeout {
  from {top: 30px; opacity: 1;}
  to {top: 0; opacity: 0;}
}
/* ---------------------------*/
/* END OF TOAST WITHDRAW INFO */
/* ---------------------------*/

.play-now,
.free-play {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  border-radius: 18px;
  padding: 3px 15px;
  margin: 5px 0;
  text-decoration: none;
}

.popular-games .scrtabs-tab-container {
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

.scrtabs-movable-container .target-tabs {
  justify-content: center;
  flex-direction: row;
}

.scrtabs-tab-container {
  overflow-x: auto;
  overflow-y: hidden;
  width: 455px;
  height: 69px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

::-webkit-scrollbar {
  display: none;
}

.scrtabs-tab-scroll-arrow {
  text-align: center;
  border-top: none;
  float: left;
  font-size: 12px;
  height: 42px;
  margin-bottom: 0.1px;
  padding-top: 20px;
  width: 20px;
}

/* ----------- */
/* End of Home */
/* ----------- */

/* --------- */
/* Game List */
/* --------- */

.large-game-list {
  /* padding: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 0; */
  list-style: none;
}

.large-game-list-background-content,
.game-list-background-content,
#member-service-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* .large-game-list li {
  flex-basis: calc((100% - (10px * 5 * 2)) / 4);
  margin: 10px;
  position: relative;
} */

.large-game-list-container .bottom-link-container {
  transition: 0.5s ease;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.large-game-list .bottom-link-container div {
  padding: 25px 20px;
  width: 160px;
  height: 40px;
  border-radius: 25px;
  position: absolute;
  bottom: 14px;
}

.large-game-list li:not(:hover) .bottom-link-container .play-now,
.game-container .game-list .game-item:not(:hover) .link-container .play-now {
  opacity: 0;
}

.large-game-list li:hover .bottom-link-container,
.game-container .game-list .game-item:hover .link-container {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 12px;
}

.link-container a.game-info,
.game-info {
  font-style: italic;
  font-weight: 800;
  border: 3px solid gray;
  font-size: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 8px;
  text-indent: -2px;
  padding-top: 0;
}

.game-list .wrapper-container {
  position: relative;
  max-width: 175px;
  width: 100%;
  height: 100%;
  padding: 8px;
}

/* .game-list .wrapper-container-tg {
  width: 100%;
  height: 100%;
  max-width: 175px;
  min-width: 175px;
  max-height: 255px;
  min-height: 255px;
} */

.game-list .link-container {
  transition: 0.5s ease;
  /* opacity: 0; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.game-list .link-container .play-now {
  width: 75px;
  height: auto;
}

.game-list .game-name,
.game-list .provider-name {
  font-size: 12px;
  padding: 0;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}

.game-container .brand-title-container {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.game-container .filter-section {
  padding: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.game-container .category-filter-link {
  white-space: nowrap;
  font-size: 14px;
  padding: 4px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  background: linear-gradient(90deg, #202020 0%, #404040 50%, #202020 100%);
  margin-right: 8px;
}

@media (max-width: 992px) {
  .game-container .category-filter-link {
    min-width: 100px;
  }
}

.filter-section .category-filter {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
}

/* ---------------- */
/* End of Game List */
/* ---------------- */

/* -------- */
/* Referral */
/* -------- */
.referral-status {
  padding: 10px;
  text-align: center;
}

.referral-status-box > span[data-status="New"],
.referral-status-box > span[data-status="Active"] {
  color: #008000;
  text-transform: uppercase;
}

.referral-code-container {
  border: 1px dashed #3f3d41;
  padding: 5px;
  margin: 20px auto;
  text-align: center;
  width: 50%;
  text-decoration: none;
}

.copy-input-button-field .copy-input-button {
  position: absolute;
  top: -8px;
  right: 0;
  padding: 6px 10px;
  background: none;
  border: none;
  color: #3950af;
}

.copy-input-button-field > input {
  height: 50px;
  border: none;
}

.copy-input-button i {
  padding: 10px;
  font-size: large;
}

.referral-box {
  padding: 10px;
  text-align: center;
  min-height: 100px;
  border-radius: 8px;
}

.referral-status-box {
  min-height: inherit;
}

/* --------------- */
/* End of Referral */
/* --------------- */

/* -------*/
/* Footer */
/* -------*/

.floats {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  transition: all 0.5s ease-out;
  transition-delay: 1s;
  z-index: 99;
  color: white;
}

.floats .fc {
  min-width: 220px;
  min-height: 190px;
}

.floats-right {
  right: 0;
  transform: translateX(calc(100% - 3.4rem));
}

.floats-left {
  left: 0;
  transform: translateX(calc(3.4rem - 100%));
}

.floats-left .logo-android {
  width: 30px;
  margin-left: 3px;
}

.floats-left .logo-download {
  width: 50px;
  margin-left: -3px;
}

.floats-right .logo-headphone {
  width: 40px;
}

.floats-left:hover {
  transform: translateX(0);
  transition: all 0.5s ease-in;
  z-index: 99;
}

.floats-right:hover {
  transform: translateX(0);
  transition: all 0.5s ease-in;
  z-index: 99;
}

.logo-lite img {
  width: 156px;
  height: auto;
}

.fc .fc-left {
  vertical-align: top;
  width: 3.4rem;
  min-height: 200px;
  padding: 5px;
  color: white;
  border-radius: 8px;
}

.fc .fc-right {
  min-width: 150px;
  min-height: 190px;
  border-radius: 8px;
}

.fc-right .card {
  background: #180090;
  border-radius: 8px;
  border: none;
  padding: 5px;
}

.fc .fc-right .contact-icon {
  width: 30px;
  height: auto;
}

.fc .fc-right .qr-code-container {
  width: 150px;
  height: auto;
  margin: auto;
}

.fc .fc-right span {
  font-size: 14px;
}

.vertical-text {
  writing-mode: vertical-rl;
}

.site-footer {
  padding: 0;
  background: no-repeat center;
  background-size: cover;
}

@media (max-width: 1024px) {
  .site-footer-bg {
    height: 100%;
    min-height: 500px;
  }
}

.footer-section-title {
  font-size: 14px;
}

.footer-separator {
  border-top: 1px dotted #4fbacf;
  border-top-color: #3f3d41;
  padding: 15px 0 0;
  margin: 15px 0 0;
}

.site-info-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  /* padding: 15px 0; */
  padding: 0;
}

.site-info-container:not(:last-child) {
  padding-right: 40px;
}

.site-info .site-info-title h3 {
  font-size: 21px;
}


.site-info .site-info-title p {
  font-size: 14px;
  margin-bottom: 1rem;
}

.site-info .site-info-description p {
  font-size: 12px;
  line-height: 12px;
}

.site-info .site-info-description h5 {
  font-size: 17px;
}

.percent-count {
  float: right;
  clear: both;
  font-size: 44px;
}

.percent-count > span {
  font-size: 16px;
}

@media (max-width: 992px) {
  .site-info-title {
    text-align: center;
    padding: 0;
    display: block;
  }

  .site-info .site-info-title h3 {
    font-size: 16px;
  }

  .site-info .site-info-description h5 {
    font-size: 14px;
    text-align: center;
  }

  .site-info .site-info-description p {
    font-size: 12px;
    text-align: left;
  }

  .percent-count {
    font-size: 16px;
  }

  .site-info-container:not(:last-child) {
    padding: 8px;
  }

  .site-info {
    padding: 0;
  }

}

.lc-left-contact {
  position: fixed;
  bottom: 85px;
  margin-left: 1rem;
  z-index: 1;
}

.lc-left-bottom {
  position: fixed;
  left: 1rem;
  bottom: 0;
}

.lc-left-contact #link_overlay a {
  width: 100%;
  height: 100%;
  max-width: 50px;
  max-height: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.20);
  border-radius: 20px;
}

.copyright-section-container {
  padding: 0 24px;
}

@media (max-width: 1366px) {
  .site-footer .lc-left-contact #link_overlay a {
    max-width: 75px;
    max-height: 75px;
  }
}

.site-footer .lc-right-bottom {
  position: fixed;
  bottom: 5rem;
  right: 1rem;
}

.site-footer .lc-right-bottom > a > img {
  width: 35px;
  height: auto;
}

.desktop-performance-container {
  color: white;
  padding: 2rem 7rem;
  text-align: center;
  font-size: 8px;
  justify-content: space-between;
}

.provider-container {
  display: inline-block;
  width: auto;
  padding: 15px 5rem;
  margin: 20px 10px 0 0;
  border: 1px solid rgba(252, 180, 16, 0.5);
  border-radius: 24px;
  background: #070707;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  vertical-align: top;
}

.provider-container > h5 {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 10px;
  font-size: 17px;
}

.provider-container .hover-list > li > img {
  width: 100%;
  height: 100%;
  max-width: 80px;
  max-height: 50px;
}

.hover-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.hover-list > li {
  position: relative;
  list-style: none;
}

.hover-list > li + li {
  margin-left: 36px;
}

#faq_section {
  padding: 0 16rem;
  margin-bottom: 64px;
}

.footer-section-title {
  padding: 0 7rem;
}

/* ------------- */
/* End of Footer */
/* ------------- */

/* ------------- */
/* Promotion */
/* ------------- */
.promotion-background-container {
  padding: 15px 0;
}

.promotion-container {
  padding: 25px 10px;
}

.promotion-item {
  position: relative;
}

.promotion-item + .promotion-item {
  margin-top: 15px;
}

.promotion-item img {
  width: 100%;
  border: 1px solid whitesmoke;
}

.promotion-item .button-container {
  padding: 15px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.promotion-item .button-container .promotion-label h2 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.promotion-item .button-container .promotion-label h3 {
  font-size: 14px;
  font-weight: 500;
}

.promotion-background-content,
.popular-games-background-content,
.blog-background-content,
.blog-detail-background-content {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

/* ---------------- */
/* End of Promotion */
/* ---------------- */

/* ------- */
/* Message */
/* ------- */

.messaging-side-menu {
  display: flex;
  align-items: flex-start;
  padding: 5px 10px 0;
  margin: 0;
}

.messaging-side-menu li {
  list-style: none;
}

.messaging-side-menu a {
  display: block;
  padding: 10px 35px;
  border-bottom: 5px solid transparent;
}

#memo-notif {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  bottom: 10px;
  text-align: center;
}

#memo-notif-mobile {
  position: absolute;
  top: 0;
  right: 7px;
  font-size: 12px;
  border-radius: 50%;
  width: 1rem;
  height: auto;
  font-weight: 700;
}

/* -------------- */
/* End of Message */
/* -------------- */

/* ---- */
/* Blog */
/* -----*/
.blog .blog-item .img-container > .label {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 88px;
  height: 28px;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 5px 0 0 5px;
}
/* ----------- */
/* End of Blog */
/* ----------- */

.zoom:hover {
  transform: scale(1.1);
  transition: transform .4s ease-in-out;
}

.zoom-1-2 {
  transition: transform .4s ease-in-out;
}

.zoom-1-2:hover {
  transform: scale(1.2);
  transition: transform .4s ease-in-out;
}

.zoom {
  transition: transform .4s ease-in-out;
}

.contrast:hover {
  filter: brightness(200%);
  transition: filter .4s ease-in-out;
}

.contrast {
  transition: filter .4s ease-in-out;
}

.loader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.25);
}

.fullscreen-loader .spinner-grow {
  background: linear-gradient(90deg, #fcbd10 0%, #ffb370 100%);
  width: 100%;
  height: 100%;
  max-width: 5rem;
  max-height: 5rem;
}

#language_selector {
  /* border-top-left-radius: 16px; */
  /* border-bottom-right-radius: 16px; */
  border-radius: 8px;
  height: 100%;
  min-height: 26px;
}

.fullscreen-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); /* optional backdrop */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#bottom_nav_popup {
  display: none;
}

#bottom_nav_contact_popup {
  display: none;
}

#mobile-sidebar-collapse img, #mobile-sidebar-collapse-2 img {
  width: 100%;
  max-width: 30px;
  height: auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 1170px;
  }

  .register-login-btn {
    display: none;
  }
}

.game-menu {
  width: 10rem;
  min-width: 10rem;
}

@media (max-width: 768px) {
  .game-menu {
    width: 5.3rem;
    min-width: 5.3rem;
  }

  .form_subcategory label {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .game-menu {
    width: 7rem;
    min-width: 7rem;
  }
}

@media (max-width: 768px) {
  #game_menus .game-items .game-category .game-item h5, #provider_list h5 {
    font-size: 8px;
    padding: 8px 0 8px 0;
  }

  #game_list .game-item p img {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}

.game-menu .game-menu-item .navbar-bg {
  width: 100%;
  height: 100%;
  max-width: 140px;
  min-width: 140px;
  max-height: 140px;
  min-height: 140px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 16.1px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .game-menu .game-menu-item .navbar-bg {
    max-width: 90px;
    min-width: 90px;
    max-height: 90px;
    min-height: 90px;
  }
}

@media (max-width: 768px) {
  .game-menu .game-menu-item .navbar-bg {
    max-width: 75px;
    min-width: 75px;
    max-height: 75px;
    min-height: 75px;
  }
}

/* Mobile CSS */

@media (min-width: 768px) {
  .bank-status-list {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  }
}

@media (max-width: 992px) {
  .popular-game-container {
    min-width: 100%;
  }

  .profile-account-information {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .toast-container {
    width: 100%;
    left: 0;
    bottom: 4.2rem;
  }

  #bottom_nav_popup {
    position: fixed;
    bottom: 75px;
    width: 100%;
    z-index: 2;
    display: none;
  }

  #bottom_nav_contact_popup {
    position: fixed;
    bottom: 75px;
    left: 85%;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    z-index: 2;
    display: none;
  }

  #bottom_nav_contact_popup a {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 50px;
    max-height: 50px;
  }

  .bottom-nav {
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100vw;
    min-height: 50px;
    z-index: 10;
  }

  .bottom-nav .icon-block {
    text-align: center;
    padding: 8px 0;
  }

  .bottom-nav .icon-block a img {
    height: 25px;
    width: 25px;
  }

  .bottom-nav i {
    font-size: 1.5rem;
  }

  .bottom-nav span {
    font-size: 10px;
  }

  .bottom-nav .bottom-nav-memo {
    position: relative;
  }

  #mobile-sidebar {
    top: 60px;
  }

  .bank-status-list {
    justify-items: center;
    grid-template-columns: repeat(3, auto);
    overflow: auto;
  }
}

@media (min-width: 769px) {
  #mobile-sidebar {
    top: 100px;
  }
}

@media (max-width: 992px) {
  body {
    padding-bottom: 50px;
  }

  .skeleton-banner {
    height: 100%;
  }

  .home-info-container .announcement-container {
    border-radius: 5px;
    margin: 0;
    padding: 4px;
    display: flex;
    justify-content: space-between;
  }

  .announcement-container .announcement-list .marquee span {
    font-size: 12px;
  }

  .floats {
    display: none;
  }

  .top-menu > li > a > span {
    font-size: 10px;
  }

  .navbar-mobile {
    height: 70px;
    align-content: center;
  }

  #mobile-sidebar {
    min-height: 100vh;
    min-width: 240px;
    max-width: 240px;
    transition: all 0.4s;
    z-index: 99;
    position: fixed;
    right: 0;
    margin-right: -100vw;
    padding: 8px;
    top: 0;
  }

  #mobile-sidebar.active {
    margin-right: 0;
  }

  #mobile-sidebar .border-nav {
    border: 1px solid #045c97;
    margin: 8px 0;
  }

  #mobile-sidebar .dropdown-menu {
    background: inherit;
  }

  #mobile-sidebar ul ul a {
    color: white;
    padding-left: 27px;
    background: inherit;
  }

  #mobile-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 98;
  }

  #mobile-overlay.active {
    display: block;
  }


  .topbar-container {
    display: none;
  }

  .register-login-btn {
    display: block;
  }

  .standard-main-content {
    flex-basis: 100%;
    padding: 0;
    overflow: hidden;
    min-height: 100px;
  }

  .standard-content-info {
    flex-direction: column;
    padding: 4px;
  }

  .standard-content-info .standard-content-block {
    padding: 0;
  }

  .standard-content-block .profile-summary-table > tbody > tr > th {
    font-size: 12px;
    white-space: nowrap;
    padding: 0 10px;
  }

  .standard-form-content {
    padding: 20px 0;
    overflow: hidden;
  }

  .top-tab-container a {
    margin: 0;
    padding: 4px;
    font-size: 12px;
  }

  .announcement-container .local-date,
  .announcement-container [data-section="title"] > span {
    display: none;
  }

  .announcement-container > [data-section="announcement"] {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }

  .winners-ticket-container .v-carousel {
    height: 250px;
  }

  .promotion-background-container .promotion-list .promotion-label h2,
  .promotion-background-container .promotion-list .promotion-label h3,
  .promotion-background-container .promotion-list .promotion-item button {
    font-size: 12px;
  }

  [data-container-background="category"] {
    padding: 0;
  }

  .home-jackpot-bg {
    width: 95%;
  }

  .home-jackpot-skeleton {
    width: 100%;
    height: auto;
  }

  .home-jackpot-container [data-section="jackpot"] {
    height: 75px;
  }

  .home-jackpot-container .jackpot-number {
    font-size: 1rem !important;
    margin-top: 16px;
  }

  .top-menu > li > .game-list {
    display: none;
  }

  .large-game-list {
    padding: 0;
  }

  /* .large-game-list li {
    flex-basis: calc((100% - (10px * 3 * 2)) / 2);
  } */

  /* .game-list .game-item {
    padding: 4px;
  } */
  

  #game_list .game-item .wrapper-container .game-image-container {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  #game_list .game-item .wrapper-container .game-image-container img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  /* .game-list .wrapper-container-tg {
    width: 100%;
    height: 100%;
    max-width: 140px;
    min-width: 140px;
    max-height: 120px;
    min-height: 120px;
  } */

  .game-list .game-item .game-name {
    font-size: 10px;
  }

  .filter-section .category-filter {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding: 4px;
  }

  .game-container .filter-section {
    padding: 0 23px 0 14px;
    flex-wrap: wrap;
  }

  .game-container .filter-section .filter-input {
    width: 100%;
  }

  .site-header .top-menu {
    overflow-x: scroll;
    overflow-y: auto;
  }

  .site-header .top-menu > li {
    margin: 0 8px;
  }

  .mobile-burger-btn, .mobile-burger-btn-2 {
    position: absolute;
    font-size: 25px;
    right: 16px;
    top: 22px;
    display: block;
    cursor: pointer;
    color: #fcbd10;
  }

  .mobile-burger-btn-2 {
    right: 0;
    top: -10px;
  }

  .mobile-top-bar {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 90;
    display: flex;
    justify-content: center;
    height: 100%;
    min-height: 80px;
    max-height: 80px;
    background: url("https://gplatform.b-cdn.net/asset-portal/theme-5-default/headbar/headbar-mobileversion.png");
  }

  .mobile-top-bar > a {
    width: 100%;
    height: 100%;
    max-width: 200px;
    margin: auto;
  }

  #mobile-sidebar .side-menu-user-info {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
  }

  .side-menu-user-info .balance-container {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 10px 10px;
    border-bottom: 0.5px solid #505050;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .side-menu-user-info .balance-container .balance {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
  }

  #mobile-sidebar ul > li {
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-size: 14px;
    margin-bottom: 8px;
  }

  #mobile-sidebar .list-unstyled {
    margin: 1rem 0;
  }

  #mobile-sidebar .list-unstyled a {
    width: 100%;
  }

  #mobile-sidebar .list-unstyled i {
    width: 100%;
    height: 100%;
    max-width: 25px;
    max-height: 25px;
  }

  #mobile-sidebar .lan-logout {
    margin: 1rem 0;
  }

  .blog h4 {
    font-size: 20px;
  }

  .blog h5 {
    font-size: 16px;
  }

  .blog .label,
  .blog span {
    font-size: 12px;
  }

  .user-menu {
    display: flex;
    justify-content: center;
    font-size: 10px;
    overflow: hidden;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .user-menu .user-menu-item {
    margin: 10px 0;
    padding: 0 10px;
    flex-basis: 22%;
  }

  .user-menu .user-menu-item > a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    height: 100%;
    white-space: nowrap;
  }

  .user-menu-item + .user-menu-item {
    border-left: 1px groove #fff;
  }

  .site-content-container {
    padding: 20px;
  }

  .site-footer .payment-method h2 {
    font-size: 1rem;
    text-align: center;
    text-transform: uppercase;
  }

  .site-footer #footer_content {
    font-size: 12px;
  }

  .site-footer .payment-method .bank-list {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .site-footer .bank-list > li {
    flex-basis: 20%;
    margin: 5px 0;
    text-align: center;
  }

  .site-footer .bank-list [data-online] {
    position: relative;
    display: inline-block;
  }

  .site-footer .bank-list [data-online="true"]::before,
  .site-footer .bank-list [data-online="false"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    bottom: 0;
    width: 5px;
    border-radius: 2px;
  }

  .site-footer .bank-list [data-online="true"]::before {
    background-color: #0f0;
  }

  .messaging-side-menu a {
    padding: 10px 10px;
  }

  .large-game-list .bottom-link-container div {
    width: 75px;
    height: 25px;
    right: 17%;
    bottom: -5px;
  }

  .game-list .link-container a {
    width: 75px;
  }
}
