/* 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;
}
/* 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: absolute;
    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;
    opacity: 0.6;
    text-align: center;
    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: 16px;
    left: 0;
    right: 0;
    width: 1008px;
    height: 88px;
    margin: 0 auto;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0); /* safari z-index fix */
}

.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: 632px;
    height: 80px;
    padding: 12px 0;
}

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

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

.field.win .value.animationStarted {
    animation: winPop 200ms;
    -webkit-animation: winPop 200ms;
}

/*
.field.win .value.animationFinished {
    animation: winPop 200ms;
    -webkit-animation: winPop 200ms;
}
*/

@-webkit-keyframes winPop {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@keyframes winPop {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.balance,
.bet {
    float: left;
    position: relative;
    width: 204px;
    height: calc(80px - 12px);
    padding: 12px 2px 0;
    margin: -2px;
    z-index: 1;
}

.bet {
    margin: -2px -6px;
}

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

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

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

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

@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);
    background-color: rgba(255, 203, 82, 0.5);
}

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

.betMinusBtn._disabled:hover,
.betMinusBtn._disabled:active,
.betPlusBtn._disabled:hover,
.betPlusBtn._disabled:active {
    background-color: rgba(0, 0, 0, 0);
    -webkit-filter: none;
    filter: none;
}

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

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

.win {
    float: left;
    width: 220px;
    height: calc(80px - 12px);
    padding: 12px 2px 0;
    margin: -2px;
}

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

.btnsFrameBottom,
.btnsFrameTop {
    position: absolute;
    bottom: -6px;
    left: -17px;
    width: 401px;
    height: 99px;
    pointer-events: none;
}

.btnsFrameBottom {
    z-index: -1;
}

.btnsFrameTop {
    z-index: 3;
}

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

.maxBetBtn,
.gambleBtn,
.autoplayBtn,
.autoplayStopBtn,
.collectBtn,
.fsCount {
    position: absolute;
    /*width: 120px;*/
    width: calc(var(--smallBtn-width) - (var(--smallBtn-width) - var(--smallBtnInner-width)));
    height: 80px;
    margin: 13px calc((var(--smallBtn-width) - var(--smallBtnInner-width)) / 2);
    cursor: pointer;
}

.maxBetBtn,
.gambleBtn,
.fsCount {
    left: 4px;
}

