/* GENERAL START */
body {
    font-family:
        'Bebas Neue',
        Arial Narrow,
        Arial;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 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: 14px;
    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: 14px;
    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: 14px;
    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;
}
/* 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: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

/* USER CONTROLS START */
/* SUPREME START */
.userControls_supreme {
    position: relative;
    top: 0;
    width: 1280px;
    z-index: 2;
}

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

.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: 0;
    left: 0;
    right: 0;
    width: 1016px;
    height: 88px;
    padding: 112px 132px 0;
    margin: 0 auto;
    z-index: 1;
    pointer-events: none;
}

.userControls,
.userControls_supreme {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.userControls._disabled,
.userControls_supreme._disabled {
    opacity: 0;
    pointer-events: none;
}

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

.label {
    display: block;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.6px;
    color: #ffcc2a;
    text-align: center;
    padding-top: 23px;
}

.freespins .label {
    color: #39add4;
}

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

.balance,
.bet {
    float: left;
    position: relative;
    height: 88px;
    margin-top: -24px;
    z-index: 1;
}

.balance {
    width: 239px;
    margin-left: -27px;
}

.bet {
    width: 246px;
    margin-left: -39px;
}

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

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

.freespins .betMinusBtn,
.freespins .betPlusBtn {
    visibility: hidden;
}

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

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

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

.betMinusBtn:active,
.betPlusBtn:active {
    background-color: #b1632c;
}

.betMinusBtn._disabled,
.betPlusBtn._disabled {
    opacity: 0.6;
}

.betMinusBtn._disabled:hover,
.betMinusBtn._disabled:active,
.betPlusBtn._disabled:hover,
.betPlusBtn._disabled:active {
    background-color: transparent;
}

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

.betSlide {
    width: 0;
    height: 100%;
    background: #ffcc2a;
    -webkit-transition: width 0.1s ease;
    transition: width 0.1s ease;
}

.freespins .betSlide {
    background: #39add4;
}

.win {
    float: left;
    width: 289px;
    height: 87px;
    box-sizing: border-box;
    padding-left: 48px;
    padding-right: 24px;
    margin: -25px -67px 0;
}

.mainBtns {
    float: right;
    position: relative;
    width: 372px;
    height: 88px;
    pointer-events: all;
}

.icon {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.maxBetBtn,
.gambleBtn,
.autoplayBtn,
.autoplayStopBtn,
.collectBtn,
.fsCount {
    position: absolute;
    width: 100px;
    height: 60px;
    margin: 10px 0;
    cursor: pointer;
}

.maxBetBtn:before,
.gambleBtn:before,
.autoplayBtn:before,
.autoplayStopBtn:before,
.collectBtn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 116px;
    height: 68px;
    pointer-events: none;
}

.autoplayBtn:before,
.autoplayStopBtn:before,
.collectBtn:before {
    left: unset;
    right: 0;
}

.maxBetBtn,
.gambleBtn,
.fsCount {
    left: 0;
}

.maxBetBtn,
.gambleBtn,
.maxBetBtn .icon,
.gambleBtn .icon {
    border-top-left-radius: 40px;
    border-top-right-radius: 28px;
}

.autoplayBtn,
.autoplayStopBtn,
.collectBtn {
    right: 0;
}

.autoplayBtn,
.autoplayStopBtn,
.collectBtn,
.autoplayBtn .icon,
.autoplayStopBtn .icon,
.collectBtn .icon {
    border-top-left-radius: 26px;
    border-top-right-radius: 42px;
}

.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,
.fsEnterBtn,
.fsReturnBtn,
.pickEnterBtn,
.pickReturnBtn {
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    width: 154px;
    height: 88px;
    border-radius: 18px;
    margin: 0 auto;
    cursor: pointer;
    z-index: 3;
}

.spinBtn,
.stopBtn,
.fsEnterBtn,
.fsReturnBtn,
.pickEnterBtn,
.pickReturnBtn,
.spinBtn .icon,
.stopBtn .icon,
.fsEnterBtn .icon,
.fsReturnBtn .icon,
.pickEnterBtn .icon,
.pickReturnBtn .icon {
    border-top-left-radius: 48px;
    border-top-right-radius: 56px;
}

.spinBtn:before,
.stopBtn:before,
.fsEnterBtn:before,
.fsReturnBtn:before,
.pickEnterBtn:before,
.pickReturnBtn:before {
    content: '';
    position: absolute;
    top: 0;
    left: -9px;
    width: 171px;
    height: 95px;
    border-radius: 16px;
    pointer-events: none;
}

.spinBtn,
.fsEnterBtn,
.fsReturnBtn,
.pickEnterBtn,
.pickReturnBtn {
    -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,
.fsEnterBtn:hover,
.fsReturnBtn:hover,
.pickEnterBtn:hover,
.pickReturnBtn:hover,
.spinBtn:active,
.stopBtn:active,
.fsEnterBtn:active,
.fsReturnBtn:active,
.pickEnterBtn:active,
.pickReturnBtn:active,
.spinBtn._disabled,
.stopBtn._disabled,
.fsEnterBtn._disabled,
.fsReturnBtn._disabled,
.pickEnterBtn._disabled,
.pickReturnBtn._disabled {
    -webkit-animation: none;
    animation: none;
}

.spinBtn._disabled,
.stopBtn._disabled,
.fsEnterBtn._disabled,
.fsReturnBtn._disabled,
.pickEnterBtn._disabled,
.pickReturnBtn._disabled {
    z-index: 2;
}

.stopBtn._disabled,
.fsEnterBtn._disabled,
.fsReturnBtn._disabled,
.pickEnterBtn._disabled,
.pickReturnBtn._disabled {
    display: none;
}

.spinBtn:active .icon,
.stopBtn:active .icon,
.fsEnterBtn:active .icon,
.fsReturnBtn:active .icon,
.pickEnterBtn:active .icon,
.pickReturnBtn:active .icon {
    margin-top: 1px;
}

.spinBtn .icon {
    -webkit-transform-origin: 72px 45px;
    -webkit-animation: rotateIcon 4s infinite;
    animation: rotateIcon 4s infinite;
}

.btn._disabled .icon,
.btn._disabled:hover .icon,
.btn._disabled:active .icon {
    opacity: 0.8;
    margin-top: 0;
    cursor: default;
    -webkit-animation: none;
    animation: none;
}

@-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);
    }
}

