:root {
    --current-target-vw: 19.2;
}
/* Autoplay */
:root {
    --current-target-vw: 19.2;
}
#autoplay-container {
    /* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
  /* HTML5 display-role reset for older browsers */
  position: absolute;
  width: 74%;
  height: 75%;
  top: 9%;
  left: 13%; }
  #autoplay-container html,
  #autoplay-container body,
  #autoplay-container div,
  #autoplay-container span,
  #autoplay-container applet,
  #autoplay-container object,
  #autoplay-container iframe,
  #autoplay-container h1,
  #autoplay-container h2,
  #autoplay-container h3,
  #autoplay-container h4,
  #autoplay-container h5,
  #autoplay-container h6,
  #autoplay-container p,
  #autoplay-container blockquote,
  #autoplay-container pre,
  #autoplay-container a,
  #autoplay-container abbr,
  #autoplay-container acronym,
  #autoplay-container address,
  #autoplay-container big,
  #autoplay-container cite,
  #autoplay-container code,
  #autoplay-container del,
  #autoplay-container dfn,
  #autoplay-container em,
  #autoplay-container img,
  #autoplay-container ins,
  #autoplay-container kbd,
  #autoplay-container q,
  #autoplay-container s,
  #autoplay-container samp,
  #autoplay-container small,
  #autoplay-container strike,
  #autoplay-container strong,
  #autoplay-container sub,
  #autoplay-container sup,
  #autoplay-container tt,
  #autoplay-container var,
  #autoplay-container b,
  #autoplay-container u,
  #autoplay-container i,
  #autoplay-container center,
  #autoplay-container dl,
  #autoplay-container dt,
  #autoplay-container dd,
  #autoplay-container ol,
  #autoplay-container ul,
  #autoplay-container li,
  #autoplay-container fieldset,
  #autoplay-container form,
  #autoplay-container label,
  #autoplay-container legend,
  #autoplay-container table,
  #autoplay-container caption,
  #autoplay-container tbody,
  #autoplay-container tfoot,
  #autoplay-container thead,
  #autoplay-container tr,
  #autoplay-container th,
  #autoplay-container td,
  #autoplay-container article,
  #autoplay-container aside,
  #autoplay-container canvas,
  #autoplay-container details,
  #autoplay-container embed,
  #autoplay-container figure,
  #autoplay-container figcaption,
  #autoplay-container footer,
  #autoplay-container header,
  #autoplay-container hgroup,
  #autoplay-container menu,
  #autoplay-container nav,
  #autoplay-container output,
  #autoplay-container ruby,
  #autoplay-container section,
  #autoplay-container summary,
  #autoplay-container time,
  #autoplay-container mark,
  #autoplay-container audio,
  #autoplay-container video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
#autoplay-container article,
#autoplay-container aside,
#autoplay-container details,
#autoplay-container figcaption,
#autoplay-container figure,
#autoplay-container footer,
#autoplay-container header,
#autoplay-container hgroup,
#autoplay-container menu,
#autoplay-container nav,
#autoplay-container section {
    display: block;
}
#autoplay-container body {
    line-height: 1;
}
#autoplay-container ol,
#autoplay-container ul {
    list-style: none;
}
#autoplay-container blockquote,
#autoplay-container q {
    quotes: none;
}
#autoplay-container blockquote:before,
#autoplay-container blockquote:after,
#autoplay-container q:before,
#autoplay-container q:after {
    content: "";
    content: none;
}
#autoplay-container table {
    border-collapse: collapse;
    border-spacing: 0;
}
#autoplay-container.hidden {
    display: none !important;
    user-select: none;
    pointer-events: none;
}
#autoplay-container .slider-container {
  display: -webkit-flex;
  /* NEW */
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  /* NEW */
  flex-wrap: wrap;
  flex-flow: row wrap;
  height: 60%;
  width: 100%; }
