/* GENERAL START */
body {
    font-family:
        'Bebas Neue',
        Arial Narrow,
        Arial;
    text-transform: uppercase;
    font-size: 9px;
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
}

html {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
    z-index: 100;
}

div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

span,
h2,
h3,
p {
    cursor: default;
}

table,
p {
    font-family:
        'Source Sans Pro',
        Arial Narrow,
        Arial;
    text-transform: none;
    color: #000000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

form,
dl,
dd,
dt,
ul,
ol,
li {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

a,
a:hover {
    font-family:
        'Bebas Neue',
        Arial Narrow,
        Arial;
    text-transform: uppercase;
    font-size: 9px;
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

h2,
h3,
h4,
h5,
h6,
h7 {
    font-family:
        'Bebas Neue',
        Arial Narrow,
        Arial;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    color: #000000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

label,
img {
    display: block;
    border: none 0px transparent;
}

input,
select,
textarea {
    font-family:
        'Bebas Neue',
        Arial Narrow,
        Arial;
    text-transform: uppercase;
    font-size: 9px;
    color: #000000;
}
/* GENERAL END */

/* ROOT + CANVAS START */
#root,
#canvas {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1280px;
    height: 720px;
}

#canvas {
    pointer-events: auto;
    background-color: #2e2363;
    z-index: -1;
    top: -480px;
    bottom: -480px;
    left: -800px;
    right: -800px;
    margin: auto;
}

#canvas.interactive {
    pointer-events: auto;
    z-index: 0;
    touch-action: auto;
}
/* ROOT + CANVAS END */

/* SCREEN START */
* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.screen {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden;
}

.clear {
    clear: both;
}
/* SCREEN END */

/* USER CONTROLS START */
/* SUPREME START */
.userControls_supreme {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1280px;
    z-index: 2;
}

.logo {
    position: absolute;
    top: 620px;
    width: 79px;
    height: 11px;
    opacity: 0.8;
}

.times,
.roundId,
.versionId {
    position: absolute;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    opacity: 0.4;
    cursor: initial;
    -webkit-touch-callout: initial;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.times,
.versionId {
    top: 602px;
}

.roundId {
    top: 618px;
}

.times,
.roundId {
    left: 6px;
}

.logo,
.versionId {
    right: 6px;
}

.bottomLeft,
.bottomRight {
    position: absolute;
    top: 644px;
    width: 112px;
    height: 52px;
}

.bottomLeft {
    left: 10px;
}

.bottomRight {
    right: 10px;
}

.menu {
    position: absolute;
    bottom: 66px;
    left: 0;
    width: 52px;
}

.menu div {
    margin-bottom: 14px;
}

.menu div:last-of-type {
    margin-bottom: 0;
}

.menu._disabled {
    display: none;
}

.menuBtn,
.menuBackBtn,
.homeBtn,
.historyBtn,
.settingsBtn,
.helpBtn,
.paytableBtn,
.soundBtn,
.directionBtn {
    float: left;
    width: 52px;
    height: 52px;
    border-radius: 24px;
    cursor: pointer;
}

.menuBtn,
.menuBackBtn {
    position: absolute;
    left: 0;
}

.homeBtn,
.soundBtn {
    position: absolute;
    right: 0;
}

@media (hover: hover) {
    .menuBtn:hover,
    .menuBackBtn:hover,
    .homeBtn:hover,
    .historyBtn:hover,
    .settingsBtn:hover,
    .helpBtn:hover,
    .paytableBtn:hover,
    .soundBtn:hover,
    .closeBtn:hover,
    .smallCloseBtn:hover,
    .directionBtn:hover {
        -webkit-filter: brightness(1.3);
        filter: brightness(1.3);
    }
}

.menuBtn:active,
.menuBackBtn:active,
.homeBtn:active,
.historyBtn:active,
.settingsBtn:active,
.helpBtn:active,
.paytableBtn:active,
.soundBtn:active,
.closeBtn:active,
.smallCloseBtn:active,
.directionBtn:active {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
}

.menuBtn._disabled,
.menuBackBtn._disabled {
    display: none;
}
/* SUPREME END */

.userControls {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    width: 1016px;
    height: 88px;
    margin: 0 auto;
    z-index: 1;
}

.userControls._disabled {
    display: none;
}

.mainInfo {
    float: left;
    width: 612px;
    height: 64px;
    padding: 12px 0;
}

.label {
    display: block;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    color: var(--color1);
    text-align: center;
    padding-top: 4px;
}

.value {
    display: block;
    font-size: 38px;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
}

.balance,
.bet {
    float: left;
    position: relative;
    width: 188px;
    height: 64px;
    z-index: 1;
}

.bet {
    margin: 0 16px;
}

.bet .value {
    float: left;
    width: 128px;
}

.betMinusBtn,
.betPlusBtn {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-top: 8px;
    cursor: pointer;
}

.betMinusBtn {
    float: left;
    margin-left: 6px;
}

.betPlusBtn {
    float: right;
    margin-right: 6px;
}

@media (hover: hover) {
    .betMinusBtn:hover,
    .betPlusBtn:hover {
        -webkit-filter: brightness(1.3);
        filter: brightness(1.3);
    }
}

.betMinusBtn:active,
.betPlusBtn:active {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
}

.betMinusBtn._disabled,
.betPlusBtn._disabled {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    pointer-events: none;
}

.betBar {
    position: absolute;
    bottom: 4px;
    left: 4px;
    right: 4px;
    height: 2px;
}

.betSlide {
    width: 0;
    height: 100%;
    background: var(--color1);
    -webkit-transition: width 0.1s ease;
    transition: width 0.1s ease;
}

.win {
    float: left;
    width: 204px;
    height: 64px;
}

.mainBtns {
    float: right;
    position: relative;
    width: 366px;
    height: 88px;
}

.icon {
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.maxBetBtn,
.gambleBtn,
.autoplayBtn,
.autoplayStopBtn,
.collectBtn {
    position: absolute;
    top: 14px;
    width: 100px;
    height: 60px;
    border-radius: 12px;
    cursor: pointer;
}

.maxBetBtn,
.gambleBtn {
    left: 0;
}

.autoplayBtn,
.autoplayStopBtn,
.collectBtn {
    right: 0;
    z-index: 2;
}

.gambleBtn,
.collectBtn {
    -webkit-animation: teaseBtn 1s infinite;
    animation: teaseBtn 1s infinite;
}

.collectBtn {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.maxBetBtn:hover,
.gambleBtn:hover,
.autoplayBtn:hover,
.autoplayStopBtn:hover,
.collectBtn:hover,
.maxBetBtn:active,
.gambleBtn:active,
.autoplayBtn:active,
.autoplayStopBtn:active,
.collectBtn:active,
.maxBetBtn._disabled,
.gambleBtn._disabled,
.autoplayBtn._disabled,
.autoplayStopBtn._disabled,
.collectBtn._disabled {
    -webkit-animation: none;
    animation: none;
}

.maxBetBtn._disabled,
.gambleBtn._disabled,
.autoplayBtn._disabled,
.autoplayStopBtn._disabled,
.collectBtn._disabled {
    z-index: -1;
}

.gambleBtn._disabled,
.autoplayStopBtn._disabled,
.collectBtn._disabled {
    display: none;
}

.maxBetBtn:active .icon,
.gambleBtn:active .icon,
.autoplayBtn:active .icon,
.autoplayStopBtn:active .icon,
.collectBtn:active .icon {
    margin-top: 1px;
}

.spinBtn,
.stopBtn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 154px;
    height: 88px;
    border-radius: 16px;
    margin: 0 auto;
    cursor: pointer;
}

.spinBtn {
    -webkit-animation: teaseBtn 1s infinite;
    animation: teaseBtn 1s infinite;
}

@-webkit-keyframes teaseBtn {
    50% {
        -webkit-filter: brightness(1.3);
        filter: brightness(1.3);
    }
}

@keyframes teaseBtn {
    50% {
        -webkit-filter: brightness(1.3);
        filter: brightness(1.3);
    }
}

.spinBtn:hover,
.stopBtn:hover,
.spinBtn:active,
.stopBtn:active,
.spinBtn._disabled,
.stopBtn._disabled {
    -webkit-animation: none;
    animation: none;
}

.spinBtn._disabled,
.stopBtn._disabled {
    z-index: -1;
}

.stopBtn._disabled {
    display: none;
}

.spinBtn:active .icon,
.stopBtn:active .icon {
    margin-top: 1px;
}

.spinBtn .icon {
    -webkit-animation: rotateIcon 4s infinite;
    animation: rotateIcon 4s infinite;
}

@-webkit-keyframes rotateIcon {
    0%,
    75%,
    95%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    80% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    85% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    90% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

@keyframes rotateIcon {
    0%,
    75%,
    95%,
    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    80% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    85% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    90% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}

.spinBtn:hover .icon,
.spinBtn:active .icon,
.spinBtn._disabled .icon {
    -webkit-animation: none;
    animation: none;
}

/* POPUPS START */
.popUpLabel {
    float: left;
    width: 78px;
    height: 16px;
    font-size: 13px;
    color: var(--color1);
    padding: 8px 0 2px;
}

.popUpValue {
    float: right;
    width: 90px;
    height: 26px;
    font-size: 22px;
    font-weight: bold;
    text-align: right;
}

.balancePopUpMask {
    position: absolute;
    bottom: 74px;
    width: 188px;
    height: 99px;
    overflow: hidden;
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease;
}

.balancePopUpMask._disabled {
    height: 0;
}

.balancePopUp {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 12px 10px 6px;
}

.autoplayPopUpMask {
    position: absolute;
    bottom: 74px;
    right: 13px;
    width: 75px;
    height: 266px;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease;
}

.autoplayPopUp,
.autoplayPopUpFrame,
.autoplayPopUpCounter {
    position: absolute;
    top: 0;
    width: 100%;
    height: 260px;
    padding: 6px 0 4px;
}

.autoplayPopUpFrame {
    pointer-events: none;
    display: none;
}

.autoplayStopBtn + .autoplayPopUpMask {
    height: 32px;
    z-index: 0;
}

.autoplayPopUpMask._disabled,
.autoplayStopBtn + .autoplayPopUpMask._disabled {
    height: 0;
    z-index: -2;
}

.autoplayItem {
    width: 71px;
    height: 26px;
    text-align: center;
    margin: 0 2px;
    cursor: pointer;
}

@media (hover: hover) {
    .autoplayItem:hover {
        background: var(--color2);
        background-image: -ms-linear-gradient(
            left,
            rgba(0, 0, 0, 0.4) 0%,
            var(--color2) 20%,
            var(--color2) 80%,
            rgba(0, 0, 0, 0.4) 100%
        ); /* IE10+ */
        background-image: -moz-linear-gradient(
            left,
            rgba(0, 0, 0, 0.4) 0%,
            var(--color2) 20%,
            var(--color2) 80%,
            rgba(0, 0, 0, 0.4) 100%
        ); /* Mozilla Firefox */
        background-image: -o-linear-gradient(
            left,
            rgba(0, 0, 0, 0.4) 0%,
            var(--color2) 20%,
            var(--color2) 80%,
            rgba(0, 0, 0, 0.4) 100%
        ); /* Opera */
        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, rgba(0, 0, 0, 0.4)),
            color-stop(20, var(--color2)),
            color-stop(80, var(--color2)),
            color-stop(100, rgba(0, 0, 0, 0.4))
        ); /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-linear-gradient(
            left,
            rgba(0, 0, 0, 0.4) 0%,
            var(--color2) 20%,
            var(--color2) 80%,
            rgba(0, 0, 0, 0.4) 100%
        ); /* Webkit (Chrome 11+) */
        background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.4) 0%,
            var(--color2) 20%,
            var(--color2) 80%,
            rgba(0, 0, 0, 0.4) 100%
        ); /* W3C Markup */
    }
}

