/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./packages/client/src/html/less/console.less ***!
  \*************************************************************************************************************************************/
.console {
  position: absolute;
  color: #fff;
  z-index: 50;
  box-sizing: border-box;
}
.console ::-webkit-scrollbar {
  width: 10px;
}
.console ::-webkit-scrollbar-track {
  background: gray;
}
.console ::-webkit-scrollbar-thumb {
  background: #888;
}
.console ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.console ::-webkit-scrollbar {
  width: 1em;
}
.console ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.console ::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.json-viewer {
  color: #000;
  padding-left: 20px;
}
.json-viewer ul {
  list-style-type: none;
  margin: 0;
  margin: 0 0 0 1px;
  border-left: 1px dotted #ccc;
  padding-left: 2em;
}
.json-viewer .hide {
  display: none;
}
.json-viewer .type-string {
  color: #0b7500;
}
.json-viewer .type-date {
  color: #cb7500;
}
.json-viewer .type-boolean {
  color: #1a01cc;
  font-weight: bold;
}
.json-viewer .type-number {
  color: #1a01cc;
}
.json-viewer .type-null,
.json-viewer .type-undefined {
  color: #90a;
}
.json-viewer a.list-link {
  color: #000;
  text-decoration: none;
  position: relative;
}
.json-viewer a.list-link:before {
  color: #aaa;
  content: '\25BC';
  position: absolute;
  display: inline-block;
  width: 1em;
  left: -1em;
}
.json-viewer a.list-link.collapsed:before {
  content: '\25B6';
}
.json-viewer a.list-link.empty:before {
  content: '';
}
.json-viewer .items-ph {
  color: #aaa;
  padding: 0 1em;
}
.json-viewer .items-ph:hover {
  text-decoration: underline;
}
.add-height {
  height: auto !important;
}
.rotate90 {
  transform: rotate(0deg) !important;
}
.jv-wrap {
  display: flex;
}
.jv-folder {
  cursor: pointer;
}
/* for light them */
.jv-light-symbol {
  color: #000;
  font-weight: bold;
}
.jv-light-con {
  background: #fff;
  color: #000;
  font-family: monospace;
  overflow: auto;
  height: 100%;
  width: 100%;
}
.jv-light-current {
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}
.jv-light-left {
  display: inline-block;
}
.jv-light-rightString {
  display: inline-block;
  color: #7a3e9d;
}
.jv-light-rightBoolean {
  display: inline-block;
  color: #448c27;
}
.jv-light-rightNumber {
  display: inline-block;
  color: #f53232;
}
.jv-light-rightNull {
  display: inline-block;
  color: #9c5d27;
}
.jv-light-rightObj {
  display: block !important;
  overflow: hidden;
  height: 0;
}
.jv-light-folder {
  width: 0px;
  display: inline-block;
  margin-left: -15px;
  text-align: center;
  cursor: pointer;
  height: 0px;
  border: 4px solid transparent;
  border-top: 8px solid #484d50;
  position: absolute;
  top: 11px;
  transform-origin: 50% 25%;
  transform: rotate(-90deg);
}
/* for dark theme */
.jv-dark-con {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: monospace;
  overflow: auto;
  height: 100%;
  width: 100%;
}
.jv-dark-symbol {
  color: #fff;
  font-weight: bold;
}
.jv-dark-current {
  line-height: 20px;
  padding-left: 20px;
  position: relative;
}
.jv-dark-left {
  display: inline-block;
  font-size: 11px;
}
.jv-dark-rightString {
  display: inline-block;
  color: #66d9ef;
  font-size: 11px;
}
.jv-dark-rightBoolean {
  display: inline-block;
  color: #a6e22e;
  font-size: 11px;
}
.jv-dark-rightNumber {
  display: inline-block;
  color: #f92672;
  font-size: 11px;
}
.jv-dark-rightNull {
  display: inline-block;
  color: #e6db74;
  font-size: 11px;
}
.jv-dark-rightObj {
  display: block !important;
  overflow: hidden;
  height: 0;
  font-size: 11px;
}
.jv-dark-folder {
  width: 7px;
  display: inline-block;
  margin-left: -15px;
  text-align: center;
  cursor: pointer;
  border: 4px solid transparent;
  border-top: 4px solid #fff;
  position: absolute;
  top: 9px;
  transform: rotate(-90deg);
  transform-origin: 50% 25%;
}
.buttonDiv {
  position: absolute;
  background: rgba(21, 5, 5, 0.5);
  z-index: 50;
  width: 100%;
  height: 10%;
}
.console-button {
  align-items: center;
  appearance: none;
  background-color: #fcfcfd;
  border-radius: 4px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #d6d6e7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #36395a;
  cursor: pointer;
  font-family: 'JetBrains Mono', monospace;
  height: 12px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  text-align: left;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 12px;
}
.console-info-drag-button {
  left: 0;
  top: 15%;
  text-transform: uppercase;
}
.close-button {
  right: 0;
  top: 15%;
  text-transform: uppercase;
}
.minus-width-button {
  right: 50px;
  top: 15%;
  text-transform: uppercase;
}
.plus-width-button {
  left: 50px;
  top: 15%;
  text-transform: uppercase;
}
.clear-info-button {
  right: 40%;
  top: 15%;
  text-transform: uppercase;
}

/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./packages/client/src/html/less/custom.less ***!
  \************************************************************************************************************************************/
#customreact-content {
  position: absolute;
  pointer-events: all;
  height: 100%;
  z-index: 10;
  background-color: #222222;
  position: relative;
}
#customreact-content #console-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 70vw;
  background-color: white;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
}
#customreact-content .console-header {
  padding: 1% 0 1% 2%;
}
#customreact-content .fastFBut {
  display: block;
  position: absolute;
  border-radius: 7px;
  width: 50px;
  height: 85px;
  top: 17%;
  color: white;
  font-size: 0.8em;
  padding: 4px;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  cursor: pointer;
}
#customreact-content .console-title {
  color: gray;
  font-size: 16px;
  font-weight: bold;
}
#customreact-content input[type='file'] {
  font-size: 10px;
  color: white;
  /*normal size*/
}
#customreact-content .console-toggler {
  color: black;
  cursor: pointer;
}
#customreact-content .console-tabs {
  display: flex;
  background-color: black;
  position: sticky;
  top: 0;
  left: 0;
  box-shadow: 0 0 15px 0 white(0, 0, 0, 0.1);
  z-index: 100;
  overflow-y: auto;
  width: 100%;
  scrollbar-width: none;
}
#customreact-content .adjustVolume {
  color: white;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#customreact-content .state-1 {
  background-color: #007bff;
}
#customreact-content .state-2 {
  background-color: #28a745;
}
#customreact-content .state-3 {
  background-color: #ffc107;
}
#customreact-content .state-4 {
  background-color: #dc3545;
}
#customreact-content .control-tab {
  padding: 1% 0 1% 2%;
}
#customreact-content .console-tab {
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  outline: 0;
  text-transform: capitalize;
  white-space: nowrap;
  background-color: transparent;
  color: #888888;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: calc(0.875 * 16px);
  line-height: normal;
  width: auto;
  height: auto;
  padding: calc(0.875 * 16px) calc(0.55 * 16px) calc(0.875 * 16px) calc(0.55 * 16px);
  margin: 0 calc(0.2 * 16px) 0 calc(0.2 * 16px);
  z-index: 1;
}
#customreact-content .console-tab.active {
  background-color: black;
  color: white;
  border-bottom: 1px solid white;
}
#customreact-content .openBut {
  display: block;
  position: absolute;
  border-radius: 7px;
  background-color: white;
  width: 50px;
  height: 60px;
  right: -22px;
  top: 70%;
  color: white;
  font-size: 0.8em;
  padding: 4px;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  cursor: pointer;
}
#customreact-content .tabs > .content {
  height: 70vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