#autoplay-container .slider {
    width: 50%;
    display: -webkit-flex;
    /* NEW */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* NEW */
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0 5%;
    box-sizing: border-box;
    gap: calc(var(--current-target-vw) * 2.25);
    height: calc(var(--current-target-vw) * 7);
}
#autoplay-container .sliderHeader {
    color: #fbb700;
    font-size: calc(var(--current-target-vw) * 1.5);
    margin-bottom: 0%;
}
#autoplay-container .row {
    width: 100%;
    display: -webkit-flex;
    /* NEW */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* NEW */
    flex-wrap: wrap;
    flex-flow: row;
}
#autoplay-container .slider-row {
    align-items: center;
    height: calc(var(--current-target-vw) * 7);
    position: relative;
}
#autoplay-container .inputTrack {
    position: absolute;
    background: #8e8e8e;
    width: 64%;
    left: -2%;
    height: calc(var(--current-target-vw) * 0.5);
    border-radius: 50px;
    z-index: -1;
}
#autoplay-container .lowerFill {
    position: absolute;
    background: #fbb700;
    width: 64%;
    left: -2%;
    height: calc(var(--current-target-vw) * 0.5);
    border-radius: 50px;
    z-index: -1;
}
#autoplay-container p,
#autoplay-container label {
    font-family: franklin, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: calc(var(--current-target-vw) * 1.1);
    margin-bottom: 1rem;
    letter-spacing: 1px;
}
#autoplay-container .counter {
    font-size: calc(var(--current-target-vw) * 2);
    margin-bottom: 0;
    width: 35%;
    text-align: right;
    font-variant-numeric: tabular-nums;
    text-align: left;
}
#autoplay-container .slider .range {
    background: none;
    -webkit-appearance: none;
    width: 75%;
    margin-left: -5%;
    height: 10px;
    outline: none;
    opacity: 1;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    user-select: all;
    pointer-events: all;
    position: relative;
    cursor: pointer;
}
#autoplay-container .slider .range::-webkit-slider-thumb {
    user-select: all;
    pointer-events: all;
    -webkit-appearance: none;
    appearance: none;
    width: calc(var(--current-target-vw) * 6);
    height: calc(var(--current-target-vw) * 6);
    cursor: pointer;
    border-radius: 50px;
    background: url(../assets/html-images/slider_button.png) no-repeat;
    background-size: contain;
    border: none;
}
#autoplay-container .slider .range::-webkit-slider-thumb:hover {
    background-image: url(../assets/html-images/slider_button_over.png);
}
#autoplay-container .slider .range::-moz-range-thumb {
    user-select: all;
    pointer-events: all;
    -webkit-appearance: none;
    appearance: none;
    width: calc(var(--current-target-vw) * 6);
    height: calc(var(--current-target-vw) * 6);
    cursor: pointer;
    border-radius: 50px;
    background: url(../assets/html-images/slider_button.png) no-repeat;
    background-size: contain;
    border: none;
}
#autoplay-container .slider .range::-moz-range-thumb:hover {
    background-image: url(../assets/html-images/slider_button_over.png);
}
#autoplay-container .toggle {
    position: relative;
    display: -webkit-flex;
    /* NEW */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* NEW */
    flex-wrap: wrap;
    flex-flow: row;
    width: 25%;
    justify-content: space-between;
    align-items: center;
}
#autoplay-container .toggle p {
    margin: 0 5% 0 5%;
    width: 60%;
}
#autoplay-container .toggle-container {
    display: -webkit-flex;
    /* NEW */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* NEW */
    flex-wrap: wrap;
    flex-flow: row;
    height: 10.5%;
    width: 100%;
    justify-content: center;
    margin-bottom: 3%;
}
#autoplay-container .checkbox {
    width: 30%;
    height: 100%;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    user-select: all;
    pointer-events: all;
    z-index: 1;
}
#autoplay-container .tickImageContainer {
    position: absolute;
    width: calc(var(--current-target-vw) * 6);
    height: calc(var(--current-target-vw) * 6);
}
#autoplay-container .tickImage {
    position: absolute;
    background-image: url("../../sgl-client-gui/assets/gi_ui_settings.png");
    width: 100%;
    height: auto;
    padding-bottom: calc(100% / (134 / 138));
    background-position-y: calc(100% * ((838) / (976 - 138)));
    background-position-x: calc(100% * ((618) / (999 - 134)));
    background-size: calc(999 / 134 * 100%);
}
#autoplay-container .checkbox.off ~ div .tickImage {
    opacity: 0.3;
}
#autoplay-container .checkbox:hover ~ div .tickImage {
    background-position-y: calc(100% * ((823) / (976 - 138)));
    background-position-x: calc(100% * ((753) / (999 - 134)));
}
#autoplay-container .checkbox:checked ~ div .tickImage {
    background-position-y: calc(100% * ((725) / (976 - 138)));
    background-position-x: calc(100% * ((483) / (999 - 134)));
}
#autoplay-container .checkbox:checked:hover ~ div .tickImage {
    background-position-y: calc(100% * ((699) / (976 - 138)));
    background-position-x: calc(100% * ((618) / (999 - 134)));
}
#autoplay-container .header {
  text-transform: uppercase;
  text-align: center;
  width: 100%; }
  #autoplay-container .header span {
    letter-spacing: calc(var(--current-target-vw) * 0.25); }
  #autoplay-container .header span:first-child {
    color: #fbb700;
    margin-right: 0.5rem;
}
#autoplay-container .header span:nth-child(2) {
    color: #fff;
    margin-left: 0.5rem;
}
#autoplay-container #startAutoplay {
    font-family: franklin, Arial, Helvetica, sans-serif;
    margin: 0 10%;
    width: 80%;
    background: #197301;
    border: none;
    border-radius: 50px;
    font-size: calc(var(--current-target-vw) * 2.2);
    height: calc(var(--current-target-vw) * 4.5);
    font-weight: bold;
    color: white;
    cursor: pointer;
    pointer-events: all;
    outline: none;
    -webkit-transition: 0.2s;
    transition: all 0.2s;
}
#autoplay-container #startAutoplay span:first-child {
    margin-right: 0.5rem;
}
#autoplay-container #startAutoplay span:nth-child(2) {
    margin-left: 0.5rem;
    font-variant-numeric: tabular-nums;
}
#autoplay-container button#startAutoplay:hover {
    background: #25ad01;
}
/* === Portrait === */
#autoplay-container.portrait {
    display: -webkit-flex;
    /* NEW */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* NEW */
    flex-wrap: wrap;
    flex-flow: column;
    top: 7%;
    left: 4%;
    width: 91%;
    height: 81%;
}
#autoplay-container.portrait .container {
    height: 90%;
    display: -webkit-flex;
    /* NEW */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* NEW */
    flex-wrap: wrap;
    flex-flow: column;
    overflow-y: scroll;
}