.autoplayBtn,
.autoplayStopBtn,
.collectBtn {
    right: -17px;
    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 .icon,
.gambleBtn .icon,
.autoplayBtn .icon,
.autoplayStopBtn .icon,
.collectBtn .icon {
    border-radius: 12px;
}

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

.maxBetBtn._disabled .icon,
.gambleBtn._disabled .icon,
.autoplayBtn._disabled .icon,
.autoplayStopBtn._disabled .icon,
.collectBtn._disabled .icon {
    margin-top: 0;
}

:root {
    --bigBtn-width: 168px;
    --bigBtnInner-width: 141px;
    --smallBtn-width: 120px;
    --smallBtnInner-width: 93px;
}

.spinBtn,
.stopBtn,
.fsEnterBtn,
.fsReturnBtn {
    position: absolute;
    left: 20px;
    right: 0;
    width: calc(var(--bigBtn-width) - (var(--bigBtn-width) - var(--bigBtnInner-width)));
    height: 104px;
    margin: auto;
    cursor: pointer;
}

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

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

.stopBtn._disabled,
.fsReturnBtn._disabled {
    display: none;
}

.spinBtn .icon,
.stopBtn .icon,
.fsEnterBtn .icon,
.fsReturnBtn .icon {
    border-radius: 18px;
}

.spinBtn:active .icon,
.stopBtn:active .icon,
.fsEnterBtn:active .icon,
.fsReturnBtn:active .icon {
    top: 1px;
}

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

@-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 {
    -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,
.bonusCount {
    cursor: default;
}

.fsCount.bounce1,
.bonusCount.bounce1 {
    animation: 0.25s bounceFsCount1 forwards;
}

.fsCount.bounce2,
.bonusCount.bounce2 {
    animation: 0.5s bounceFsCount2 forwards;
}

.fsCount.bounce3,
.bonusCount.bounce3 {
    animation: 0.75s bounceFsCount3 forwards;
}

@keyframes bounceFsCount1 {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

@keyframes bounceFsCount2 {
    0%,
    100%,
    50% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    75% {
        transform: scale(1.2);
    }
}

@keyframes bounceFsCount3 {
    0%,
    100%,
    33%,
    66% {
        transform: scale(1);
    }

    16%,
    50% {
        transform: scale(1.1);
    }

    82% {
        transform: scale(1.2);
    }
}

.fsCount .light,
.bonusCount .light {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 120px;
    height: 80px;
}

.fsCount .label,
.fsCount .value,
.bonusCount .label,
.bonusCount .value {
    position: relative;
    z-index: 2;
}

.fsCount.bounce1 .light,
.bonusCount.bounce1 .light {
    animation: 0.25s bounceFsCountLight1 forwards;
}

.fsCount.bounce2 .light,
.bonusCount.bounce2 .light {
    animation: 0.5s bounceFsCountLight2 forwards;
}

.fsCount.bounce3 .light,
.bonusCount.bounce3 .light {
    animation: 0.75s bounceFsCountLight3 forwards;
}

@keyframes bounceFsCountLight1 {
    0%,
    100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes bounceFsCountLight2 {
    0%,
    100%,
    50% {
        opacity: 0;
    }

    25% {
        opacity: 0.8;
    }

    75% {
        opacity: 1;
    }
}

@keyframes bounceFsCountLight3 {
    0%,
    100%,
    33%,
    66% {
        opacity: 0;
    }

    16%,
    50% {
        opacity: 0.8;
    }

    82% {
        opacity: 1;
    }
}

.spinBtn._disabled .icon,
.fsEnterBtn._disabled .icon,
.fsReturnBtn._disabled .icon {
    -webkit-animation: none;
    animation: none;
}

.fsCount {
    cursor: default;
    left: 2px;
    top: -1px;
    padding-left: 13px;
    width: 124px;
    box-sizing: border-box;
    margin-left: 0;
}
.fsCount .label {
    padding-top: 18px;
    width: 98px;
}

.fsCount .value {
    font-size: 35px;
    line-height: 28px;
    padding-top: 0;
    width: 98px;
}

.spinBtn .content,
.stopBtn .content,
.fsEnterBtn .content,
.fsReturnBtn .content {
    width: var(--bigBtn-width);
    margin-left: calc((var(--bigBtn-width) - var(--bigBtnInner-width)) / 2 * -1);
    pointer-events: none;
}

.maxBetBtn .content,
.gambleBtn .content,
.fsCount .content,
.hlpMaxBet .content,
.hlpGamble .content,
.autoplayBtn .content,
.autoplayStopBtn .content,
.collectBtn .content,
.hlpAutoplay .content,
.hlpAutoplayStop .content,
.hlpCollect .content {
    width: var(--smallBtn-width);
    margin-left: calc((var(--smallBtn-width) - var(--smallBtnInner-width)) / 2 * -1);
    pointer-events: none;
}

.btn .content {
    height: 100%;
}
/* POPUPS START */
.popUpLabel {
    float: left;
    width: 78px;
    height: 16px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #f1c04c;
    padding: 9px 0 1px;
}

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

.balancePopUpMask {
    position: absolute;
    bottom: 76px;
    left: -1px;
    width: 190px;
    height: 98px;
    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: 11px 10px 8px;
}

.autoplayPopUpMask {
    position: absolute;
    bottom: 63px;
    right: -4px;
    width: 96px;
    height: 324px;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease;
}

.autoplayPopUp,
.autoplayPopUpFrame {
    position: absolute;
    top: 0;
    width: 100%;
    height: 296px;
    padding: 25px 0 3px;
}

.autoplayPopUpFrame {
    pointer-events: none;
}

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

.autoplayPopUpMask._disabled,
.autoplayStopBtn + .autoplayPopUpMask._disabled {
    height: 0;
}

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

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

.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;
}

.autoplayStopBtn + .autoplayPopUpMask .autoplayItem:hover .autoplayCnt {
    color: #fff;
}
/* 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;
    top: 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: 73px;
    font-size: 60px;
    font-weight: normal;
    color: #f1c04c;
    letter-spacing: 1px;
}

h2 sup {
    font-size: 30px;
}

h3 {
    font-size: 40px;
    font-weight: normal;
    color: #f1c04c;
    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: fixed;
    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: #ffcb52 !important;
    filter: brightness(0.5);
}

.checkboxButton input:checked ~ .toggleSwitch label:after {
    left: 28px;
    background-color: #ffcb52 !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 {
    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,
.hlpFsEnter,
.hlpFsReturn,
.hlpAutoplay,
.hlpAutoplayStop,
.hlpCollect,
.hlpSound,
.hlpFrbIcon,
.hlpBuyFeatureIcon {
    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 -21px;
}

.hlpMaxBet,
.hlpGamble,
.hlpAutoplay,
.hlpAutoplayStop,
.hlpCollect {
    width: 120px;
    height: 80px;
    margin: -40px -53px;
}

.hlpSpin,
.hlpStop,
.hlpFsEnter,
.hlpFsReturn {
    width: 168px;
    height: 104px;
    margin: -52px -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;
}

.hlpBuyFeatureIcon {
    width: 88px;
    height: 89px;
    margin: -45px -44px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    pointer-events: 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: #f1c04c;
    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%;

    align-items: center;
}
/* PAYTABLE, SIMILAR GAMES COMMON END */

/* PAYTABLE CUSTOM START */

.paytablePagesContainer > * {
    pointer-events: auto;
}

.paytable .customContent {
    display: flex;
    justify-content: center;
}

.paytable .symbolTitle {
    font-size: 44px;
    font-weight: bold;
    color: #ffff03;
}

.paytable .symbolDescription {
    font-size: 24px;
    flex: 1;
}

.paytable .repeating .symbolImage {
    flex: 0.5;
}

.paytable strong {
    font-weight: bold;
    color: #ffff03;
    text-shadow: 1px 1px black;
}

.paytable .nowrap {
    white-space: nowrap;
}

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

.symbolCount {
    color: #ffff03;
}

.symbolValue {
    text-align: right;
    box-sizing: border-box;
    margin-right: 33px;
    width: 90px;
    flex: 1 0 63px;
}

.paytable .symbolsPage {
    display: flex;
    justify-content: center;
}

.paytable .symbolsPage .customContent {
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
}

.paytable .symbolsPage .customContent > * {
    flex: 1 0 calc(100% / 3);
    display: flex;
    align-items: center;
}

.paytable .symbolsPage .customContent > .s8 {
    flex: 1 0 calc(100% / 3 * 2);
}

.paytable .symbolsPage .customContent > .s8 .symbolDescription {
    padding-right: 93px;
}

.paytable .symbolsPage .customContent > * > * {
    flex: 1;
}

.paytable .symbolsPage .symbolImage {
    margin: -16px 0;
    max-width: 113px;
}

.paytable .symbolsPage .symbolPayouts {
    max-width: 213px;
}
.paytable .symbolsPage .symbolPayouts > * {
    display: flex;
}

.paytable .symbolsPage .symbolCount {
    max-width: 80px;
}
.paytable .symbolsPage .symbolValue {
    max-width: 107px;
}

.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: 137px;
    margin-bottom: 28px;
}

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

.payline {
    display: inline-block;
    width: 176px;
    height: 137px;
    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;
}

.container {
    width: 80%;
    box-sizing: border-box;
    padding: 40px 20px;
}

.paytable .bonusGame {
    position: relative;
    padding: 67px 20px;

    display: flex;
    align-items: center;
}
.paytable .bonusGame:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(
        129deg,
        rgb(2 6 1 / 80%) 0%,
        rgb(188 64 14 / 60%) 0%,
        rgb(188 64 14 / 60%) 5%,
        rgb(255 251 66 / 80%) 105%,
        rgb(2 6 1 / 80%) 100%
    );
    filter: blur(12px);
    z-index: -1;
}

.paytable .bonusGame .symbolImage {
    filter: drop-shadow(0 0 0.75rem rgb(188 64 14 / 80%));
    order: 1;
    margin-left: -12px;
}

.paytable .bonusGame .symbolTitle {
    margin-bottom: 24px;
}

.paytable .bonusGame .symbolDescription {
    line-height: 28px;
}

.symbolTitle {
    font-size: 36px;
    line-height: 36px;
    text-shadow: 0 2px 2px #000000;
    margin-bottom: 12px;
}

.paytable .dynamicSymbolBetValue {
    width: 100%;
    color: #fff;
    text-shadow:
        0 0 6px #000,
        0 0 6px #000;
    font-weight: bold;
}

.dynamicSymbolBetValue.bonusSymbol {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

.paytable .bonusGameEggs {
    width: auto;
}

.paytable .bonusGameEggs .symbolsContainer {
    display: flex;
    justify-content: space-around;
    gap: 40px;
}

.paytable .bonusGameEggs .symbolsContainer > * {
    position: relative;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.paytable .bonusGameEggs .symbolsContainer > *:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    filter: blur(12px);
    z-index: -1;
}

.paytable .bonusGameEggs .symbolsContainer > *:nth-child(1):after {
    background: rgb(107 255 249 / 55%);
}

.paytable .bonusGameEggs .symbolsContainer > *:nth-child(2):after {
    background: rgb(248 89 63 / 70%);
}

.paytable .bonusGameEggs .symbolsContainer > *:nth-child(3):after {
    background: rgb(253 250 110 / 60%);
}

.paytable .bonusGameEggs .symbolsContainer .symbolTitle {
    font-size: 28px;
    margin-bottom: -20px;
}

.paytable .bonusGameEggs > .symbolsContainer ~ .symbolDescription {
    margin-top: 16px;
}
.paytable .bonusGameEggs > .symbolDescription ~ .symbolsContainer {
    margin-top: 16px;
}
.paytable .bonusGameEggs > .symbolTitle {
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.paytable .bonusGameEggs > .symbolTitle:before,
.paytable .bonusGameEggs > .symbolTitle:after {
    content: '';
    left: 0;
    border-top: 2px solid #ffff03;
    flex: 1;
}

.paytable .bonusGameEggs > .symbolTitle:before {
    margin-right: 12px;
}
.paytable .bonusGameEggs > .symbolTitle:after {
    margin-left: 12px;
}

.paytable .randomFeatures {
    position: relative;
    padding: 16px;

    display: grid;
    grid-template-columns: 233px 1fr 233px;
    grid-template-rows: min-content 1fr 1fr;
    align-items: center;
}

.paytable .randomFeatures:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(
        129deg,
        rgb(2 6 1 / 80%) 0%,
        rgb(188 64 14 / 60%) 0%,
        rgb(188 64 14 / 60%) 5%,
        rgb(255 251 66 / 80%) 105%,
        rgb(2 6 1 / 80%) 100%
    );
    filter: blur(12px);
    z-index: -1;
}

.paytable .randomFeatures .symbolTitle {
    grid-column: 1 / span 3;
}

.paytable .randomFeatures .wildRandom {
    grid-row: 2 / span 1;
}
.paytable .randomFeatures .row.wildRandom {
    grid-column: 1 / span 2;
}
.paytable .randomFeatures .symbolImage.wildRandom {
    grid-column: 3 / span 1;
}

.paytable .randomFeatures .wildNudge {
    grid-row: 3 / span 1;
}
.paytable .randomFeatures .row.wildNudge {
    grid-column: 2 / span 2;
}
/*.paytable .randomFeatures .symbolDescription.wildNudge {*/
/*    grid-row: 5 / span 1;*/
/*}*/
.paytable .randomFeatures .symbolImage.wildNudge {
    grid-column: 1 / span 1;
}

.paytable .randomFeatures .wildRandom .symbolTitle,
.paytable .randomFeatures .wildNudge .symbolTitle {
    font-size: 28px;
}

.paytable .randomFeatures .symbolImage {
    filter: drop-shadow(0 0 0.75rem rgb(188 64 14 / 80%));
    order: 1;
    margin-left: -12px;
    place-self: center;
    position: relative;
    width: 185px;
    height: 177px;
}

.paytable .randomFeatures .symbolImage > * {
    position: absolute;
    top: 0;
    left: 0;

    animation-name: fadePaytableRandomFeature;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 8s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.paytable .randomFeatures .symbolImage > *:nth-child(4) {
    animation-delay: 6s;
}

.paytable .randomFeatures .symbolImage > *:nth-child(3) {
    animation-delay: 4s;
}

.paytable .randomFeatures .symbolImage > *:nth-child(2) {
    animation-delay: 2s;
}

.paytable .randomFeatures .symbolImage > *:nth-child(1) {
    animation-delay: 0s;
}

@keyframes fadePaytableRandomFeature {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    37% {
        opacity: 1;
    }
    45% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.paytable .randomFeatures .symbolImage.wildRandom .s8 {
    scale: 1;
    opacity: 0;

    transform-origin: center center;
    animation-name: scaleWildRandom;
    animation-duration: 8s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}

.paytable .randomFeatures .symbolImage.wildRandom .random1 .s8 {
    transform: translate(-112px, 205px);
    animation-delay: 1.5s;
}
.paytable .randomFeatures .symbolImage.wildRandom .random2 .s8 {
    transform: translate(116px, -25px);
    animation-delay: 3s;
}
.paytable .randomFeatures .symbolImage.wildRandom .random3 .s8 {
    transform: translate(116px, 88px);
    animation-delay: 4.5s;
}

@keyframes scaleWildRandom {
    0% {
        scale: 1;
        opacity: 0;
    }
    10% {
        scale: 0.275;
        opacity: 1;
    }
    60% {
        scale: 0.275;
        opacity: 1;
    }
    61% {
        opacity: 0;
        scale: 1;
    }
}

body[language^='ka'] .paytable .bonusGameEggs .symbolsContainer > * {
    padding: 0;
}

body[language^='el'] .paytable .symbolDescription {
    font-size: 21px;
}
body[language^='el'] .paytable .bonusGameEggs .symbolsContainer > * {
    padding: 0;
}
body[language^='mk'] .paytable .bonusGameEggs .symbolsContainer > * {
    padding: 0;
}
body[language^='ro'] .paytable .bonusGameEggs .symbolsContainer > * {
    padding: 0;
}
body[language^='vi'] .paytable .bonusGameEggs .symbolsContainer > * {
    padding: 0;
}

/* 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 #ffcb52;
    margin: auto;
    cursor: pointer;
    pointer-events: all;
    -webkit-transform: translate3d(0, 0, 0); /* safari z-index fix */
}

.similarGameItem:hover {
    box-shadow: 0 0 12px #ffcb52;
    -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%;
    -webkit-transform: translate3d(0, 0, 0); /* safari z-index fix */
}

.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: #ffcb52;
    text-align: center;
    border: 2px solid #ffcb52;
    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 {
        font-weight: bold;
        color: #000;
        background: #f1c04c;
    }
}

.settingItem._active {
    font-weight: bold;
    color: #000;
    background: #f1c04c;
}

.settingItem._disabled:hover,
.settingItem._disabled:active,
.settingItem._disabled._active {
    font-weight: normal;
    color: #999;
    background: #363636;
}

.settingItem._disabled span {
    cursor: default;
}

.dialogContent h4 {
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    color: #f1c04c;
    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 */

/* BUY FEATURE START */

.buyFeature._noAnim {
    animation: none;
    opacity: 1;
}
.buyFeature._disabled {
    display: none;
}
.buyFeature {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    /*opacity: 0;*/
    /*animation: showBuyFeature 0.3s 1.7s forwards;*/
    /*background: rgba(0,0,0,0);*/
}

.buyFeature._hidden {
    display: flex !important;
    opacity: 1;
    animation: hideBuyFeature 0.3s forwards;
}

@keyframes hideBuyFeature {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
@keyframes showBuyFeature {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.loaded .buyFeature.buyFeatureIntro {
    animation: buyFeatureStart 2s;
}

@keyframes buyFeatureStart {
    0%,
    40% {
        background: rgba(0, 0, 0, 0.4);
    }
    100% {
        background: rgba(0, 0, 0, 0);
    }
}

.buyFeature * {
    pointer-events: auto;
}

.buyFeature._disabled .buyFeatureDialog,
.buyFeature._disabled .buyFeatureOverlay {
    display: none;
}

.buyFeature .ftBtn,
.buyFeature .ftIcon {
    cursor: pointer;
}

@media (hover: hover) {
    .buyFeature .ftBtn:hover,
    .buyFeature .ftIcon:hover {
        filter: brightness(1.3);
    }
}

.buyFeature .ftBtn:active,
.buyFeature .ftIcon:active {
    transform: scale(0.95);
    filter: brightness(1.3);
}

.loaded .buyFeature.buyFeatureIntro .buyFeatureIconImage {
    -webkit-animation: buyFeatureIconStart 2s;
    animation: buyFeatureIconStart 2s;
}
.loaded .buyFeature.buyFeatureIntro .buyFeatureIcon._disabled .buyFeatureIconImage {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes buyFeatureIconStart {
    0%,
    80%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    10%,
    30% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-filter: brightness(1.5);
        filter: brightness(1.5);
    }

    20%,
    40% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }
}

@keyframes buyFeatureIconStart {
    0%,
    80%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    10%,
    30% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-filter: brightness(1.5);
        filter: brightness(1.5);
    }

    20%,
    40% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }
}

.buyFeature .ftBtn._disabled,
.buyFeature .ftIcon._disabled,
.buyFeature .ftIcon:active._disabled {
    cursor: default;
    transform: scale(1);
    filter: brightness(0.5);
    pointer-events: none;
}

.buyFeature .ftIcon._hidden,
.buyFeature .buyFeatureIconFrame._hidden {
    display: none;
}

.buyFeature .dialogContent {
    width: 100%;
    height: calc(100% - 60px);
    padding: 0;
}

.buyFeature .closeBtn {
    position: absolute;
    top: 28px;
    right: 43px;
    margin: 0;
}

.buyFeature .dialogBtnContainer {
    flex-direction: column;
    align-items: center;
    position: absolute;
    height: 93px;
    width: 100%;
    left: auto;
    bottom: 55px;
}

.buyFeature #buyFeatureConfirmDialog .dialogBtnContainer {
    flex-direction: row;
    transform: scale(0.85);
}

.buyFeature .symbolTitle {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 56px;
    pointer-events: none;
}
.buyFeature .symbolTitle .title,
.buyFeature .symbolTitle .stroke {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    line-height: 56px;
    font-weight: bold;
    text-align: center;
    pointer-events: none;
}

.buyFeature .symbolTitle .stroke {
    -webkit-text-stroke: 3px #000;
}
.buyFeature .symbolTitle .title {
    background: linear-gradient(#ffffed 0%, #ffc764 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.buyFeatureOverlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}

.buyFeatureIcon {
    position: absolute;
    left: 192px;
    top: 521px;
    margin: auto;
    width: 88px;
    height: 89px;
    border-radius: 50%;
}
.buyFeatureIconFrame {
    position: absolute;
    left: 60px;
    top: 129px;
    margin: auto;
}
.buyFeatureIconFrame._lowerIndex {
    z-index: -1;
}

.buyFeatureIconFrame .title {
    width: 100%;
    position: absolute;
    top: 133px;
    font-size: 20px;
    text-align: center;
}

.buyFeatureIconFrame .title .stroke,
.buyFeatureIconFrame .title .text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 20px;
}

.buyFeatureIconFrame .title .stroke {
    -webkit-text-stroke: 1px #000;
}
.buyFeatureIconFrame .title .text {
    background: linear-gradient(#ffffed 0%, #ffc764 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.buyFeatureIcon,
.buyFeatureIconImage {
    transform: translate3d(0, 0, 0);
}

.buyFeatureDialog {
    position: absolute;
    top: 44px;
    bottom: 100px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 12px 0;
    margin: auto;
}

.buyFeatureContainer {
    display: flex;
}

.buyFeatureContainer.container_1 {
    flex-direction: row;
    align-items: center;
    height: calc(100% - 69px);
    box-sizing: border-box;
    padding: 0 44px;
}

.buyFeatureContainer.container_2 {
    flex-direction: column;
}

.buyFeatureContainer.container_2:first-of-type {
    width: 48%;
}

.buyFeatureContainer.container_2:last-of-type {
    width: 52%;
}

.buyFeatureBox {
    position: relative;
    width: 100%;
    padding: 4px 0;
    margin: 0 auto;
}

.labelContainer {
    text-align: center;
}

.labelContainer .label:not(.currency) {
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    padding: 0;
}

.buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 28px;
    line-height: 28px;
}

.labelContainer .label.currency {
    display: inline-block;
    margin-left: 4px;
}

.valueContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.valueContainer .buyFeatureBetField {
    margin: 0 8px;
}

.valueContainer .value {
    font-size: 36px;
    line-height: 46px;
}

.buyFeatureConfirmText {
    font-size: 44px;
    line-height: 48px;
    color: #ffe38e;
    text-shadow: 0 2px 2px #000000;
    text-align: center;
    padding: 0 87px;
}

.buyFeatureConfirmText strong {
    font-size: 52px;
    line-height: 56px;
    color: #ffffff;
}

.buyFeatureBtn {
    font-size: 40px;
    line-height: 71px;
    font-weight: bold;
    color: #000000;
    text-shadow: 0 2px 2px #ffe074;
    margin: 0 8px;

    width: 262px;
    height: 93px;
}

.buyFeatureBtn.no {
    text-shadow: 1px 1px 2px #b6863a;
}

.buyFeatureBtn:active {
    line-height: 73px;
}

.buyFeature .valueContainer .value {
    font-size: 44px;
    line-height: 59px;
}

.buyFeature .valueContainer .buyFeatureBetField .value {
    line-height: 51px;
}

/* buy feature item start */
.buyFeatureItem {
    position: relative;
    height: 200px;
    margin-top: 24px;
}

.buyFeatureItem div {
    position: absolute;
    left: -8px;
    pointer-events: none;
}

.buyFeatureItem .booksEffect {
    left: -52px;
    top: -28px;
    mix-blend-mode: screen;
}
/* buy feature item end */
/* BUY FEATURE END */

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

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

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

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

.autoplayBtn._disabled .icon {
    background-position: -1px -213px;
}

.hlpAutoplayStop .icon,
.autoplayStopBtn .icon {
    background-position: -123px -213px;
}

.autoplayStopBtn._disabled .icon {
    background-position: -1px -377px;
}

.hlpCollect .icon,
.collectBtn .icon {
    background-position: -123px -377px;
}

.collectBtn._disabled .icon {
    background-position: -123px -295px;
}

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

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

.hlpGamble .icon,
.gambleBtn .icon {
    background-position: -367px -213px;
}

.gambleBtn._disabled .icon {
    background-position: -245px -213px;
}

.hlpMaxBet .icon,
.maxBetBtn .icon {
    background-position: -367px -295px;
}

.maxBetBtn._disabled .icon {
    background-position: -245px -295px;
}

.hlpSpin .icon,
.spinBtn .icon {
    background-position: -1px -107px;
}

.spinBtn._disabled .icon {
    background-position: -341px -1px;
}

.hlpStop .icon,
.stopBtn .icon {
    background-position: -341px -107px;
}

.stopBtn._disabled .icon {
    background-position: -171px -107px;
}

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

.btn .content {
    background-image: url(../Graphics/HD/SpriteSheets/btns.png?_t=20250630231425);
    background-repeat: no-repeat;
}

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

.spinBtn .content,
.stopBtn .content,
.fsEnterBtn .content,
.fsReturnBtn .content,
.hlpSpin .content,
.hlpStop .content,
.hlpFsEnter .content,
.hlpFsReturn .content {
    background-position: -341px -1px;
}

.spinBtn:hover .content,
.stopBtn:hover .content,
.fsEnterBtn:hover .content,
.fsReturnBtn:hover .content {
    background-position: -1px -107px;
}

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

.spinBtn._disabled .content,
.stopBtn._disabled .content,
.fsEnterBtn._disabled .content,
.fsReturnBtn._disabled .content {
    background-position: -171px -1px;
}

.maxBetBtn .content,
.gambleBtn .content,
.fsCount .content,
.hlpMaxBet .content,
.hlpGamble .content,
.autoplayBtn .content,
.autoplayStopBtn .content,
.collectBtn .content,
.hlpAutoplay .content,
.hlpAutoplayStop .content,
.hlpCollect .content {
    background-position: -1px -377px;
}

.maxBetBtn:hover .content,
.gambleBtn:hover .content,
.autoplayBtn:hover .content,
.autoplayStopBtn:hover .content,
.collectBtn:hover .content {
    background-position: -123px -213px;
}

.maxBetBtn:active .content,
.gambleBtn:active .content,
.autoplayBtn:active .content,
.autoplayStopBtn:active .content,
.collectBtn:active .content {
    background-position: -1px -213px;
}

.maxBetBtn._disabled .content,
.gambleBtn._disabled .content,
.autoplayBtn._disabled .content,
.autoplayStopBtn._disabled .content,
.collectBtn._disabled .content {
    background-position: -1px -295px;
}

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

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

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

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

.autoplayPopUpFrame {
    background-position: -99px -1px;
}

.balance,
.bet {
    background-position: -197px -229px;
}

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

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

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

.betPopUp {
    background-position: -197px -83px;
}

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

.loadingIcon {
    background-position: -429px -1px;
}

.logo {
    background-position: -1px -498px;
}

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

.win {
    background-position: -203px -1px;
}

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

.symbolImage > div,
.paylineImage,
.arrow,
.jackpotPayouts > div,
.reelsImage > div,
.symbolImage > div > div {
    background-image: url(../Graphics/HD/SpriteSheets/paytable.png?_t=20250630231425);
    background-repeat: no-repeat;
}

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

.symbolImage .s5 {
    background-position: -672px -875px;
    width: 119px;
    height: 125px;
}
.symbolImage .s6 {
    background-position: -793px -875px;
    width: 119px;
    height: 125px;
}
.symbolImage .s9 {
    background-position: -1px -1px;
    width: 233px;
    height: 235px;
}
.symbolImage .s8 {
    background-position: -883px -446px;
    width: 119px;
    height: 125px;
}
.symbolImage .s7 {
    background-position: -883px -319px;
    width: 119px;
    height: 125px;
}
.symbolImage .s4 {
    background-position: -551px -875px;
    width: 119px;
    height: 125px;
}
.symbolImage .s2 {
    background-position: -309px -875px;
    width: 119px;
    height: 125px;
}
.symbolImage .s1 {
    background-position: -188px -875px;
    width: 119px;
    height: 125px;
}
.symbolImage .s3 {
    background-position: -430px -875px;
    width: 119px;
    height: 125px;
}
.nudge1 {
    background-position: -1px -238px;
    width: 185px;
    height: 177px;
}

.nudge2 {
    background-position: -236px -1px;
    width: 185px;
    height: 177px;
}

.nudge3 {
    background-position: -1px -417px;
    width: 185px;
    height: 177px;
}

.nudge4 {
    background-position: -423px -1px;
    width: 185px;
    height: 177px;
}

.ln18 .paylineImage {
    background-position: -605px -458px;
    width: 137px;
    height: 137px;
}
.ln14 .paylineImage {
    background-position: -466px -458px;
    width: 137px;
    height: 137px;
}
.ln17 .paylineImage {
    background-position: -466px -597px;
    width: 137px;
    height: 137px;
}
.ln15 .paylineImage {
    background-position: -605px -319px;
    width: 137px;
    height: 137px;
}
.ln16 .paylineImage {
    background-position: -327px -736px;
    width: 137px;
    height: 137px;
}
.ln19 .paylineImage {
    background-position: -744px -319px;
    width: 137px;
    height: 137px;
}
.ln25 .paylineImage {
    background-position: -744px -736px;
    width: 137px;
    height: 137px;
}
.ln20 .paylineImage {
    background-position: -466px -736px;
    width: 137px;
    height: 137px;
}
.ln24 .paylineImage {
    background-position: -744px -597px;
    width: 137px;
    height: 137px;
}
.ln22 .paylineImage {
    background-position: -744px -458px;
    width: 137px;
    height: 137px;
}
.ln21 .paylineImage {
    background-position: -605px -597px;
    width: 137px;
    height: 137px;
}
.ln23 .paylineImage {
    background-position: -605px -736px;
    width: 137px;
    height: 137px;
}
.ln9 .paylineImage {
    background-position: -188px -597px;
    width: 137px;
    height: 137px;
}
.ln5 .paylineImage {
    background-position: -792px -180px;
    width: 137px;
    height: 137px;
}
.ln6 .paylineImage {
    background-position: -188px -319px;
    width: 137px;
    height: 137px;
}
.ln13 .paylineImage {
    background-position: -327px -597px;
    width: 137px;
    height: 137px;
}
.ln2 .paylineImage {
    background-position: -375px -180px;
    width: 137px;
    height: 137px;
}
.ln1 .paylineImage {
    background-position: -236px -180px;
    width: 137px;
    height: 137px;
}
.ln3 .paylineImage {
    background-position: -514px -180px;
    width: 137px;
    height: 137px;
}
.ln4 .paylineImage {
    background-position: -653px -180px;
    width: 137px;
    height: 137px;
}
.ln7 .paylineImage {
    background-position: -188px -458px;
    width: 137px;
    height: 137px;
}
.ln11 .paylineImage {
    background-position: -466px -319px;
    width: 137px;
    height: 137px;
}
.ln12 .paylineImage {
    background-position: -188px -736px;
    width: 137px;
    height: 137px;
}
.ln10 .paylineImage {
    background-position: -327px -458px;
    width: 137px;
    height: 137px;
}
.ln8 .paylineImage {
    background-position: -327px -319px;
    width: 137px;
    height: 137px;
}
.random1 {
    background-position: -1px -596px;
    width: 185px;
    height: 177px;
}

.random2 {
    background-position: -610px -1px;
    width: 185px;
    height: 177px;
}

.random3 {
    background-position: -1px -775px;
    width: 185px;
    height: 177px;
}

.random4 {
    background-position: -797px -1px;
    width: 185px;
    height: 177px;
}

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

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

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

.closeBtn {
    background-position: -115px -115px;
}

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

.hlpHelp,
.helpBtn {
    background-position: -3px -59px;
}

.hlpHistory,
.historyBtn {
    background-position: -3px -115px;
}

.hlpHome,
.homeBtn {
    background-position: -3px -171px;
}

.menuBackBtn {
    background-position: -59px -3px;
}

.hlpMenu,
.menuBtn {
    background-position: -115px -3px;
}

.hlpPaytable,
.paytableBtn {
    background-position: -171px -3px;
}

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

.smallCloseBtn {
    background-position: -115px -163px;
}

.soundBtn.off {
    background-position: -59px -115px;
}

.soundBtn.on1 {
    background-position: -59px -171px;
}

.soundBtn.on2 {
    background-position: -115px -59px;
}

.soundBtn.on3,
.hlpSound {
    background-position: -171px -59px;
}

/****************** buyFt ********************/

.buyFt {
    background-image: url(../Graphics/HD/SpriteSheets/buyFeature.png?_t=20250630231425);
    background-repeat: no-repeat;
}

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

.buyFeatureBetField {
    background-position: -868px -3px;
    width: 127px;
    height: 51px;
}

.buyFeatureBetMinusBtn {
    background-position: -961px -58px;
    width: 34px;
    height: 34px;
}

.buyFeatureBetPlusBtn {
    background-position: -961px -96px;
    width: 34px;
    height: 34px;
}

.buyFeatureBtn {
    background-position: -534px -71px;
    width: 243px;
    height: 71px;
}

.buyFeatureBtn.no {
    background-position: -534px -209px;
    width: 190px;
    height: 71px;
}

.buyFeatureDialog {
    background-position: -3px -3px;
    width: 527px;
    height: 469px;
}

.hlpBuyFeatureIcon,
.buyFeatureIconImage {
    background-position: -868px -58px;
    width: 89px;
    height: 91px;
}

.buyFeatureTitle {
    background-position: -534px -3px;
    width: 330px;
    height: 64px;
}

.buyFeatureTotalBetField {
    background-position: -534px -146px;
    width: 224px;
    height: 59px;
}

.buyFeatureVault {
    background-position: -762px -153px;
    width: 209px;
    height: 182px;
}

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

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

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

::-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 !important;
}

._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;
}

.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;
}