#customreact-content .console-content {
  width: 100%;
  height: 100%;
}
#customreact-content input[type='checkbox'].customToggleButton {
  font-size: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 70px;
  height: 1.2em;
  background: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#customreact-content input[type='checkbox'].customToggleButton:checked {
  background: green;
}
#customreact-content input[type='checkbox'].customToggleButton:after {
  position: absolute;
  content: '';
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#customreact-content input[type='checkbox'].customToggleButton:checked:after {
  left: calc(100% - 1.2em);
}
#customreact-content .tabInnerTitle {
  margin-top: 40px;
  font-size: 40px;
}
#customreact-content .incrementButtons {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: column;
  margin-bottom: 5%;
  margin-top: 5%;
  height: fit-content;
}
#customreact-content .customContent {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: column;
  height: 100%;
}
#customreact-content .customPlayerSymbolsContent {
  height: fit-content;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-flow: row;
}
#customreact-content .symbolsGrid {
  display: grid;
}
#customreact-content .reelsGrid {
  display: grid;
  grid-auto-flow: row;
}
#customreact-content .buttonHolder {
  font-size: 12px;
  display: flex;
  justify-content: end;
  align-items: center;
}
#customreact-content .symbol {
  pointer-events: inherit;
  cursor: pointer;
}
#customreact-content .symbol.selected {
  opacity: 1;
  border: 1px solid white;
}
#customreact-content .symbol.unselected {
  opacity: 0.6;
}
#customreact-content .symbolsHolder {
  position: absolute;
  top: 2.5%;
  grid-column-start: 2;
  order: 2;
  display: grid;
  align-self: flex-end;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: max-content;
}
#customreact-content .customReelSymbolsHolder {
  position: absolute;
  top: 2.5%;
  grid-column-start: 1;
  grid-gap: 1%;
  order: 1;
  display: grid;
  align-self: flex-start;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: max-content;
}
#customreact-content .close-button {
  color: white;
  z-index: 100;
  position: sticky;
  top: 0;
  left: 100%;
  background-color: black;
  border: 1px solid white;
  width: 50px;
  height: auto;
  padding: calc(0.875 * 16px) calc(0.55 * 16px) calc(0.875 * 16px) calc(0.55 * 16px);
  text-align: center;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 101;
  cursor: pointer;
}
#customreact-content .parentCloseButton {
  display: inline-flex;
}
#customreact-content .control {
  padding: 12px;
  background-color: #111111;
  border-radius: 16px;
  border: 1px solid white;
}
#customreact-content .reelControl {
  padding: 5px;
  background-color: #111111;
  border-radius: 16px;
  border: 1px solid white;
}
#customreact-content .checkbox-container {
  display: flex;
  align-items: center;
}
#customreact-content .status {
  margin-left: 10px;
  font-weight: bold;
}
#customreact-content .group-description,
#customreact-content .control-description {
  font-size: 12px;
  color: white;
}
#customreact-content label {
  color: white;
}
#customreact-content .radio-group {
  padding-top: 10px;
}
#customreact-content .control input[type='text'],
#customreact-content .control input[type='number'],
#customreact-content .control select,
#customreact-content .control textarea,
#customreact-content .control input[type='range'] {
  background-color: black;
  margin-left: 0;
  border: 1px solid white;
  color: white;
  background-repeat: no-repeat;
  background-position: right 5px center;
  cursor: pointer;
  border-radius: 15px;
  padding: 0.4em 0.4em;
}
#customreact-content .control .adjustVolume {
  color: white;
  font-size: 12px;
}
#customreact-content .control button {
  color: black;
  width: auto;
  font-size: 10px;
  display: flex;
  justify-content: center;
  /* text-align: center; */
  align-items: center;
  padding: 10px;
}
#customreact-content .control .fill-control button {
  height: auto;
  margin-bottom: 10px;
}
#customreact-content .control-description {
  font-size: 12px;
  color: white;
}
#customreact-content .control-separator {
  height: 1px;
  background-color: #444;
  margin: 1% 0;
}
#customreact-content .two-cols {
  display: grid;
  padding: 10px 10px;
  grid-template-columns: repeat(2, 1fr);
}
#customreact-content .two-cols-groups {
  display: grid;
  grid-template-columns: 80% 20%;
}
#customreact-content .reel-two-cols-groups {
  display: grid;
  grid-template-columns: 50% 50%;
}
#customreact-content .three-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 5px 5px 0;
}
#customreact-content .control-grid {
  display: grid;
  background-color: #444;
  padding: 10px;
  grid-template-columns: repeat(2, 1fr);
}
#customreact-content .control-grid label {
  color: white;
}
#customreact-content .control-grid input[type='range'],
#customreact-content .control-grid input[type='text'],
#customreact-content .control-grid select,
#customreact-content .control-grid textarea,
#customreact-content .control-grid button,
#customreact-content .control-grid button {
  background-color: #3a3a3a;
  border: 1px solid #444;
  color: white;
  padding: 5px;
  outline: none;
}
#customreact-content .radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: white;
  margin-right: 10px;
  padding: 5px;
}
#customreact-content .radio-input {
  display: none;
}
#customreact-content .radio-button {
  width: 12px;
  height: 12px;
  border: 1px solid white;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
}
#customreact-content p {
  color: white;
  font-size: 16px;
}
#customreact-content .buttonsTab {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: black;
  width: -webkit-fill-available;
  padding: 15px;
  outline: none;
}
#customreact-content .saveConfigButton {
  position: relative;
  background-color: black;
  border-radius: 4em;
  border: 1px solid white;
  font-size: 12px;
  color: white;
  padding: 0.8em 0.8em;
  user-select: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  -webkit-tap-highlight-color: transparent;
}
#customreact-content .saveConfigButton:hover {
  transition-duration: 0.1s;
}
#customreact-content .saveConfigButton:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
  box-shadow: 0 0 15px 15px white;
}
#customreact-content .saveConfigButton:active:after {
  box-shadow: 0 0 0 0 white;
  position: absolute;
  border-radius: 4em;
  left: 0;
  top: 0;
  opacity: 1;
  transition: 0s;
}
#customreact-content .buttonsTab:hover {
  background-color: dimgray;
}
#customreact-content .buttonsTab:active {
  background-color: dimgray;
  transform: translateY(4px);
}
#customreact-content .coloredText {
  color: white;
  padding-top: 10px;
}
#customreact-content .marginedInput {
  margin-left: 1em;
  margin-top: 1em;
  border: 1px solid white;
  padding: 0px 10px 0px 10px;
  border-radius: 15px;
  width: auto;
}
#customreact-content .buttonsTabActive {
  border: 5px solid green;
}
#customreact-content .radio-button::before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}
#customreact-content .radio-input:checked + .radio-button::before {
  transform: translate(-50%, -50%) scale(1);
}
#customreact-content .toggle-button {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}
#customreact-content .toggle-button .toggleInput {
  opacity: 0;
  width: 0;
  height: 0;
}
#customreact-content .toggle-button .toggleSpan {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  transition: 0.3s;
  border-radius: 30px;
  background-color: white;
}
#customreact-content .toggle-button .toggleSpan:before {
  position: absolute;
  content: '';
  height: 25px;
  width: 25px;
  left: 3px;
  bottom: 2.6px;
  background-color: black;
  border-radius: 50%;
  transition: 0.3s;
}
#customreact-content input:checked + .toggleSpan {
  background-color: green;
}
#customreact-content input:checked + .toggleSpan:before {
  transform: translateX(29px);
}
#customreact-content .txt {
  font-family: Arial;
  color: black;
  z-index: 100;
  rotate: 90deg;
  text-align: center;
  height: fit-content;
  pointer-events: none;
  font-weight: bold;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: white;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 5em;
}
#customreact-content .soundVolume {
  color: black;
  position: absolute;
  top: 360px;
}
#customreact-content .slidecontainer {
  width: 100%;
}
#customreact-content .slider {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50px;
  background-color: #fafafa;
  position: relative;
  cursor: pointer;
  --slider-font-size: calc(1 * 16px);
  width: 100%;
  height: calc(0.5 * 16px);
  padding: 0 !important;
  margin-top: 0.5em;
}
#customreact-content .slider:hover {
  opacity: 1;
  color: white;
}
#customreact-content .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #000000;
  border: 1px solid white;
  cursor: pointer;
}
#customreact-content .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background-color: #4caf50;
  border-radius: 50%;
  position: relative;
}
#customreact-content .group-title {
  color: white;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