.fsEnterBtn .icon,
.fsReturnBtn .icon,
.pickEnterBtn .icon,
.pickReturnBtn .icon {
    -webkit-animation: pulseIcon 3s infinite;
    animation: pulseIcon 3s infinite;
}

@-webkit-keyframes pulseIcon {
    0%,
    75%,
    95%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    85% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    90% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes pulseIcon {
    0%,
    75%,
    95%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    85% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    90% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.fsCount {
    bottom: -10px;
    left: -24px;
    width: 137px;
    height: 97px;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 2px;
    cursor: default;
}

.fsCount .label {
    padding-top: 18px;
}

.buttonsFront {
    position: absolute;
    right: -80px;
    bottom: 0;
    width: 518px;
    height: 176px;
    mix-blend-mode: lighten;
    pointer-events: none;
    z-index: 4;
}

/* POPUPS START */
.popUpLabel {
    float: left;
    width: 78px;
    height: 16px;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffcc2a;
    padding: 6px 0 4px;
}

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

.balancePopUpMask {
    position: absolute;
    bottom: 66px;
    left: 104px;
    width: 241px;
    height: 147px;
    overflow: hidden;
    z-index: -1;
    -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: 32px 36px;
}

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

.autoplayPopUp {
    position: absolute;
    top: 0;
    width: 100%;
    height: 260px;
    padding: 22px 0 32px;
}

.autoplayStopBtn + .autoplayPopUpMask {
    height: 78px;
}

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

.autoplayItem {
    width: 66px;
    height: 28px;
    text-align: center;
    margin: 0 14px;
    cursor: pointer;
}

@media (hover: hover) {
    .autoplayItem:hover {
        background: #2d0e01;
        background-image: -ms-linear-gradient(
            left,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(199, 61, 2, 1) 20%,
            rgba(199, 61, 2, 1) 80%,
            rgba(0, 0, 0, 0.4) 100%
        ); /* IE10+ */
        background-image: -moz-linear-gradient(
            left,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(199, 61, 2, 1) 20%,
            rgba(199, 61, 2, 1) 80%,
            rgba(0, 0, 0, 0.4) 100%
        ); /* Mozilla Firefox */
        background-image: -o-linear-gradient(
            left,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(199, 61, 2, 1) 20%,
            rgba(199, 61, 2, 1) 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, rgba(199, 61, 2, 1)),
            color-stop(80, rgba(199, 61, 2, 1)),
            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%,
            rgba(199, 61, 2, 1) 20%,
            rgba(199, 61, 2, 1) 80%,
            rgba(0, 0, 0, 0.4) 100%
        ); /* Webkit (Chrome 11+) */
        background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(199, 61, 2, 1) 20%,
            rgba(199, 61, 2, 1) 80%,
            rgba(0, 0, 0, 0.4) 100%
        ); /* W3C Markup */
    }
}

.autoplayStopBtn + .autoplayPopUpMask .autoplayPopUp {
    padding-top: 20px;
}

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

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

.autoplayCnt {
    height: 28px;
    line-height: 28px;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    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 {
    float: left;
    width: 100%;
    height: 620px;
}

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

h2 {
    float: left;
    height: 72px;
    font-size: 60px;
    font-weight: normal;
    color: #ffcc2a;
    white-space: nowrap;
}

h2 sup {
    font-size: 29px;
}

h3 {
    font-size: 40px;
    font-weight: normal;
    color: #ffcc2a;
    letter-spacing: 1.5px;
}

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

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

/* MASK START */
.mask {
    position: fixed;
    top: 72px;
    width: calc(100% - 7px - 28px);
    height: calc(620px - 72px);
    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: #9a8b5b !important;
    filter: brightness(0.5);
}

.checkboxButton input:checked ~ .toggleSwitch label:after {
    left: 28px;
    background-color: #9a8b5b !important;
}
/* SETTINGS END */

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

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

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

p sup {
    font-size: 11px;
}

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: 2px 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,
.hlpFsEnter,
.hlpFsReturn,
.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: -34px -59px;
}

.hlpMaxBet,
.hlpGamble {
    padding: 4px 19px 4px 0;
}

.hlpAutoplay,
.hlpAutoplayStop,
.hlpCollect {
    padding: 4px 0 4px 19px;
}