*::-webkit-scrollbar {
    width: 8px;
    background-color: #0000;
}
*::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 4px;
}
*::-webkit-scrollbar-track {
    margin-top: 9vw;
}

#autoplay-container.portrait .btn-row {
    height: 10%;
    position: absolute;
    bottom: 0;
    display: -webkit-flex;
    /* NEW */
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    /* NEW */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}
#autoplay-container.portrait .title {
    order: 1;
    margin-bottom: calc(var(--current-target-vw) * 4); }
  #autoplay-container.portrait .header span {
    font-size: calc(var(--current-target-vw) * 6); }
  #autoplay-container.portrait .row {
    margin-top: 3%; }
  #autoplay-container.portrait .slider-container {
    order: 3;
    flex-flow: column;
}
#autoplay-container.portrait .slider-row {
    height: calc(var(--current-target-vw) * 15);
}
#autoplay-container.portrait .slider {
    width: 100%;
    margin-bottom: calc(var(--current-target-vw) * 6);
    min-height: calc(var(--current-target-vw) * 17);
    padding: 0 10%;
}
#autoplay-container.portrait #startAutoplay {
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: calc(var(--current-target-vw) * 6);
}
#autoplay-container.portrait .toggle-container {
    order: 2;
    margin-bottom: calc(var(--current-target-vw) * 5);
    flex-flow: column;
    align-items: center;
    height: auto;
}
#autoplay-container.portrait .toggle {
    width: 72%;
    height: calc(var(--current-target-vw) * 17);
}
#autoplay-container.portrait .toggle p {
    width: 70%;
    margin: 0;
    padding-right: 5%;
    box-sizing: border-box; }
  #autoplay-container.portrait p,
  #autoplay-container.portrait label {
    font-size: calc(var(--current-target-vw) * 4); }
  #autoplay-container.portrait .inputTrack,
  #autoplay-container.portrait .lowerFill {
    left: 0; }
  #autoplay-container.portrait .slider .range {
    width: 100%; }
  #autoplay-container.portrait .tickImageContainer {
    position: absolute;
    width: calc(var(--current-target-vw) * 15);
    height: calc(var(--current-target-vw) * 15);
}
#autoplay-container.portrait .slider .range::-webkit-slider-thumb {
    user-select: all;
    pointer-events: all;
    -webkit-appearance: none;
    appearance: none;
    width: calc(var(--current-target-vw) * 17);
    height: calc(var(--current-target-vw) * 17);
    cursor: pointer;
    border-radius: 50px;
    background: url(../assets/html-images/slider_button.png) no-repeat;
    background-size: contain;
    border: none;
}
#autoplay-container.portrait .slider .range::-moz-range-thumb {
    user-select: all;
    pointer-events: all;
    -webkit-appearance: none;
    appearance: none;
    width: calc(var(--current-target-vw) * 17);
    height: calc(var(--current-target-vw) * 17);
    cursor: pointer;
    border-radius: 50px;
    background: url(../assets/html-images/slider_button.png) no-repeat;
    background-size: contain;
    border: none;
}
@supports (-webkit-touch-callout: none) {
  #autoplay-container .sliderHeader {
    margin-bottom: 5%; }
  #autoplay-container .portrait .slider .range {
    min-height: calc(var(--current-target-vw) * 18); }
  #autoplay-container .portrait .sliderHeader {
    margin-bottom: 20%; } }