#customreact-content .reel-group-title {
  color: white;
  font-size: 12px;
}
#customreact-content .group {
  background-color: #222222;
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1%;
}
#custom-button {
  position: absolute;
  user-select: none;
  pointer-events: all;
  /* Prevents text selection during drag */
  height: 40px;
  width: 40px;
  background-color: #000000;
  border: 2px solid springgreen;
  color: #d3d3d3;
  border-radius: 50%;
  display: inline-block;
  display: flex;
  /* Use flexbox */
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  text-align: center;
  z-index: 1000;
  writing-mode: vertical-rl;
  top: 60%;
  left: 0;
}
@media screen and (orientation: portrait) {
  .control {
    margin: 10px;
  }
  .customPlayerSymbolsContent {
    margin-bottom: 10%;
  }
}
@media screen and (orientation: landscape) {
  .control {
    margin: 10px 50px 10px 50px;
  }
}

/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./packages/client/src/html/less/customanddemo.less ***!
  \*******************************************************************************************************************************************/
.box select {
  background-color: #332827;
  color: white;
  padding-left: 0.5em;
  border: none;
  font-size: 2rem;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  left: 5%;
  width: 90%;
  height: 3rem;
  margin-top: 0.5rem;
  border-radius: 5px;
}
.scenario-info {
  position: absolute;
  top: 5px;
  right: 5px;
  min-height: 2em;
  background: rgba(28, 28, 28, 0.8);
  border-radius: 4px;
  color: #ffff00;
  z-index: 50;
  min-width: 10em;
  font-family: Verdana, Helvetica, sans-serif;
  text-align: left;
  direction: ltr;
  font-size: 11px;
  line-height: 2em;
  padding-left: 0.5em;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.box {
  position: absolute;
  z-index: 10;
  top: 5%;
  left: 20%;
  width: 60%;
  height: 90%;
  max-height: 450px;
  text-align: center;
  line-height: 45px;
  background-color: #564a4a;
}
.box:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}
.box select option {
  padding: 30px;
}
.loadButton {
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 30%;
  height: 3rem;
  background-color: #4b8308;
  border-radius: 7px;
  border: none;
  color: white;
  font-size: 2em;
}
.inputScenario {
  position: absolute;
  width: 50%;
  height: 3rem;
  display: block;
  border-radius: 7px;
  bottom: 5%;
  left: 5%;
  font-size: 1.5em;
  padding-left: 2%;
}
#inputPlayer {
  left: 5%;
  bottom: 25%;
  width: 40%;
}
#inputCasion {
  left: unset;
  right: 5%;
  bottom: 25%;
  width: 40%;
}
#divScenarioActions {
  position: absolute;
  z-index: 10;
  max-height: 90px;
  background-color: #564a4a;
}
#divScenarioActions button {
  background-color: #4b8308;
  border-radius: 7px;
  border: none;
  color: white;
}
#divScenarioActions button:disabled,
#divScenarioActions button[disabled] {
  background-color: #667356;
}
#divScenarioActions select {
  background-color: #332827;
  color: white;
  border: none;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border-radius: 5px;
}
#divScenarioActions #buttonNewScenario,
#divScenarioActions #buttonLoadScenario {
  width: 40%;
  position: absolute;
  top: 10%;
  left: 3.5%;
  height: 80%;
}
#divScenarioActions #buttonLoadScenario {
  left: unset;
  right: 3.5%;
}
#divScenarioActions #roundText {
  background-color: #332827;
  color: #f7f772;
  width: 18%;
  border-radius: 7px;
  height: 80%;
  top: 10%;
  font-size: 2em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#divScenarioActions .prevnextBut {
  cursor: pointer;
  font-size: 1.2em;
  position: absolute;
  top: 10%;
  width: 15%;
  height: 80%;
  outline: none;
}
#divScenarioActions .prevnextBut svg {
  width: 80%;
}
#divScenarioActions .prevnextBut svg .st0 {
  fill: white;
}
#divScenarioActions .selectSymbols {
  font-size: 2em;
  position: absolute;
  top: 10%;
  width: 13%;
  height: 80%;
  right: 17.5%;
  padding-left: 2%;
}
@media (orientation: portrait) {
  .box {
    left: 10%;
    width: 80%;
    height: 50%;
    text-align: center;
    font-size: 0.4em;
    line-height: 45px;
    background-color: #564a4a;
  }
  .loadButton {
    font-size: 3em;
  }
  .box select {
    font-size: 3em;
  }
}

/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./packages/client/src/html/less/help.less ***!
  \**********************************************************************************************************************************/
/* Scrollbars */
#helpHTMLDiv {
  position: absolute;
  overflow-y: scroll;
  z-index: 10;
  scrollbar-width: thin;
  /* "auto" or "thin" */
  scrollbar-color: #999 #000;
  /* scroll thumb and track */
  /* main containers */
  /* game names overwrites. default: green */
  /* custom images */
  /* Portrait overwrites */
  /* ============= Language Specific - as smaller texts, etc. ============ */
}
#helpHTMLDiv::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}
#helpHTMLDiv::-webkit-scrollbar-track {
  background: #000;
  /* color of the tracking area */
}
#helpHTMLDiv::-webkit-scrollbar-thumb {
  background-color: #999;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 3px solid #000;
  /* creates padding around scroll thumb */
}
#helpHTMLDiv .container {
  font-family: Arial;
  letter-spacing: 0px;
  color: #e1e1e1;
  padding: 0 2.2rem 1rem 2.2rem;
}
#helpHTMLDiv h1 {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin-block-start: 0;
  padding-top: 3rem;
  margin-bottom: 0.7rem;
  font-size: 2.3rem;
}
#helpHTMLDiv h2 {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-size: 2.1rem;
}
#helpHTMLDiv h3 {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 2rem;
}
#helpHTMLDiv ul {
  padding-inline-start: 5rem;
}
#helpHTMLDiv a,
#helpHTMLDiv a:visited {
  color: #fff;
}
#helpHTMLDiv a:hover {
  color: #ffff00;
}
#helpHTMLDiv .noWrap {
  white-space: nowrap;
}
#helpHTMLDiv .separator {
  background: transparent linear-gradient(90deg, #12121200 0%, #00c5be4d 46%, #12121200 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 80%;
  margin: auto;
  height: 0.3rem;
  margin-bottom: 1.5rem;
}
#helpHTMLDiv [section] {
  width: 100%;
}
#helpHTMLDiv .section {
  padding-bottom: 3rem;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
