/*RELATIVE CONTAINER*/
.relative-container {
  position: relative;
}

/*PAYTABLE*/
.paytable {
  font-family: Calibri, sans-serif;
  font-size: 0.2em;
  overflow: hidden;
  width: 100%;
  height: 104%;
}

.gr__orientation_portrait .paytable {
  height: 135%;
}

.paytable * {
  box-sizing: border-box;
}

.paytable__title {
  text-align: center;
  font-size: 4.6em;
  line-height: 1em;
  color: #ffcc00;
  margin: 5px 0;
}

.paytable__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*CONTENT PAGES*/
.content-page {
  line-height: 1.1em;
  font-size: 2.25em;
}

.content-page__image {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.gr__orientation_portrait .content-page__image {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.content-page__text {
  margin-top: 0em;
}

.content-page__list {
  margin-top: 0;
}

/*COIN UP*/
.coinup-content-page__image {
  margin-top: 0em;
  margin-bottom: 0em;
}
.gr__orientation_portrait .coinup-content-page__image {
  margin-top: 0.75em;
  margin-bottom: 0.25em;
}

.coinup-content-page__text {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.gr__orientation_portrait .coinup-content-page__text {
  margin-top: 0.44em;
  margin-bottom: 0.25em;
}

/*MULTI UP*/
.multiup-content-page__image {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  margin-left: 0em;
}
.gr__orientation_portrait .multiup-content-page__image {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  margin-left: 1em;
}

/*RULES PAGE*/
.rules-page__image>img {
  width: 361px;
  height: auto;
}

.rules-page__text {
  display: flex;
  margin-top: 0em;
}

/*STICKY COIN PAGE*/
.sticky-content-page {
  margin-top: 0em;
}

.sticky-page__image>img {
  width: 478px;
  height: auto;
}

.sticky-page__text {
  margin-top: 0em;
}

/*BONUS PAGE*/
.bonus-page__image>img {
  width: 295px;
  height: auto;
}

.bonus-page__text {
  display: flex;
  margin-top: 0em;
}
.bonus-page__text>ul {
  /* margin-block-start: 0em;
  margin-block-end: 0em; */
}

/*COIN PRIZES PAGE*/
.coinprize-content-page {
  margin-top: 0em;
}

.coinprize-page__image>img {
  width: 667px;
  height: auto;
}

.coinprize-page__text {
  display: flex;
  margin-top: 0em;
}

/*MYSTERY SYMBOLS PAGE*/
.mystery-content-page {
  margin-top: 0em;
}
.gr__orientation_portrait .mystery-content-page {
  margin-top: 1.62em;
}

.mystery-div-img {
  width: 50%;
  text-align: center;
}

.mystery-page__image>img {
  width: 802px;
  height: auto;
}

.mystery-page__text {
  display: flex;
  margin-top: 0em;
}

.gr__orientation_portrait .mystery-page__text {
  margin-top: 0em;
}

/*COIN COLLECT SYMBOL PAGE*/
.collector-page__image>img {
  width: 384px;
  height: auto;
}

.collector-page__text {
  display: flex;
  margin-top: 0em;
}

/*GRAND JACKPOT PAGE*/
.grand-page__image>img {
  width: 330px;
  height: auto;
}

.grand-page__text {
  display: flex;
  margin-top: 0em;
}

/*ERUPTION FEATURE PAGE*/
.eruption-page__image>img {
  width: 658px;
  height: auto;
}

.eruption-page__text {
  margin-top: 0em;
    display: flex;
}

/*ULTRA VOLCANO BONUS PAGE*/
.ultra-page__image>img {
  width: 746px;
  height: auto;
}

.ultra-page__text {
  display: flex;
  margin-top: 0em;
}

/*BUY BONUS PAGE*/
.buybonus-page__image>img {
  padding: 25px;
  width: 455px;
  height: auto;
}

.buybonus-page__text {
  display: flex;
  margin-top: 0em;
}

/*IMAGE WRAPPER*/
.image>img {
  max-width: 100%;
  max-height: 100%;
}

/** BUY BONUS PAGE */
.buy-bonus-container {
  /* display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start; */
}

.buy-bonus-padding {
  padding: 0px 0px 0px 0px;
}

.buy-bonus-image-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.buy-bonus-image-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.gr__orientation_landscape .buy-bonus-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 200px;
  margin-bottom: 20px;
}
.gr__orientation_portrait .buy-bonus-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 500px;
  height: 277.5px;
  margin-bottom: 20px;
}

.buy-bonus-image {
  position: absolute;
  width: 207px;
  height: 96px;
  z-index: -1;
}

.gr__orientation_landscape .buy-bonus-align-image {
  align-items: center;
  width: 100%;
  height: 100%;
}
.gr__orientation_portrait .buy-bonus-align-image {
  align-items: center;
  width: 100%;
  height: 100%;
}

.buy-bonus-button-container {
  width: 207px;
  height: 96px;
}

.buy-bonus-button-text-container {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 207px;
  height: 96px;
  /* padding-left: 6px; */
}

.buy-bonus-button-text {
  font-size: 3.2em;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  color: white;
  padding: 0px 8px;
}
.gr__orientation_portrait .buy-bonus-button-text {
  padding: 0px 6px;
}

/*GAME VIEW PAGE*/
.game-view-content-page {
  margin-top: 0em;
}

.game-view-page__image>img {
  width: 595px;
  height: 280px;
}

/*FEATURE NAME*/
.feature-name {
  color: #E76918;
}

.common-rules {
  font-size: 1.2em;
}

.common-rules-block li:not(:last-child) {
  padding-bottom: 0.2em;
}

.common-rules-block-header {
  text-align: center;
  padding: 0.5em 0;
}

.paytable-glossary {
  font-size: 0.8em;
  margin-bottom: 0.9em;
  width: 50%;
  margin: 5px auto 0;
  border-collapse: unset;
}

.paytable-glossary td {
  border: 1px solid #fff;
  padding: 10px;
  text-align: center;
}

.paytable-glossary tr:first-child {
  background: rgba(129, 128, 127, 0.76863);
  color: #fff;
}