.hlpSpin,
.hlpStop,
.hlpFsEnter,
.hlpFsReturn {
    width: 154px;
    height: 88px;
    padding: 4px 9px 3px 9px;
    margin: -48px -86px;
}

.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: 4px 4px 8px;
    background: #ffcc2a;
    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;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
}

.texts {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    bottom: 4px;
    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 */
.wrapper:before {
    content: '';
    position: absolute;
    top: 28px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    z-index: -1;
}

.titleWrapper {
    position: absolute;
    top: 0;
    display: flex;
    align-self: center;
    width: 80%;
    height: 28px;
}

.line {
    flex: 1.5;
    align-self: center;
    border-top: 2px solid;
}

.line.baseColor {
    border-color: #80e602;
}

.line.fsColor {
    border-color: #2bffff;
}

.line.pickMeColor {
    border-color: #ff6d00;
}

.paytableTitleContainer {
    padding: 0 20px;
}

.paytableTitle {
    display: inline-block;
    font-size: 28px;
    line-height: 28px;
    font-style: oblique;
    text-shadow: 0 2px 2px #000;
}

.paytableTitle.ampColor {
    color: #ffcc2a;
    padding: 0 8px;
}

.paytableTitle.baseColor {
    color: #80e602;
}

.paytableTitle.fsColor {
    color: #2bffff;
}

.paytableTitle.pickMeColor {
    color: #ff6d00;
}

.symbolsRow {
    position: relative;
    width: 100%;
    height: calc(100% / 3);
}

.symbolsRow.special {
    height: 296px;
}

.titleWrapper + .symbolsRow,
.titleWrapper + .pickMeContainer {
    margin-top: 28px;
}

.titleWrapper + .symbolsRow:not(.special) {
    margin-top: 40px;
}

.titleWrapper + .paylineRow {
    margin-top: 56px;
}

.freespinsContainer,
.bonusContainer {
    display: inline-block;
    width: 45%;
    height: 100%;
    margin: 0 1%;
    border-radius: 20px;
    vertical-align: middle;
}

.freespinsContainer {
    background: rgba(11, 87, 87, 0.8);
    box-sizing: border-box;
    border: 1px solid #2bffff;
    box-shadow: inset 0 0 20px #2bffff;
}

.bonusContainer {
    background: rgba(132, 71, 0, 0.8);
    box-sizing: border-box;
    border: 1px solid #ff6d00;
    box-shadow: inset 0 0 20px #ff6d00;
}

.symbol {
    display: inline-block;
    width: 31%;
    height: 100%;
    vertical-align: top;
}

.symbol.freespins,
.symbol.bonus {
    width: 100%;
}

.symbol.wild,
.symbol.wildFS {
    width: 60%;
    border-radius: 20px;
}

.symbol.scatter {
    width: 40%;
}

.symbol.wild {
    box-sizing: border-box;
    border: 1px solid #afe419;
    background: rgba(64, 115, 0, 0.8);
    box-shadow: inset 0 0 20px #afe419;
}

.symbol.wildFS {
    box-sizing: border-box;
    border: 1px solid #2bffff;
    background: rgba(11, 87, 87, 0.8);
    box-shadow: inset 0 0 20px #2bffff;
}

.symbolImage {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    float: left;
    width: 176px;
    height: 100%;
    margin-left: calc(58% - 192px);
}

.freespins .symbolImage,
.bonus .symbolImage {
    width: 192px;
    margin-left: calc(42% - 192px);
}

.wild .symbolImage {
    width: 192px;
    margin-left: calc(55% - 192px);
}

.wildFS .symbolImage {
    width: 192px;
    margin-left: 40px;
}

.symbolImage > div {
    -webkit-align-self: center;
    align-self: center;
    width: 100%;
    height: 100%;
    transform: scale(0.9);
}

.symbolPayouts,
.symbolDescription {
    float: left;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 35%;
    height: 100%;
}

.freespins .symbolDescription,
.bonus .symbolDescription {
    width: 58%;
    box-sizing: border-box;
    padding-right: 28px;
}

.wildFS .symbolDescription.dsc_1 {
    width: calc(100% - 232px);
    box-sizing: border-box;
    padding-right: 40px;
}

.wild .symbolImage,
.wildFS .symbolImage,
.scatter .symbolImage,
.wild .symbolPayouts,
.wildFS .symbolDescription.dsc_1,
.scatter .symbolPayouts {
    height: calc(100% - 104px);
}

.scatter .symbolImage,
.scatter .symbolPayouts {
    margin-top: 48px;
}

.wild .symbolPayouts {
    width: 25%;
}

.scatter .symbolPayouts {
    width: 30%;
    margin-left: 8px;
}

.wild .symbolPayouts div,
.scatter .symbolPayouts div {
    display: flex;
    justify-content: center;
}

.wild .symbolDescription,
.wildFS .symbolDescription.dsc_2 {
    width: 100%;
    height: 104px;
    box-sizing: border-box;
    padding: 0 20px;
    margin-top: -12px;
}

.symbolDescription span {
    font-size: 28px;
    color: #fff;
    text-shadow: 0 2px 2px #000;
}

.wild .symbolDescription span:last-of-type,
.wildFS .symbolDescription.dsc_2 span:last-of-type {
    font-size: 24px;
}

.symbolDescription span strong {
    font-family:
        'Bebas Neue',
        Arial Narrow,
        Arial;
    text-transform: uppercase;
    display: block;
    font-size: 36px;
    line-height: 36px;
    color: #ffcc2a;
    letter-spacing: 1px;
}

.wild .symbolDescription span strong {
    display: inline;
}

.symbolTitle {
    font-size: 28px;
    line-height: 28px;
    color: #ffde00;
    text-shadow: 0 2px 2px #000;
    margin-bottom: 8px;
}

.symbolCount,
.symbolValue {
    float: left;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    text-shadow: 0 2px 2px #000;
}

.symbolCount {
    color: #ffde00;
    margin-left: 18px;
}

.wild .symbolCount,
.scatter .symbolCount {
    margin-left: 0;
}

.symbolValue {
    width: 90px;
    letter-spacing: 1px;
    text-align: right;
}

.pickMeContainer .wrapper {
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 515px;
    margin: 0 16px;
}

.level1,
.level2 {
    display: inline-block;
    border: 1px solid #ff6d00;
    box-shadow: inset 0 0 16px #ff6d00;
    border-radius: 20px;
}

.pickMeDescription {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 512px;
    height: 84px;
}

.pickMeDescription span {
    -webkit-align-self: center;
    align-self: center;
    font-size: 28px;
    line-height: 32px;
}

.pickMeTitle,
.pickMeDescription span strong {
    font-size: 32px;
    color: #ffcc2a;
}

.paylinesList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.paylineRow {
    height: 80px;
    margin-bottom: 28px;
}

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

.payline {
    display: inline-block;
    width: 169px;
    height: 80px;
    vertical-align: top;
    margin: 0 4px;
}

.paylineImage {
    float: right;
}

.paylineNumber {
    float: left;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 36px;
    height: 100%;
    font-size: 36px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 6px;
    cursor: default;
}
/* PAYTABLE CUSTOM END */

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

.similarGames .customContent {
    display: block;
    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: 2px solid #9a8b5b;
    margin: auto;
    cursor: pointer;
    pointer-events: all;
}

.similarGameItem:hover {
    box-shadow: 0 0 12px #9a8b5b;
    -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: #9a8b5b;
    text-align: center;
    border: 2px solid #9a8b5b;
    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: #9a8b5b;
    }
}