#helpHTMLDiv .section > p,
#helpHTMLDiv .section > div {
  display: table;
  margin: 0 0 1rem 0;
}
#helpHTMLDiv .section > p .jp-level,
#helpHTMLDiv .section > div .jp-level {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#helpHTMLDiv .section > p .jp-level span,
#helpHTMLDiv .section > div .jp-level span {
  padding-top: 0.8rem;
}
#helpHTMLDiv .section > p p,
#helpHTMLDiv .section > div p {
  display: table;
  margin: 0 0 1rem 0;
}
#helpHTMLDiv .section > p.small,
#helpHTMLDiv .section > div.small {
  margin: 0 0 0 0;
}
#helpHTMLDiv .section > p.large,
#helpHTMLDiv .section > div.large {
  margin: 0 0 3.5rem 0;
}
#helpHTMLDiv .section > p.very-large,
#helpHTMLDiv .section > div.very-large {
  margin: 0 0 6rem 0;
}
#helpHTMLDiv .section > p .left,
#helpHTMLDiv .section > div .left {
  display: table-cell;
  vertical-align: top;
  width: 9rem;
}
#helpHTMLDiv .section > p .left.lines-images,
#helpHTMLDiv .section > div .left.lines-images {
  display: flex;
  flex-direction: column;
}
#helpHTMLDiv .section > p .right,
#helpHTMLDiv .section > div .right {
  display: table-cell;
  vertical-align: middle;
}
#helpHTMLDiv .section > p .right.lines-text,
#helpHTMLDiv .section > div .right.lines-text {
  vertical-align: top;
}
#helpHTMLDiv .section > p .valigned,
#helpHTMLDiv .section > div .valigned {
  display: flex;
  align-items: center;
}
#helpHTMLDiv .section > p span.label,
#helpHTMLDiv .section > div span.label {
  display: table-cell;
  vertical-align: middle;
  font-size: 80%;
  padding-left: 1rem;
}
#helpHTMLDiv .centered {
  text-align: center;
  display: block !important;
}
#helpHTMLDiv .colored {
  color: #d67900;
}
#helpHTMLDiv .left img {
  width: 5rem;
}
#helpHTMLDiv .left img.noborder {
  width: 5.5rem;
  padding-left: 0.25rem;
}
#helpHTMLDiv img.icon {
  padding-top: 0.5rem;
  padding-right: 0.8rem;
  vertical-align: middle;
}
#helpHTMLDiv img.icon2 {
  width: 4rem;
  height: auto;
  padding-left: 0.5rem;
}
#helpHTMLDiv img.icon3 {
  width: 7rem;
  height: auto;
  margin-left: -1rem;
}
#helpHTMLDiv img.icon-jackpot-counter {
  vertical-align: middle;
  height: auto;
  width: 18rem;
  padding-right: 1rem;
}
#helpHTMLDiv img.icon-jackpot-bl-counter {
  vertical-align: bottom;
  height: auto;
  width: 18rem;
  padding-right: 1rem;
}
#helpHTMLDiv img.icon-jackpot-gakl-counter {
  vertical-align: bottom;
  height: auto;
  width: 18rem;
  padding-right: 1rem;
}
#helpHTMLDiv .mystery-jackpot-logo img {
  width: 8%;
}
#helpHTMLDiv img.icon-jackpot-mystery-counter {
  vertical-align: bottom;
  height: auto;
  width: 17.9rem;
  padding-right: 1rem;
}
#helpHTMLDiv img.icon-inline {
  width: 3.5rem;
  height: auto;
  vertical-align: middle;
}
#helpHTMLDiv span.icon-gamble {
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
  display: inline-block;
  vertical-align: middle;
  width: 3.7rem;
  height: 3.7rem;
  font-size: 0.6rem;
  line-height: 3.8rem;
}
#helpHTMLDiv span.icon-gamble.large {
  width: 5rem;
  height: 5rem;
  font-size: 0.86rem;
  line-height: 5rem;
}
#helpHTMLDiv span.icon-gamble.red {
  background-image: url(/assets/help/images/red.png?hash=61e0d7bd5f1703120d9c);
}
#helpHTMLDiv span.icon-gamble.black {
  background-image: url(/assets/help/images/black.png?hash=61e0d7bd5f1703120d9c);
}
#helpHTMLDiv img.icon-lines-button {
  width: 5rem;
  height: auto;
}
#helpHTMLDiv img.icon-slider {
  width: 32rem;
  height: auto;
}
#helpHTMLDiv img.icon-auto-start {
  width: 12rem;
  height: auto;
}
#helpHTMLDiv img.icon-small-inline {
  width: 3rem;
  height: auto;
  vertical-align: middle;
}
#helpHTMLDiv span.start-button {
  background-image: url(/assets/help/images/startButton.png?hash=61e0d7bd5f1703120d9c);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: white;
  float: left;
  margin-right: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 5rem;
  padding-right: 5rem;
  height: 5rem;
  width: 14.4rem;
  flex-shrink: 0;
}
#helpHTMLDiv span.bb-toggle-Image {
  background-image: url(/assets/help/images/toggleOption.png?hash=61e0d7bd5f1703120d9c);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 12rem;
  height: 2.7rem;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
#helpHTMLDiv span.bb-toggle-text {
  font-size: 34%;
  padding-left: 8%;
}
#helpHTMLDiv span.start-bonus-image {
  background-image: url(/assets/help/images/spinButtonSpecial.png?hash=61e0d7bd5f1703120d9c);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-flex;
  float: none;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  vertical-align: middle;
}
#helpHTMLDiv span.start-bonus-text {
  font-size: 22%;
  text-align: center;
  line-height: 120%;
}
#helpHTMLDiv span.bet-button {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  width: 5rem;
  height: 5rem;
  text-align: center;
  margin-right: 5px;
}
#helpHTMLDiv span.bet-button.active {
  background-image: url(/assets/help/images/greenButtonStandard.png?hash=61e0d7bd5f1703120d9c);
}
#helpHTMLDiv span.bet-button.inactive {
  background-image: url(/assets/help/images/buttonStandard.png?hash=61e0d7bd5f1703120d9c);
}
#helpHTMLDiv span.bet-button .currency {
  color: #ffd200;
  line-height: 1.1rem;
  padding-top: 0.3rem;
  font-size: 0.8rem;
  display: block;
}
#helpHTMLDiv span.bet-button .amount {
  color: #fff;
  font-size: 1.3rem;
  margin: auto;
  line-height: 1.4rem;
  display: block;
}
#helpHTMLDiv span.bet-button .play {
  color: #ffd200;
  line-height: 1.2rem;
  font-size: 0.8rem;
  display: block;
}
#helpHTMLDiv span.speed-button {
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0.7rem;
  font-weight: bold;
  width: 5rem;
  height: 3rem;
  text-align: center;
  background-image: url(/assets/help/images/normalSpeedButton.png?hash=61e0d7bd5f1703120d9c);
  color: #fff;
  line-height: 3.8rem;
  display: block;
}
@media (orientation: portrait) {
  #helpHTMLDiv .mobile h1 {
    font-size: 3.5em;
  }
  #helpHTMLDiv .mobile h2 {
    font-size: 3.1rem;
  }
  #helpHTMLDiv .mobile .separator {
    height: 0.8rem;
  }
  #helpHTMLDiv .mobile .container {
    padding: 0 5rem 1rem 5rem;
  }
  #helpHTMLDiv .mobile .section {
    font-size: 3rem;
    line-height: 5rem;
  }
  #helpHTMLDiv .mobile .section p {
    margin: 0 0 2.5rem 0;
  }
  #helpHTMLDiv .mobile .section p span.left {
    width: 14rem;
  }
  #helpHTMLDiv .mobile .left img {
    width: 10rem;
  }
  #helpHTMLDiv .mobile .left img.icon2 {
    width: 8.5rem;
  }
  #helpHTMLDiv .mobile .left img.icon3 {
    width: 12rem;
  }
  #helpHTMLDiv .mobile img.icon-inline {
    width: 7.4rem;
  }
  #helpHTMLDiv .mobile img.icon-lines-button {
    width: 10rem;
  }
  #helpHTMLDiv .mobile img.icon-jackpot-counter {
    width: 28rem;
  }
  #helpHTMLDiv .mobile .left img.noborder {
    width: 9.5rem;
    padding-left: 1.5rem;
  }
  #helpHTMLDiv .mobile img.icon-auto-start {
    width: 16rem;
  }
  #helpHTMLDiv .mobile img.icon-small-inline {
    width: 5rem;
  }
  #helpHTMLDiv .mobile img.icon-slider {
    width: 44rem;
  }
  #helpHTMLDiv .displayLandscape {
    display: none;
  }
  #helpHTMLDiv .right {
    display: table-cell !important;
    vertical-align: middle;
  }
}
#helpHTMLDiv[lang='es'] .speedlabel,
#helpHTMLDiv[lang='hu'] .speedlabel,
#helpHTMLDiv[lang='sq'] .speedlabel {
  font-size: 0.6rem !important;
}
#helpHTMLDiv[lang='ru'] .speedlabel {
  font-size: 0.6rem !important;
}
#helpHTMLDiv[lang='ru'] span.bb-toggle-text {
  font-size: 29%;
  padding: 1% 0 0 3%;
}
#helpHTMLDiv[lang='ru'] span.start-bonus-text {
  font-size: 17%;
  padding-top: 2px;
}
#helpHTMLDiv[lang='pt'] span.bb-toggle-text {
  font-size: 27%;
  padding: 1% 0 0 7%;
}
#helpHTMLDiv[lang='pt-br'] span.icon-gamble {
  background-size: contain;
}
#helpHTMLDiv[lang='pt-br'] .speedlabel {
  font-size: 0.55rem !important;
  line-height: 3.6rem;
}
#helpHTMLDiv[lang='pt-br'] .gamble-red-label {
  font-size: 0.5rem !important;
}
#helpHTMLDiv[lang='pt-br'] .gamble-red-label-large {
  font-size: 0.7rem !important;
}
#helpHTMLDiv[lang='pt-br'] span.bb-toggle-text {
  font-size: 31%;
  padding: 2% 0 0 7%;
}
#helpHTMLDiv[lang='pt-br'] span.start-bonus-text {
  padding-top: 6%;
}
#helpHTMLDiv[lang='de'] .speedlabel {
  font-size: 0.65rem !important;
  line-height: 3.4rem !important;
}
#helpHTMLDiv[lang='ka'] .speedlabel {
  font-size: 0.85rem !important;
  line-height: 3.4rem !important;
}
#helpHTMLDiv[lang='ka'] .play {
  font-size: 1rem !important;
}
#helpHTMLDiv[lang='ka'] .icon-gamble {
  font-size: 0.75rem;
}
#helpHTMLDiv[lang='ka'] .icon-gamble.black {
  font-size: 0.9rem;
}
#helpHTMLDiv[lang='zh-cn'] .play {
  line-height: 1rem !important;
}
#helpHTMLDiv[lang='uk'] span.speed-button,
#helpHTMLDiv[lang='pl'] span.speed-button {
  font-size: 0.55rem !important;
}
#helpHTMLDiv[lang='ko'] span.bet-button .amount {
  line-height: 1.2rem;
}
#helpHTMLDiv[lang='pl'] .icon-gamble.red {
  font-size: 0.5rem;
}
#helpHTMLDiv[lang='pl'] .icon-gamble.red.large {
  font-size: 0.75rem;
}
#helpHTMLDiv[lang='pl'] span.bb-toggle-text {
  font-size: 26%;
  padding: 1% 0 0 2%;
}
#helpHTMLDiv[lang='pl'] span.start-bonus-text {
  font-size: 16%;
  padding-top: 1px;
}
#helpHTMLDiv[lang='sr'] span.bb-toggle-text {
  font-size: 26%;
  padding: 1% 0 0 3%;
}
#helpHTMLDiv[lang='el'] span.start-bonus-text,
#helpHTMLDiv[lang='nl'] span.start-bonus-text {
  font-size: 20%;
}
#helpHTMLDiv[lang='ro'] span.bb-toggle-text {
  font-size: 25%;
  padding: 2% 0 0 6%;
}
#helpHTMLDiv[lang='uk'] span.bb-toggle-text,
#helpHTMLDiv[lang='el'] span.bb-toggle-text {
  font-size: 32%;
  padding: 1% 0 0 4%;
}
#helpHTMLDiv[lang='it'] span.bb-toggle-text {
  font-size: 29%;
  padding: 2% 0 0 5%;
}
#helpHTMLDiv[lang='es'] span.bb-toggle-text,
#helpHTMLDiv[lang='tr'] span.bb-toggle-text,
#helpHTMLDiv[lang='mk'] span.bb-toggle-text {
  font-size: 32%;
  padding: 2% 0 0 6%;
}
#helpHTMLDiv[lang='fr'] span.bb-toggle-text {
  font-size: 27%;
  padding: 1% 0 0 4%;
}
#helpHTMLDiv[lang='fr'] span.start-bonus-text {
  font-size: 19%;
}
#helpHTMLDiv[lang='hr'] span.bb-toggle-text {
  padding: 2% 0 0 12%;
}
#helpHTMLDiv[lang='sk'] span.bb-toggle-text {
  font-size: 29%;
  padding: 1% 0 0 4%;
}
#helpHTMLDiv[lang='hu'] span.bb-toggle-text {
  font-size: 20%;
  padding-left: 0.3rem;
}
#helpHTMLDiv[lang='hu'] span.start-bonus-text {
  font-size: 17%;
}

