@charset "UTF-8";
:root {
  --site-container-width: 1600px;
  --site-inner-width: 1440px;
}

.game-outer-container {
  background: var(--iframe-image) no-repeat;
  background-size: cover;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 2rem 0 0 0;
  position: relative;
}
.game-outer-container::after {
  content: "";
  position: absolute;
  margin-bottom: 0;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(31, 33, 40);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(3%, rgb(31, 33, 40)), color-stop(26%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(31, 33, 40) 3%, rgba(255, 255, 255, 0) 26%);
}
.game-outer-container .game-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: var(--wp--style--global--content-size);
  z-index: 1;
  height: 85vh;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  -o-object-fit: cover;
     object-fit: cover;
  gap: 0.625rem;
}
@media (min-width: 992px) {
  .game-outer-container .game-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1250px) {
  .game-outer-container .game-container {
    max-width: unset !important;
  }
}
.game-outer-container .game-container .control-buttons {
  display: block;
  position: absolute;
  z-index: 5;
}
.game-outer-container .game-container .control-buttons.close-btn {
  top: -50px;
  left: 0;
}
@media (max-width: 991px) {
  .game-outer-container .game-container .control-buttons.close-btn {
    left: 10px;
  }
}
.game-outer-container .game-container .control-buttons.close-btn a {
  display: block;
  color: #F0F3FA;
  text-decoration: none;
  text-align: center;
}
.game-outer-container .game-container .control-buttons.close-btn a span {
  display: inline-block;
  vertical-align: middle;
}
.game-outer-container .game-container .control-buttons.close-btn a span.icon-close {
  line-height: 20px;
  font-size: 14px;
  border-radius: 39px;
  width: 39px;
  height: 39px;
  background-color: #030D26;
}
.game-outer-container .game-container .control-buttons.close-btn a span.icon-close i {
  line-height: 39px;
}
.game-outer-container .game-container .control-buttons.close-btn a span.text-close {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  font-size: 12px;
  font-style: italic;
  line-height: 18px;
  margin-left: 8px;
  text-transform: uppercase;
}
.game-outer-container .game-container .play-game-buttons-wrapper {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
}
.game-outer-container .game-container .play-game-buttons-wrapper .play-game-buttons {
  margin: 20vh auto;
  width: 220px;
}
.game-outer-container .game-container .play-game-buttons-wrapper .play-game-buttons .button {
  background-color: hsl(222, 62%, 16%);
  border-radius: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: hsl(222, 51%, 14%);
  cursor: pointer;
  padding: 8px 24px;
  display: inline-block;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.75;
  text-transform: uppercase;
}
.game-outer-container .game-container .play-game-buttons-wrapper .play-game-buttons .button span {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  text-align: center;
}
.game-outer-container .game-container .play-game-buttons-wrapper .play-game-buttons .button i {
  margin-left: 4px;
  margin-right: 8px;
}
.game-outer-container .game-container .play-game-buttons-wrapper .play-game-buttons .play-real-game-btn,
.game-outer-container .game-container .play-game-buttons-wrapper .play-game-buttons .play-register-btn {
  background-color: hsl(71, 96%, 60%);
}
.game-outer-container .game-container .play-game-buttons-wrapper .play-game-buttons .play-fun-game-btn {
  background-color: hsl(222, 50%, 96%);
}

.tabs-block .tab-pane .no-translate table,
.tabs-block .tab-pane .no-translate table tr,
.tabs-block .tab-pane .no-translate table td,
.tabs-block .tab-pane .no-translate table th {
  border-collapse: collapse;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
}

.tabs-block .tab-pane .no-translate ul li {
  list-style: none;
}

.tabs-block .tab-pane .no-translate ol,
.tabs-block .tab-pane .no-translate ul {
  display: block;
  clear: both;
  margin: 15px 0;
  width: 100%;
  float: none;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tabs-block .tab-pane .no-translate ul {
  padding: 0;
}

.tabs-block .tab-pane .no-translate ul li {
  padding: 0;
}

.tabs-block .tab-pane .no-translate ul li::before {
  content: "🎲";
  font-size: 13px;
  display: inline-block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  padding-right: 5px;
}

.tabs-block .tab-pane .no-translate table tr:hover td {
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
  background: darkred;
  color: #fff;
}

.tabs-block .tab-pane .no-translate table td,
.tabs-block .tab-pane .no-translate table th {
  font-weight: normal;
  text-align: left;
  padding: 2px 5px;
}

.tabs-block .tab-pane .no-translate table tr:first-of-type > th {
  color: #fff;
  background: darkred;
}

.tabs-block .tab-pane .no-translate {
  margin: 15px 0;
}

.tabs-block .tab-pane .no-translate.responsive-table,
.tabs-block .tab-pane .no-translate .responsive-table {
  max-width: 100%;
  overflow: auto;
  margin: 15px 0;
}

.tabs-block .tab-pane .no-translate .faq-accordion {
  width: 100%;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
  max-width: 600px;
  margin: 20px 0;
  overflow: auto;
}

.tabs-block .tab-pane .no-translate details {
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
  border: 1px solid #ccc;
}

.tabs-block .tab-pane .no-translate details summary {
  padding: 2px 5px 2px 25px;
  cursor: pointer;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all;
  position: relative;
  list-style: none;
  /* Remove default marker */
}

.tabs-block .tab-pane .no-translate details[open] summary,
.tabs-block .tab-pane .no-translate details summary:hover {
  background: darkred;
  color: #fff;
}

.tabs-block .tab-pane .no-translate details div {
  padding: 5px;
  margin: 0;
}

.tabs-block .tab-pane .no-translate details summary::before {
  content: "📌";
  position: absolute;
  left: 2px;
  top: 4px;
  font-size: 14px;
}

.tabs-block .tab-pane .no-translate .sub-title {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 15px;
}

.tabs-block .tab-pane .no-translate details[open] summary::before {
  content: "🎉";
}