.settingItem._active {
    background: #9a8b5b;
}

.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: #ffcc2a;
    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: 10px 0 8px;
}
/* AUTOPLAY SETTINGS DIALOG END */

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

.btn .icon {
    background-image: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304235314);
    background-repeat: no-repeat;
}

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

.hlpAutoplay .icon,
.autoplayBtn .icon {
    background-position: -1px -333px;
}

.hlpAutoplayStop .icon,
.autoplayStopBtn .icon {
    background-position: -1px -271px;
}

.hlpCollect .icon,
.collectBtn .icon {
    background-position: -1px -395px;
}

.freespins .autoplayBtn .icon {
    background-position: -157px -181px;
}

.freespins .autoplayStopBtn .icon {
    background-position: -103px -271px;
}

.hlpFsEnter .icon,
.fsEnterBtn .icon,
.pickEnterBtn .icon {
    background-position: -157px -1px;
}

.hlpFsReturn .icon,
.fsReturnBtn .icon {
    background-position: -313px -1px;
}

.hlpPickReturn .icon,
.pickReturnBtn .icon {
    background-position: -1px -1px;
}

.freespins .spinBtn .icon {
    background-position: -1px -91px;
}

.freespins .stopBtn .icon {
    background-position: -157px -91px;
}

.hlpGamble .icon,
.gambleBtn .icon {
    background-position: -103px -333px;
}

.hlpMaxBet .icon,
.maxBetBtn .icon {
    background-position: -103px -395px;
}

.hlpSpin .icon,
.spinBtn .icon {
    background-position: -313px -91px;
}

.hlpStop .icon,
.stopBtn .icon {
    background-position: -1px -181px;
}

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

.btn:before,
.hlpButton .btn {
    background-image: url(../Graphics/HD/SpriteSheets/btns.png?_t=20250304235314);
    background-repeat: no-repeat;
}

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

.spinBtn:before,
.stopBtn:before,
.fsEnterBtn:before,
.fsReturnBtn:before,
.pickEnterBtn:before,
.pickReturnBtn:before,
.hlpSpin,
.hlpStop,
.hlpFsEnter {
    background-position: -1px -98px;
}

.spinBtn:hover:before,
.stopBtn:hover:before,
.fsEnterBtn:hover:before,
.fsReturnBtn:hover:before,
.pickEnterBtn:hover:before,
.pickReturnBtn:hover:before {
    background-position: -174px -98px;
}

.spinBtn:active:before,
.stopBtn:active:before,
.fsEnterBtn:active:before,
.fsReturnBtn:active:before,
.pickEnterBtn:active:before,
.pickReturnBtn:active:before {
    background-position: -1px -1px;
}

.spinBtn._disabled:before,
.stopBtn._disabled:before,
.fsEnterBtn._disabled:before,
.fsReturnBtn._disabled:before,
.pickEnterBtn._disabled:before,
.pickReturnBtn._disabled:before {
    background-position: -174px -1px;
}