/*!***********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./packages/client/src/html/less/index.less ***!
  \***********************************************************************************************************************************/
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url(/assets/Fonts/Roboto/Roboto-Thin.ttf?hash=61e0d7bd5f1703120d9c) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url(/assets/Fonts/Roboto/Roboto-ThinItalic.ttf?hash=61e0d7bd5f1703120d9c) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(/assets/Fonts/Roboto/Roboto-Light.ttf?hash=61e0d7bd5f1703120d9c) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(/assets/Fonts/Roboto/Roboto-LightItalic.ttf?hash=61e0d7bd5f1703120d9c) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/Fonts/Roboto/Roboto-Regular.ttf?hash=61e0d7bd5f1703120d9c) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(/assets/Fonts/Roboto/Roboto-Medium.ttf?hash=61e0d7bd5f1703120d9c) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url(/assets/Fonts/Roboto/Roboto-MediumItalic.ttf?hash=61e0d7bd5f1703120d9c) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(/assets/Fonts/Roboto/Roboto-Bold.ttf?hash=61e0d7bd5f1703120d9c) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(/assets/Fonts/Roboto/Roboto-BoldItalic.ttf?hash=61e0d7bd5f1703120d9c) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(/assets/Fonts/Roboto/Roboto-Black.ttf?hash=61e0d7bd5f1703120d9c) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url(/assets/Fonts/Roboto/Roboto-BlackItalic.ttf?hash=61e0d7bd5f1703120d9c) format('truetype');
}
@font-face {
  font-family: 'RobotoCondensed-Regular';
  font-style: normal;
  font-weight: 300;
  src: url(/assets/Fonts/Roboto/RobotoCondensed-Regular.ttf?hash=61e0d7bd5f1703120d9c) format('truetype');
}
@font-face {
  font-family: 'RobotoCondensed-Medium';
  font-style: normal;
  font-weight: 300;
  src: url(/assets/Fonts/Roboto/RobotoCondensed-Medium.ttf?hash=61e0d7bd5f1703120d9c) format('truetype');
}
@font-face {
  font-family: 'FuturaPTCond-Bold';
  font-style: normal;
  font-weight: 300;
  src: url(/assets/Fonts/FuturaPTCond-Bold/FuturaPTCond-Bold.ttf?hash=61e0d7bd5f1703120d9c) format('truetype');
}
* {
  padding: 0;
  margin: 0;
}
/* GENERAL */
/* Scrollbars */
::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}
::-webkit-scrollbar-track {
  background: #5c5d5e;
  /* color of the tracking area */
}
::-webkit-scrollbar-thumb {
  background-color: #3c3d3e;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 3px solid #5c5d5e;
  /* creates padding around scroll thumb */
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-text-size-adjust: 100%;
}
body {
  width: inherit;
  height: inherit;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  background-color: black;
  user-select: none;
  /* Standard syntax */
  -webkit-user-select: none;
  /* Safari and older iOS */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
}
canvas {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
}
/* Hide desktop / mobiles only sections */
.mobile .desktop-only {
  display: none !important;
}
.desktop .mobile-only {
  display: none !important;
}
@media (orientation: portrait) {
  .landscape-only {
    display: none !important;
  }
}
@media (orientation: landscape) {
  .portrait-only {
    display: none !important;
  }
}
/* no select */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}
.hidden {
  visibility: hidden;
}
.consoleHidden {
  display: none;
}
.stretch-width {
  width: 100vw;
}
.stretch-height {
  height: 100vh;
}
.button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  align-items: flex-start;
  box-sizing: border-box;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  -webkit-appearance: button;
  appearance: button;
}
.button:focus .button {
  outline: 0;
}
.media-info {
  position: fixed;
  bottom: 4%;
  left: 5px;
  background: rgba(28, 28, 28, 0.8);
  border-radius: 4px;
  color: #fff;
  z-index: 50;
  min-width: 20em;
  font-family: Verdana, Helvetica, sans-serif;
  text-align: left;
  direction: ltr;
  font-size: 9px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.media-info-close-button {
  position: absolute;
  right: 5px;
  top: 5px;
}
.perf-info {
  position: fixed;
  top: 5px;
  left: 5px;
  background: rgba(28, 28, 28, 0.8);
  border-radius: 4px;
  color: #fff;
  z-index: 50;
  min-width: 11em;
  font-family: Verdana, Helvetica, sans-serif;
  text-align: left;
  direction: ltr;
  font-size: 11px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#iOSFullscreen {
  width: 100vw;
  height: 135vh;
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
}
#iOSFullscreenAnimation {
  width: 100vw;
  height: 100vh;
  background: #0000007f;
  position: fixed;
  z-index: 99;
}
#ios-hand-close {
  position: absolute;
  width: 100%;
  top: 0px;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
#ios-hand-close svg {
  fill: #ffffff;
}
.full-screen-hand {
  width: 114px;
  height: 112px;
  top: 50vh;
  left: 50vw;
  position: fixed;
  z-index: 110;
  transform: translate(-50%, -50%);
  animation-name: fullscreen-swipe;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  -webkit-animation-name: fullscreen-swipe;
  -webkit-animation-duration: 1.8s;
  -webkit-animation-iteration-count: infinite;
}
@keyframes fullscreen-swipe {
  from {
    top: 80%;
  }
  to {
    top: 40%;
  }
}
@-webkit-keyframes fullscreen-swipe {
  from {
    top: 80%;
  }
  to {
    top: 40%;
  }
}