body[language='ka'] .paytable .symbolDescription span,
body[language='ka-GE'] .paytable .symbolDescription span {
    font-size: 26px;
}

body[language='ka'] .paytable .symbolText,
body[language='ka-GE'] .paytable .symbolText {
    font-size: 20px;
    margin-top: 8px;
}
/* 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 .symbolTitle,
body[language='vi-VN'] .paytable .symbolTitle,
body[language='vi'] .paytable .symbolDescription span,
body[language='vi-VN'] .paytable .symbolDescription span,
body[language='vi'] .paytable .symbolText,
body[language='vi-VN'] .paytable .symbolText {
    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;
}

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'] .paytable .symbolTitle,
body[language='el-GR'] .paytable .symbolTitle,
body[language='el'] .paytable .symbolDescription span,
body[language='el-GR'] .paytable .symbolDescription span,
body[language='el'] .paytable .symbolText,
body[language='el-GR'] .paytable .symbolText {
    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;
}

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

/* HD.css */
body[language='ja'] .paytable .scatterContainer,
body[language='ja-JP'] .paytable .scatterContainer,
body[language='ja'] .paytable .wildContainer,
body[language='ja-JP'] .paytable .wildContainer {
    width: 70%;
}

body[language='ja'] .paytable .wild .symbolPayouts,
body[language='ja-JP'] .paytable .wild .symbolPayouts {
    max-width: 296px;
}
/* JAPANESE END */

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

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

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