.freespins .spinBtn:before,
.freespins .stopBtn:before,
.freespins .fsEnterBtn:before,
.freespins .fsReturnBtn:before,
.hlpFsReturn {
    background-position: -1px -292px;
}

.freespins .spinBtn:hover:before,
.freespins .stopBtn:hover:before,
.freespins .fsEnterBtn:hover:before,
.freespins .fsReturnBtn:hover:before {
    background-position: -174px -292px;
}

.freespins .spinBtn:active:before,
.freespins .stopBtn:active:before,
.freespins .fsEnterBtn:active:before,
.freespins .fsReturnBtn:active:before {
    background-position: -1px -195px;
}

.freespins .spinBtn._disabled:before,
.freespins .stopBtn._disabled:before,
.freespins .fsEnterBtn._disabled:before,
.freespins .fsReturnBtn._disabled:before {
    background-position: -174px -195px;
}

.freespins .autoplayBtn:before,
.freespins .autoplayStopBtn:before,
.freespins .collectBtn:before {
    background-position: -1px -459px;
}

.freespins .autoplayBtn:hover:before,
.freespins .autoplayStopBtn:hover:before,
.freespins .collectBtn:hover:before {
    background-position: -119px -459px;
}

.freespins .autoplayBtn:active:before,
.freespins .autoplayStopBtn:active:before,
.freespins .collectBtn:active:before {
    background-position: -243px -421px;
}

.freespins .autoplayBtn._disabled:before,
.freespins .autoplayStopBtn._disabled:before,
.freespins .collectBtn._disabled:before {
    background-position: -361px -421px;
}

.maxBetBtn:before,
.gambleBtn:before,
.hlpMaxBet,
.hlpGamble {
    background-position: -347px -141px;
}

.maxBetBtn:hover:before,
.gambleBtn:hover:before {
    background-position: -347px -211px;
}

.maxBetBtn:active:before,
.gambleBtn:active:before {
    background-position: -347px -1px;
}

.maxBetBtn._disabled:before,
.gambleBtn._disabled:before {
    background-position: -347px -71px;
}

.autoplayBtn:before,
.autoplayStopBtn:before,
.collectBtn:before,
.hlpAutoplay,
.hlpAutoplayStop,
.hlpCollect {
    background-position: -1px -389px;
}

.autoplayBtn:hover:before,
.autoplayStopBtn:hover:before,
.collectBtn:hover:before {
    background-position: -122px -389px;
}

.autoplayBtn:active:before,
.autoplayStopBtn:active:before,
.collectBtn:active:before {
    background-position: -347px -281px;
}

.autoplayBtn._disabled:before,
.autoplayStopBtn._disabled:before,
.collectBtn._disabled:before {
    background-position: -347px -351px;
}

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

.userControls,
.field,
.loadingIcon,
.buttonsFront {
    background-image: url(../Graphics/HD/SpriteSheets/fields.png?_t=20250304235314);
    background-repeat: no-repeat;
}

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

.autoplayPopUp {
    background-position: -1px -1px;
}

.balance {
    background-position: -735px -203px;
}

.balancePopUp {
    background-position: -1px -336px;
}

.bet {
    background-position: -239px -203px;
}

.betMinusBtn {
    background-position: -1px -485px;
}

.betPlusBtn {
    background-position: -27px -485px;
}

.buttonsFront {
    background-position: -244px -293px;
}

.freespins .balance {
    background-position: -976px -203px;
}

.freespins .bet {
    background-position: -487px -203px;
}

.freespins .buttonsFront {
    background-position: -1508px -1px;
}

.fsCount {
    background-position: -100px -203px;
}

.freespins .userControls {
    background-position: -100px -1px;
}

.freespins .win {
    background-position: -1217px -203px;
}

.loadingIcon {
    background-position: -1799px -179px;
}

.logo {
    background-position: -201px -485px;
}

.similarGamesLogo {
    background-position: -53px -485px;
}

.userControls {
    background-position: -764px -293px;
}

.win {
    background-position: -1508px -179px;
}

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

.symbolImage > div,
.paylineImage,
.level1,
.level2 {
    background-image: url(../Graphics/HD/SpriteSheets/paytable.png?_t=20250304235314);
    background-repeat: no-repeat;
}

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

.level1 {
    background-position: -1px -1px;
    width: 512px;
    height: 272px;
}

.level2 {
    background-position: -1px -275px;
    width: 512px;
    height: 272px;
}