.ie--class :root {
    --current-target-vw: 19.2;
}
.ie--class#autoplay-container .slider .range {
    -webkit-appearance: auto;
    appearance: auto;
    height: auto;
}
.ie--class#autoplay-container .slider .range::-webkit-slider-thumb,
.ie--class#autoplay-container .slider .range::-moz-range-thumb {
    background: none !important;
    -webkit-appearance: auto;
    appearance: auto;
}
.ie--class#autoplay-container .slider .range::-ms-fill-lower {
    background: #fbb700;
}
.ie--class#autoplay-container .slider .range::-ms-fill-upper {
    background: #8e8e8e;
}
.ie--class#autoplay-container .slider .range::-ms-thumb {
    background: #edad04;
}
.ie--class .tickImage {
    display: none;
    -webkit-appearance: auto;
    appearance: auto;
}
.ie--class#autoplay-container .inputTrack,
.ie--class#autoplay-container .lowerFill {
    display: none;
}
/* Common CSS */
.developmentStats {
    z-index: 10000;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
}
body {
    margin: 0;
    background-color: #000;
    font-family: Arial Rounded Bold;
    color: #fff;
}
.oprompt-mobile {
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}
.oprompt-ipad {
    background-position: center;
    background-repeat: no-repeat;
}
.oprompt-tablet {
    background-position: center;
    background-repeat: no-repeat;
}
.splash-screen {
    background-image: url("./assets/vendors/gi/web/load/SplashScreen.jpg");
    background-size: cover;
    position: fixed;
    max-width: 1280px;
    max-height: 720px;
}
.webGLAlert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 92%;
}
.removeNavBar {
    background-image: url("./assets/scroll-up.gif");
    background-position: 50% 20%;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 340px;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 1em;
    display: block;
}
canvas {
    font-family: Arial Rounded Bold;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#spinner {
    position: absolute;
    width: 2vw;
    left: calc(50% - 1vw);
    top: 70%;
    animation-name: spin;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
#autoplay-container {
    pointer-events: visibleStroke;
}
.btn-row {
    margin-top: 5vw;
}
.row.title {
    height: 10%;
}
/* === Portrait === */
#controls-container {
    /* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
    /* HTML5 display-role reset for older browsers */
    position: absolute;
    width: 82%;
    height: 75%;
    top: 22%;
    left: 11%;
}
#controls-container.hidden {
    display: none !important;
    user-select: none !important;
    pointer-events: none;
}
#controls-container .controlsImage img {
    width: 87%;
    padding-left: 4%;
}
#controls-container .controlsImagePortrait img {
    width: 97%;
}
#controls-container p {
    font-family: franklin, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.1vw;
    margin-bottom: 1rem;
    letter-spacing: 1.5%;
    color: #8e8e8e;
}
#controls-container .controlsImage .settingsText {
    position: absolute;
    width: 30%;
    height: 100%;
    top: -1%;
    left: 16%;
}
#controls-container .controlsImage .balanceText {
    position: absolute;
    width: 30%;
    height: 100%;
    top: 13%;
    left: 38%;
}
#controls-container .controlsImage .spinText {
    position: absolute;
    width: 20%;
    height: 100%;
    top: -4%;
    right: 24%;
}
#controls-container .controlsImage .betText {
    position: absolute;
    width: 20%;
    height: 100%;
    top: 35%;
    right: 44%;
}
#controls-container .controlsImage .audioText {
    position: absolute;
    width: 20%;
    height: 100%;
    top: 48%;
    left: 24%;
}
#controls-container .controlsImage .autoplayText {
    position: absolute;
    width: 20%;
    height: 100%;
    top: 47%;
    left: 49%;
}
#controls-container .controlsImage .homeText {
    position: absolute;
    width: 20%;
    height: 100%;
    top: 63%;
    left: 11%;
}
#controls-container .controlsImage .cashierText {
    position: absolute;
    width: 20%;
    height: 100%;
    top: 63%;
    left: 40%;
}
#controls-container .controlsImage .historyText {
    position: absolute;
    width: 20%;
    height: 100%;
    top: 63%;
    left: 70%;
}
/* === Portrait === */
#controls-container.portrait {
    display: flex;
    flex-flow: column;
    top: 15%;
    left: 4%;
    width: 91%;
    height: 75%;
    overflow-y: scroll;
    pointer-events: auto;
}
#controls-container.portrait .container {
    display: flex;
    flex-flow: column;
    height: auto;
}