.autoplayPopUpCounter {
    height: 26px;
    padding: 4px 0 2px;
}

.autoplayStopBtn + .autoplayPopUpMask .autoplayItem {
    cursor: default;
}

.autoplayStopBtn + .autoplayPopUpMask .autoplayItem:hover {
    background: none;
}

.autoplayCnt {
    height: 26px;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    cursor: inherit;
}
/* POPUPS END */

/* SETTINGS, HELP, PAYTABLE, SIMILAR GAMES START */
.settings,
.help,
.paytable,
.similarGames {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 0;
}

.gamble ~ .settings,
.gamble ~ .help,
.gamble ~ .paytable,
.gamble ~ .similarGames {
    z-index: 2;
}

.gamble._disabled ~ .settings,
.gamble._disabled ~ .help,
.gamble._disabled ~ .paytable,
.gamble._disabled ~ .similarGames {
    z-index: 0;
}

.settings._disabled,
.help._disabled,
.paytable._disabled,
.similarGames._disabled {
    display: none;
}

.settingsContent,
.helpContent,
.paytableContent,
.similarGamesContent {
    position: relative;
    width: 1280px;
    height: 620px;
    margin: 0 auto;
}

/* HEADER START */
.header {
    position: absolute;
    width: calc(100% - 28px);
    padding: 0 14px;
    z-index: 1;
    pointer-events: none;
}

h2 {
    float: left;
    height: 73px;
    font-size: 60px;
    font-weight: normal;
    color: var(--color1);
    letter-spacing: 1px;
}

h2 sup {
    font-size: 30px;
}

h3 {
    font-size: 40px;
    font-weight: normal;
    color: var(--color1);
    letter-spacing: 1px;
}

p + h3 {
    padding-top: 28px;
}

.closeBtn {
    float: right;
    width: 44px;
    height: 44px;
    border-radius: 20px;
    margin: 14px 0 15px;
    cursor: pointer;
    pointer-events: all;
}
/* HEADER END */

