body {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  background: linear-gradient(270deg, #8f0909, #5e0303 51.07%, #ab0000);
  color: #fff;
  margin: 0;
  box-sizing: border-box;
  line-height: 1.42857;
}

ul {
  display: flex;
  list-style: none;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

ul li {
  padding: 0 8px;
}

a {
  text-decoration: none;
  color: #fff;
}

a:focus {
  outline: 0;
}

a:active {
  opacity: 0.2;
}

input {
  font-family: Roboto, sans-serif;
}

.nav {
  background-color: #222;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  height: 50px;
  width: 100%;
  z-index: 9998;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__menu,
.nav__notification {
  cursor: pointer;
  padding: 8px 10px;
  z-index: 1;
}

.nav__menu:active,
.nav__notification:active {
  opacity: 0.2;
}

.nav__logo {
  max-width: 90px;
}

.nav__logo img {
  max-width: 100%;
  height: auto;
}

.bottom-nav {
  background-color: #222222;
  position: fixed;
  bottom: -1px;
  height: 60px;
  width: 100%;
  z-index: 999;
}

.bottom-nav ul {
  background: linear-gradient(270deg, #a70f0f, #490a5f 51.07%, #2d0eb1);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.bottom-nav ul li {
  flex: 1;
  text-align: center;
}

.bottom-nav ul li a {
  display: flex;
  flex-direction: column;
  font-size: 10px;
}

.menu {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -280px;
  min-height: 100vh;
  z-index: 9999;
  max-width: 17.5rem;
  width: 280px;
  height: 100%;
  overflow: auto;
  transition: all ease 0.3s;
}

.menu ul {
  display: block;
}

.menu ul li {
  padding: 10px 16px;
  border-bottom: 1px solid #ddd;
  display: grid;
  -webkit-box-align: center;
}

.menu .fa-angle-down {
  margin-top: 6px;
}

.menu ul li a {
  display: flex;
  align-items: center;
}

.menu ul li a img {
  width: 21px;
  height: 21px;
  margin-right: 16px;
}

.menu ul li a .sub-menu {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}

.menu ul li a span {
  color: #fff;
  font-size: 16px;
}

.box {
  padding: 10px 15px;
  max-width: 50rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.hamburger {
  padding: 8px 8px;
  display: inline-block;
  cursor: pointer;
  transition-property:
    opacity,
    -webkit-filter;
  transition-property: opacity, filter;
  transition-property:
    opacity,
    filter,
    -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  display: block;
  width: 25px;
  height: 16px;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition:
    top 0.1s 0.14s ease,
    opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition:
    bottom 0.1s 0.14s ease,
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.1s 0.14s ease,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition:
    bottom 0.1s 0.14s ease,
    transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),
    -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.bottom-nav,
.content,
.nav {
  transition-duration: 0.3s;
}

.nav__logo {
  max-width: none;
}

.nav__logo a {
  display: inline-flex;
}

.nav__logo img {
  max-width: none;
  height: 41px;
  width: auto;
}

.content {
  margin: 50px 0 100px;
}

.situs-slot-gacor {
  max-width: 1000px;
  margin: 10px auto;
  padding: 25px 15px;
  border-top: 0 solid rgba(113, 123, 143, 0.2);
  color: #fff;
}

.copyman {
  display: flex;
  justify-content: center;
}

body {
  background-color: #0a070b;
  overflow-x: hidden;
}

.nav {
  background: linear-gradient(270deg, #a70f0f, #490a5f 51.07%, #2d0eb1);
  border-bottom: 1px solid #fff;
}

.bottom-nav {
  background-color: #ee2c85;
}

.bottom-nav a {
  color: #101010;
}

.menu {
  background-color: #0a070b;
}

.menu ul li {
  border-color: #333;
}

.nav:after,
.nav:before {
  content: none;
}

.bottom-nav a {
  color: #e4e4e4;
}

.bottom-nav {
  background: linear-gradient(270deg, #000000, #000000 48.74%, #000000);
}

* {
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}

.btn-log-reg {
  max-width: 100%;
  margin: 10px 2px;
  display: flex;
  justify-content: center;
  gap: 9px;
}

.custom-Login {
  width: 100%;
  color: #fff;
  border-radius: 5px;
  padding: 12px;
  font-family: Heebo, sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  background: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow:
    inset 2px 2px 2px 0 rgba(255, 255, 255, 0.5),
    7px 7px 20px 0 rgba(0, 0, 0, 0.1),
    4px 4px 5px 0 rgba(0, 0, 0, 0.1);
  outline: 0;
}

.Login {
  background: #2c69fd;
  line-height: 42px;
  padding: 0.3em;
  border: 0;
}

.Login span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.Login:after,
.Login:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgba(251, 75, 2, 1);
  box-shadow:
    -7px -7px 20px 0 rgba(255, 255, 255, 0.9),
    -4px -4px 5px 0 rgba(255, 255, 255, 0.9),
    7px 7px 20px 0 rgba(0, 0, 0, 0.2),
    4px 4px 5px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.Login:before {
  height: 0;
  width: 2px;
}

.Login:after {
  width: 0;
  height: 2px;
}

.Login:hover {
  color: rgba(251, 75, 2, 1);
  background: 0;
}

.Login:hover:before {
  height: 100%;
}

.Login:hover:after {
  width: 100%;
}

.Login span:after,
.Login span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(251, 75, 2, 1);
  box-shadow:
    -7px -7px 20px 0 rgba(255, 255, 255, 0.9),
    -4px -4px 5px 0 rgba(255, 255, 255, 0.9),
    7px 7px 20px 0 rgba(0, 0, 0, 0.2),
    4px 4px 5px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.Login span:before {
  width: 2px;
  height: 0;
}

.Login span:after {
  height: 2px;
  width: 0;
}

.Login span:hover:before {
  height: 100%;
}

.Login span:hover:after {
  width: 100%;
}

.custom-Register1 {
  width: 100%;
  color: #fff;
  border-radius: 5px;
  padding: 12px;
  font-family: Heebo, sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  background: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow:
    inset 2px 2px 2px 0 rgba(255, 255, 255, 0.5),
    7px 7px 20px 0 rgba(0, 0, 0, 0.1),
    4px 4px 5px 0 rgba(0, 0, 0, 0.1);
  outline: 0;
}

.Register1 {
  background: #dd1313;
  line-height: 42px;
  padding: 0.3em;
  border: 0;
}

.Register1 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.Register1:after,
.Register1:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: rgba(251, 75, 2, 1);
  box-shadow:
    -7px -7px 20px 0 rgba(255, 255, 255, 0.9),
    -4px -4px 5px 0 rgba(255, 255, 255, 0.9),
    7px 7px 20px 0 rgba(0, 0, 0, 0.2),
    4px 4px 5px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.Register1:before {
  height: 0;
  width: 2px;
}

.Register1:after {
  width: 0;
  height: 2px;
}

.Register1:hover {
  color: rgba(251, 75, 2, 1);
  background: 0;
}

.Register1:hover:before {
  height: 100%;
}

.Register1:hover:after {
  width: 100%;
}

.Register1 span:after,
.Register1 span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: rgba(251, 75, 2, 1);
  box-shadow:
    -7px -7px 20px 0 rgba(255, 255, 255, 0.9),
    -4px -4px 5px 0 rgba(255, 255, 255, 0.9),
    7px 7px 20px 0 rgba(0, 0, 0, 0.2),
    4px 4px 5px 0 rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.Register1 span:before {
  width: 2px;
  height: 0;
}

.Register1 span:after {
  height: 2px;
  width: 0;
}

.Register1 span:hover:before {
  height: 100%;
}

.Register1 span:hover:after {
  width: 100%;
}

.button-regist {
  width: 100%;
  position: relative;
  font-family: Heebo, sans-serif;
  padding: 12px;
  border: 0;
  background: #bf18a0;
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}

.button-regist:hover {
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.562);
  transform: scale(1.01);
  box-shadow: inset 0 0 10px rgba(255, 0, 0, 0.575);
}

.button-regist:hover::after {
  left: 100%;
}

.games {
  padding: 0 10px;
}

.home-games {
  margin-top: 20px;
}

.home-games:first-child {
  margin-top: 5px;
}

.home-games:last-child {
  margin-bottom: 20px;
}

.home-games > .title {
  margin-bottom: 8px;
}

.home-games > .title .text-color {
  color: #946d2d;
}

.home-games > .title span {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  align-self: center;
}

.home-games .game-wrapper {
  overflow-x: auto;
}

.home-games .game-items {
  display: flex;
  width: 625px;
  gap: 3px;
}

.home-games .game-items > .box {
  cursor: pointer;
  text-align: center;
  color: #fff;
  width: calc(100% / 6 - 5px);
  min-width: 98px;
  border-radius: 15px;
  padding: 6px;
  background: linear-gradient(100deg, rgb(122 2 82), #002f8f 48.74%, #29049b);
  border: 1px solid #1a1532;
}

.home-games .game-items > .box > span {
  padding-top: 5px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
}

.home-games .game-items > .box > .box-item {
  overflow: hidden;
  border-radius: 5px;
}

.home-games .game-items > .box > .box-item img {
  max-width: 100%;
  height: auto;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition:
    transform 0.2s ease-in-out,
    -webkit-transform 0.2s ease-in-out;
}

.home-games .game-items > .box:hover > .box-item img {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.p-1 {
  max-width: 1020px;
  margin: 10px auto;
  padding: 0.571rem;
  margin-bottom: 0.571rem;
}

.table-information thead {
  text-align: center;
  font-weight: 700;
  font-size: larger;
}

.table-information {
  width: 100%;
}

.table-information tbody tr td {
  position: relative;
  font-size: small;
  font-weight: 300;
  border-bottom: 1px solid #fff;
  font-family: Roboto;
}

.border-secondary {
  border: 1px solid #471525;
  border-radius: 2px;
  background: linear-gradient(65deg, #471525, #471525);
}

.table-transaksi {
  max-width: 1000px;
  margin: 20px auto;
  display: flex;
  gap: 10px;
  padding: 15px 10px;
  background: linear-gradient(100deg, #420069, #151847 48.74%, #6a0060);
}

@media only screen and (max-width: 370px) {
  .table-transaksi {
    display: grid;
  }
}

.table-transaksi .card {
  padding: 16px 9px;
  background: linear-gradient(
    180deg,
    rgba(98, 108, 117, 0.5) 24.5%,
    rgba(16, 18, 28, 0.5)
  );
  box-shadow: 0 4px 24px 1px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: calc(100% / 1.04);
}

.table-transaksi .card .card-header {
  display: flex;
  gap: 5px;
  align-items: center;
  text-align: left;
}

.table-transaksi .card .card-header .title {
  font-weight: 600;
  font-size: 16px;
  color: #cfc06b;
}

.table-transaksi .card .circle-wrp {
  padding: 0;
  font-size: 30px;
  vertical-align: middle;
  background: #444242;
  border-radius: 100%;
  width: 43px;
  height: 31px;
  display: grid;
  align-items: center;
  justify-items: center;
  margin-right: 4px;
}

.table-transaksi .card .text-wrp {
  width: 100%;
}

.table-transaksi .card .text-wrp .text-row {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
}

.table-transaksi .card .circle-wrp .ring {
  padding: 0;
  background: #141126;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
}

.table-transaksi .card .circle-wrp .ring .icon {
  width: 100%;
  height: 100%;
}

.table-transaksi .card .progress {
  background: #464a4c;
  border-radius: 10px;
  height: 6px;
  margin-top: 6px;
}

.table-transaksi .card .progress-bar {
  background: #946d2d;
  border-radius: 10px;
  height: 6px;
  position: relative;
}

.table-transaksi .card .progress-bar::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 7.5px;
  background-color: #946d2d;
  position: absolute;
  right: -1px;
  top: -3px;
}

.table-transaksi .card .text-time-new {
  text-align: left;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 800;
}

.table-transaksi .card .text-time-new span {
  font-size: 38px;
}

@media only screen and (max-width: 700px) {
  .table-transaksi .card .card-header .title {
    font-weight: 600;
    font-size: 12px;
  }

  .table-transaksi .card .card-header .description {
    font-weight: 600;
    font-size: 12px;
  }

  .table-transaksi .card .text-time-new {
    text-align: left;
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 800;
  }

  .table-transaksi .card .text-time-new span {
    font-size: 12px;
  }
}

@media only screen and (max-width: 450px) {
  .table-transaksi .card .card-header .title {
    font-weight: 600;
    font-size: 8px;
  }

  .table-transaksi .card .card-header .description {
    font-weight: 400;
    font-size: 8px;
  }
}

.table-transaksi > div {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  flex: 1;
  padding: 7px;
  border-radius: 10px;
  background: #141126;
  text-align: center;
}

.supported-banks {
  max-width: 990px;
  margin: 20px auto;
  padding: 0 15px 15px;
  background: linear-gradient(100deg, #420069, #151847 48.74%, #6a0060);
}

.supported-banks .list-wrapper {
  display: flex;
  gap: 16px;
}

.supported-banks .title {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px;
}

.supported-banks .title .text-color {
  color: #946d2d;
}

@media only screen and (max-width: 350px) {
  .supported-banks .list-wrapper {
    display: grid;
  }
}

.supported-banks .button-pay {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  outline: 0;
  cursor: inherit;
  width: 100%;
  height: 30px;
  opacity: 1;
  background: linear-gradient(
    180deg,
    rgba(98, 108, 117, 0.5) 24.5%,
    rgba(16, 18, 28, 0.5)
  );
  border-radius: 5px;
  box-shadow: rgba(3, 3, 3, 0.1) 0 0 10px;
  border: 1px solid #000000;
  padding: 0;
  gap: 16px;
  justify-content: center;
}

.supported-banks .button-pay .icon {
  width: 22px;
  height: 22px;
}

.supported-banks .button-pay .text {
  text-align: left;
  line-height: 4.3px;
}

.supported-banks .button-pay .text .text-title {
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
}

@media only screen and (max-width: 700px) {
  .supported-banks .button-pay {
    height: 30px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    outline: 0;
    cursor: inherit;
    width: 100%;
    opacity: 1;
    background: linear-gradient(
      180deg,
      rgba(98, 108, 117, 0.5) 24.5%,
      rgba(16, 18, 28, 0.5)
    );
    border-radius: 5px;
    box-shadow: rgba(3, 3, 3, 0.1) 0 0 10px;
    border: 1px solid #000000;
    padding: 0 7px;
    gap: 6px;
    justify-content: center;
  }

  .supported-banks .button-pay .text .text-title {
    text-align: left;
    line-height: 4.3px;
    font-size: 10px;
    line-height: normal;
  }

  .supported-banks .button-pay .text {
    text-align: left;
    line-height: 4.3px;
  }

  .supported-banks .button-pay .icon {
    width: 22px;
    height: 22px;
  }
}

.bottom-nav img {
  height: 24px;
  width: auto;
  margin: 5px auto;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.bottom-nav .wrap {
  height: 24px;
  width: 24px;
  margin: 5px auto;
  border-radius: 100%;
  background-color: #000000;
  -webkit-transform: scale(2.5) translateY(-5px);
  transform: scale(2.5) translateY(-5px);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.bottom-nav .wrap img {
  position: relative;
  top: -3px;
  height: 20px;
  width: 20px;
}

.bottom-nav .live-chat {
  background: 0;
  -webkit-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.menu .games span {
  font-size: 16px;
}

.menu .games .all-games {
  margin-top: 7px;
}

.menu .games .all-games li {
  background-color: transparent;
  border-color: transparent;
  padding: 7px 16px;
}

.nav .nav__logo {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sidenav {
  background: #222;
  padding: 20px 25px;
}

.sidenav .welcome {
  text-align: center;
}

.sidenav .sidenav_logo {
  margin: 10px 0;
  text-align: center;
}

.sidenav .sidenav_logo img {
  width: 150px;
  height: auto;
}

.sidenav .sidenav_btn_title {
  text-align: center;
  color: #fff;
  font-size: 13px;
}

.sidenav .sidenav_btn_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0;
}

.sidenav .sidenav_btn_button button {
  outline: 0;
  border: 0;
  border-radius: 5px;
  min-width: 105px;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
  box-shadow: 0 1px 1px rgb(0 0 0 / 25%);
  color: #fff;
  cursor: pointer;
}

.sidenav .sidenav_btn_button .sidenav-login {
  background: linear-gradient(
    0,
    rgba(255, 151, 0, 1) 0,
    rgba(251, 75, 2, 1) 100%
  );
  margin-right: 5px;
}

.sidenav .sidenav_btn_button .sidenav-register {
  background: linear-gradient(to bottom, #ff1300 0, #9a0f04 100%);
}

.sidenav .sidenav_btn_forgetpw {
  text-align: right;
  font-size: 13px;
  color: #fff;
}

.sidenav-games {
  padding: 10px 25px;
}

.sidenav-games .games .fa-angle-down {
  font-size: 14px;
  position: absolute;
  right: 28px;
}

.nav__notification.g8pop-ann {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 500px) {
  .supported-banks .button-pay .text .text-title {
    font-size: 8px;
    white-space: nowrap;
  }

  .supported-banks .button-pay {
    height: 30px;
  }

  .supported-banks .button-pay .icon {
    width: 16px;
    height: 16px;
  }
}

#popup_container {
  min-width: 420px;
  max-width: 800px;
  position: fixed;
  background: #000;
  border: 3px solid #d6ae0d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

#popup_title {
  font-size: 20px;
  color: #fff;
  padding: 0 8px;
  margin: 0;
}

#popup_title:empty {
  display: none;
}

#popup_content {
  padding: 8px;
}

#popup_message {
  padding-bottom: 8px;
  color: #fff;
  max-height: 90vh;
  overflow: auto;
}

#popup_message::-webkit-scrollbar {
  width: 5px;
}

#popup_message::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

#popup_message::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

#popup_message::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#popup_panel {
  text-align: center;
}

#popup_panel input#popup_ok {
  font-size: 14px;
  border: 0;
  padding: 8px 30px;
  cursor: pointer;
  background-color: #af9641;
  font-weight: 700;
  border-radius: 3px;
  outline: 0;
  color: #fff;
}

@media (max-width: 767px) {
  #popup_container {
    min-width: 90%;
    max-width: 90%;
  }
}

.menu {
  z-index: 9999999999;
}

.content {
  margin-bottom: 70px;
}

amp-accordion .sub-title {
  background-color: transparent;
  border: 0;
  padding-right: 0;
}

.sidenav-games .games .fa-angle-down {
  right: 0;
  margin-top: 0;
}

amp-lightbox {
  z-index: 9999;
}

amp-lightbox > div {
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (min-width: 665px) {
  .home-games .game-items {
    justify-content: center;
    width: 100%;
    gap: 20px;
  }

  .home-games .game-items > .box {
    max-width: 150px;
    margin: 0;
  }

  .home-games > .title {
    text-align: center;
  }
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu72xKKTU1Kvnz.woff2)
    format("woff2");
  unicode-range:
    U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu5mxKKTU1Kvnz.woff2)
    format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7mxKKTU1Kvnz.woff2)
    format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4WxKKTU1Kvnz.woff2)
    format("woff2");
  unicode-range: U+0370-03FF;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7WxKKTU1Kvnz.woff2)
    format("woff2");
  unicode-range:
    U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329,
    U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2)
    format("woff2");
  unicode-range:
    U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
    U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2)
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193,
    U+2212, U+2215, U+FEFF, U+FFFD;
}