.ln1 .paylineImage {
    background-position: -777px -971px;
    width: 133px;
    height: 80px;
}
.ln2 .paylineImage {
    background-position: -389px -1247px;
    width: 133px;
    height: 80px;
}
.ln3 .paylineImage {
    background-position: -524px -1247px;
    width: 133px;
    height: 80px;
}
.ln4 .paylineImage {
    background-position: -659px -1299px;
    width: 133px;
    height: 80px;
}
.ln5 .paylineImage {
    background-position: -794px -1299px;
    width: 133px;
    height: 80px;
}
.ln6 .paylineImage {
    background-position: -1px -1325px;
    width: 133px;
    height: 80px;
}
.ln7 .paylineImage {
    background-position: -136px -1325px;
    width: 133px;
    height: 80px;
}
.ln8 .paylineImage {
    background-position: -271px -1329px;
    width: 133px;
    height: 80px;
}
.ln9 .paylineImage {
    background-position: -406px -1329px;
    width: 133px;
    height: 80px;
}
.ln10 .paylineImage {
    background-position: -777px -1053px;
    width: 133px;
    height: 80px;
}
.ln11 .paylineImage {
    background-position: -777px -1135px;
    width: 133px;
    height: 80px;
}
.ln12 .paylineImage {
    background-position: -389px -1165px;
    width: 133px;
    height: 80px;
}
.ln13 .paylineImage {
    background-position: -524px -1165px;
    width: 133px;
    height: 80px;
}
.ln14 .paylineImage {
    background-position: -659px -1217px;
    width: 133px;
    height: 80px;
}
.ln15 .paylineImage {
    background-position: -794px -1217px;
    width: 133px;
    height: 80px;
}
.symbolImage .s1 {
    background-position: -515px -1px;
    width: 192px;
    height: 192px;
}
.symbolImage .s2 {
    background-position: -583px -583px;
    width: 192px;
    height: 192px;
}
.symbolImage .s3 {
    background-position: -195px -937px;
    width: 192px;
    height: 192px;
}
.symbolImage .s4 {
    background-position: -583px -777px;
    width: 192px;
    height: 192px;
}
.symbolImage .s5 {
    background-position: -777px -777px;
    width: 192px;
    height: 192px;
}
.symbolImage .s6 {
    background-position: -389px -971px;
    width: 192px;
    height: 192px;
}
.symbolImage .s7 {
    background-position: -1px -1131px;
    width: 192px;
    height: 192px;
}
.symbolImage .s8 {
    background-position: -195px -1131px;
    width: 192px;
    height: 192px;
}
.symbolImage .s9 {
    background-position: -583px -971px;
    width: 192px;
    height: 192px;
}
.symbolImage .s10 {
    background-position: -709px -1px;
    width: 192px;
    height: 192px;
}
.symbolImage .s11 {
    background-position: -515px -195px;
    width: 192px;
    height: 192px;
}
.symbolImage .s12 {
    background-position: -709px -195px;
    width: 192px;
    height: 192px;
}
.symbolImage .s13 {
    background-position: -515px -389px;
    width: 192px;
    height: 192px;
}
.symbolImage .s14 {
    background-position: -709px -389px;
    width: 192px;
    height: 192px;
}
.symbolImage .s15 {
    background-position: -1px -549px;
    width: 192px;
    height: 192px;
}
.symbolImage .s16 {
    background-position: -195px -549px;
    width: 192px;
    height: 192px;
}
.symbolImage .s17 {
    background-position: -389px -583px;
    width: 192px;
    height: 192px;
}
.symbolImage .s18 {
    background-position: -1px -743px;
    width: 192px;
    height: 192px;
}
.symbolImage .s19 {
    background-position: -195px -743px;
    width: 192px;
    height: 192px;
}
.symbolImage .s20 {
    background-position: -777px -583px;
    width: 192px;
    height: 192px;
}
.symbolImage .s21 {
    background-position: -389px -777px;
    width: 192px;
    height: 192px;
}
.symbolImage .s22 {
    background-position: -1px -937px;
    width: 192px;
    height: 192px;
}

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

.roundBtn {
    background-image: url(../Graphics/HD/SpriteSheets/roundBtns.png?_t=20250304235314);
    background-repeat: no-repeat;
}

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

.closeBtn {
    background-position: -1px -433px;
}

.directionBtn {
    background-position: -1px -1px;
}

.freespins .helpBtn {
    background-position: -55px -1px;
}

.freespins .historyBtn {
    background-position: -109px -1px;
}

.freespins .homeBtn {
    background-position: -163px -1px;
}

.freespins .menuBackBtn {
    background-position: -1px -55px;
}

.freespins .menuBtn {
    background-position: -55px -55px;
}

.freespins .paytableBtn {
    background-position: -109px -55px;
}

.freespins .settingsBtn {
    background-position: -163px -55px;
}

.freespins .soundBtn.off {
    background-position: -1px -109px;
}

.freespins .soundBtn.on1 {
    background-position: -55px -109px;
}

.freespins .soundBtn.on2 {
    background-position: -109px -109px;
}

.freespins .soundBtn.on3,
.hlpSound {
    background-position: -163px -109px;
}

.hlpHelp,
.helpBtn {
    background-position: -1px -163px;
}

.hlpHistory,
.historyBtn {
    background-position: -55px -163px;
}

.hlpHome,
.homeBtn {
    background-position: -109px -163px;
}

.menuBackBtn {
    background-position: -163px -163px;
}

.hlpMenu,
.menuBtn {
    background-position: -1px -217px;
}

.hlpPaytable,
.paytableBtn {
    background-position: -55px -217px;
}

.hlpSettings,
.settingsBtn {
    background-position: -109px -217px;
}

.smallCloseBtn {
    background-position: -217px -1px;
}

.soundBtn.off {
    background-position: -163px -217px;
}

.soundBtn.on1 {
    background-position: -1px -271px;
}

.soundBtn.on2 {
    background-position: -1px -325px;
}

.soundBtn.on3,
.hlpSound {
    background-position: -1px -379px;
}

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

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

::-webkit-scrollbar-thumb:active {
    background: #ffcc2a;
}

::-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 */

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

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

.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: 22px;
}

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: 132px;
}

#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 0px;
}

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