body[language='hu'] .paytable .wild .symbolPayouts,
body[language='hu-HU'] .paytable .wild .symbolPayouts {
    max-width: 200px;
}
/* HUNGARIAN END */

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

/* HD.css */
body[language='tr'] .fsCount .label,
body[language='tr-TR'] .fsCount .label {
    font-size: 11px;
    letter-spacing: 0.4px;
}
/* TURKISH 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;
}

.fsLevel {
    font-size: 19px;
    position: absolute;
    top: 136px;
    left: 60px;
    width: 160px;
    height: 24px;
    paint-order: stroke;
    stroke: #000;
    stroke-width: 5px;
    opacity: 1;
    transition: opacity 200ms;
}

.fsLevel._hidden {
    display: block !important;
    transition-duration: 300ms;
    opacity: 0;
}

.fsLevel._darken {
    filter: brightness(0.2);
}

.safari .fsLevel {
    stroke-width: 1px;
}

.pickVal.highlight {
    animation: pickHighlight 250ms ease-in-out;
}

@keyframes pickHighlight {
    0%,
    100% {
        font-size: 27px;
    }
    50% {
        font-size: 32px;
        filter: brightness(1.3);
    }
}

body[language='hr'] .paytable .bonusPage .symbolCount,
body[language='hr-HR'] .paytable .bonusPage .symbolCount,
body[language='hr'] .paytable .bonusPage .symbolValue,
body[language='hr-HR'] .paytable .bonusPage .symbolValue {
    font-size: 31px;
}
body[language='ka'] .paytable .bonusPage .symbolCount,
body[language='ka-GE'] .paytable .bonusPage .symbolCount,
body[language='ka'] .paytable .bonusPage .symbolValue,
body[language='ka-GE'] .paytable .bonusPage .symbolValue {
    font-size: 31px;
}
body[language='ka'] .paytable .symbolDescription,
body[language='ka-GE'] .paytable .symbolDescription {
    font-size: 21px;
}

body[language='tr'] .paytable .bonusPage .symbolCount,
body[language='tr-TR'] .paytable .bonusPage .symbolCount,
body[language='tr'] .paytable .bonusPage .symbolValue,
body[language='tr-TR'] .paytable .bonusPage .symbolValue {
    font-size: 29px;
}

body[language='nl'] .paytable .bonusPage .symbolCount,
body[language='nl-nl'] .paytable .bonusPage .symbolCount,
body[language='nl'] .paytable .bonusPage .symbolValue,
body[language='nl-nl'] .paytable .bonusPage .symbolValue {
    font-size: 28px;
}

body[language='bg'] .paytable .bonusPage .symbolCount,
body[language='bg-BG'] .paytable .bonusPage .symbolCount,
body[language='bg'] .paytable .bonusPage .symbolValue,
body[language='bg-BG'] .paytable .bonusPage .symbolValue {
    font-size: 28px;
}

body[language='el'] .paytable .bonusPage .symbolCount,
body[language='el-GR'] .paytable .bonusPage .symbolCount,
body[language='el'] .paytable .bonusPage .symbolValue,
body[language='el-GR'] .paytable .bonusPage .symbolValue {
    font-size: 24px;
}

body[language='ja'] .paytable .bonusPage .symbolCount,
body[language='ja-JP'] .paytable .bonusPage .symbolCount,
body[language='ja'] .paytable .bonusPage .symbolValue,
body[language='ja-JP'] .paytable .bonusPage .symbolValue {
    font-size: 28px;
}

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

body[language='ka'] .buyFeatureBtn,
body[language='ka-GE'] .buyFeatureBtn {
    line-height: 64px;
}

body[language='ka'] #fsConfigurator .description,
body[language='ka-GE'] #fsConfigurator .description {
    -webkit-text-stroke: unset;
}

body[language='ka'] #fsConfigurator .field .title .stroke,
body[language='ka'] #fsConfigurator .field .title .text,
body[language='ka-GE'] #fsConfigurator .field .title .stroke,
body[language='ka-GE'] #fsConfigurator .field .title .text {
    line-height: 29px;
    top: -9px;
}

body[language^='ka'] .buyFeatureConfirmText {
    font-size: 35px;
    line-height: 44px;
}

.roundBtn.btnTournaments {
    margin-left: 7.5%;
}