.article-box {
  margin: 20px 10px;
  border-radius: 18px;
  overflow: hidden;

  background: #141414;

  border: 2px solid #2b54ff;

  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.05) inset,
    0 10px 25px rgba(0, 0, 0, 0.45);
}

.article-header {
  background: linear-gradient(90deg, #3210a8 0%, #6b0b78 45%, #b10f16 100%);

  padding: 16px 20px;

  border-bottom: 2px solid #ffb400;
}

.article-header h2 {
  margin: 0;

  color: #fff;

  font-size: 24px;

  text-align: center;

  font-weight: 800;

  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.article-content {
  padding: 22px;

  color: #f2f2f2;

  font-size: 16px;

  line-height: 1.9;

  background: linear-gradient(180deg, #1a1a1a, #111);
}

.article-content p {
  margin: 0 0 18px;
}

.article-content h3 {
  color: #ffca42;

  margin: 25px 0 15px;

  font-size: 20px;

  font-weight: 700;
}

.article-content ul {
  margin: 0 0 20px 20px;

  padding: 0;
}

.article-content li {
  margin-bottom: 10px;

  color: #f4f4f4;
}

.article-content li::marker {
  color: #ff9800;
}

.article-content blockquote {
  margin: 25px 0;

  padding: 18px;

  border-left: 5px solid #ffb300;

  background: #202020;

  color: #ffe6a3;

  font-style: italic;

  border-radius: 10px;
}

.article-content a {
  color: #6db5ff;

  font-weight: 700;

  text-decoration: none;
}

.article-content a:hover {
  color: #ffd24c;
}

.disabled-btn {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