body[language='ka'] .fsMessage span,
body[language='ka-GE'] .fsMessage span {
    font-size: 72px;
}

/* gamble.css */
.gambleRedBtn[language='ka'],
.gambleRedBtn[language='ka-GE'],
.gambleBlackBtn[language='ka'],
.gambleBlackBtn[language='ka-GE'] {
    top: -6px;
}

.gambleHalfBtn[language='ka'],
.gambleHalfBtn[language='ka-GE'],
.gambleCollectBtn[language='ka'],
.gambleCollectBtn[language='ka-GE'] {
    bottom: 4px;
}

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

/* 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: 316px;
}

body[language='ka'] .paytable .bonus .symbolDescription span strong,
body[language='ka-GE'] .paytable .bonus .symbolDescription span strong {
    display: inline-block;
}

body[language='ka'] .paytable .wild .symbolDescription span,
body[language='ka-GE'] .paytable .wild .symbolDescription span,
body[language='ka'] .paytable .wild .symbolDescription span:last-of-type,
body[language='ka-GE'] .paytable .wild .symbolDescription span:last-of-type {
    font-size: 20px;
}

body[language='ka'] .paytable .pickMeDescription span,
body[language='ka-GE'] .paytable .pickMeDescription span {
    font-size: 24px;
    line-height: 24px;
}
/* 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;
}

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

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

/* 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 {
    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 {
    font-family:
        'Bison Demi Bold',
        Arial Narrow,
        Arial;
}

body[language='vi'] .paytable .bonus .symbolDescription span strong,
body[language='vi-VN'] .paytable .bonus .symbolDescription span strong {
    display: inline-block;
}

body[language='vi'] .paytable .symbolDescription span,
body[language='vi-VN'] .paytable .symbolDescription span,
body[language='vi'] .paytable .pickMeDescription span,
body[language='vi-VN'] .paytable .pickMeDescription span,
body[language='vi'] .paytable .paytableTitle,
body[language='vi-VN'] .paytable .paytableTitle,
body[language='vi'] .paytable .symbolTitle,
body[language='vi-VN'] .paytable .symbolTitle {
    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'] .fsMessage span,
body[language='el-GR'] .fsMessage span {
    font-family:
        'Bebas Neue Greek',
        Arial Narrow,
        Arial;
}

/* 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 {
    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 {
    font-family:
        'Bebas Neue Greek',
        Arial Narrow,
        Arial;
}

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

body[language='el'] .paytable .symbolDescription span,
body[language='el-GR'] .paytable .symbolDescription span,
body[language='el'] .paytable .pickMeDescription span,
body[language='el-GR'] .paytable .pickMeDescription span,
body[language='el'] .paytable .paytableTitle,
body[language='el-GR'] .paytable .paytableTitle,
body[language='el'] .paytable .symbolTitle,
body[language='el-GR'] .paytable .symbolTitle {
    font-family:
        'Bebas Neue Greek',
        Arial Narrow,
        Arial;
}

body[language='el'] .paytable .pickMeDescription span,
body[language='el-GR'] .paytable .pickMeDescription span {
    font-size: 24px;
    line-height: 28px;
}
/* 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 0px;
}

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

body[language='ja'] .fsMessage span,
body[language='ja-JP'] .fsMessage span {
    font-size: 68px;
    line-height: 88px;
}

/* hd.css */
body[language='ja'] .paytable .symbolDescription span,
body[language='ja-JP'] .paytable .symbolDescription span {
    font-size: 20px;
}

body[language='ja'] .paytable .symbolDescription span strong,
body[language='ja-JP'] .paytable .symbolDescription strong {
    font-size: 30px;
}

body[language='ja'] .paytable .pickMeDescription span,
body[language='ja-JP'] .paytable .pickMeDescription span {
    font-size: 22px;
    line-height: 28px;
}

body[language='ja'] .paytable .pickMeDescription span strong,
body[language='ja-JP'] .paytable .pickMeDescription span strong {
    font-size: 28px;
}
/* JAPANESE END */

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

/* HUNGARIAN START */
/* game.css */
body[language='hu'] .fsMessage span,
body[language='hu-HU'] .fsMessage span {
    font-size: 68px;
    line-height: 76px;
}

/* hd.css */
body[language='hu'] .fsCount .label,
body[language='hu-HU'] .fsCount .label {
    font-size: 11px;
}

body[language='hu'] .paytable .wild .symbolDescription span:not(:last-of-type),
body[language='hu-HU'] .paytable .wild .symbolDescription span:not(:last-of-type) {
    font-size: 25px;
}

body[language='hu'] .paytable .wild .symbolDescription span strong,
body[language='hu-HU'] .paytable .wild .symbolDescription span strong {
    font-size: 28px;
    line-height: 28px;
}
/* HUNGARIAN END */

/* TURKISH START */
/* game.css */
body[language='tr'] .fsMessage span,
body[language='tr-TR'] .fsMessage span {
    font-size: 68px;
    line-height: 76px;
}

/* hd.css */
body[language='tr'] .fsCount .label,
body[language='tr-TR'] .fsCount .label {
    font-size: 11px;
    letter-spacing: 0.4px;
}

body[language='tr'] .paytable .wild .symbolDescription span:not(:last-of-type),
body[language='tr-TR'] .paytable .wild .symbolDescription span:not(:last-of-type) {
    font-size: 25px;
}