/* MASK START */
.mask {
    position: absolute;
    top: 73px;
    width: calc(100% - 7px - 28px);
    height: calc(620px - 73px);
    padding: 0 21px 0 14px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.settings .mask {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.paytable .mask,
.similarGames .mask {
    width: calc(100% - 28px);
    padding: 0;
    margin: 0 14px;
    overflow: hidden;
}

.similarGames .mask {
    top: 32px;
    height: calc(620px - 32px);
}
/* MASK END */

/* SETTINGS START */
.settings .dialog {
    bottom: 0;
}

.settings .dialogContent {
    display: block;
    width: 100%;
    padding: 0;
}

.settings .dialogContent h3 {
    position: unset;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1px;
    padding: 0;
}

.settings .settingsBox {
    display: flex;
    flex-flow: column;
    height: calc(100% - 97px);
}

.settings .settingsMenu {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #b2b2b2;
    margin-top: 16px;
}

.settings .settingsMenu .settingTab {
    flex-grow: 1;
    cursor: pointer;
    color: #cbcbcb;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    border-bottom: 1px solid transparent;
}

.settings .settingsMenu .settingTab._active {
    color: #fff;
    border-bottom-color: #fff;
}

.settings .settingTabContent {
    display: flex;
    flex: 1;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.checkboxButton {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 36px;
}

.checkboxButton input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.checkboxButton .toggleSwitch {
    position: relative;
    height: 100%;
}

.checkboxButton .toggleSwitch:before {
    content: '';
    position: absolute;
    top: 8px;
    width: 56px;
    height: 20px;
    border-radius: 80px;
    background-color: #565656 !important;
    z-index: 0;
    transition: all 0.5s ease;
}

.checkboxButton .toggleSwitch label {
    position: initial;
    display: inline-block;
    font-size: 32px;
    margin: 0;
    padding-left: 68px;
}

.checkboxButton .toggleSwitch label:after,
.checkboxButton .toggleSwitch label:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    z-index: 0;
    transition: all 0.2s ease;
}

.checkboxButton .toggleSwitch label:after {
    background-color: #cbcbcb !important;
}

.checkboxButton input:checked ~ .toggleSwitch:before {
    background-color: var(--color2) !important;
    filter: brightness(0.5);
}

.checkboxButton input:checked ~ .toggleSwitch label:after {
    left: 28px;
    background-color: var(--color2) !important;
}
/* SETTINGS END */

/* HELP START */
.helpSection {
    border-top: 1px solid #fff;
    padding: 14px 0;
}

.helpSection:first-of-type {
    border: none;
}

p {
    font-size: 25px;
    color: #fff;
}

p sup {
    font-size: 12px;
}

h3 + p,
h3 + p[style] + p,
h3 + p[style] + p[style] + p {
    padding-top: 6px;
}

.hlpGamePanelText {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    min-height: 72px;
    border-top: 1px solid rgba(153, 153, 153, 0.3);
}

.hlpGamePanelText:first-of-type {
    border: none;
}

.hlpButton {
    position: absolute;
    top: 0;
    left: 0;
    width: 116px;
    height: 100%;
}

.hlpMenu,
.hlpHome,
.hlpHistory,
.hlpSettings,
.hlpToggleSwitch,
.hlpHelp,
.hlpPaytable,
.hlpMaxBet,
.hlpGamble,
.hlpSpin,
.hlpStop,
.hlpAutoplay,
.hlpAutoplayStop,
.hlpCollect,
.hlpSound,
.hlpFrbIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.hlpMenu,
.hlpHome,
.hlpHistory,
.hlpSettings,
.hlpHelp,
.hlpPaytable,
.hlpSound {
    width: 52px;
    height: 52px;
    margin: -26px;
}

.hlpMaxBet,
.hlpGamble,
.hlpAutoplay,
.hlpAutoplayStop,
.hlpCollect {
    width: 100px;
    height: 60px;
    margin: -30px -50px;
}

.hlpSpin,
.hlpStop {
    width: 154px;
    height: 88px;
    margin: -44px -77px;
}

.hlpToggleSwitch {
    width: 56px;
    height: 36px;
    margin: -18px -28px;
    pointer-events: none;
}

.hlpToggleSwitch label {
    padding: 0;
}

.hlpFrbIcon {
    width: 100px;
    height: 101px;
    margin: -51px -50px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    pointer-events: none;
}

.helpFRB {
    display: none;
}

.hlpGamePanelText p {
    padding: 0 0 0 122px;
}
/* HELP END */

/* PAYTABLE, SIMILAR GAMES COMMON START */
.paytableControls,
.similarGamesControls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.directionBtn.left,
.directionBtn.right {
    position: absolute;
    top: calc(50% - 54px);
}

.similarGamesControls .directionBtn.left,
.similarGamesControls .directionBtn.right {
    top: calc(50% - 34px);
}

.directionBtn.left {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.directionBtn.right {
    right: 0;
}

.paytablePaging,
.similarGamesPaging {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    text-align: center;
}

.paytablePageNumber,
.similarGamesPageNumber {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 8px 4px;
    background: var(--color1);
    border-radius: 10px;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.paytablePageNumber._active,
.similarGamesPageNumber._active {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.paytablePagesContainer,
.similarGamesPagesContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc(100% - 140px);
    height: calc(100% - 36px);
    margin: 0 auto;
    pointer-events: none;
}

.paytablePage,
.similarGamesPage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.paytablePage._active,
.similarGamesPage._active {
    opacity: 1;
}

.paytablePage._disabled,
.similarGamesPage._disabled {
    opacity: 0;
    z-index: -1;
}

.customContent {
    width: 100%;
    height: calc(100% - 18px);
    text-align: center;
}

.texts {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    text-align: center;
}

.payoutPage .customContent,
.paylinesPage .customContent {
    height: calc(100% - 36px);
}

.payoutPage .texts,
.paylinesPage .texts {
    height: 36px;
}

.texts p {
    font-size: 14px;
    line-height: 18px;
    padding: 0;
}

.wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
/* PAYTABLE, SIMILAR GAMES COMMON END */

/* PAYTABLE CUSTOM START */
.paytable .customContent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paytable .symbolDescription {
    font-size: 24px;
    text-transform: uppercase;
}

.paytable .symbolDescription p {
    font-family:
        'Bebas Neue',
        Arial Narrow,
        Arial;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 1px;
}

.paytable strong {
    font-weight: bold;
    color: #ffff00;
}

.paytable .symbolCount,
.paytable .symbolValue {
    font-size: 40px;
    line-height: 33px;
    font-weight: bold;
    flex: 1;
}

.paytable .symbolCount {
    color: #ffff03;
    min-width: 0.8em;
    text-align: right;
}

.paytable .symbolValue {
    text-align: right;
    box-sizing: border-box;
    margin-right: 0;
    width: 90px;
    flex: 1 0 80px;
    white-space: nowrap;
}

.paytable .symbolsPage .customContent {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, min-content);
    align-content: center;
    gap: 20px;
}

.paytable .symbolsPage .symbol {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    grid-column-end: span 4;
    gap: 8px;
}

.paytable .symbolsPage .symbolImage {
    display: flex;
    align-items: center;
}

.paytable .symbolsPage .symbolImage > * {
    height: 80px;
    width: auto;
}

.paytable .symbolsPage .symbolImage > *:nth-child(2) {
    z-index: 2;
    margin: 0 -16px;
    height: 93px;
}

.paytable .paylinesList {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    /*grid-template-rows: repeat(1, min-content);*/
    align-content: center;
    gap: 24px;
    width: 80%;
}

.paytable .paylinesList .payline {
    display: flex;
    align-items: center;
    gap: 7px;
    grid-column-end: span 2;
}

.paytable .paylinesList .payline.ln26 {
    grid-column-start: 4;
}

.paytable .paylineNumber {
    font-size: 36px;
    text-align: right;
    min-width: 1em;
}

.paytable .paylineImage {
    width: 153px;
    height: 93px;
}

.paytable .mystery {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: min-content 1fr;
    width: 65%;
    gap: 24px;
    padding: 16px;

    background: rgba(255, 0, 0, 0.4);
    border: 1px solid #ff0000;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}

.paytable .mystery .symbolDescription {
    grid-row: 1 / span 1;
    grid-column: 1 / span 2;
}

.paytable .mystery .symbolPayouts {
    margin-top: 16px;
}

.paytable .wildPage .customContent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content min-content;
    align-content: center;
    margin: 0 auto;
    width: 90%;
    gap: 0 24px;
}

.paytable .wildPage .customContent > * {
    display: grid;
    grid-template-columns: subgrid;
    grid-template-rows: subgrid;
    grid-row: 1 / span 2;
    justify-items: center;
    padding: 24px;
    gap: 16px;
}
.paytable .wildPage .doubleWild {
    background: rgba(245, 228, 26, 0.4);
    border: 1px solid #ffff00;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}

.paytable .wildPage .doubleWild .symbolDescription p:nth-child(2) {
    font-weight: bold;
    color: #ffff00;
}

.paytable .wildPage .wild {
    background: rgba(0, 133, 23, 0.4);
    border: 1px solid #2cc204;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}

/* PAYTABLE CUSTOM END */

/* SIMILAR GAMES START */
.similarGamesLogo {
    float: left;
    width: 146px;
    height: 20px;
    margin-top: 12px;
}

.similarGames .customContent {
    width: 90%;
    text-align: left;
    margin: 0 auto;
}

.similarGameContainer {
    display: inline-block;
    position: relative;
    width: calc(100% / 5);
    height: calc(100% / 3);
    vertical-align: top;
}

.similarGameItem {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 152px;
    height: 152px;
    background: #000;
    border: 1px solid var(--color2);
    margin: auto;
    cursor: pointer;
    pointer-events: all;
}

.similarGameItem:hover {
    box-shadow: 0 0 12px var(--color2);
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
}

.similarGameLogo,
.similarGameLoading {
    border: 1px solid #000;
    box-sizing: border-box;
    box-shadow: inset 0 0 8px #000;
}

.similarGameLogo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.similarGameLoading {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.loadingIcon {
    align-self: center;
    width: 60px;
    height: 60px;
}

.similarGamesPage._active .loadingIcon {
    -webkit-animation: spinLoadingIcon 1.5s linear infinite;
    animation: spinLoadingIcon 1.5s linear infinite;
}

@-webkit-keyframes spinLoadingIcon {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinLoadingIcon {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.exitBtn {
    position: absolute;
    bottom: 16px;
    left: 150px;
    width: auto;
    min-width: 116px;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    color: var(--color2);
    text-align: center;
    border: 2px solid var(--color2);
    border-radius: 12px;
    padding: 0 16px;
    vertical-align: top;
    cursor: pointer;
}

.exitBtn:hover,
.exitBtn:active {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
}

.exitBtn:active {
    line-height: 34px;
}
/* SIMILAR GAMES END */
/* SETTINGS, HELP, PAYTABLE, SIMILAR GAMES END */

/* AUTOPLAY SETTINGS DIALOG START */
.dialog.advancedAutoplay {
    top: 50%;
    bottom: unset;
    height: auto;
    background: rgba(0, 0, 0, 0.9);
    border: 2px solid #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.advancedAutoplay .dialogContent {
    display: block;
    width: 100%;
    padding: 0;
}

.advancedAutoplay .dialogContent h3 {
    position: unset;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1px;
    padding: 0;
}

.smallCloseBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 14px;
    cursor: pointer;
    z-index: 2;
}

.setting {
    margin-top: 16px;
}

.settingTitle {
    height: 18px;
}

.settingItem {
    display: inline-block;
    width: 60px;
    height: 28px;
    text-align: center;
    background: #363636;
    margin: 4px 4px 0 0;
    cursor: pointer;
    -webkit-backface-visibility: initial;
    backface-visibility: initial;
}

@media (hover: hover) {
    .settingItem:hover,
    .settingItem:active {
        background: var(--color2);
    }
}

.settingItem._active {
    background: var(--color2);
}

.settingItem._disabled:hover,
.settingItem._disabled:active,
.settingItem._disabled._active {
    background: #363636;
}

.settingItem._disabled span {
    cursor: default;
}

.dialogContent h4 {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    color: var(--color1);
    letter-spacing: 1px;
}

.settingCurrentValue {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    margin-left: 4px;
}

.settingValue {
    font-size: 24px;
    line-height: 28px;
    cursor: pointer;
}

.advancedAutoplay .dialogBtnContainer {
    display: block;
    position: unset;
    height: auto;
    margin: 24px 0 8px;
}

.advancedAutoplay .dialogBtn,
.advancedAutoplay .dialogBtn._disabled:active {
    display: inline-block;
    position: unset;
    width: 236px;
    background: none;
    background-image: -ms-linear-gradient(top, #b2b2b2 0%, #000000 50%); /* IE10+ */
    background-image: -moz-linear-gradient(top, #b2b2b2 0%, #000000 50%); /* Mozilla Firefox */
    background-image: -o-linear-gradient(top, #b2b2b2 0%, #000000 50%); /* Opera */
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #b2b2b2),
        color-stop(50, #000000)
    ); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-linear-gradient(top, #b2b2b2 0%, #000000 50%); /* Webkit (Chrome 11+) */
    background-image: linear-gradient(to bottom, #b2b2b2 0%, #000000 50%); /* W3C Markup */
    border: 2px solid #fff;
    box-shadow: 0 0 1px #fff;
    padding: 9px 0;
}

.advancedAutoplay .dialogBtn:active {
    padding: 9px 0 8px;
}
/* AUTOPLAY SETTINGS DIALOG END */

/****************** btnIcons ********************/

.btn .icon {
    background-image: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20251127140111);
    background-repeat: no-repeat;
    --autoplay_DIS: -157px -91px;
    --autoplay_NORMAL: -259px -91px;
    --autoplayStop_DIS: -361px -91px;
    --autoplayStop_NORMAL: -157px -153px;
    --collect_DIS: -1px -181px;
    --collect_NORMAL: -259px -153px;
    --gamble_DIS: -361px -153px;
    --gamble_NORMAL: -1px -243px;
    --maxBet_DIS: -1px -305px;
    --maxBet_NORMAL: -1px -367px;
    --spin_DIS: -1px -1px;
    --spin_NORMAL: -157px -1px;
    --stop_DIS: -313px -1px;
    --stop_NORMAL: -1px -91px;
}

/*******************************************************/

.hlpAutoplay .icon,
.autoplayBtn .icon {
    background-position: var(--autoplay_NORMAL);
}

.autoplayBtn._disabled .icon {
    background-position: var(--autoplay_DIS);
}

.hlpAutoplayStop .icon,
.autoplayStopBtn .icon {
    background-position: var(--autoplayStop_NORMAL);
}

.autoplayStopBtn._disabled .icon {
    background-position: var(--autoplayStop_DIS);
}

.hlpCollect .icon,
.collectBtn .icon {
    background-position: var(--collect_NORMAL);
}

.collectBtn._disabled .icon {
    background-position: var(--collect_DIS);
}

.hlpGamble .icon,
.gambleBtn .icon {
    background-position: var(--gamble_NORMAL);
}

.gambleBtn._disabled .icon {
    background-position: var(--gamble_DIS);
}

.hlpMaxBet .icon,
.maxBetBtn .icon {
    background-position: var(--maxBet_NORMAL);
}

.maxBetBtn._disabled .icon {
    background-position: var(--maxBet_DIS);
}

.hlpSpin .icon,
.spinBtn .icon {
    background-position: var(--spin_NORMAL);
}

.spinBtn._disabled .icon {
    background-position: var(--spin_DIS);
}

.hlpStop .icon,
.stopBtn .icon {
    background-position: var(--stop_NORMAL);
}

.stopBtn._disabled .icon {
    background-position: var(--stop_DIS);
}

/****************** btns ********************/

.btn {
    background-image: url(../Graphics/HD/SpriteSheets/btns.png?_t=20251127140111);
    background-repeat: no-repeat;
    --bigBtn_ACTIVE: -1px -1px;
    --bigBtn_DIS: -1px -91px;
    --bigBtn_NORMAL: -1px -181px;
    --bigBtn_OVER: -1px -271px;
    --smallBtn_ACTIVE: -1px -361px;
    --smallBtn_DIS: -1px -423px;
    --smallBtn_NORMAL: -103px -361px;
    --smallBtn_OVER: -103px -423px;
}

/*******************************************************/

.spinBtn,
.stopBtn,
.hlpSpin,
.hlpStop {
    background-position: var(--bigBtn_NORMAL);
}

.spinBtn:hover,
.stopBtn:hover {
    background-position: var(--bigBtn_OVER);
}

.spinBtn:active,
.stopBtn:active {
    background-position: var(--bigBtn_ACTIVE);
}

.spinBtn._disabled,
.stopBtn._disabled {
    background-position: var(--bigBtn_DIS);
}

.maxBetBtn,
.gambleBtn,
.hlpMaxBet,
.hlpGamble,
.autoplayBtn,
.autoplayStopBtn,
.collectBtn,
.hlpAutoplay,
.hlpAutoplayStop,
.hlpCollect {
    background-position: var(--smallBtn_NORMAL);
}

.maxBetBtn:hover,
.gambleBtn:hover,
.autoplayBtn:hover,
.autoplayStopBtn:hover,
.collectBtn:hover {
    background-position: var(--smallBtn_OVER);
}

.maxBetBtn:active,
.gambleBtn:active,
.autoplayBtn:active,
.autoplayStopBtn:active,
.collectBtn:active {
    background-position: var(--smallBtn_ACTIVE);
}

.maxBetBtn._disabled,
.gambleBtn._disabled,
.autoplayBtn._disabled,
.autoplayStopBtn._disabled,
.collectBtn._disabled {
    background-position: var(--smallBtn_DIS);
}

/****************** fields ********************/

.field,
.loadingIcon {
    background-image: url(../Graphics/HD/SpriteSheets/fields.png?_t=20251127140111);
    background-repeat: no-repeat;
    --autoplayPopUp: -1px -1px;
    --autoplayPopUpCounter: -1px -465px;
    --balanceBetField: -230px -1px;
    --balancePopUp: -1px -298px;
    --betMinusBtn: -78px -465px;
    --betPlusBtn: -104px -465px;
    --loadingIcon: -420px -1px;
    --logo: -1px -500px;
    --similarGamesLogo: -82px -491px;
    --winField: -1px -399px;
}

/*******************************************************/

.autoplayPopUp {
    background-position: var(--autoplayPopUp);
}

.autoplayPopUpCounter {
    background-position: var(--autoplayPopUpCounter);
}

.autoplayPopUpFrame {
    background-position: var(--autoplayPopUpFrame);
}

.balance,
.bet {
    background-position: var(--balanceBetField);
}

.balancePopUp {
    background-position: var(--balancePopUp);
}

.betMinusBtn {
    background-position: var(--betMinusBtn);
}

.betPlusBtn {
    background-position: var(--betPlusBtn);
}

.loadingIcon {
    background-position: var(--loadingIcon);
}

.logo {
    background-position: var(--logo);
}

.similarGamesLogo {
    background-position: var(--similarGamesLogo);
}

.win {
    background-position: var(--winField);
}

/****************** paytable ********************/

:is(
    .symbol_13,
    .symbol_12,
    .symbol_2,
    .symbol_9,
    .symbol_10,
    .symbol_1,
    .symbol_11,
    .symbol_8,
    .symbol_5,
    .symbol_6,
    .symbol_4,
    .symbol_7,
    .payline_1,
    .payline_2,
    .symbol_3,
    .payline_3,
    .payline_4,
    .payline_5,
    .payline_6,
    .payline_7,
    .payline_8,
    .payline_9,
    .payline_10,
    .payline_11,
    .payline_12,
    .payline_13,
    .payline_14,
    .payline_15,
    .payline_16,
    .payline_17,
    .payline_18,
    .payline_19,
    .payline_20,
    .payline_21,
    .payline_22,
    .payline_23,
    .payline_24,
    .payline_25,
    .payline_26,
    .payline_27
) {
    background-image: url(../Graphics/HD/SpriteSheets/paytable.png?_t=20251127140111);

    --symbol_10_position: 0.06464124111182935% 0.31746031746031744%;
    --symbol_10_size: 734.016393442623% 272.1311475409836%;
    --symbol_10_ratio: 244 / 183;
    --symbol_10_width: 244px;
    --symbol_10_height: 183px;

    --symbol_11_position: 0.06464124111182935% 58.73015873015873%;
    --symbol_11_size: 734.016393442623% 272.1311475409836%;
    --symbol_11_ratio: 244 / 183;
    --symbol_11_width: 244px;
    --symbol_11_height: 183px;

    --payline_1_position: 0.05970149253731343% 96.59685863874346%;
    --payline_1_size: 1543.9655172413793% 429.3103448275862%;
    --payline_1_ratio: 116 / 116;
    --payline_1_width: 116px;
    --payline_1_height: 116px;

    --payline_2_position: 7.044776119402985% 96.59685863874346%;
    --payline_2_size: 1543.9655172413793% 429.3103448275862%;
    --payline_2_ratio: 116 / 116;
    --payline_2_width: 116px;
    --payline_2_height: 116px;

    --payline_3_position: 14.029850746268657% 96.59685863874346%;
    --payline_3_size: 1543.9655172413793% 429.3103448275862%;
    --payline_3_ratio: 116 / 116;
    --payline_3_width: 116px;
    --payline_3_height: 116px;

    --symbol_13_position: 15.932642487046632% 0.31446540880503143%;
    --symbol_13_size: 725.1012145748988% 276.6666666666667%;
    --symbol_13_ratio: 247 / 180;
    --symbol_13_width: 247px;
    --symbol_13_height: 180px;

    --symbol_8_position: 15.688775510204081% 56.52173913043478%;
    --symbol_8_size: 803.1390134529148% 282.95454545454544%;
    --symbol_8_ratio: 223 / 176;
    --symbol_8_width: 223px;
    --symbol_8_height: 176px;

    --payline_4_position: 21.01492537313433% 93.97905759162303%;
    --payline_4_size: 1543.9655172413793% 429.3103448275862%;
    --payline_4_ratio: 116 / 116;
    --payline_4_width: 116px;
    --payline_4_height: 116px;

    --payline_5_position: 28% 93.97905759162303%;
    --payline_5_size: 1543.9655172413793% 429.3103448275862%;
    --payline_5_ratio: 116 / 116;
    --payline_5_width: 116px;
    --payline_5_height: 116px;

    --symbol_7_position: 29.04820766378245% 55.828220858895705%;
    --symbol_7_size: 1035.2601156069363% 289.5348837209302%;
    --symbol_7_ratio: 173 / 172;
    --symbol_7_width: 173px;
    --symbol_7_height: 172px;

    --symbol_12_position: 31.953428201811125% 0.3048780487804878%;
    --symbol_12_size: 731.0204081632653% 292.94117647058823%;
    --symbol_12_ratio: 245 / 170;
    --symbol_12_width: 245px;
    --symbol_12_height: 170px;

    --payline_6_position: 34.985074626865675% 92.93193717277487%;
    --payline_6_size: 1543.9655172413793% 429.3103448275862%;
    --payline_6_ratio: 116 / 116;
    --payline_6_width: 116px;
    --payline_6_height: 116px;

    --symbol_9_position: 40.049751243781095% 52.121212121212125%;
    --symbol_9_size: 978.688524590164% 296.42857142857144%;
    --symbol_9_ratio: 183 / 168;
    --symbol_9_width: 183px;
    --symbol_9_height: 168px;

    --symbol_6_position: 44.18604651162791% 99.70760233918129%;
    --symbol_6_size: 895.5% 319.2307692307692%;
    --symbol_6_ratio: 200 / 156;
    --symbol_6_width: 200px;
    --symbol_6_height: 156px;

    --symbol_1_position: 46.10591900311527% 0.3021148036253776%;
    --symbol_1_size: 962.9032258064516% 298.20359281437123%;
    --symbol_1_ratio: 186 / 167;
    --symbol_1_width: 186px;
    --symbol_1_height: 167px;

    --symbol_3_position: 50.98522167487685% 51.05740181268882%;
    --symbol_3_size: 1072.4550898203593% 298.20359281437123%;
    --symbol_3_ratio: 167 / 167;
    --symbol_3_width: 167px;
    --symbol_3_height: 167px;

    --symbol_2_position: 56.25388923459863% 99.70414201183432%;
    --symbol_2_size: 973.3695652173913% 311.25%;
    --symbol_2_ratio: 184 / 160;
    --symbol_2_width: 184px;
    --symbol_2_height: 160px;

    --symbol_4_position: 57.363861386138616% 0.3003003003003003%;
    --symbol_4_size: 1023.4285714285714% 301.8181818181818%;
    --symbol_4_ratio: 175 / 165;
    --symbol_4_width: 175px;
    --symbol_4_height: 165px;

    --symbol_5_position: 62.72040302267003% 48.97360703812317%;
    --symbol_5_size: 882.2660098522167% 317.19745222929936%;
    --symbol_5_ratio: 203 / 157;
    --symbol_5_width: 203px;
    --symbol_5_height: 157px;

    --payline_7_position: 65.85074626865672% 0.2617801047120419%;
    --payline_7_size: 1543.9655172413793% 429.3103448275862%;
    --payline_7_ratio: 116 / 116;
    --payline_7_width: 116px;
    --payline_7_height: 116px;

    --payline_8_position: 65.01492537313433% 85.07853403141361%;
    --payline_8_size: 1543.9655172413793% 429.3103448275862%;
    --payline_8_ratio: 116 / 116;
    --payline_8_width: 116px;
    --payline_8_height: 116px;

    --payline_9_position: 71.64179104477611% 30.89005235602094%;
    --payline_9_size: 1543.9655172413793% 429.3103448275862%;
    --payline_9_ratio: 116 / 116;
    --payline_9_width: 116px;
    --payline_9_height: 116px;

    --payline_10_position: 72.83582089552239% 0.2617801047120419%;
    --payline_10_size: 1543.9655172413793% 429.3103448275862%;
    --payline_10_ratio: 116 / 116;
    --payline_10_width: 116px;
    --payline_10_height: 116px;

    --payline_11_position: 72% 61.518324607329845%;
    --payline_11_size: 1543.9655172413793% 429.3103448275862%;
    --payline_11_ratio: 116 / 116;
    --payline_11_width: 116px;
    --payline_11_height: 116px;

    --payline_12_position: 78.6268656716418% 30.89005235602094%;
    --payline_12_size: 1543.9655172413793% 429.3103448275862%;
    --payline_12_ratio: 116 / 116;
    --payline_12_width: 116px;
    --payline_12_height: 116px;

    --payline_13_position: 79.82089552238806% 0.2617801047120419%;
    --payline_13_size: 1543.9655172413793% 429.3103448275862%;
    --payline_13_ratio: 116 / 116;
    --payline_13_width: 116px;
    --payline_13_height: 116px;

    --payline_14_position: 72% 92.14659685863874%;
    --payline_14_size: 1543.9655172413793% 429.3103448275862%;
    --payline_14_ratio: 116 / 116;
    --payline_14_width: 116px;
    --payline_14_height: 116px;

    --payline_15_position: 78.98507462686567% 61.518324607329845%;
    --payline_15_size: 1543.9655172413793% 429.3103448275862%;
    --payline_15_ratio: 116 / 116;
    --payline_15_width: 116px;
    --payline_15_height: 116px;

    --payline_16_position: 85.61194029850746% 30.89005235602094%;
    --payline_16_size: 1543.9655172413793% 429.3103448275862%;
    --payline_16_ratio: 116 / 116;
    --payline_16_width: 116px;
    --payline_16_height: 116px;

    --payline_17_position: 86.80597014925372% 0.2617801047120419%;
    --payline_17_size: 1543.9655172413793% 429.3103448275862%;
    --payline_17_ratio: 116 / 116;
    --payline_17_width: 116px;
    --payline_17_height: 116px;

    --payline_18_position: 78.98507462686567% 92.14659685863874%;
    --payline_18_size: 1543.9655172413793% 429.3103448275862%;
    --payline_18_ratio: 116 / 116;
    --payline_18_width: 116px;
    --payline_18_height: 116px;

    --payline_19_position: 93.7910447761194% 0.2617801047120419%;
    --payline_19_size: 1543.9655172413793% 429.3103448275862%;
    --payline_19_ratio: 116 / 116;
    --payline_19_width: 116px;
    --payline_19_height: 116px;

    --payline_20_position: 92.59701492537313% 30.89005235602094%;
    --payline_20_size: 1543.9655172413793% 429.3103448275862%;
    --payline_20_ratio: 116 / 116;
    --payline_20_width: 116px;
    --payline_20_height: 116px;

    --payline_21_position: 99.58208955223881% 30.89005235602094%;
    --payline_21_size: 1543.9655172413793% 429.3103448275862%;
    --payline_21_ratio: 116 / 116;
    --payline_21_width: 116px;
    --payline_21_height: 116px;

    --payline_22_position: 85.97014925373135% 61.518324607329845%;
    --payline_22_size: 1543.9655172413793% 429.3103448275862%;
    --payline_22_ratio: 116 / 116;
    --payline_22_width: 116px;
    --payline_22_height: 116px;

    --payline_23_position: 85.97014925373135% 92.14659685863874%;
    --payline_23_size: 1543.9655172413793% 429.3103448275862%;
    --payline_23_ratio: 116 / 116;
    --payline_23_width: 116px;
    --payline_23_height: 116px;

    --payline_24_position: 92.95522388059702% 61.518324607329845%;
    --payline_24_size: 1543.9655172413793% 429.3103448275862%;
    --payline_24_ratio: 116 / 116;
    --payline_24_width: 116px;
    --payline_24_height: 116px;

    --payline_25_position: 99.94029850746269% 61.518324607329845%;
    --payline_25_size: 1543.9655172413793% 429.3103448275862%;
    --payline_25_ratio: 116 / 116;
    --payline_25_width: 116px;
    --payline_25_height: 116px;

    --payline_26_position: 92.95522388059702% 92.14659685863874%;
    --payline_26_size: 1543.9655172413793% 429.3103448275862%;
    --payline_26_ratio: 116 / 116;
    --payline_26_width: 116px;
    --payline_26_height: 116px;

    --payline_27_position: 99.94029850746269% 92.14659685863874%;
    --payline_27_size: 1543.9655172413793% 429.3103448275862%;
    --payline_27_ratio: 116 / 116;
    --payline_27_width: 116px;
    --payline_27_height: 116px;
}

/*******************************************************/

.symbol_13 {
    background-position: var(--symbol_13_position);
    background-size: var(--symbol_13_size);
    aspect-ratio: var(--symbol_13_ratio);
    width: var(--symbol_13_width);
}

.symbol_12 {
    background-position: var(--symbol_12_position);
    background-size: var(--symbol_12_size);
    aspect-ratio: var(--symbol_12_ratio);
    width: var(--symbol_12_width);
}

.symbol_2 {
    background-position: var(--symbol_2_position);
    background-size: var(--symbol_2_size);
    aspect-ratio: var(--symbol_2_ratio);
    width: var(--symbol_2_width);
}

.symbol_9 {
    background-position: var(--symbol_9_position);
    background-size: var(--symbol_9_size);
    aspect-ratio: var(--symbol_9_ratio);
    width: var(--symbol_9_width);
}

.symbol_10 {
    background-position: var(--symbol_10_position);
    background-size: var(--symbol_10_size);
    aspect-ratio: var(--symbol_10_ratio);
    width: var(--symbol_10_width);

    margin: 0 auto;
}

.symbol_1 {
    background-position: var(--symbol_1_position);
    background-size: var(--symbol_1_size);
    aspect-ratio: var(--symbol_1_ratio);
    width: var(--symbol_1_width);
}

.symbol_11 {
    background-position: var(--symbol_11_position);
    background-size: var(--symbol_11_size);
    aspect-ratio: var(--symbol_11_ratio);
    width: var(--symbol_11_width);

    margin: 0 auto;
}

.symbol_8 {
    background-position: var(--symbol_8_position);
    background-size: var(--symbol_8_size);
    aspect-ratio: var(--symbol_8_ratio);
    width: var(--symbol_8_width);
}

.symbol_5 {
    background-position: var(--symbol_5_position);
    background-size: var(--symbol_5_size);
    aspect-ratio: var(--symbol_5_ratio);
    width: var(--symbol_5_width);
}

.symbol_6 {
    background-position: var(--symbol_6_position);
    background-size: var(--symbol_6_size);
    aspect-ratio: var(--symbol_6_ratio);
    width: var(--symbol_6_width);
}

.symbol_4 {
    background-position: var(--symbol_4_position);
    background-size: var(--symbol_4_size);
    aspect-ratio: var(--symbol_4_ratio);
    width: var(--symbol_4_width);
}

.symbol_7 {
    background-position: var(--symbol_7_position);
    background-size: var(--symbol_7_size);
    aspect-ratio: var(--symbol_7_ratio);
    width: var(--symbol_7_width);
}

.payline_1 {
    background-position: var(--payline_1_position);
    background-size: var(--payline_1_size);
    aspect-ratio: var(--payline_1_ratio);
    width: var(--payline_1_width);
}

.payline_2 {
    background-position: var(--payline_2_position);
    background-size: var(--payline_2_size);
    aspect-ratio: var(--payline_2_ratio);
    width: var(--payline_2_width);
}

.symbol_3 {
    background-position: var(--symbol_3_position);
    background-size: var(--symbol_3_size);
    aspect-ratio: var(--symbol_3_ratio);
    width: var(--symbol_3_width);
}

.payline_3 {
    background-position: var(--payline_3_position);
    background-size: var(--payline_3_size);
    aspect-ratio: var(--payline_3_ratio);
    width: var(--payline_3_width);
}

.payline_4 {
    background-position: var(--payline_4_position);
    background-size: var(--payline_4_size);
    aspect-ratio: var(--payline_4_ratio);
    width: var(--payline_4_width);
}

.payline_5 {
    background-position: var(--payline_5_position);
    background-size: var(--payline_5_size);
    aspect-ratio: var(--payline_5_ratio);
    width: var(--payline_5_width);
}

.payline_6 {
    background-position: var(--payline_6_position);
    background-size: var(--payline_6_size);
    aspect-ratio: var(--payline_6_ratio);
    width: var(--payline_6_width);
}

.payline_7 {
    background-position: var(--payline_7_position);
    background-size: var(--payline_7_size);
    aspect-ratio: var(--payline_7_ratio);
    width: var(--payline_7_width);
}

.payline_8 {
    background-position: var(--payline_8_position);
    background-size: var(--payline_8_size);
    aspect-ratio: var(--payline_8_ratio);
    width: var(--payline_8_width);
}

.payline_9 {
    background-position: var(--payline_9_position);
    background-size: var(--payline_9_size);
    aspect-ratio: var(--payline_9_ratio);
    width: var(--payline_9_width);
}

.payline_10 {
    background-position: var(--payline_10_position);
    background-size: var(--payline_10_size);
    aspect-ratio: var(--payline_10_ratio);
    width: var(--payline_10_width);
}

.payline_11 {
    background-position: var(--payline_11_position);
    background-size: var(--payline_11_size);
    aspect-ratio: var(--payline_11_ratio);
    width: var(--payline_11_width);
}

.payline_12 {
    background-position: var(--payline_12_position);
    background-size: var(--payline_12_size);
    aspect-ratio: var(--payline_12_ratio);
    width: var(--payline_12_width);
}

.payline_13 {
    background-position: var(--payline_13_position);
    background-size: var(--payline_13_size);
    aspect-ratio: var(--payline_13_ratio);
    width: var(--payline_13_width);
}

.payline_14 {
    background-position: var(--payline_14_position);
    background-size: var(--payline_14_size);
    aspect-ratio: var(--payline_14_ratio);
    width: var(--payline_14_width);
}

.payline_15 {
    background-position: var(--payline_15_position);
    background-size: var(--payline_15_size);
    aspect-ratio: var(--payline_15_ratio);
    width: var(--payline_15_width);
}

.payline_16 {
    background-position: var(--payline_16_position);
    background-size: var(--payline_16_size);
    aspect-ratio: var(--payline_16_ratio);
    width: var(--payline_16_width);
}

.payline_17 {
    background-position: var(--payline_17_position);
    background-size: var(--payline_17_size);
    aspect-ratio: var(--payline_17_ratio);
    width: var(--payline_17_width);
}

.payline_18 {
    background-position: var(--payline_18_position);
    background-size: var(--payline_18_size);
    aspect-ratio: var(--payline_18_ratio);
    width: var(--payline_18_width);
}

.payline_19 {
    background-position: var(--payline_19_position);
    background-size: var(--payline_19_size);
    aspect-ratio: var(--payline_19_ratio);
    width: var(--payline_19_width);
}

.payline_20 {
    background-position: var(--payline_20_position);
    background-size: var(--payline_20_size);
    aspect-ratio: var(--payline_20_ratio);
    width: var(--payline_20_width);
}

.payline_21 {
    background-position: var(--payline_21_position);
    background-size: var(--payline_21_size);
    aspect-ratio: var(--payline_21_ratio);
    width: var(--payline_21_width);
}

.payline_22 {
    background-position: var(--payline_22_position);
    background-size: var(--payline_22_size);
    aspect-ratio: var(--payline_22_ratio);
    width: var(--payline_22_width);
}

.payline_23 {
    background-position: var(--payline_23_position);
    background-size: var(--payline_23_size);
    aspect-ratio: var(--payline_23_ratio);
    width: var(--payline_23_width);
}

.payline_24 {
    background-position: var(--payline_24_position);
    background-size: var(--payline_24_size);
    aspect-ratio: var(--payline_24_ratio);
    width: var(--payline_24_width);
}

.payline_25 {
    background-position: var(--payline_25_position);
    background-size: var(--payline_25_size);
    aspect-ratio: var(--payline_25_ratio);
    width: var(--payline_25_width);
}

.payline_26 {
    background-position: var(--payline_26_position);
    background-size: var(--payline_26_size);
    aspect-ratio: var(--payline_26_ratio);
    width: var(--payline_26_width);
}

.payline_27 {
    background-position: var(--payline_27_position);
    background-size: var(--payline_27_size);
    aspect-ratio: var(--payline_27_ratio);
    width: var(--payline_27_width);
}

/****************** roundBtns ********************/

.roundBtn {
    background-image: url(../Graphics/HD/SpriteSheets/roundBtns.png?_t=20251127140111);
    background-repeat: no-repeat;
    --closeBtn: -109px -109px;
    --directionBtn: -1px -1px;
    --helpBtn: -1px -55px;
    --historyBtn: -1px -109px;
    --homeBtn: -1px -163px;
    --menuBackBtn: -55px -1px;
    --menuBtn: -109px -1px;
    --paytableBtn: -163px -1px;
    --settingsBtn: -55px -55px;
    --smallCloseBtn: -1px -217px;
    --soundBtnOff: -55px -109px;
    --soundBtnOn1: -55px -163px;
    --soundBtnOn2: -109px -55px;
    --soundBtnOn3: -163px -55px;
}

/*******************************************************/

.closeBtn {
    background-position: var(--closeBtn);
}

.directionBtn {
    background-position: var(--directionBtn);
}

.hlpHelp,
.helpBtn {
    background-position: var(--helpBtn);
}

.hlpHistory,
.historyBtn {
    background-position: var(--historyBtn);
}

.hlpHome,
.homeBtn {
    background-position: var(--homeBtn);
}

.menuBackBtn {
    background-position: var(--menuBackBtn);
}

.hlpMenu,
.menuBtn {
    background-position: var(--menuBtn);
}

.hlpPaytable,
.paytableBtn {
    background-position: var(--paytableBtn);
}

.hlpSettings,
.settingsBtn {
    background-position: var(--settingsBtn);
}

.smallCloseBtn {
    background-position: var(--smallCloseBtn);
}

.soundBtn.off {
    background-position: var(--soundBtnOff);
}

.soundBtn.on1 {
    background-position: var(--soundBtnOn1);
}

.soundBtn.on2 {
    background-position: var(--soundBtnOn2);
}

.soundBtn.on3,
.hlpSound {
    background-position: var(--soundBtnOn3);
}

/* SCROLLBAR START */
::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background: #ffffff;
}

::-webkit-scrollbar-thumb:active {
    background: var(--color1);
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}
/* SCROLLBAR END */
/* USER CONTROLS END */

/* GENERAL STATES START */
._disabled {
    color: #999999;
    cursor: initial;
}

._hidden {
    display: none;
}

._invisible {
    visibility: hidden;
}
/* GENERAL STATES END */

/* WINDOWS 8.1 CHROME 95 BETA FIX START */
.frbIcon {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* WINDOWS 8.1 CHROME 95 BETA FIX END */

/* ************************* LANGUAGE OVERRIDES ************************* */

/* GEORGIAN START */
/* game.css */
.limit span[language='ka'],
.limit span[language='ka-GE'] {
    font-size: 32px;
    letter-spacing: 1px;
}

.dialogContent p[language='ka'],
.dialogContent p[language='ka-GE'],
.dialogContent p:first-of-type[language='ka'],
.dialogContent p:first-of-type[language='ka-GE'] {
    line-height: 28px;
}

.info .dialogContent p[language='ka'],
.info .dialogContent p[language='ka-GE'] {
    font-size: 24px;
    line-height: 24px;
}

.dialogBtn[language='ka'],
.dialogBtn[language='ka-GE'] {
    line-height: 21px;
}

body[language='ka'] #responsibleGamingDialog .dialogContent h3,
body[language='ka-GE'] #responsibleGamingDialog .dialogContent h3 {
    white-space: nowrap;
}

body[language='ka'] #responsibleGamingDialog .dialogContent p,
body[language='ka-GE'] #responsibleGamingDialog .dialogContent p {
    line-height: 24px;
}

#responsibleGamingDialog .dialogBtn[language='ka'],
#responsibleGamingDialog .dialogBtn[language='ka-GE'] {
    width: 140px;
    font-size: 20px;
}

#cashierDialog #refreshButton.dialogBtn[language='ka'],
#cashierDialog #refreshButton.dialogBtn[language='ka-GE'] {
    font-size: 16px;
    line-height: 20px;
    height: 39px;
    padding: 1px 0;
}

#cashierDialog #refreshButton.dialogBtn[language='ka']:active,
#cashierDialog #refreshButton.dialogBtn[language='ka-GE']:active {
    padding: 2px 0 1px;
}

body[language='ka'] .frbBtn,
body[language='ka-GE'] .frbBtn {
    width: 248px;
    letter-spacing: 0;
}

/* HD.css */
.advancedAutoplay .dialogBtn[language='ka'],
.advancedAutoplay .dialogBtn._disabled:active[language='ka'],
.advancedAutoplay .dialogBtn[language='ka-GE'],
.advancedAutoplay .dialogBtn._disabled:active[language='ka-GE'] {
    width: 340px;
}
/* GEORGIAN END */

/* MACEDONIAN START */
/* game.css */
.info .dialogContent p[language='mk'],
.info .dialogContent p[language='mk-MK'] {
    font-size: 22px;
    line-height: 24px;
}

/* HD.css */
.advancedAutoplay .dialogBtn[language='mk'],
.advancedAutoplay .dialogBtn._disabled:active[language='mk'],
.advancedAutoplay .dialogBtn[language='mk-MK'],
.advancedAutoplay .dialogBtn._disabled:active[language='mk-MK'] {
    width: 316px;
}
/* MACEDONIAN END */

/* VIETNAMESE START */
body[language='vi'] .label,
body[language='vi-VN'] .label,
body[language='vi'] span strong,
body[language='vi-VN'] span strong,
body[language='vi'] a,
body[language='vi-VN'] a,
body[language='vi'] a:hover,
body[language='vi-VN'] a:hover,
body[language='vi'] h2,
body[language='vi-VN'] h2,
body[language='vi'] h3,
body[language='vi-VN'] h3,
body[language='vi'] h4,
body[language='vi-VN'] h4,
body[language='vi'] h5,
body[language='vi-VN'] h5,
body[language='vi'] h6,
body[language='vi-VN'] h6,
body[language='vi'] h7,
body[language='vi-VN'] h7,
body[language='vi'] input,
body[language='vi-VN'] input,
body[language='vi'] select,
body[language='vi-VN'] select,
body[language='vi'] textarea,
body[language='vi-VN'] textarea,
body[language='vi'] .loading._error .progressNumber,
body[language='vi-VN'] .loading._error .progressNumber {
    font-family:
        'Bison Demi Bold',
        Arial Narrow,
        Arial;
}

/* game.css */
body[language='vi'] .limit span,
body[language='vi-VN'] .limit span {
    font-family:
        'Bison Demi Bold',
        Arial Narrow,
        Arial;
}

body[language='vi'] .dialogBtn,
body[language='vi-VN'] .dialogBtn,
body[language='vi'] .frbBtn,
body[language='vi-VN'] .frbBtn {
    font-family:
        'Bison Demi Bold',
        Arial Narrow,
        Arial;
}

body[language='vi'] .frbDialog a,
body[language='vi-VN'] .frbDialog a {
    font-family:
        'Source Sans Pro',
        Arial Narrow,
        Arial;
    text-transform: none;
}

/* gamble.css */
body[language='vi'] .gambleLabel,
body[language='vi-VN'] .gambleLabel,
body[language='vi'] .gambleLabelBig,
body[language='vi-VN'] .gambleLabelBig {
    font-family:
        'Bison Demi Bold',
        Arial Narrow,
        Arial;
}

body[language='vi'] .gambleAttempts,
body[language='vi-VN'] .gambleAttempts {
    font-family:
        'Bison Demi Bold',
        Arial Narrow,
        Arial;
}

body[language='vi'] .gambleAttempts strong,
body[language='vi-VN'] .gambleAttempts strong {
    font-family:
        'Bebas Neue',
        Arial Narrow,
        Arial;
}

body[language='vi'] .gambleTicker,
body[language='vi-VN'] .gambleTicker,
body[language='vi'] .gambleDefaultRisk,
body[language='vi-VN'] .gambleDefaultRisk {
    font-family:
        'Bison Demi Bold',
        Arial Narrow,
        Arial;
}

body[language='vi'] .gambleRedBtn,
body[language='vi-VN'] .gambleRedBtn,
body[language='vi'] .gambleBlackBtn,
body[language='vi-VN'] .gambleBlackBtn {
    font-family:
        'Bison Demi Bold',
        Arial Narrow,
        Arial;
}

body[language='vi'] .gambleHalfBtn,
body[language='vi-VN'] .gambleHalfBtn,
body[language='vi'] .gambleCollectBtn,
body[language='vi-VN'] .gambleCollectBtn {
    font-family:
        'Bison Demi Bold',
        Arial Narrow,
        Arial;
}

/* HD.css */
body[language='vi'] .similarGames .exitBtn,
body[language='vi-VN'] .similarGames .exitBtn,
body[language='vi'] #statusBar,
body[language='vi-VN'] #statusBar {
    font-family:
        'Bison Demi Bold',
        Arial Narrow,
        Arial;
}

body[language='vi'] .symbolDescription,
body[language='vi-VN'] .symbolDescription {
    font-family:
        'Bison Demi Bold',
        Arial Narrow,
        Arial;
}
/* VIETNAMESE END */

/* GREEK START */
body[language='el'] .label,
body[language='el-GR'] .label,
body[language='el'] span strong,
body[language='el-GR'] span strong,
body[language='el'] a,
body[language='el-GR'] a,
body[language='el'] a:hover,
body[language='el-GR'] a:hover,
body[language='el'] h2,
body[language='el-GR'] h2,
body[language='el'] h3,
body[language='el-GR'] h3,
body[language='el'] h4,
body[language='el-GR'] h4,
body[language='el'] h5,
body[language='el-GR'] h5,
body[language='el'] h6,
body[language='el-GR'] h6,
body[language='el'] h7,
body[language='el-GR'] h7,
body[language='el'] input,
body[language='el-GR'] input,
body[language='el'] select,
body[language='el-GR'] select,
body[language='el'] textarea,
body[language='el-GR'] textarea,
body[language='el'] .loading._error .progressNumber,
body[language='el-GR'] .loading._error .progressNumber {
    font-family:
        'Bebas Neue Greek',
        Arial Narrow,
        Arial;
}

/* game.css */
body[language='el'] .limit span,
body[language='el-GR'] .limit span {
    font-family:
        'Bebas Neue Greek',
        Arial Narrow,
        Arial;
}

body[language='el'] .dialogBtn,
body[language='el-GR'] .dialogBtn,
body[language='el'] .frbBtn,
body[language='el-GR'] .frbBtn {
    font-family:
        'Bebas Neue Greek',
        Arial Narrow,
        Arial;
}

body[language='el'] .frbDialog a,
body[language='el-GR'] .frbDialog a {
    font-family:
        'Source Sans Pro',
        Arial Narrow,
        Arial;
    text-transform: none;
}

body[language='el'] .info .dialogContent p,
body[language='el-GR'] .info .dialogContent p {
    font-size: 22px;
}

/* gamble.css */
body[language='el'] .gambleLabel,
body[language='el-GR'] .gambleLabel,
body[language='el'] .gambleLabelBig,
body[language='el-GR'] .gambleLabelBig {
    font-family:
        'Bebas Neue Greek',
        Arial Narrow,
        Arial;
}

body[language='el'] .gambleAttempts,
body[language='el-GR'] .gambleAttempts {
    font-family:
        'Bebas Neue Greek',
        Arial Narrow,
        Arial;
}

body[language='el'] .gambleTicker,
body[language='el-GR'] .gambleTicker,
body[language='el'] .gambleDefaultRisk,
body[language='el-GR'] .gambleDefaultRisk {
    font-family:
        'Bebas Neue Greek',
        Arial Narrow,
        Arial;
}

body[language='el'] .gambleRedBtn,
body[language='el-GR'] .gambleRedBtn,
body[language='el'] .gambleBlackBtn,
body[language='el-GR'] .gambleBlackBtn {
    font-family:
        'Bebas Neue Greek',
        Arial Narrow,
        Arial;
}

body[language='el'] .gambleHalfBtn,
body[language='el-GR'] .gambleHalfBtn,
body[language='el'] .gambleCollectBtn,
body[language='el-GR'] .gambleCollectBtn {
    font-family:
        'Bebas Neue Greek',
        Arial Narrow,
        Arial;
}

/* HD.css */
body[language='el'] .similarGames .exitBtn,
body[language='el-GR'] .similarGames .exitBtn,
body[language='el'] #statusBar,
body[language='el-GR'] #statusBar {
    font-family:
        'Bebas Neue Greek',
        Arial Narrow,
        Arial;
}

body[language='el'] .symbolDescription,
body[language='el-GR'] .symbolDescription {
    font-family:
        'Bebas Neue Greek',
        Arial Narrow,
        Arial;
}
/* GREEK END */

/* JAPANESE START */
/* game.css */
body[language='ja'] .dialogBtn,
body[language='ja-JP'] .dialogBtn {
    line-height: 24px;
}

#cashierDialog #refreshButton.dialogBtn[language='ja'],
#cashierDialog #refreshButton.dialogBtn[language='ja-JP'] {
    font-size: 16px;
    line-height: 20px;
    height: 39px;
    padding: 1px 8px;
}

#cashierDialog #refreshButton.dialogBtn[language='ja']:active,
#cashierDialog #refreshButton.dialogBtn[language='ja-JP']:active {
    padding: 2px 8px 1px;
}

body[language='ja'] .frbBtn,
body[language='ja-JP'] .frbBtn {
    font-size: 18px;
    letter-spacing: 0;
}
/* JAPANESE END */

/* CHINESE START */
/* game.css */
body[language='zh'] .dialogBtn,
body[language='zh-CN'] .dialogBtn {
    line-height: 24px;
}
/* CHINESE END */

#cashierDialog #refreshButton.dialogBtn[language='bg'],
#cashierDialog #refreshButton.dialogBtn[language='bg-BG'] {
    font-size: 16px;
    line-height: 20px;
    height: 39px;
    padding: 1px 0;
}

/* STATUS BAR */
#statusBar {
    display: flex;
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    color: #9e9e9e;
    overflow: hidden;
    text-align: center;
    background-color: #131313;
    transform: translate3d(0, 0, 0);
    z-index: 99999;
}

#statusBar._disabled {
    display: none;
}

#statusBar > div {
    padding: 3px 12px;
}

#topIframe {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    z-index: 3;
}

#topIframe._disabled {
    display: none;
}
/* EXTERNAL WRAPPERS END */

#offlinePacketOverlay,
#packetPlayerList {
    text-transform: none;
}