#controls-container.portrait p {
    font-family: franklin, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 1rem;
    letter-spacing: 0.03rem;
    color: #8e8e8e;
}
#controls-container .controlsImagePortrait .settingsText {
    position: absolute;
    width: 80%;
    height: auto;
    top: -3%;
    left: 18%;
}
#controls-container .controlsImagePortrait .balanceText {
    position: absolute;
    width: 76%;
    height: auto;
    top: 50%;
    left: 2%;
}
#controls-container .controlsImagePortrait .spinText {
    position: absolute;
    width: 30%;
    height: auto;
    top: 8%;
    left: 53%;
}
#controls-container .controlsImagePortrait .betText {
    position: absolute;
    width: 70%;
    height: auto;
    top: 77%;
    left: 16%;
}
#controls-container .controlsImagePortrait .autoplayText {
    position: absolute;
    width: 70%;
    height: auto;
    top: 37%;
    left: 7%;
}
#controls-container .controlsImagePortrait .homeText {
    position: absolute;
    width: 75%;
    height: auto;
    top: 88%;
    left: 24%;
}
#controls-container .controlsImagePortrait .cashierText {
    position: absolute;
    width: 75%;
    height: auto;
    top: 102%;
    left: 24%;
}
#controls-container .controlsImagePortrait .historyText {
    position: absolute;
    width: 75%;
    height: auto;
    top: 116%;
    left: 24%;
}
#controls-container.portrait .controlsImage {
    display: none;
}
#controls-container.landscape .controlsImagePortrait {
    display: none;
}
@viewport {
    viewport-fit: cover;
}