/*!************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./packages/client/src/html/less/loader.less ***!
  \************************************************************************************************************************************/
#loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #282a2d;
  overflow: hidden;
  z-index: 110;
}
.loading-container {
  left: 50%;
  width: 40%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.logo-container {
  width: 260px;
  height: 120px;
  position: relative;
  text-align: center;
  margin: auto;
}
@media (max-width: 1024px) {
  .logo-container {
    width: 180px;
    height: 80px;
  }
}
@media (max-width: 768px) {
  .logo-container {
    width: 150px;
    height: 70px;
  }
}
.progress-bar {
  border-radius: 60px;
  overflow: hidden;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  position: relative;
}
.bar {
  position: relative;
  background: rgba(0, 0, 0, 0.075);
}
.progress {
  background: #cf001c;
  color: #fff;
  height: 5px;
  width: 5%;
  position: relative;
  animation: progress-shadow-animation 1s infinite;
}
.fade-out {
  animation-name: fadeout;
  animation-duration: 0.2s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
@keyframes progress-shadow-animation {
  from {
    box-shadow: 3px 0px 3px rgba(255, 255, 255, 0.6);
  }
  to {
    box-shadow: 3px 0px 3px rgba(255, 255, 255, 0.9);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.8;
  }
  40% {
    opacity: 0.6;
  }
  60% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}

/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./packages/client/src/html/less/paytable.less ***!
  \**************************************************************************************************************************************/
img {
  vertical-align: middle;
}
/* Scrollbars */
#paytableHTMLDiv {
  font-family: Arial;
  position: absolute;
  overflow-y: scroll;
  z-index: 10;
  margin-top: 0.15%;
  scrollbar-width: thin;
  /* "auto" or "thin" */
  scrollbar-color: #999 #000;
  /* scroll thumb and track */
  /* main containers */
}
#paytableHTMLDiv::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}
#paytableHTMLDiv::-webkit-scrollbar-track {
  background: #121212;
  /* color of the tracking area */
}
#paytableHTMLDiv::-webkit-scrollbar-thumb {
  background-color: #999;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 3px solid #121212;
  /* creates padding around scroll thumb */
}
#paytableHTMLDiv .currency {
  font-size: 60%;
  padding-left: 3px;
}
#paytableHTMLDiv .jackpot-limit {
  padding-right: 5px;
  padding-left: 5px;
}
#paytableHTMLDiv.amount-currency .allInCreditsText {
  display: none;
}
#paytableHTMLDiv .grid-container {
  display: grid;
  grid-column-gap: 0.5%;
  grid-row-gap: 1%;
  grid-template-columns: repeat(12, calc((100% - 11 * 0.5%) / 12));
  font-family: Arial;
  letter-spacing: 0px;
  color: #e1e1e1;
  padding: 2%;
}
#paytableHTMLDiv .flex-1 {
  flex: 1;
}
#paytableHTMLDiv .flex-5 {
  flex: 5;
}
#paytableHTMLDiv .land-1 {
  grid-column-start: span 1;
}
#paytableHTMLDiv .land-2 {
  grid-column-start: span 2;
}
#paytableHTMLDiv .land-3 {
  grid-column-start: span 3;
}
#paytableHTMLDiv .land-4 {
  grid-column-start: span 4;
}
#paytableHTMLDiv .land-5 {
  grid-column-start: span 5;
}
#paytableHTMLDiv .land-6 {
  grid-column-start: span 6;
}
#paytableHTMLDiv .land-7 {
  grid-column-start: span 7;
}
#paytableHTMLDiv .land-8 {
  grid-column-start: span 8;
}
#paytableHTMLDiv .land-9 {
  grid-column-start: span 9;
}
#paytableHTMLDiv .land-10 {
  grid-column-start: span 10;
}
#paytableHTMLDiv .land-11 {
  grid-column-start: span 11;
}
#paytableHTMLDiv .land-12 {
  grid-column-start: span 12;
}
#paytableHTMLDiv .land-6-mid {
  grid-column-start: 4;
  grid-column-end: 10;
}
#paytableHTMLDiv .land-8-mid {
  grid-column-start: 3;
  grid-column-end: 11;
}
#paytableHTMLDiv .land-4-mid {
  grid-column-start: 5;
  grid-column-end: 9;
}
#paytableHTMLDiv .land-9-13 {
  grid-column-start: 9;
  grid-column-end: 13;
}
#paytableHTMLDiv .land-8-12 {
  grid-column-start: 8;
  grid-column-end: 12;
}
#paytableHTMLDiv .land-6-12 {
  grid-column-start: 6;
  grid-column-end: 12;
}
#paytableHTMLDiv .land-6-13 {
  grid-column-start: 6;
  grid-column-end: 13;
}
#paytableHTMLDiv .land-8-13 {
  grid-column-start: 8;
  grid-column-end: 13;
}
#paytableHTMLDiv .land-7-11 {
  grid-column-start: 7;
  grid-column-end: 11;
}
#paytableHTMLDiv .land-2-12 {
  grid-column-start: 2;
  grid-column-end: 12;
}
#paytableHTMLDiv .land-2-6 {
  grid-column-start: 2;
  grid-column-end: 6;
}
#paytableHTMLDiv .land-2-7 {
  grid-column-start: 2;
  grid-column-end: 7;
}
#paytableHTMLDiv .land-3-7 {
  grid-column-start: 3;
  grid-column-end: 7;
}
#paytableHTMLDiv .m-2 {
  margin: 2%;
}
#paytableHTMLDiv .mr-1 {
  margin-right: 1%;
}
#paytableHTMLDiv .mr-2 {
  margin-right: 2%;
}
#paytableHTMLDiv .mr-3 {
  margin-right: 3%;
}
#paytableHTMLDiv .mr-4 {
  margin-right: 4%;
}
#paytableHTMLDiv .mr-5 {
  margin-right: 5%;
}
#paytableHTMLDiv .mr-10 {
  margin-right: 10%;
}
#paytableHTMLDiv .ml-1 {
  margin-left: 1%;
}
#paytableHTMLDiv .ml-2 {
  margin-left: 2%;
}
#paytableHTMLDiv .ml-3 {
  margin-left: 3%;
}
#paytableHTMLDiv .ml-4 {
  margin-left: 4%;
}
#paytableHTMLDiv .ml-5 {
  margin-left: 5%;
}
#paytableHTMLDiv .ml-8 {
  margin-left: 8%;
}
#paytableHTMLDiv .ml-10 {
  margin-left: 10%;
}
#paytableHTMLDiv .ml-15 {
  margin-left: 15%;
}
#paytableHTMLDiv .mt-1 {
  margin-top: 1%;
}
#paytableHTMLDiv .mt-2 {
  margin-top: 2%;
}
#paytableHTMLDiv .mt-3 {
  margin-top: 3%;
}
#paytableHTMLDiv .mt-4 {
  margin-top: 4%;
}
#paytableHTMLDiv .mt-4-n {
  margin-top: -4%;
}
#paytableHTMLDiv .mt-5 {
  margin-top: 5%;
}
#paytableHTMLDiv .mt-9 {
  margin-top: 9%;
}
#paytableHTMLDiv .mb-1 {
  margin-bottom: 1%;
}
#paytableHTMLDiv .mb-2 {
  margin-bottom: 2%;
}
#paytableHTMLDiv .mb-3 {
  margin-bottom: 3%;
}
#paytableHTMLDiv .mb-4 {
  margin-bottom: 4%;
}
#paytableHTMLDiv .mb-5 {
  margin-bottom: 5%;
}
#paytableHTMLDiv .mb-8 {
  margin-bottom: 8%;
}
#paytableHTMLDiv .mx-1 {
  margin-left: 1%;
  margin-right: 1%;
}
#paytableHTMLDiv .mx-2 {
  margin-left: 2%;
  margin-right: 2%;
}
#paytableHTMLDiv .mx-3 {
  margin-left: 3%;
  margin-right: 3%;
}
#paytableHTMLDiv .mx-4 {
  margin-left: 4%;
  margin-right: 4%;
}
#paytableHTMLDiv .mx-5 {
  margin-left: 5%;
  margin-right: 5%;
}
#paytableHTMLDiv .pt-1 {
  padding-top: 1rem;
}
#paytableHTMLDiv .p-sides-1 {
  padding: 0 1rem;
}
#paytableHTMLDiv .align-items-center {
  align-items: center;
}
#paytableHTMLDiv .align-self-center {
  align-self: center;
}
#paytableHTMLDiv .flex {
  display: flex;
}
#paytableHTMLDiv .align-items-baseline {
  align-items: baseline;
}
#paytableHTMLDiv .flex-col {
  display: flex;
  flex-direction: column;
}
#paytableHTMLDiv .inline-block {
  display: inline-block;
}
#paytableHTMLDiv .inline {
  display: inline;
}
#paytableHTMLDiv .flex-row {
  display: flex;
  flex-direction: row;
}
#paytableHTMLDiv .display-none {
  display: none !important;
}
#paytableHTMLDiv .align-text-center {
  text-align: center;
}
#paytableHTMLDiv .align-text-left {
  text-align: left;
}
#paytableHTMLDiv .width-5-important {
  width: 5% !important;
}
#paytableHTMLDiv .width-3 {
  width: 3%;
}
#paytableHTMLDiv .width-4 {
  width: 4%;
}
#paytableHTMLDiv .width-5 {
  width: 5%;
}
#paytableHTMLDiv .width-6 {
  width: 6%;
}
#paytableHTMLDiv .width-7 {
  width: 7%;
}
#paytableHTMLDiv .width-8 {
  width: 8%;
}
#paytableHTMLDiv .width-9 {
  width: 9%;
}
#paytableHTMLDiv .width-10 {
  width: 10%;
}
#paytableHTMLDiv .width-12 {
  width: 12%;
}
#paytableHTMLDiv .width-14 {
  width: 14%;
}
#paytableHTMLDiv .width-16 {
  width: 16%;
}
#paytableHTMLDiv .width-17 {
  width: 17%;
}
#paytableHTMLDiv .width-18 {
  width: 18%;
}
#paytableHTMLDiv .width-20 {
  width: 20%;
}
#paytableHTMLDiv .width-25 {
  width: 25%;
}
#paytableHTMLDiv .width-27 {
  width: 27%;
}
#paytableHTMLDiv .width-28 {
  width: 28%;
}
#paytableHTMLDiv .width-29 {
  width: 29%;
}
#paytableHTMLDiv .width-30 {
  width: 30%;
}
#paytableHTMLDiv .width-31 {
  width: 31%;
}
#paytableHTMLDiv .width-33 {
  width: 33%;
}
#paytableHTMLDiv .width-35 {
  width: 35%;
}
#paytableHTMLDiv .width-37 {
  width: 37%;
}
#paytableHTMLDiv .width-40 {
  width: 40%;
}
#paytableHTMLDiv .width-41 {
  width: 41%;
}
#paytableHTMLDiv .width-42 {
  width: 42%;
}
#paytableHTMLDiv .width-44 {
  width: 44%;
}
#paytableHTMLDiv .width-45 {
  width: 45%;
}
#paytableHTMLDiv .width-46 {
  width: 46%;
}
#paytableHTMLDiv .width-47 {
  width: 47%;
}
#paytableHTMLDiv .width-48 {
  width: 48%;
}
#paytableHTMLDiv .width-50 {
  width: 50%;
}
#paytableHTMLDiv .width-53 {
  width: 53%;
}
#paytableHTMLDiv .width-54 {
  width: 54%;
}
#paytableHTMLDiv .width-56 {
  width: 56%;
}
#paytableHTMLDiv .width-59 {
  width: 59%;
}
#paytableHTMLDiv .width-60 {
  width: 60%;
}
#paytableHTMLDiv .width-63 {
  width: 63%;
}
#paytableHTMLDiv .width-64 {
  width: 64%;
}
#paytableHTMLDiv .width-65 {
  width: 65%;
}
#paytableHTMLDiv .width-66 {
  width: 66%;
}
#paytableHTMLDiv .width-70 {
  width: 70%;
}
#paytableHTMLDiv .width-73 {
  width: 73%;
}
#paytableHTMLDiv .width-74 {
  width: 74%;
}
#paytableHTMLDiv .width-75 {
  width: 75%;
}
#paytableHTMLDiv .width-76 {
  width: 76%;
}
#paytableHTMLDiv .width-78 {
  width: 78%;
}
#paytableHTMLDiv .width-80 {
  width: 80%;
}
#paytableHTMLDiv .width-83 {
  width: 83%;
}
#paytableHTMLDiv .width-84 {
  width: 84%;
}
#paytableHTMLDiv .width-85 {
  width: 85%;
}
#paytableHTMLDiv .width-90 {
  width: 90%;
}
#paytableHTMLDiv .width-93 {
  width: 93%;
}
#paytableHTMLDiv .width-94 {
  width: 94%;
}
#paytableHTMLDiv .width-100 {
  width: 100%;
}
#paytableHTMLDiv .gap-1 {
  gap: 1%;
}
#paytableHTMLDiv .payoutValues {
  margin-top: 5%;
  margin-right: 4%;
}
#paytableHTMLDiv .payoutXColors {
  margin-right: 0.5em;
}
#paytableHTMLDiv .valuesText {
  color: #828282;
  font-size: 145%;
}
#paytableHTMLDiv .textContainer {
  margin-top: 2%;
}
#paytableHTMLDiv .sectionContainer {
  grid-column-start: 2;
  grid-column-end: 12;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#paytableHTMLDiv .sectionContainer .sectionTitle {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 80%;
}
#paytableHTMLDiv .sectionContainer .sectionTitle img {
  width: 18%;
  margin-right: 2%;
}
#paytableHTMLDiv .sectionContainer .sectionTitle span {
  font-size: 239%;
}
#paytableHTMLDiv .sectionContainer .sectionDescription {
  font-size: 184%;
}
#paytableHTMLDiv .sectionContainer .sectionDescription img {
  width: 9%;
}
#paytableHTMLDiv .textTitle {
  text-align: center;
  display: inherit;
  align-content: center;
  font-size: 2.8em;
}
#paytableHTMLDiv .titleText {
  font-size: 239%;
}
#paytableHTMLDiv .textContent {
  text-align: center;
  display: inherit;
  align-content: center;
  width: 90%;
  padding-left: 5%;
}
#paytableHTMLDiv .maxBetSubstitute {
  width: 60%;
}
#paytableHTMLDiv .payoutSticker {
  width: 31%;
  margin-top: -19%;
  margin-left: 70%;
}
#paytableHTMLDiv .version-malfunction {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 178%;
}
#paytableHTMLDiv .version-malfunction span {
  color: #828282;
}
#paytableHTMLDiv .titleLine {
  width: 50%;
  display: flex;
  justify-content: center;
  margin-top: 2%;
  margin-bottom: 2%;
}
#paytableHTMLDiv .centeredLine {
  width: 60%;
  margin-top: 1%;
  margin-bottom: 2%;
}
#paytableHTMLDiv .justify-between {
  justify-content: space-between;
}
#paytableHTMLDiv .justify-evenly {
  justify-content: space-evenly;
}
#paytableHTMLDiv .justify-around {
  justify-content: space-around;
}
#paytableHTMLDiv .justify-center {
  justify-content: center;
}
#paytableHTMLDiv .justify-end {
  justify-content: flex-end;
}
#paytableHTMLDiv .payoutValue {
  font-size: 184%;
  line-height: 140%;
  color: white;
}
#paytableHTMLDiv .line-height-131 {
  line-height: 131%;
}
#paytableHTMLDiv .line-height-151 {
  line-height: 151%;
}
#paytableHTMLDiv .noWrap {
  white-space: nowrap;
}
#paytableHTMLDiv .largeText {
  font-size: 184%;
}
#paytableHTMLDiv .freeSpinsText {
  font-size: 184%;
}
#paytableHTMLDiv .normalText {
  font-size: 155%;
  line-height: 140%;
}
#paytableHTMLDiv .allInCreditsText {
  font-size: 145%;
  color: #828282;
}
#paytableHTMLDiv .displayPortrait {
  display: none;
}
#paytableHTMLDiv .flexColumnCentered {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#paytableHTMLDiv .flexAlignJustifyCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: -webkit-fill-available;
}
@media (orientation: portrait) {
  #paytableHTMLDiv.mobile {
    margin-top: 0.4%;
  }
  #paytableHTMLDiv.mobile .grid-container {
    grid-row-gap: 0.6%;
  }
  #paytableHTMLDiv.mobile .titleText {
    font-size: 425%;
  }
  #paytableHTMLDiv.mobile .port-1 {
    grid-column-start: span 1;
  }
  #paytableHTMLDiv.mobile .port-2 {
    grid-column-start: span 2;
  }
  #paytableHTMLDiv.mobile .port-3 {
    grid-column-start: span 3;
  }
  #paytableHTMLDiv.mobile .port-4 {
    grid-column-start: span 4;
  }
  #paytableHTMLDiv.mobile .port-5 {
    grid-column-start: span 5;
  }
  #paytableHTMLDiv.mobile .port-6 {
    grid-column-start: span 6;
    grid-column-end: span 6;
  }
  #paytableHTMLDiv.mobile .port-6-mid {
    grid-column-start: 4;
    grid-column-end: 10;
  }
  #paytableHTMLDiv.mobile .port-7 {
    grid-column-start: span 7;
  }
  #paytableHTMLDiv.mobile .port-8 {
    grid-column-start: span 8;
  }
  #paytableHTMLDiv.mobile .port-9 {
    grid-column-start: span 9;
  }
  #paytableHTMLDiv.mobile .port-10 {
    grid-column-start: span 10;
  }
  #paytableHTMLDiv.mobile .port-11 {
    grid-column-start: span 11;
  }
  #paytableHTMLDiv.mobile .port-12 {
    grid-column-start: 1;
    grid-column-end: 13;
  }
  #paytableHTMLDiv.mobile .port-8-mid {
    grid-column-start: 3;
    grid-column-end: 11;
  }
  #paytableHTMLDiv.mobile .port-2-12 {
    grid-column-start: 2;
    grid-column-end: 12;
  }
  #paytableHTMLDiv.mobile .mr-5-p {
    margin-right: 5%;
  }
  #paytableHTMLDiv.mobile .ml-0-p {
    margin-left: 0%;
  }
  #paytableHTMLDiv.mobile .sectionContainer {
    grid-column-start: 1;
    grid-column-end: 13;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  #paytableHTMLDiv.mobile .sectionContainer .sectionTitle {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 80%;
  }
  #paytableHTMLDiv.mobile .sectionContainer .sectionTitle img {
    width: 20%;
    margin-right: 2%;
  }
  #paytableHTMLDiv.mobile .sectionContainer .sectionTitle span {
    font-size: 425%;
  }
  #paytableHTMLDiv.mobile .sectionContainer .sectionDescription {
    font-size: 326%;
  }
  #paytableHTMLDiv.mobile .sectionContainer .sectionDescription img {
    width: 16%;
  }
  #paytableHTMLDiv.mobile .sectionContainer #paylinesPort {
    width: 100%;
  }
  #paytableHTMLDiv.mobile .titleLine {
    width: 70%;
  }
  #paytableHTMLDiv.mobile .version-malfunction {
    font-size: 326%;
  }
  #paytableHTMLDiv.mobile .valuesText {
    font-size: 2.5em;
    text-align: center;
  }
  #paytableHTMLDiv.mobile .largeText {
    font-size: 326%;
  }
  #paytableHTMLDiv.mobile .freeSpinsText {
    font-size: 326%;
  }
  #paytableHTMLDiv.mobile .normalText {
    font-size: 277%;
  }
  #paytableHTMLDiv.mobile .allInCreditsText {
    font-size: 257%;
    text-align: center;
  }
  #paytableHTMLDiv.mobile .displayLandscape {
    display: none;
  }
  #paytableHTMLDiv.mobile .payoutValue {
    font-size: 326%;
  }
  #paytableHTMLDiv.mobile .width-9-p-important {
    width: 9% !important;
  }
  #paytableHTMLDiv.mobile .width-6-p {
    width: 6%;
  }
  #paytableHTMLDiv.mobile .width-8-p {
    width: 8%;
  }
  #paytableHTMLDiv.mobile .width-10-p {
    width: 10%;
  }
  #paytableHTMLDiv.mobile .width-11-p {
    width: 11%;
  }
  #paytableHTMLDiv.mobile .width-15-p {
    width: 15%;
  }
  #paytableHTMLDiv.mobile .width-18-p {
    width: 18%;
  }
  #paytableHTMLDiv.mobile .width-19-p {
    width: 19%;
  }
  #paytableHTMLDiv.mobile .width-21-p {
    width: 21%;
  }
  #paytableHTMLDiv.mobile .width-22-p {
    width: 22%;
  }
  #paytableHTMLDiv.mobile .width-23-p {
    width: 23%;
  }
  #paytableHTMLDiv.mobile .width-24-p {
    width: 24%;
  }
  #paytableHTMLDiv.mobile .width-25-p {
    width: 25%;
  }
  #paytableHTMLDiv.mobile .width-27-p {
    width: 27%;
  }
  #paytableHTMLDiv.mobile .width-8-p {
    width: 8%;
  }
  #paytableHTMLDiv.mobile .width-17-p {
    width: 17%;
  }
  #paytableHTMLDiv.mobile .width-28-p {
    width: 28%;
  }
  #paytableHTMLDiv.mobile .width-29-p {
    width: 29%;
  }
  #paytableHTMLDiv.mobile .width-33-p {
    width: 33%;
  }
  #paytableHTMLDiv.mobile .width-31-p {
    width: 31%;
  }
  #paytableHTMLDiv.mobile .width-38-p {
    width: 38%;
  }
  #paytableHTMLDiv.mobile .width-39-p {
    width: 39%;
  }
  #paytableHTMLDiv.mobile .width-42-p {
    width: 42%;
  }
  #paytableHTMLDiv.mobile .width-44-p {
    width: 44%;
  }
  #paytableHTMLDiv.mobile .width-50-p {
    width: 50%;
  }
  #paytableHTMLDiv.mobile .width-53-p {
    width: 53%;
  }
  #paytableHTMLDiv.mobile .width-57-p {
    width: 57%;
  }
  #paytableHTMLDiv.mobile .width-60-p {
    width: 60%;
  }
  #paytableHTMLDiv.mobile .width-63-p {
    width: 63%;
  }
  #paytableHTMLDiv.mobile .width-73-p {
    width: 73%;
  }
  #paytableHTMLDiv.mobile .width-76-p {
    width: 76%;
  }
  #paytableHTMLDiv.mobile .width-80-p {
    width: 80%;
  }
  #paytableHTMLDiv.mobile .width-90-p {
    width: 90%;
  }
  #paytableHTMLDiv.mobile .width-92-p {
    width: 92%;
  }
  #paytableHTMLDiv.mobile .width-93-p {
    width: 93%;
  }
  #paytableHTMLDiv.mobile .width-100-p {
    width: 100%;
  }
  #paytableHTMLDiv.mobile .displayPortrait {
    display: inline;
  }
  #paytableHTMLDiv.mobile .justify-end-p {
    justify-content: flex-end;
  }
  #paytableHTMLDiv.mobile .justify-start-p {
    justify-content: flex-start;
  }
}
#paytableHTMLDiv .child-no-margins > div {
  margin-top: unset;
  margin-right: unset;
  margin-left: unset;
  margin-bottom: unset;
}
#paytableHTMLDiv[lang='es'] .sectionContainer > .sectionTitle.mysteryReversedTitle {
  flex-direction: row-reverse !important;
}
#paytableHTMLDiv[lang='es'] .sectionContainer > .sectionTitle.mysteryReversedTitle > span {
  padding-right: 5px;
}
#paytableHTMLDiv[lang='es'] .sectionContainer > .sectionTitle.freeSpinSectionTitle {
  flex-direction: row-reverse !important;
}
#paytableHTMLDiv[lang='es'] .sectionContainer > .sectionTitle.freeSpinSectionTitle > span {
  padding-right: 5px;
}
#paytableHTMLDiv[lang='pt'] .sectionContainer > .sectionTitle.mysteryReversedTitle {
  flex-direction: row-reverse !important;
}
#paytableHTMLDiv[lang='pt'] .sectionContainer > .sectionTitle.mysteryReversedTitle > span {
  padding-right: 5px;
}
#paytableHTMLDiv[lang='pt'] .sectionContainer > .sectionTitle.freeSpinSectionTitle {
  flex-direction: row-reverse !important;
}
#paytableHTMLDiv[lang='pt'] .sectionContainer > .sectionTitle.freeSpinSectionTitle > span {
  padding-right: 5px;
}