body[language='tr'] .paytable .wild .symbolDescription span strong,
body[language='tr-TR'] .paytable .wild .symbolDescription span strong {
    font-size: 28px;
    line-height: 28px;
}
/* TURKISH END */

/* FRENCH START */
body[language='fr'] .paytable .bonus .symbolDescription span strong,
body[language='fr-FR'] .paytable .bonus .symbolDescription span strong {
    display: inline-block;
}

body[language='fr'] .paytable .pickMeDescription span,
body[language='fr-FR'] .paytable .pickMeDescription span {
    font-size: 27px;
}

body[language='fr'] .paytable .wild .symbolDescription span:not(:last-of-type),
body[language='fr-FR'] .paytable .wild .symbolDescription span:not(:last-of-type) {
    font-size: 25px;
}
/* FRENCH END */

/* GERMAN START */
body[language='de'] .paytable .pickMeDescription span,
body[language='de-DE'] .paytable .pickMeDescription span {
    font-size: 26px;
}
/* GERMAN END */

/* POLISH START */
body[language='pl'] .paytable .bonus .symbolDescription span,
body[language='pl-PL'] .paytable .bonus .symbolDescription span {
    font-size: 24px;
}

body[language='pl'] .paytable .pickMeDescription span,
body[language='pl-PL'] .paytable .pickMeDescription span {
    font-size: 24px;
}
/* POLISH END */

/* RUSSIAN & UKRAINIAN START */
body[language='ru'] .paytable .bonus .symbolDescription span,
body[language='ru-RU'] .paytable .bonus .symbolDescription span,
body[language='uk'] .paytable .bonus .symbolDescription span,
body[language='uk-UA'] .paytable .bonus .symbolDescription span {
    font-size: 24px;
}

body[language='ru'] .paytable .pickMeDescription span,
body[language='ru-RU'] .paytable .pickMeDescription span,
body[language='uk'] .paytable .pickMeDescription span,
body[language='uk-UA'] .paytable .pickMeDescription span {
    font-size: 24px;
    line-height: 28px;
}
/* RUSSIAN & UKRAINIAN END */

/* DUTCH START */
/* game.css */
body[language='nl'] .fsMessage span,
body[language='nl-NL'] .fsMessage span {
    font-size: 72px;
    line-height: 88px;
}

/* hd.css */
body[language='nl'] .paytable .wild .symbolDescription span:not(:last-of-type),
body[language='nl-NL'] .paytable .wild .symbolDescription span:not(:last-of-type) {
    font-size: 25px;
}

body[language='nl'] .paytable .wild .symbolDescription span:last-of-type,
body[language='nl-NL'] .paytable .wild .symbolDescription span:last-of-type {
    font-size: 22px;
}

body[language='nl'] .paytable .wild .symbolDescription span strong,
body[language='nl-NL'] .paytable .wild .symbolDescription span strong {
    font-size: 28px;
    line-height: 28px;
}
/* DUTCH END */

/* BULGARIAN START */
/* game.css */
body[language='bg'] .fsMessage span,
body[language='bg-BG'] .fsMessage span {
    font-size: 80px;
    line-height: 80px;
}

/* gamble.css */
body[language='bg'] .gambleHalfBtn,
body[language='bg-BG'] .gambleHalfBtn,
body[language='bg'] .gambleCollectBtn,
body[language='bg-BG'] .gambleCollectBtn {
    font-size: 20px;
}

/* hd.css */
body[language='bg'] .fsCount .label,
body[language='bg-BG'] .fsCount .label {
    font-size: 14px;
    line-height: 14px;
    padding-top: 16px;
}
/* BULGARIAN END */

/* OTHER LANGUAGES START */
body[language='fi'] .paytable .pickMeDescription span,
body[language='fi-FI'] .paytable .pickMeDescription span,
body[language='da'] .paytable .pickMeDescription span,
body[language='da-DK'] .paytable .pickMeDescription span,
body[language='ro'] .paytable .pickMeDescription span,
body[language='ro-RO'] .paytable .pickMeDescription span {
    font-size: 27px;
}

body[language='bs'] .fsCount .label,
body[language='bs-Latn-BA'] .fsCount .label,
body[language='fi'] .fsCount .label,
body[language='fi-FI'] .fsCount .label,
body[language='hr'] .fsCount .label,
body[language='hr-HR'] .fsCount .label,
body[language='sr'] .fsCount .label,
body[language='sr-Latn-RS'] .fsCount .label {
    font-size: 14px;
}

body[language='bs'] .fsMessage span,
body[language='bs-Latn-BA'] .fsMessage span,
body[language='de'] .fsMessage span,
body[language='de-DE'] .fsMessage span,
body[language='fi'] .fsMessage span,
body[language='fi-FI'] .fsMessage span,
body[language='hr'] .fsMessage span,
body[language='hr-HR'] .fsMessage span,
body[language='sr'] .fsMessage span,
body[language='sr-Latn-RS'] .fsMessage span {
    font-size: 72px;
    line-height: 88px;
}
/* OTHER LANGUAGES 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;
}

/* DYPT
*/

.symbolValue[style] {
    white-space: nowrap;
    text-align: left;
    margin-left: 10px;
}
.symbolCount[style] {
    margin-left: 8px;
}
