html {
  font-family: "Play", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

	  .playbtn {
	  position: relative;
	  display: inline-block;
	  padding: 25px 30px;
	  
	  color: #ffffff;
	  text-decoration: none;
	  text-transform: uppercase;
	  transition: 0.5s;
	  font-weight: 600;
	  
	  overflow: hidden;
	}
	.playbtn:hover {
	  background: #ffffff;
	  color: #000000;
	  box-shadow: 0 0 5px #fff, 0 0 25px #fff, 0 0 50px #fff, 0 0 200px #fff;
	  -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
	}

	.playbtn span {
	  position: absolute;
	  display: block;
	}

	.playbtn span:nth-child(1) {
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 4px;
	  background: linear-gradient(90deg, transparent, #fff);
	  animation: animate1 1s linear infinite;
	}

	@keyframes animate1 {
	  0% {
		left: -100%;
	  }
	  50%,
	  100% {
		left: 100%;
	  }
	}

	.playbtn span:nth-child(2) {
	  top: -100%;
	  right: 0;
	  width: 4px;
	  height: 100%;
	  background: linear-gradient(180deg, transparent, #fff);
	  animation: animate2 1s linear infinite;
	  animation-delay: 0.25s;
	}

	@keyframes animate2 {
	  0% {
		top: -100%;
	  }
	  50%,
	  100% {
		top: 100%;
	  }
	}

	.playbtn span:nth-child(3) {
	  bottom: 0;
	  right: 0;
	  width: 100%;
	  height: 4px;
	  background: linear-gradient(270deg, transparent, #fff);
	  animation: animate3 1s linear infinite;
	  animation-delay: 0.5s;
	}

	@keyframes animate3 {
	  0% {
		right: -100%;
	  }
	  50%,
	  100% {
		right: 100%;
	  }
	}

	.playbtn span:nth-child(4) {
	  bottom: -100%;
	  left: 0;
	  width: 4px;
	  height: 100%;
	  background: linear-gradient(360deg, transparent, #fff);
	  animation: animate4 1s linear infinite;
	  animation-delay: 0.75s;
	}

	@keyframes animate4 {
	  0% {
		bottom: -100%;
	  }
	  50%,
	  100% {
		bottom: 100%;
	  }
	}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 400;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1.6em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  /* font-family: monospace, monospace; */
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  background: #000;
}

body {
  font-family: "Digital Sans EF  Medium";
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #4DA6FF;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

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

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

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none;
}

.affix {
  position: fixed;
}

@font-face {
  font-family: digital_sans_ef_medium;
  src: url(assets/fonts/digital_sans_ef_medium.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: advanced_dot_digital7;
  src: url(assets/fonts/advanced_dot_digital7.woff2) format("woff2");
  font-display: optional;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  font-size: 14px;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topbar-container {
  background: #000000;
  padding: 8px 0;
}

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

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

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

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

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

.topbar-left-section .live-chat {
  background-color: #415784;
}

.topbar-left-section .live-chat:hover {
  background-color: #fba501;
}

.topbar-left-section .language-selector-container {
  position: relative;
}

.topbar-left-section .language-selector-trigger {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.topbar-left-section .language-selector-trigger:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
  border-bottom: none;
  margin-left: 5px;
}

.topbar-left-section .language-selector-trigger[data-active="true"]:after {
  border-top: none;
  border-bottom: 5px solid #fff;
}

.topbar-left-section .language-selector {
  background-color: #000629;
  cursor: pointer;
  padding: 0;
  min-width: initial;
}

.topbar-left-section .language-selector li {
  padding: 7px 10px;
  border-bottom: 1px solid #4f8acf;
}

.topbar-left-section i[data-language] {
  display: inline-block;
  height: 16px;
  width: 16px;
}

.topbar-left-section i[data-language="en"] {
  background-position-y: 0;
}

.topbar-left-section i[data-language="id"] {
  background-position-y: -16px;
}

.topbar-left-section i[data-language="kr"] {
  background-position-y: -32px;
}

.topbar-left-section i[data-language="cn"] {
  background-position-y: -48px;
}

.topbar-left-section i[data-language="jp"] {
  background-position-y: -64px;
}

.topbar-left-section i[data-language="th"] {
  background-position-y: -80px;
}

.topbar-left-section i[data-language="my"] {
  background-position-y: -96px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  color: #999;
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

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

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

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

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

.login-panel input[type="password"]::placeholder,
.login-panel input[type="text"]::placeholder {
  color: inherit;
}

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

.login-panel .login-button,
.login-panel .register-button {
  border-radius: 5px;
  display: block;
  padding: 3px 10px;
  text-transform: uppercase;
  color: inherit;
  line-height: 22px;
  border: none;
  width: 90px;
  text-align: center;
  text-decoration: none;
  outline: 0;
}

.login-panel [data-icon] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  height: 14px;
  width: 14px;
  background: center no-repeat;
  background-size: contain;
}

.site-header {
  background: #111;
}

.site-header .logo {
  display: block;
  background: center top no-repeat;
  background-size: 100%;
  width: 100%;
  padding-top: 3%;
  position: relative;
}

.site-header .logo>img {
  top: 0;
  left: 0;
  height: calc(100% - 15px * 2);
  width: 100%;
  margin: 0px 0;
}

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

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

.top-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  filter: grayscale(1);
  font-weight: 600;
}

.top-menu>li {
  flex: 1;
  color: #939393;
}

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

.top-menu>li:hover,
.top-menu>li[data-active="true"] {
  color: #fff;
  background-image: radial-gradient(circle at top center,
      rgba(255, 255, 255, 0.2) 0,
      rgba(255, 255, 255, 0) 100%);
}

.top-menu [data-icon] {
  display: block;
  margin: 0 auto 5px;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: var(--image-src);
}

.top-menu [data-icon="home"] {
  background-position-y: 0;
}

.top-menu>li:hover [data-icon="home"],
.top-menu>li[data-active="true"] [data-icon="home"] {
  background-position-y: -28px;
}

.top-menu [data-icon="hot-games"] {
  background-position-y: -760px;
}

.top-menu>li:hover [data-icon="hot-games"],
.top-menu>li[data-active="true"] [data-icon="hot-games"] {
  background-position-y: -794px;
}

.top-menu [data-icon="sports"] {
  background-position-y: -70px;
}

.top-menu>li:hover [data-icon="sports"],
.top-menu>li[data-active="true"] [data-icon="sports"] {
  background-position-y: -98px;
}

.top-menu [data-icon="casino"] {
  background-position-y: -138px;
}

.top-menu>li:hover [data-icon="casino"],
.top-menu>li[data-active="true"] [data-icon="casino"] {
  background-position-y: -168px;
}

.top-menu [data-icon="slots"] {
  background-position-y: -290px;
}

.top-menu>li:hover [data-icon="slots"],
.top-menu>li[data-active="true"] [data-icon="slots"] {
  background-position-y: -319px;
}

.top-menu [data-icon="arcade"] {
  background-position-y: -212px;
}

.top-menu>li:hover [data-icon="arcade"],
.top-menu>li[data-active="true"] [data-icon="arcade"] {
  background-position-y: -242px;
}

.top-menu [data-icon="poker"] {
  background-position-y: -367px;
}

.top-menu>li:hover [data-icon="poker"],
.top-menu>li[data-active="true"] [data-icon="poker"] {
  background-position-y: -397px;
}

.top-menu [data-icon="others"] {
  background-position-y: -680px;
}

.top-menu>li:hover [data-icon="others"],
.top-menu>li[data-active="true"] [data-icon="others"] {
  background-position-y: -713px;
}

.top-menu [data-icon="promotion"] {
  background-position-y: -520px;
}

.top-menu>li:hover [data-icon="promotion"],
.top-menu>li[data-active="true"] [data-icon="promotion"] {
  background-position-y: -553px;
}

.top-menu [data-icon="live-tv"] {
  background-position-y: -840px;
}

.top-menu>li:hover [data-icon="live-tv"],
.top-menu>li[data-active="true"] [data-icon="live-tv"] {
  background-position-y: -873px;
}

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

.top-menu .game-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 16;
  border-top: 4px solid #1130a5;
  background-color: rgba(3, 8, 40, 0.9);
  border-bottom: 10px solid #1130a5;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 0 20px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

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

.top-menu .game-list>li:not(:nth-child(4n)):not(:last-child) {
  background: no-repeat right center;
  background-image: var(--separator-src);
}

.top-menu .game-list>li>a {
  display: block;
  width: 100%;
  padding-top: 0;
  position: relative;
}

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

.top-menu .game-list>li:hover>a>img:last-child,
.top-menu .game-list>li:hover>a>picture:last-child>img,
.top-menu .game-list>li:not(:hover)>a>img:first-child,
.top-menu .game-list>li:not(:hover)>a>picture:first-child>img {
  opacity: 0;
}

.site-footer {
  background: no-repeat center;
  background-size: cover;
  background-image: var(--image-src);
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links>li {
  display: inline-block;
}

.footer-links>li>a {
  cursor: pointer;
  display: block;
  color: #fff;
  padding-right: 10px;
  line-height: 20px;
  text-decoration: none;
}

.footer-links>li+li>a {
  padding-left: 10px;
  /* border-left: 1px solid #ffffff; */
}

.footer-links>li>a:hover {
  color: #ffa200;
}

.copyright,
.footer-links {
  margin-bottom: 15px;
}

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

.site-info-container:not(:last-child):after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 90px;
  right: 10px;
  width: 1px;
  bottom: 20px;
  background-color: #0a2c52;
  border-radius: 2px;
}

.site-info [data-icon] {
  display: inline-block;
  height: 40px;
  width: 40px;
  background: no-repeat left;
}

.site-info [data-icon="service"] {
  background-position-y: 0;
}

.site-info [data-icon="product"] {
  background-position-y: -48px;
}

.site-info [data-icon="help-and-service"] {
  background-position-y: -97px;
}

.site-info .site-info-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px dotted #315581;
}

.site-info .site-info-title [data-icon] {
  margin-right: 20px;
}

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

.site-info .site-info-title p {
  font-size: 12px;
  color: #3b4b71;
}

.site-info .site-info-title h3,
.site-info .site-info-title p {
  margin: 0;
  padding: 0;
}

.site-info .site-info-description {
  margin: 20px 0;
}

.site-info .site-info-description.with-seperator+.with-seperator {
  border-top: 1px dotted #3c4b72;
  padding-top: 10px;
}

.site-info .site-info-description h5,
.site-info .site-info-description p {
  color: #596b95;
}

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

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

.site-info .site-info-description .percentCount {
  transform: translateY(-20px);
  color: #fee16e;
}

.progressbar {
  width: 100%;
  margin-top: 5px;
  position: relative;
  background-color: #eee;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.proggress {
  height: 8px;
  width: 10px;
  background-color: #3498db;
}

.percentCount {
  float: right;
  margin-top: 10px;
  clear: both;
  font-size: 44px;
  color: #caddf4;
  font-family: digital_sans_ef_medium;
  font-display: optional;
  position: absolute;
  right: 0;
  top: -50px;
}

.percentCount span {
  font-size: 16px;
}

.bank-list {
  display: flex;
  flex-wrap: wrap;
}

.bank-list>li {
  position: relative;
  display: inline-block;
  padding: 0 0 0 8px;
}

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

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

.bank-list>[data-online="false"]:before {
  background-color: #e00;
}

.social-media-list {
  margin-top: 5px;
}

.social-media-list>li {
  display: inline-block;
}

.social-media-list>li a {
  display: block;
}

.social-media-list>li+li {
  margin-left: 10px;
}

.social-media-list>li img {
  width: 32px;
  height: 32px;
}

.social-media-list>li:hover img {
  animation: bounce 1s;
}

.hover-list {
  display: flex;
  flex-wrap: wrap;
}

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

.hover-list>li [data-icon] {
  display: inline-block;
  background: no-repeat center;
  background-image: var(--image-src);
  transition: background-position 0.3s ease;
}

.hover-list>li [data-icon="nexus-engine"] {
  height: 37px;
  width: 180px;
  background-position: 0 0;
}

.hover-list>li:hover [data-icon="nexus-engine"] {
  background-position-x: -181px;
}

.hover-list>li [data-icon="problem-gambling-support"] {
  height: 36px;
  width: 84px;
  background-position: 0 -141px;
}

.hover-list>li:hover [data-icon="problem-gambling-support"] {
  background-position-x: -172px;
}

.hover-list>li [data-icon="18+"] {
  height: 37px;
  width: 37px;
  background-position: 0 -191px;
}

.hover-list>li:hover [data-icon="18+"] {
  background-position-x: -45px;
}

.hover-list>li [data-icon="chrome"] {
  height: 34px;
  width: 34px;
  background-position: 0 -1047px;
}

.hover-list>li:hover [data-icon="chrome"] {
  background-position-x: -38px;
}

.hover-list>li [data-icon="edge"] {
  height: 34px;
  width: 34px;
  background-position: -90px -1047px;
}

.hover-list>li:hover [data-icon="edge"] {
  background-position-x: -125px;
}

.hover-list>li [data-icon="firefox"] {
  height: 34px;
  width: 34px;
  background-position: -193px -1047px;
}

.hover-list>li:hover [data-icon="firefox"] {
  background-position-x: -233px;
}

.provider-container {
  display: inline-block;
  width: auto;
  padding: 15px;
  margin: 20px 10px 0 0;
  border: 1px solid #3b4b71;
  border-radius: 5px;
  position: relative;
  vertical-align: top;
}

.provider-container>h5 {
  position: absolute;
  top: -20px;
  left: 10px;
  background: #000412;
  padding: 0 10px;
  font-size: 17px;
  color: #596b95;
  margin: 0;
  margin-top: 5px;
}

.provider-container .hover-list>li [data-icon="sbo"] {
  height: 44px;
  width: 136px;
  background-position: 0 -250px;
}

.provider-container .hover-list>li:hover [data-icon="sbo"] {
  background-position-x: -147px;
}

.provider-container .hover-list>li [data-icon="bti"] {
  height: 50px;
  width: 145px;
  background-position: 0 -2792px;
}

.provider-container .hover-list>li:hover [data-icon="bti"] {
  background-position-x: -155px;
}

.provider-container .hover-list>li [data-icon="ibc-sports"] {
  height: 44px;
  width: 100px;
  background-position: 0 -1440px;
}

.provider-container .hover-list>li:hover [data-icon="ibc-sports"] {
  background-position-x: -126px;
}

.provider-container .hover-list>li [data-icon="trg"] {
  height: 44px;
  width: 150px;
  background-position: 0 -1142px;
}

.provider-container .hover-list>li:hover [data-icon="trg"] {
  background-position-x: -161px;
}

.provider-container .hover-list>li [data-icon="sbo-casino"] {
  height: 44px;
  width: 140px;
  background-position: 0 -528px;
}

.provider-container .hover-list>li:hover [data-icon="sbo-casino"] {
  background-position-x: -147px;
}

.provider-container .hover-list>li [data-icon="ag"] {
  height: 44px;
  width: 100px;
  background-position: 0 -366px;
}

.provider-container .hover-list>li:hover [data-icon="ag"] {
  background-position-x: -126px;
}

.provider-container .hover-list>li [data-icon="n2live"] {
  height: 44px;
  width: 105px;
  background-position: 0 -1390px;
}

.provider-container .hover-list>li:hover [data-icon="n2live"] {
  background-position-x: -133px;
}

.provider-container .hover-list>li [data-icon="sexy-baccarat"] {
  height: 44px;
  width: 48px;
  background-position: 0 -1636px;
}

.provider-container .hover-list>li:hover [data-icon="sexy-baccarat"] {
  background-position-x: -65px;
}

.provider-container .hover-list>li [data-icon="evo-gaming"] {
  height: 44px;
  width: 186px;
  background-position: 0 -2348px;
}

.provider-container .hover-list>li:hover [data-icon="evo-gaming"] {
  background-position-x: -198px;
}

.provider-container .hover-list>li [data-icon="pretty-gaming"] {
  height: 44px;
  width: 130px;
  background-position: 0 -2407px;
}

.provider-container .hover-list>li:hover [data-icon="pretty-gaming"] {
  background-position-x: -161px;
}

.provider-container .hover-list>li [data-icon="dream-gaming"] {
  height: 48px;
  width: 75px;
  background-position: 0 -2531px;
}

.provider-container .hover-list>li:hover [data-icon="dream-gaming"] {
  background-position-x: -113px;
}

.provider-container .hover-list>li [data-icon="allbet"] {
  height: 47px;
  width: 92px;
  background-position: 0 -2660px;
}

.provider-container .hover-list>li:hover [data-icon="allbet"] {
  background-position-x: -117px;
}

.provider-container .hover-list>li [data-icon="pp"] {
  height: 44px;
  width: 116px;
  background-position: 0 -695px;
}

.provider-container .hover-list>li:hover [data-icon="pp"] {
  background-position-x: -130px;
}

.provider-container .hover-list>li [data-icon="playtech"] {
  height: 40px;
  width: 155px;
  background-position: 0 -751px;
}

.provider-container .hover-list>li:hover [data-icon="playtech"] {
  background-position-x: -171px;
}

.provider-container .hover-list>li [data-icon="joker"] {
  height: 40px;
  width: 140px;
  background-position: 0 -1096px;
}

.provider-container .hover-list>li:hover [data-icon="joker"] {
  background-position-x: -164px;
}

.provider-container .hover-list>li [data-icon="pgsoft"] {
  height: 40px;
  width: 70px;
  background-position: 0 -800px;
}

.provider-container .hover-list>li:hover [data-icon="pgsoft"] {
  background-position-x: -89px;
}

.provider-container .hover-list>li [data-icon="gg"] {
  height: 42px;
  width: 143px;
  background-position: 0 -635px;
}

.provider-container .hover-list>li:hover [data-icon="gg"] {
  background-position-x: -157px;
}

.provider-container .hover-list>li [data-icon="cq9"] {
  height: 44px;
  width: 90px;
  background-position: 0 -1193px;
}

.provider-container .hover-list>li:hover [data-icon="cq9"] {
  background-position-x: -114px;
}

.provider-container .hover-list>li [data-icon="habanero"] {
  height: 44px;
  width: 150px;
  background-position: 0 -1239px;
}

.provider-container .hover-list>li:hover [data-icon="habanero"] {
  background-position-x: -175px;
}

.provider-container .hover-list>li [data-icon="microgaming"] {
  height: 44px;
  width: 133px;
  background-position: 0 -1288px;
}

.provider-container .hover-list>li:hover [data-icon="microgaming"] {
  background-position-x: -160px;
}

.provider-container .hover-list>li [data-icon="playngo"] {
  height: 44px;
  width: 128px;
  background-position: 0 -1341px;
}

.provider-container .hover-list>li:hover [data-icon="playngo"] {
  background-position-x: -155px;
}

.provider-container .hover-list>li [data-icon="real-time-gaming"] {
  height: 44px;
  width: 96px;
  background-position: 0 -1588px;
}

.provider-container .hover-list>li:hover [data-icon="real-time-gaming"] {
  background-position-x: -124px;
}

.provider-container .hover-list>li [data-icon="flow-gaming"] {
  height: 44px;
  width: 78px;
  background-position: 0 -1535px;
}

.provider-container .hover-list>li:hover [data-icon="flow-gaming"] {
  background-position-x: -105px;
}

.provider-container .hover-list>li [data-icon="spade-gaming"] {
  height: 44px;
  width: 170px;
  background-position: 0 -1686px;
}

.provider-container .hover-list>li:hover [data-icon="spade-gaming"] {
  background-position-x: -182px;
}

.provider-container .hover-list>li [data-icon="giocoplus"] {
  height: 44px;
  width: 178px;
  background-position: 0 -2091px;
}

.provider-container .hover-list>li:hover [data-icon="giocoplus"] {
  background-position-x: -198px;
}

.provider-container .hover-list>li [data-icon="big-gaming"] {
  height: 44px;
  width: 160px;
  background-position: 0 -1489px;
}

.provider-container .hover-list>li:hover [data-icon="big-gaming"] {
  background-position-x: -175px;
}

.provider-container .hover-list>li [data-icon="claw-games"] {
  height: 44px;
  width: 65px;
  background-position: 0 -1790px;
}

.provider-container .hover-list>li:hover [data-icon="claw-games"] {
  background-position-x: -90px;
}

.provider-container .hover-list>li [data-icon="idn"] {
  height: 40px;
  width: 143px;
  background-position: 0 -856px;
}

.provider-container .hover-list>li:hover [data-icon="idn"] {
  background-position-x: -168px;
}

.provider-container .hover-list>li [data-icon="g8-poker"] {
  height: 44px;
  width: 160px;
  background-position: 0 -1736px;
}

.provider-container .hover-list>li:hover [data-icon="g8-poker"] {
  background-position-x: -180px;
}

.provider-container .hover-list>li [data-icon="1-gaming"] {
  height: 44px;
  width: 130px;
  background-position: 0 -1845px;
}

.provider-container .hover-list>li:hover [data-icon="1-gaming"] {
  background-position-x: -156px;
}

.provider-container .hover-list>li [data-icon="mm-tangkas"] {
  height: 44px;
  width: 60px;
  background-position: 0 -1968px;
}

.provider-container .hover-list>li:hover [data-icon="mm-tangkas"] {
  background-position-x: -82px;
}

.provider-container .hover-list>li [data-icon="funky-games"] {
  height: 44px;
  width: 171px;
  background-position: 0 -1903px;
}

.provider-container .hover-list>li:hover [data-icon="funky-games"] {
  background-position-x: -195px;
}

.provider-container .hover-list>li [data-icon="1-touch"] {
  height: 44px;
  width: 135px;
  background-position: 0 -2035px;
}

.provider-container .hover-list>li:hover [data-icon="1-touch"] {
  background-position-x: -171px;
}

.provider-container .hover-list>li [data-icon="slot88"] {
  height: 48px;
  width: 135px;
  background-position: 0 -2468px;
}

.provider-container .hover-list>li:hover [data-icon="slot88"] {
  background-position-x: -155px;
}

.provider-container .hover-list>li [data-icon="yggdrasil"] {
  height: 48px;
  width: 170px;
  background-position: 0 -2592px;
}

.provider-container .hover-list>li:hover [data-icon="yggdrasil"] {
  background-position-x: -194px;
}

.provider-container .hover-list>li [data-icon="nexus-togel"] {
  height: 44px;
  width: 116px;
  background-position: 0 -2213px;
}

.provider-container .hover-list>li:hover [data-icon="nexus-togel"] {
  background-position-x: -144px;
}

.provider-container .hover-list>li [data-icon="nexus-dingdong"] {
  height: 44px;
  width: 146px;
  background-position: 0 -2154px;
}

.provider-container .hover-list>li:hover [data-icon="nexus-dingdong"] {
  background-position-x: -175px;
}

.provider-container .hover-list>li [data-icon="s128"] {
  height: 44px;
  width: 115px;
  background-position: 0 -2283px;
}

.provider-container .hover-list>li:hover [data-icon="s128"] {
  background-position-x: -148px;
}

.provider-container .hover-list>li [data-icon="isin"] {
  height: 44px;
  width: 90px;
  background-position: 0 -915px;
}

.provider-container .hover-list>li:hover [data-icon="isin"] {
  background-position-x: -106px;
}

.provider-container .hover-list>li [data-icon="live22"] {
  height: 48px;
  width: 150px;
  background-position: 0 -2724px;
}

.provider-container .hover-list>li:hover [data-icon="live22"] {
  background-position-x: -157px;
}

.provider-container .hover-list>li [data-icon="balak-4d"] {
  height: 50px;
  width: 175px;
  background-position: 0 -2861px;
}

.provider-container .hover-list>li:hover [data-icon="balak-4d"] {
  background-position-x: -194px;
}

.provider-container .hover-list>li [data-icon="ion-slot"] {
  height: 40px;
  width: 120px;
  background-position: 0 -2922px;
}

.provider-container .hover-list>li:hover [data-icon="ion-slot"] {
  background-position-x: -135px;
}

.provider-container .hover-list>li [data-icon="jdb"] {
  height: 48px;
  width: 90px;
  background-position: 0 -2980px;
}

.provider-container .hover-list>li:hover [data-icon="jdb"] {
  background-position-x: -118px;
}

.tickercontainer {
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: center;
}

.tickercontainer .mask {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 30px;
  border-radius: 7px;
}

ul.newsticker {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

ul.newsticker li {
  margin: 0;
  font-size: 12px;
  padding: 0 25px 0 0;
  white-space: nowrap;
}

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

.progressive-jackpot .jackpot-container {
  font-family: "Advanced Dot Digital-7 V2";
  color: #fff;
  font-size: 32px;
  width: 73%;
  text-align: center;
  padding-top: 0.1rem;
}

.progressive-jackpot .jackpot-currency {
  color: #03ffd8;
  margin-right: 20px;
}

[data-browser="safari"] .progressive-jackpot .jackpot-container {
  transform: translateY(10px);
}

.jackpot-winners {
  width: 100%;
  padding: 5px 0;
  background: linear-gradient(to right, #0c1e5c 0, #1e57da 48%, #0d2062 100%);
}

.jackpot-winners .jackpot-winner-title {
  padding: 5px 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}

.jackpot-winners .jackpot-winner-title [data-icon="trophy"] {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 5px;
  background: center no-repeat;
  background-image: var(--image-src);
  background-size: contain;
}

.jackpot-winners .winners-ticker-container {
  margin: 0 5px;
  height: 70px;
  overflow: hidden;
  background-color: #0f0f0f;
}

.winners-ticker {
  height: 100%;
  position: relative;
  border-radius: 7px;
}

.winners-ticker ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

.winners-ticker ul li {
  padding: 10px;
  display: flex;
  align-items: center;
}

.winners-ticker ul li .image-wrapper {
  height: 50px;
  width: 50px;
}

.winners-ticker ul li .winner-info {
  color: #fff;
  font-size: 12px;
  padding-left: 10px;
}

.winners-ticker ul li .winner-amount {
  color: #f8a201;
}

.announcement-container {
  background-color: #fee16e;
  color: #000;
  border-radius: 5px;
  margin: 15px 0;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
}

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

.announcement-container>[data-section="announcements"] {
  width: 60%;
  background: #070d2f;
  overflow: hidden;
}

.announcement-container [data-icon="announcement"] {
  display: inline-block;
  height: 30px;
  width: 30px;
  background: center no-repeat;
  background-image: var(--image-src);
  background-position: -5px -151px;
  margin-right: 5px;
  filter: grayscale(1);
}

.announcement-container .announcement-list li {
  padding: 5px 10px;
  color: #80a4e1;
}

.home-info-container {
  background: #0d1117;
  border-bottom: 2px solid #263f95;
}

.download-apk-container {
  background: var(--image-src);
  background-size: cover;
  filter: grayscale(1);
}

.download-apk-container .popup-modal[data-title] .modal-title:before {
  content: none;
}

.download-apk-container .popup-modal .modal-header h4 {
  font-size: 24px;
}

.download-apk-container .popup-modal .modal-body {
  padding-top: 0;
}

.download-apk-container .popup-modal .modal-body img {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.download-apk-container .popup-modal .modal-body h5 {
  font-size: 18px;
  text-transform: uppercase;
  color: inherit;
}

.download-apk-container .popup-modal .modal-body ol {
  list-style: decimal;
  padding-left: 5px;
}

.download-apk {
  display: flex;
  align-items: center;
  font-family: Arial;
  color: #fff;
}

.download-apk>div {
  flex-basis: 50%;
}

.download-apk h2 {
  font-family: Arial;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 38px;
  margin: 0;
}

.download-apk h2>strong {
  display: block;
  font-weight: 700;
  text-align: justify;
  font-size: 56px;
}

.download-apk h3 {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}

.download-apk-info {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.download-apk-info .download-apk-section {
  flex-basis: 50%;
}

.download-apk-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
}

.download-apk-section>* {
  flex-basis: 50%;
  margin: 0 0 10px 0;
}

.download-apk-section i {
  color: #f69c00;
  font-style: normal;
}

.download-apk-qr-code img {
  max-width: 94px;
}

.download-apk-detail {
  text-align: left;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.download-apk .btn {
  color: #fff;
  font-weight: 600;
  display: block;
  padding: 3px;
  border-radius: 20px;
  text-align: center;
  background: #f69c00;
  background: linear-gradient(to bottom, #f69c00 0, #d17601 100%);
  border: none;
}

.download-apk .btn:hover {
  color: #fff;
}

.popular-games {
  display: flex;
  background: center top no-repeat;
  background-image: var(--image-src);
  margin-bottom: 25px;
}

.popular-games .jackpot-winners .winners-ticker-container {
  height: 140px;
  border-radius: 10px;
}

.popular-games [data-section="left"] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 10px;
}

.popular-games [data-section="left"] .section-title {
  font-size: 16px;
  color: #fff;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.popular-games [data-section="left"] [data-icon="play"] {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: center no-repeat;
  background-image: var(--image-src);
  background-position: -8px -335px;
  margin-right: 10px;
}

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

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

.popular-games .nav-tabs>li {
  margin-bottom: 0;
  width: 100%;
}

.popular-games .nav-tabs>li>a {
  background-color: #051030;
  padding: 3px 8px;
  margin: 3px 1px;
  border-radius: 5px;
  display: block;
}

.popular-games .nav-tabs>li.active>a,
.popular-games .nav-tabs>li.active>a:focus,
.popular-games .nav-tabs>li.active>a:hover,
.popular-games .nav-tabs>li>a {
  border: none;
}

.popular-games .nav-tabs>li.active>a,
.popular-games .nav-tabs>li.active>a:hover .popular-games .nav-tabs>li.active>a:focus,
.popular-games .nav-tabs>li>a:hover {
  background-color: #0b173f;
}

.popular-games .nav-tabs {
  border-bottom: none;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 0;
}

.popular-games .scrtabs-tab-scroll-arrow {
  background-color: #737373;
  border: none;
  color: #fff;
}

.popular-games .animated-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 420px;
  animation-duration: 1s;
  animation-name: fade-in-right-animation;
  animation-fill-mode: both;
  pointer-events: none;
}

@keyframes fade-in-right-animation {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.popular-games .tab-pane {
  background-color: #050e2d;
}

.popular-games .tab-content {
  border: 1px solid #0d215c;
  margin-top: 5px;
}

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

.popular-games .popular-game-list .game-item {
  width: calc(100% / 3);
  padding: 5px;
}

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

.popular-games .popular-game-list .game-name {
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
  background: linear-gradient(to bottom, #f69c00 0, #d17601 100%);
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popular-games .popular-game-list img {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

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

.popular-games .popular-game-list .link-container a {
  padding: 5px;
  width: 80%;
  border-radius: 30px;
  text-align: center;
}

.popular-games .popular-game-list .game-item:hover .link-container {
  opacity: 1;
}

.home-jackpot-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.home-jackpot-container [data-section] {
  height: 140px;
}

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

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

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

h4 {
  color: #fff;
}

a:focus,
a:hover {
  color: #ffffff;
  text-decoration: none;
}

body {
  color: #bbb;
}

p {
  color: #E0E0E0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
  background-color: #0a0a09;
  color: #d9b752;
}

.topbar-left-section .topbar-item {
  color: #fff;
}

.copyright {
  text-align: right;
  color: #fff;
}

.jackpot-winners .jackpot-winner-title {
  color: #fff;
}

.winners-ticker ul li .winner-info {
  color: #fff;
}

.login-panel {
  color: #fff;
}

.spot-anim {
  position: absolute;
  right: -1em;
  transform: translateX(-100%);
  will-change: transform;
  animation-duration: 300s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: marquee;
  -moz-animation: marquee;
  -o-animation-name: marquee;
  animation-name: marquee;
}

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

  100% {
    transform: translateX(-150%);
  }
}

.marquee-vertical {
  position: absolute;
  transform: translateY(-100%);
  will-change: transform;
  animation-duration: 25s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-name: marquee-vertical;
  -moz-animation: marquee-vertical;
  -o-animation-name: marquee-vertical;
  animation-name: marquee-vertical;
}

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

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

.progressive-jackpot .jackpot-container,
.progressive-jackpot .jackpot-currency {
  color: #fee16e;
}

.site-description {
  color: #fff;
  text-align: center;
  border-top-color: #3f3d41;
  border-bottom-color: #3f3d41;
  color: #E0E0E0;
}

.site-description .footer-section-title {
  color: #fff;
}

.site-info .site-info-description h5 {
  color: #fee16e;
}

.site-info .site-info-description p {
  color: #6d6d6d;
}

.site-info .site-info-description ul li {
  color: #6d6d6d;
}

.progressbar {
  background: #171717;
}

.proggress {
  background: #fee16e;
}

.provider-container {
  color: #3b4b71;
  border-color: #3d3b3e;
}

.provider-container>h5 {
  color: #737373;
  background-color: #110816;
}

.site-info-container p {
  color: #E0E0E0;
}

.bank-list p {
  color: #E0E0E0;
}

.site-description h1,
.site-description h2,
.site-description h3 {
  color: #ffffff;
  line-height: 1;
  text-align: left;
}

.site-description div {
  color: #fff;
  border-top-color: #3f3d41;
  border-bottom-color: #3f3d41;
  color: #E0E0E0;
}

.site-description p {
  color: #E0E0E0;
  margin: 10px 0px 10px;
}

.site-description ul {
  list-style: initial;
  padding-left: 15px;
}

.site-description ol {
  list-style: decimal;
}

.footer-separator {
  border-top-color: #213c5b99;
}

.match-info-container .match-teams>span {
  color: #fee16e;
}

.forgot-password-warning {
  background: #131313;
  color: #fee16e;
}

.announcement-container {
  background-color: #213c5b;
  color: #ffffff;
}

.announcement-container .announcement-list li {
  color: #ffffff;
}

.announcement-container>[data-section="announcements"] {
  background: #2b2b2b;
  border-radius: 7px;
}

.tickercontainer {
  border-radius: 7px;
  background: #000000;
  color: #fff;
}

.notice ul li {
  color: #f4df80;
}

.footer-links>li>a {
  color: #fff;
}

.footer-links>li>a:hover {
  color: #ffa200;
}

.footer-links>li+li>a {
  border-left-color: #050024;
}

.footer-section-title {
  color: #737373;
}

.site-info-container h5 {
  color: #999;
}

.contact-us-list li h6 {
  color: #787878;
}

.home-info-container {
  background: #0d1117;
  border-color: #1e1e1e;
}

.popular-games .nav-tabs>li>a {
  background-color: #213c5b;
}

.popular-games .nav-tabs>li.active>a,
.popular-games .nav-tabs>li.active>a:hover .popular-games .nav-tabs>li.active>a:focus,
.popular-games .nav-tabs>li>a:hover {
  background-color: #1a1a1a;
}

.popular-games .tab-pane {
  background-color: #151515;
}

.popular-games .tab-content {
  border-color: #030331;
}

.popular-games [data-section="left"] .section-title {
  background-color: #213c5b;
  color: #fff;
  border-radius: 8px;
}

.popular-games .popular-game-list .game-name {
  color: #fff;
  background: #343434;
  border-radius: 7px;
}

.popular-games .scrtabs-tab-scroll-arrow {
  color: #e6d580;
  background-color: #737373;
}

.topbar-left-section .topbar-item {
  color: #999;
  border-right-color: #606060;
}

.topbar-left-section .topbar-item a:hover {
  color: #fee16e;
}

.topbar-left-section .topbar-item a.live-chat {
  color: #ffffff;
  background-color: #72a200;
}

.topbar-left-section .topbar-item a.live-chat:hover {
  background: #fee16e;
}

.topbar-left-section .language-selector {
  background-color: #121212;
}

.topbar-left-section .language-selector li {
  border-bottom: 1px solid #222;
}

.site-header {
  background: #111;
}

.top-menu .game-list {
  border-top-color: #151515;
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom-color: #242424;
}

.top-menu>li {
  color: #939393;
}

.top-menu>li:hover,
.top-menu>li[data-active="true"] {
  color: #fff;
}

.site-footer {
  background: radial-gradient(at top, #213c5b, #000000, #000000);
  color: #ffffff;
}

.site-info-container:not(:last-child):after {
  background-color: #3d3b3e;
}

.site-info .site-info-title {
  border-bottom-color: #3d3b3e;
}

.site-info .site-info-title h3 {
  color: #919191;
}

.site-info .site-info-title p {
  color: #6d6d6d;
}

.site-info .site-info-description.with-seperator+.with-seperator {
  border-top-color: #3d3b3e;
}

.contact-list>li a {
  background: #0a0a0a;
  color: #fee16e;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-left: 20px;
}

.contact-list>li a i {
  background: #b9a353;
  color: #d4af48;
}

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

.bank-list>[data-online="false"]:before {
  background-color: #e00;
}

.standard-inline-form-group label {
  color: #838383;
}

.expiration-countdown [data-section] {
  background-color: #404040;
  color: #e2c360;
  border-left-color: #afafaf;
}

.expiration-countdown [data-section="title"] {
  background-color: #555;
  color: #fff;
}

.free-play,
.play-now {
  border: none;
}

.play-now {
  background-color: #fee16e;
  background-image: linear-gradient(to bottom,
      #fee16e 0,
      #fee16e 55%,
      #fee16e 100%);
  color: #fff;
}

.free-play {
  background: #151515;
  background: linear-gradient(to bottom, #151515 0, #404040 100%);
  color: #fff;
}

.free-play:hover {
  background: #151515;
  background: linear-gradient(to bottom, #151515 0, #6b6b6b 100%);
}

.play-now:hover {
  background-color: #f69c00;
  background-image: linear-gradient(to bottom, #f69c00 0, #f69c00 55%, #f69c00 100%);
}

.game-list {
  border-color: #121212;
}

.game-list .game-item {
  background-color: #0c0c0c;
}

.game-list .wrapper-container:hover {
  background: #000;
}

.jackpot-winners {
  background: #213c5b;
  border-radius: 7px;
}

.jackpot-winners .winners-ticker-container ul li {
  /* background-color: #1a1a1a; */
  border-radius: 7px;
}

.winners-ticker ul li .winner-amount {
  color: #4DA6FF;
}

.login-panel input[type="password"],
.login-panel input[type="text"] {
  background-color: #050505;
  color: #888;
  border-color: #c3952a;
}

.login-panel .login-button {
  background: #939393;
  background: linear-gradient(to top, #555 0%, #333 100%);
  color: #ffffff;
  font-weight: 600;
}

.login-panel .login-button:hover {
  background: linear-gradient(to top, #a3a3a3 0%, #777777 100%);
}

.login-panel .register-button {
  /* background: #1e90ff; */
  /* background: linear-gradient(to bottom, #1e90ff 0%, #213c5b 100%); */
  /* color: #fff; */
  font-weight: 600;
}

.login-panel .register-button:hover {
  background: #fda601;
  background: linear-gradient(to top, #1e90ff 0%, #213c5b 100%);
  color: #ffffff;
}

.login-panel .forgot-password-link,
.login-panel .forgot-password-link:hover {
  color: #ef3c39;
}

.topbar-container {
  background: #000000;
}

.scrtabs-tab-container {
  background: #737373;
}

.game-info,
.link-container a.game-info {
  color: #3c3c3c;
  border-color: #3c3c3c;
}

.game-info:focus,
.game-info:hover,
.link-container a.game-info:focus,
.link-container a.game-info:hover {
  border-color: #d9aa16;
  color: #d9aa16;
}

.provider-info,
.provider-page .large-game-list-container {
  background-color: #151515;
}

.game-provider-img {
  border-color: #3c3c3c;
}

.game-provider-desc,
.game-provider-desc-arcade,
.game-provider-desc-sport,
.provider-info h5,
.provider-info p {
  color: #d9aa16;
}

.game-list .wrapper-container:after {
  border-color: #2f2f2f;
}

.arcade-game-list .link-container .free-play:hover {
  color: #d4bc64;
}

.download-apk {
  color: #fff;
  filter: grayscale(1);
}

.download-apk-section i {
  color: #fee16e;
}

.download-apk .btn {
  color: #fff;
  background: #fee16e;
  background: linear-gradient(to bottom, #fff095 0%, #b88416 100%);
  border: none;
}

.download-apk .btn:hover {
  color: #000;
}

.wabutton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
}

.dots li[option][selected] {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
  outline: unset;
}

.author-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.author-wrapper .title-author {
  font-size: 26px;
  margin-bottom: 1rem;
}

.author-wrapper .information-author {
  display: flex;
  flex-direction: column;
}

.author-wrapper .information-author .name-author {
  font-size: 18px;
  text-align: center;
}

.author-wrapper .information-author .desc-author {
  font-size: 14px;
  text-align: center;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(https://dsuown9evwz8y.cloudlfront.net/assets/fonts/glyphicons-halflings-regular.eot);
  src: url(https://dsuown9evwz8y.cloudlfront.net/assets/fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),
    url(https://dsuown9evwz8y.cloudlfront.net/assets/fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(https://dsuown9evwz8y.cloudlfront.net/assets/fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(https://dsuown9evwz8y.cloudlfront.net/assets/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular) format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.glyphicon-resize-vertical:before {
  content: "î„™";
}

.glyphicon-chevron-right:before {
  content: "î‚€";
}

.glyphicon-chevron-down:before {
  content: "î„”";
}

#my-accordion-isi h2 {
  display: flex;
  justify-content: space-between;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 10px 0;
}

#my-accordion-isi h2 i {
  position: absolute;
  right: 0;
  font-size: 20px;
  top: 15px;
}

.test {
  width: 500px;
}

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

table td {
  width: 25%;
  display: table-cell;
  vertical-align: top;
  height: 30px;
}

table td div {
  height: 100%;
}

table th {
  /* background-color: #f69c00; */
  /* border-color: #fff; */
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  /* color: #dbbc56; */
  text-transform: uppercase;
}

#toc_container {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  display: table;
  font-size: 85%;
  margin-bottom: 1em;
  padding: 20px;
  width: auto;
}

.toc_title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #dbbc56;
  text-transform: uppercase;
}

#toc_container li {
  color: #dbbc56;
  font-size: 14px;
}

#toc_container ul,
#toc_container ul li {
  list-style: outside none none;
}

a.artikel-link:link {
  color: #fff;
}

h1.artikel {
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  font-weight: 700;
  color: #dbbc56;
}

h2.artikel {
  padding-left: 10px;
  display: block;
  font-size: 1.5em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  font-weight: 700;
  color: #dbbc56;
}

h3.artikel {
  padding-left: 20px;
  font-size: 1em;
  color: #dbbc56;
}

h4.artikel {
  padding-left: 20px;
  font-size: 1em;
  color: #dbbc56;
}

.fixed-footer,
.login-links-container,
.main-menu-container,
.mobile-apk-container,
.mobile-jackpot,
.mobile-site-header {
  display: none;
}

.show-xs {
  display: none;
}

.section-button .section-title {
  text-align: center;
  padding: 10px;
  background-color: #fee16e;
  color: #000;
  font-size: 2rem;
  font-family: digital_sans_ef_medium;
}

.section-button .button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  flex-wrap: wrap;
  max-width: 900px;
}

.section-button .button-wrapper .button-item {
  padding: 0 10px;
  width: calc(100% / 3);
}

.section-button .button-wrapper .button-item img {
  object-fit: contain;
}

#section-button-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  #section-button-desktop {
    display: none;
  }

  #section-button-mobile {
    display: block;
  }

  .section-button .button-wrapper {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }

  .section-button .button-wrapper .button-item {
    width: 50%;
    flex: unset;
  }

  .section-button .button-wrapper .button-item amp-img {
    width: unset;
  }

  .author-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .information-author {
    justify-content: center;
    align-items: center;
  }

  .download-apk-container,
  .home-info-container,
  .site-header,
  .topbar-container {
    display: none;
  }

  .fixed-footer,
  .login-links-container,
  .main-menu-container,
  .mobile-apk-container,
  .mobile-jackpot,
  .mobile-site-header {
    display: block;
  }

  .wabutton {
    bottom: 60px;
  }

  .copyright {
    text-align: center;
  }

  #toc_container {
    width: 100%;
    padding: 10px;
  }

  .test {
    width: 100%;
  }

  .site-info .site-info-title {
    justify-content: center;
  }

  .hover-list {
    justify-content: center;
  }

  .provider-container>h5 {
    left: 50%;
    transform: translateX(-50%);
  }

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

  .contact-list>li a {
    display: block;
  }

  .hidden-xs {
    display: none;
  }

  .show-xs {
    display: block;
  }

  body:not(.empty-layout) {
    padding-top: 54px;
    background-color: #000412;
  }

  body {
    padding-bottom: 50px;
  }

  .mobile-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #0a1749;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mobile-site-header .logo {
    display: inline-block;
    width: 150px;
    padding-top: 0;
    position: relative;
  }

  .mobile-site-header .logo>img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

  .mobile-site-header>input {
    visibility: hidden;
    position: absolute;
  }

  .site-menu-trigger {
    margin: 0;
    position: absolute;
    right: 25px;
    cursor: pointer;
  }

  .site-menu-trigger [data-icon="menu"] {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 58%;
    bottom: auto;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 2px;
    background-color: #8e8e8e;
    transition: 0.5s ease-in-out;
  }

  .site-menu-trigger [data-icon="menu"]:after,
  .site-menu-trigger [data-icon="menu"]:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
  }

  .site-menu-trigger [data-icon="menu"]:before {
    bottom: 5px;
  }

  .site-menu-trigger [data-icon="menu"]:after {
    top: 5px;
  }

  .site-menu-trigger-input:checked~.site-menu-trigger [data-icon="menu"] {
    background-color: transparent;
  }

  .site-menu-trigger-input:checked~.site-menu-trigger [data-icon="menu"]:after,
  .site-menu-trigger-input:checked~.site-menu-trigger [data-icon="menu"]:before {
    background-color: #fff;
  }

  .site-menu-trigger-input:checked~.site-menu-trigger [data-icon="menu"]:before {
    bottom: 0;
    transform: rotate(45deg);
  }

  .site-menu-trigger-input:checked~.site-menu-trigger [data-icon="menu"]:after {
    top: 0;
    transform: rotate(-45deg);
  }

  .site-menu-trigger-input:checked~.site-menu {
    left: 0;
  }

  .site-menu ul {
    margin: 0;
  }

  .site-menu ul a {
    color: inherit;
  }

  .site-menu summary {
    outline: 0;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
  }

  .site-menu summary>span {
    display: flex;
  }

  .site-menu summary>section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .site-menu summary>section>span {
    display: flex;
  }

  .site-menu summary>section>i {
    transition: transform 0.3s;
    transform-origin: center;
    font-size: var(--small-font);
    top: 0;
  }

  .site-menu details[open]>summary>section>i {
    transform: rotate(90deg);
  }

  .site-menu {
    position: fixed;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 50px;
    transition: left 0.2s;
  }

  .site-menu>label {
    position: absolute;
    height: 100%;
    width: 100%;
  }

  .site-menu>ul {
    position: absolute;
    top: 54px;
    width: 60%;
    right: 0;
    bottom: 0;
    background-color: #01091a;
    color: #fff;
    font-size: 16px;
    padding-top: 2px;
    overflow: auto;
  }

  .site-menu li>a,
  .site-menu summary {
    display: flex;
    align-items: center;
    background-color: #0d1b39;
    padding: 10px 15px;
    font-size: var(--normal-font);
  }

  .site-menu article>ul,
  .site-menu li+li,
  .site-menu summary {
    margin-top: 2px;
  }

  .site-menu details details summary,
  .site-menu details li>a {
    padding-left: 45px;
    background-color: #06122c;
  }

  .site-menu details details li>a {
    padding-left: 75px;
    background-color: #040d20;
  }

  .site-menu [data-icon] {
    display: inline-block;
    height: 18px;
    width: 18px;
    background: center no-repeat;
    margin-right: 10px;
    filter: grayscale(1);
  }

  .login-links-container {
    display: flex;
  }

  .login-links-container a {
    flex-basis: 50%;
    color: #fff;
    padding: 14px 20px;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    font-size: 18px;
  }

  .login-links-container a.register {
    background-color: #ff00b2;
    background-image: linear-gradient(to bottom, #ff00b2 0%, #c7038c 100%);
  }

  .login-links-container a.login {
    background-color: #a844fb;
    background-image: linear-gradient(to bottom, #a844fb 0%, #3ebbf3 100%);
  }

  .main-menu-container {
    /* margin-bottom: 10px; */
    display: flex;
    flex-wrap: wrap;
    background-color: #02071c;
    color: #fff;
  }

  .main-menu-container>li {
    flex-basis: 25%;
    padding: 5px;
    order: 2;
  }

  .main-menu-container>li:nth-child(-n + 4) {
    order: 0;
  }

  .main-menu-container .game-list {
    order: 3;
    flex-basis: 100%;
  }

  .main-menu-container>[data-active="true"]:nth-of-type(-n + 4)~.game-list {
    order: 1;
  }

  .main-menu-container>li>a {
    display: block;
    color: inherit;
    border: 2px solid transparent;
    border-radius: 5px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    filter: grayscale(1);
  }

  .main-menu-container>[data-active="true"]>a {
    background-color: #050d2e;
    border-color: #08133b;
  }

  .main-menu-container [data-active] .image-wrapper {
    margin: 8px auto;
  }

  .main-menu-container [data-active="true"] img {
    content: var(--image-src);
  }

  .progressive-jackpot {
    background: center no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 120px;
    padding-bottom: 30px;
  }

  .progressive-jackpot .jackpot-container {
    font-family: advanced_dot_digital7;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-top: 6rem;
  }

  .progressive-jackpot .jackpot-currency {
    color: #03ffd8;
    margin-right: -10px;
  }

  .mobile-apk-container {
    background: var(--image-src);
    background-size: cover;
    display: flex;
    color: #fff;
    align-items: center;
    font-family: sans-serif;
  }

  .mobile-apk-container .modal {
    font-family: digital_sans_ef_medium;
  }

  .mobile-apk-container .popup-modal[data-title] .modal-title:before {
    content: none;
  }

  .mobile-apk-container .popup-modal .modal-header h4 {
    font-size: 24px;
  }

  .mobile-apk-container .popup-modal .modal-body {
    padding-top: 0;
  }

  .mobile-apk-container .popup-modal .modal-body img {
    height: 20px;
    width: 20px;
    margin-right: 5px;
  }

  .mobile-apk-container .popup-modal .modal-body h5 {
    font-size: 18px;
    color: inherit;
    text-transform: uppercase;
  }

  .mobile-apk-container .popup-modal .modal-body ol {
    list-style: decimal;
    padding-left: 5px;
  }

  .mobile-apk-container h2,
  .mobile-apk-container h3 {
    margin: 0;
  }

  .mobile-apk-container h2 {
    font-weight: 600;
    font-size: var(--x-large-font);
    text-transform: uppercase;
  }

  .mobile-apk-container h3 {
    font-size: 10px;
    font-weight: 100;
  }

  .mobile-apk-container a {
    font-size: 10px;
    text-transform: uppercase;
  }

  .mobile-apk-container>div {
    flex-basis: 50%;
  }

  .mobile-apk-container>div:first-child {
    align-self: flex-end;
  }

  .download-apk-info {
    display: flex;
    justify-content: flex-start;
    padding: 7px 0;
    margin: 0;
  }

  .download-apk-info .download-apk-section {
    width: 100%;
    margin: 0;
  }

  .download-apk-info>div {
    flex-basis: 45%;
    max-width: 45%;
  }

  .download-apk-section {
    text-align: center;
    margin-right: 5px;
    display: block;
  }

  .download-apk-section>* {
    margin: 0;
  }

  .download-apk-section a {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 2px 0;
    display: block;
    border-radius: 20px;
    text-align: center;
    background: #f69c00;
    background: linear-gradient(to bottom, #f69c00 0, #d17601 100%);
  }

  .download-apk-section img {
    width: 45%;
    margin: auto;
  }

  .download-apk-guide {
    text-decoration: underline;
    color: #fff;
  }

  .fixed-footer {
    position: fixed;
    background-color: #141125;
    color: #736d99;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    justify-content: space-around;
  }

  .fixed-footer a {
    flex-basis: calc((100% - 15px * 6) / 5);
    color: inherit;
    font-size: 11px;
    text-align: center;
    padding: 5px 0;
    background-color: inherit;
  }

  .fixed-footer a[data-active="true"] {
    color: #ff35ed;
  }

  .fixed-footer a>img {
    display: block;
    height: 25px;
    width: 25px;
    margin: 0 auto;
    background: center no-repeat;
    background-size: contain;
    background-color: inherit;
  }

  .fixed-footer a[data-active="true"]>img {
    content: var(--image-src);
  }
}

@media only screen and (max-width: 768px) {
  body {
    color: #858585;
    background-color: #02071c;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #999;
  }

  p {
    color: #858585;
  }

  body:not(.empty-layout) {
    background-color: #0a0a0a0;
  }

  .mobile-site-header {
    background: #0d1117;
  }

  .site-menu-trigger [data-icon="menu"] {
    background-color: #ffffff;
  }

  .site-menu-trigger [data-icon="menu"]:after,
  .site-menu-trigger [data-icon="menu"]:before {
    background-color: inherit;
  }

  .site-menu-trigger-input:checked~.site-menu-trigger [data-icon="menu"] {
    background-color: transparent;
  }

  .site-menu-trigger-input:checked~.site-menu-trigger [data-icon="menu"]:after,
  .site-menu-trigger-input:checked~.site-menu-trigger [data-icon="menu"]:before {
    background-color: #fff;
  }

  .site-menu ul a {
    color: inherit;
  }

  .site-menu>ul {
    background-color: #070707;
    color: #fff;
  }

  .site-menu li>a,
  .site-menu summary {
    background-color: #131313;
  }

  .site-menu details details summary,
  .site-menu details li>a {
    background-color: #0a0a0a;
  }

  .site-menu details details li>a {
    background-color: #070707;
  }

  .site-footer {
    background-color: #151515;
    color: #777;
    padding: 0;
  }

  .site-footer>.container {
    padding: 0;
  }

  .site-footer .contact-list {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .site-footer .contact-list>li {
    flex-basis: 50%;
    padding: 5px 10px;
  }

  .site-footer .contact-list>li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    background-color: #040a2a;
    border-radius: 30px;
    color: #fff;
  }

  .site-footer .contact-list>li a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border-radius: 50%;
    background: #51c332;
  }

  .site-footer .contact-list>li a i img {
    height: 50%;
    width: 50%;
  }

  .site-footer .contact-list>li a {
    background-color: #0a0a0a;
    color: #fee16e;
    flex-direction: row;
    padding: 0;
    padding-right: 15px;
    white-space: nowrap;
    justify-content: flex-start;
  }

  .site-footer .contact-list>li a i {
    background: #fee16e;
  }

  .site-footer .social-media-list {
    margin: 0;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .site-footer .social-media-list>li img {
    width: auto;
    height: auto;
  }

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

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

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

  .site-footer .bank-list [data-online="false"]:before,
  .site-footer .bank-list [data-online="true"]: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;
  }

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

  .site-footer .footer-links {
    background-color: #213c5b;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }

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

  .site-footer .footer-links>li:not(:nth-child(5n + 5)):not(:first-child) {
    border-left: 1px solid;
  }

  .site-footer .footer-links a {
    color: #dedede;
    display: block;
    padding: 5px;
    font-size: var(--normal-font);
  }

  .site-footer .site-description {
    background-color: #0a0a0a;
    text-align: center;
    padding: 15px 10px;
  }

  .site-description h1,
  .site-description h2,
  .site-description h3 {
    color: #ffffff;
  }

  .site-description div {
    color: #E0E0E0;
    /* font-weight: 600; */
  }

  .site-footer .copyright {
    background: center no-repeat;
    background-size: cover;
    padding: 25px 0 20px;
    font-size: var(--normal-font);
    color: #737373;
  }

  .site-footer .copyright .image-wrapper {
    display: block;
    margin: auto;
    max-width: 200px;
    padding-bottom: 20px;
  }

  .login-links-container a {
    color: #fff;
    font-weight: 600;
  }

  .login-links-container a.register {
    background: #fdf316;
    background: linear-gradient(to bottom, #fdf316 0%, #e67917 100%);
  }

  .login-links-container a.login {
    background: #02071c;
    background: linear-gradient(to bottom, #2e2e2e 0%, #1e1e1e 100%);
  }

  .main-menu-container {
    background-color: #0d1117;
    color: #fff;
  }

  .main-menu-container>li>a {
    color: inherit;
    font-weight: 600;
  }

  .main-menu-container>[data-active="true"]>a {
    background-color: #151515;
    border-color: transparent;
  }

  .game-modal {
    color: #fff;
  }

  .game-modal .modal-content .close {
    opacity: 1;
    color: #fff;
  }

  .game-modal .modal-header {
    border-color: transparent;
  }

  .game-modal .modal-body {
    background-color: #101010;
  }

  .game-list .provider-section,
  .game-list ul {
    background-color: #151515;
  }

  .game-list ul>li {
    color: #fff;
  }

  .game-list ul>li>.wrapper-container {
    background-color: #050505;
  }

  .game-list ul>li .game-name {
    background-color: #c79a30;
  }

  .free-play,
  .play-now {
    border-color: transparent;
  }

  .free-play {
    color: #fff;
    background: #6b6b6b;
    background: linear-gradient(to bottom, #6b6b6b 0, #404040 100%);
  }

  .free-play:hover {
    background: #404040;
    background: linear-gradient(to bottom, #404040 0, #6b6b6b 100%);
  }

  .play-now {
    background: #fff095;
    background: linear-gradient(to bottom, #fff095 0, #ffffff 88%);
    color: #000;
  }

  .play-now:hover {
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff 0, #fff095 88%);
  }

  .progressive-jackpot .jackpot-container {
    color: #fee16e;
  }

  .progressive-jackpot .jackpot-currency {
    color: #fee16e;
  }

  .game-list ul>li>a.game-info {
    color: #d9aa16;
    border-color: #d9aa16;
  }

  .game-list .provider-info h5,
  .game-list .provider-info p,
  .game-list .provider-section,
  .game-list .provider-section .provider-img,
  .game-list ul.provider-section>li {
    color: #efd77f;
  }

  .game-list .wrapper-container:after {
    border-color: #2f2f2f;
  }

  .fixed-footer {
    background-color: #0d1117;
    color: #fff;
  }

  .fixed-footer a {
    color: #fff;
    font-weight: 600;
  }

  .fixed-footer a[data-active="true"] {
    color: #ffffff;
    font-weight: 600;
  }

  .game-list ul>li>.play-desktop-version-now,
  .play-desktop-version-now {
    background-color: #efd77f;
    color: #000;
  }

  .mobile-apk-container {
    color: #fff;
  }

  .mobile-apk-container h2 {
    color: #fff;
  }

  .mobile-apk-container h3 {
    color: #fff;
  }

  .download-apk-section a {
    color: #fff;
    background: #fee16e;
    background: linear-gradient(to bottom, #fff095 0%, #b88416 100%);
  }

  .download-apk-guide {
    color: #fff;
  }

  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (stroke-color: transparent) {

      .mobile-app-container select.mobile-app-select,
      .standard-form-container select.form-control {
        color: #000;
      }
    }
  }

  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) and (not (stroke-color: transparent)) {

      .mobile-app-container select.mobile-app-select,
      .standard-form-container select.form-control {
        color: #000;
      }
    }
  }
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.5);
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:after,
.modal-footer:before {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:after,
.modal-footer:before {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  pointer-events: none;
}

.modal-content {
  flex-basis: 100%;
  pointer-events: initial;
  border-radius: 10px;
  border: 5px solid;
  position: relative;
  background-color: #0c0c0c;
  border-color: #0c0c0c;
}

.modal-header {
  text-align: center;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom: 0;
  min-height: 50px;
  text-transform: uppercase;
  border-color: #171717;
}

.modal-header .modal-title {
  font-size: 15px;
  color: #ff9806;
}

.modal-header .close {
  opacity: 1;
  margin: 0;
  color: #fff;
}

.modal-body {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.modal-body img {
  max-width: 100%;
}

.modal-footer {
  text-align: center;
  margin-top: 0;
  display: flex;
  justify-content: space-around;
}

.modal-footer button {
  min-width: 100px;
  text-transform: uppercase;
}

.modal-footer .btn-primary {
  border: 0;
}

.popup-modal[data-title] .modal-title:before {
  content: "";
  display: block;
  margin: 10px auto;
  height: 70px;
  width: 70px;
  background: center no-repeat;
  background-size: contain;
}

.popup-modal[data-title=""] .modal-body {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.image-jackpot-wrapper {
  max-width: 450px;
  max-height: 450px;
  margin: 20px auto;
}

.carousel-desktop {
  display: block;
}

.selectorCarousel1 {
  display: none;
}

.selectorCarousel2 {
  display: block;
}

.carousel-mobile {
  display: none;
}

@media (max-width: 768px) {
  .carousel-desktop {
    display: none;
  }

  amp-carousel {
    height: auto;
  }

  .carousel-mobile {
    display: block;
  }

  .selectorCarousel1 {
    display: block;
  }

  .selectorCarousel2 {
    display: none;
  }
}

.breadcrumbs-title {
  color: #fff;
}

.breadcrumbs-title .breadcrumbs-link {
  text-decoration: none;
  color: #fee16e;
}

.site-footer-body {
  background: linear-gradient(to right, #000000 0%, #000000 100%);
}

.site-footer-body p {
  color: #fff;
}

.site-footer-body .custom-column {
  align-self: flex-end;
}

.site-footer-body .custom-column .icon-list .icon-item:first-child {
  flex: 0 0 75px;
  max-width: 50px;
}

.site-footer-body .custom-column .icon-list .icon-item:nth-child(2) {
  flex: 1;
  max-width: initial;
}

.site-footer-body .icon-list {
  display: flex;
  flex-wrap: wrap;
}

.site-footer-body .icon-list .icon-item {
  flex: 0 0 40px;
  max-width: 40px;
  padding: 5px;
}

.site-footer-body .icon-list .icon-item amp-img {
  object-fit: contain;
}

.site-footer-body .icon-list .icon-item a {
  display: block;
}

@media screen and (max-width: 991px) {
  .site-footer-body .custom-column .icon-list .icon-item:nth-child(2) {
    flex: 0 0 210px;
    max-width: 210px;
  }
}

i[data-icon] {
  display: inline-block;
  /* Beri ukuran yang sesuai untuk ikon Anda */
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  /* background-size: contain; */
  vertical-align: middle;
  /* Agar ikon sejajar dengan teks */
  margin-right: 8px;
  /* Memberi sedikit jarak dengan teks */
}

@font-face {
  font-family: "Digital Sans EF  Medium";
  src: url("https://db.onlinewebfonts.com/t/e03883b0881dd4a00353653e3268a728.eot");
  src: url("https://db.onlinewebfonts.com/t/e03883b0881dd4a00353653e3268a728.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/e03883b0881dd4a00353653e3268a728.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/e03883b0881dd4a00353653e3268a728.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/e03883b0881dd4a00353653e3268a728.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/e03883b0881dd4a00353653e3268a728.svg#Digital Sans EF  Medium")format("svg");
}

@font-face {
  font-family: "Advanced Dot Digital-7 V2";
  src: url("https://db.onlinewebfonts.com/t/c948901796ad186c1aec4d6073c52d5c.eot");
  src: url("https://db.onlinewebfonts.com/t/c948901796ad186c1aec4d6073c52d5c.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/c948901796ad186c1aec4d6073c52d5c.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/c948901796ad186c1aec4d6073c52d5c.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/c948901796ad186c1aec4d6073c52d5c.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/c948901796ad186c1aec4d6073c52d5c.svg#Advanced Dot Digital-7 V2")format("svg");
}

/* Jackpot Styles - Cleaned and Combined */
.home-inner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  margin-top: 15px;
}

.home-inner-container [data-section="jackpot"] {
  flex-grow: 1;
}

.home-progressive-jackpot {
  /* The second background-image from your original code is used, as it would override the first one. */
  background-image: linear-gradient(#0d1117, #343434, #0d1117);
  border-radius: 30px;
  color: #fff;
  padding: 10px;
  display: flex;
}

.home-progressive-jackpot .outer-container {
  display: flex;
  flex-grow: 1;
  padding: 10px;
  background-color: #000;
  border-radius: 100px;
}

.home-progressive-jackpot .inner-container {
  display: flex;
  flex-grow: 1;
  padding: 10px;
  border-radius: 100px;
  /* The second background-image is used. */
  background-image: linear-gradient(#343434, #1a1a1a);
}

.home-progressive-jackpot .border-container {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-grow: 1;
  padding: 10px;
  border-radius: 100px;
  background-color: #0009;
  /* The 'border' property overrides the 'border-color' from your original code. */
  border: 3px solid #343434;
}

.home-progressive-jackpot .jackpot-play-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: 20px;
}

.home-progressive-jackpot .jackpot-play-section img {
  height: auto;
  width: 87px;
}

.home-progressive-jackpot .jackpot-play-section .jackpot-play-text {
  font-family: 'gilroybold';
  color: #fd6f16;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
}

.home-progressive-jackpot .jackpot-play-section .jackpot-play-text label {
  color: #009fc5;
}

.home-progressive-jackpot .jackpot-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 2;
  font-family: 'Open24DisplaySt';
  font-size: 40px;
  letter-spacing: 5px;
  /* The second background-image is used. */
  background-image: linear-gradient(#343434, #1a1a1a);
  border-radius: 70px;
  padding: 10px;
}

.home-progressive-jackpot .jackpot-inner-container {
  background-color: #000;
  display: flex;
  flex-grow: 2;
  justify-content: center;
  border-radius: 50px;
  padding: 10px;
}

.home-progressive-jackpot .jackpot-border-container {
  display: flex;
  flex-grow: 2;
  justify-content: center;
  border-radius: 50px;
  /* The 'border' property overrides 'border-color'. */
  border: 3px dotted #343434;
  line-height: 40px;
  padding-bottom: 10px;
}

.home-progressive-jackpot .jackpot-currency {
  /* The second color is used, as it would override the first one. */
  color: #f47123;
  margin-right: 10px;
}

/* Potentially problematic global style - affects ALL labels */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .home-progressive-jackpot {

    border-radius: 0px;
    color: #fff;
    padding: 10px 10px 18px 10px;
    display: flex;
    flex-direction: column
  }

  .home-progressive-jackpot .jackpot-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 2;
    font-family: 'Open24DisplaySt';
    font-size: 28px;
    letter-spacing: 5px;
    background-image: linear-gradient(#343434, #1a1a1a);
    border-radius: 70px;
    padding: 10px
  }

  .home-progressive-jackpot .jackpot-inner-container {
    background-color: #000;
    display: flex;
    flex-grow: 2;
    justify-content: center;
    border-radius: 50px;
    padding: 8px
  }

  .home-progressive-jackpot .jackpot-border-container {
    display: flex;
    flex-grow: 2;
    justify-content: center;
    border-radius: 50px;
    border: 3px dotted #343434;
    background-color: #000;
    line-height: 30px;
    padding-bottom: 5px
  }

  .home-progressive-jackpot .jackpot-currency {
    /* color: #f47123; */
    margin-right: 10px
  }

  .home-progressive-jackpot .jackpot-play-section {
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .home-progressive-jackpot .jackpot-play-section .jackpot-play-text {
    font-family: 'gilroybold';
    color: #fd6f16;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1
  }

  .home-progressive-jackpot .jackpot-play-section .jackpot-play-text label {
    color: #009fc5
  }

  .home-progressive-jackpot .jackpot-play-section picture {
    justify-content: end;
    display: flex
  }

  .home-progressive-jackpot .jackpot-play-section img {
    height: auto;
    width: 64px
  }

  .tickercontainer {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center
  }

  .tickercontainer .mask {
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow: hidden
  }
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: '/';
  margin: 0 0.6rem;
  color: #6b7280;
}

.breadcrumb-item a {
  color: #4DA6FF;
  text-decoration: none;
  transition: text-decoration 0.2s ease;
  display: flex;
  align-items: center;
}

.breadcrumb-item a:hover {
  text-decoration: none;
}

.breadcrumb-item:last-child span {
  color: #ffffff;
  font-weight: 500;
}

.breadcrumb-icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.4rem;
}

/* Judul Bagian Tag */
.tags-heading {
  font-size: 1rem;
  margin-bottom: 1rem;
}

/* Kontainer Tag */
.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Style untuk setiap Tag */
.tag {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 9999px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  color: #000;
}

/* Variasi Warna Tag */
.tag-blue {
  background-color: #213c5b;
}

.tag-blue:hover {
  background-color: #1e90ff;
  text-decoration: none;
}

.tag-indigo {
  background-color: #1e274b;
  color: #3730a3;
}

.tag-indigo:hover {
  background-color: #c7d2fe;
}

.tag-green {
  background-color: #1e274b;
  color: #065f46;
}

.tag-green:hover {
  background-color: #a7f3d0;
}

.tag-gray {
  background-color: #1e274b;
  color: #1f2937;
}

.tag-gray:hover {
  background-color: #e5e7eb;
}

.tag-red {
  background-color: #1e274b;
  color: #991b1b;
}

.tag-red:hover {
  background-color: #fecaca;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.home-info-container,
.telegram-banner-container {
  background: #0d1117;
  border-bottom-color: #1e1e1e;
}

.telegram-banner-container {
  padding: 20px 0;
  border: 0;
}

.home-info-container,
.telegram-banner-container {
  background: #0d1117;
}

.telegram-banner-container img {
  width: 100%;
}

img {
  vertical-align: middle;
}

img {
  border: 0;
}

.meta-atas {
  display: flex;
  align-items: center;
}

.meta-atas-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  object-fit: cover;
  border: none;
  margin-right: 1rem;
}

.meta-atas-info {
  font-size: 0.875rem;
}

.meta-atas-nama {
  color: #111827;
  font-weight: 400;
  font-size: 14px;

}

.meta-atas-detail {
  color: #6b7280;
  margin-top: 0.25rem;
}

.meta-atas-detail .separator {
  margin: 0 0.25rem;
}

.meta-bawah {
  text-align: center;
}

.meta-bawah-avatar-container {
  margin-bottom: 1.5rem;
}

.meta-bawah-avatar {
  width: 6rem;
  height: 6rem;
  border-radius: 9999px;
  object-fit: cover;
  border: 4px solid #f0f1ff;
  margin-left: auto;
  margin-right: auto;
}

.meta-bawah-label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  color: #6366f1;
  font-weight: 600;
}

.meta-bawah-nama {
  display: block;
  margin-top: 0.25rem;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
  color: #000000;
}

.meta-bawah-bio {
  margin-top: 1rem;
  color: #4b5563;
}

.meta-bawah-sosmed {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

.meta-bawah-sosmed a {
  color: #9ca3af;
  margin: 0 0.5rem;
  transition: color 0.3s ease;
}

.meta-bawah-sosmed a:hover {
  color: #6366f1;
}

.meta-bawah-sosmed svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}

@media (min-width: 768px) {
  .meta-bawah {
    display: flex;
    align-items: center;
    text-align: left;
  }

  .meta-bawah-avatar-container {
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .meta-bawah-avatar {
    margin-left: 0;
    margin-right: 0;
  }

  .meta-bawah-info {
    margin-left: 2rem;
  }

  .meta-bawah-sosmed {
    justify-content: flex-start;
  }

  .meta-bawah-sosmed a:first-child {
    margin-left: 0;
  }
}

a {
  color: #4DA6FF;
}

a:hover {
  color: #fff;
  text-decoration: none;

}