/* 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%;
    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;
    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;
}

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

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

.screen {
    position: 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;
}

.times,
.roundId,
.versionId {
    position: absolute;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    opacity: 0.6;
    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;
    opacity: 0.6;
}

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

.bottomLeft {
    left: 10px;
}

.bottomRight {
    right: 10px;
}

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

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

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

.menu._disabled {
    display: none;
}

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

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

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

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

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

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

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

.userControls,
.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: 631px;
    height: 64px;
    padding: 12px 0;
}

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

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

.balance,
.bet {
    float: left;
    position: relative;
    width: 204px;
    height: 104px;
    padding: 20px 12px 20px 12px;
    margin: -20px -16px 0 0;
    z-index: 1;
    box-sizing: border-box;
}

.bet {
    margin: -20px 3px -20px 16px;
}

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

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

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

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

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

.betMinusBtn._disabled,
.betPlusBtn._disabled,
.betMinusBtn._disabled:hover,
.betMinusBtn._disabled:active,
.betPlusBtn._disabled:hover,
.betPlusBtn._disabled:active {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

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

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

.win {
    float: left;
    width: 220px;
    height: 104px;
    padding: 20px 13px 20px 12px;
    margin: -20px -2px;
    box-sizing: border-box;
}

.mainBtns {
    float: right;
    position: relative;
    width: 380px;
    height: 88px;
    left: 7px;
}

.btnsFrame {
    position: absolute;
    bottom: -16px;
    left: -9px;
    width: 416px;
    height: 136px;
    pointer-events: none;
}

.btnsFrame {
    z-index: -5;
}

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

.maxBetBtn,
.gambleBtn,
.autoplayBtn,
.autoplayStopBtn,
.collectBtn,
.fsCount {
    position: absolute;
    top: 14px;
    width: 103px;
    height: 59px;
    border-radius: 30px;
    cursor: pointer;
}

.maxBetBtn:before,
.gambleBtn:before,
.autoplayBtn:before,
.autoplayStopBtn:before,
.collectBtn:before,
.hlpMaxBet:before,
.hlpGamble:before,
.hlpAutoplay:before,
.hlpAutoplayStop:before,
.hlpCollect:before {
    content: '';
    position: absolute;
    top: calc((63px - 104px) / 2 + -1px);
    left: calc((84px - 144px) / 2 + 9px);
    width: 144px;
    height: 104px;
    /* width: 171px; */
    /* height: 95px; */
    border-radius: 16px;
    pointer-events: none;
    z-index: -1;
}
.maxBetBtn .icon,
.gambleBtn .icon,
.autoplayBtn .icon,
.autoplayStopBtn .icon,
.collectBtn .icon,
.fsCount .icon,
.hlpMaxBet .icon,
.hlpGamble .icon,
.hlpAutoplay .icon,
.hlpAutoplayStop .icon,
.hlpCollect .icon {
    content: '';
    position: absolute;
    top: calc((59px - 104px) / 2 + -1px);
    left: calc((84px - 144px) / 2 + 9px);
    width: 144px;
    height: 104px;
    /* width: 171px; */
    /* height: 95px; */
    pointer-events: none;
}

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

.fsCount {
    border-radius: 0;
    width: 111px;
    height: 60px;
    left: 0px;
    top: 8px;
    padding-left: 5px;
    padding-top: 6px;
    cursor: auto;
}

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

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

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

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

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

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

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

.spinBtn,
.stopBtn,
.fsEnterBtn,
.fsReturnBtn,
.pickEnterBtn,
.pickReturnBtn {
    position: absolute;
    top: -1px;
    left: 7px;
    right: 0;
    width: 153px;
    height: 91px;
    /*width: 162px;*/
    /*height: 96px;*/
    border-radius: 44px;
    margin: 0 auto;
    cursor: pointer;
}

.spinBtn,
.fsEnterBtn,
.fsReturnBtn,
.pickEnterBtn,
.pickReturnBtn {
    -webkit-animation: teaseBtn 1s infinite;
    animation: teaseBtn 1s infinite;
}

.spinBtn:before,
.stopBtn:before,
.fsEnterBtn:before,
.fsReturnBtn:before,
.pickEnterBtn:before,
.pickReturnBtn:before,
.hlpSpin:before,
.hlpStop:before,
.hlpFsEnter:before,
.hlpFsReturn:before {
    content: '';
    position: absolute;
    top: calc((87px - 112px) / 2 + 1px);
    left: calc((138px - 200px) / 2 + 7px);
    width: 200px;
    height: 112px;
    /*width: 171px;*/
    /*height: 95px;*/
    border-radius: 16px;
    pointer-events: none;
    z-index: 1;
}
.spinBtn .icon,
.stopBtn .icon,
.fsEnterBtn .icon,
.fsReturnBtn .icon,
.pickEnterBtn .icon,
.pickReturnBtn .icon,
.hlpSpin .icon,
.hlpStop .icon,
.hlpFsEnter .icon,
.hlpFsReturn .icon {
    position: absolute;
    top: calc((87px - 112px) / 2 + 1px);
    left: calc((138px - 200px) / 2 + 7px);
    width: 200px;
    height: 112px;
    transform-origin: center !important;
    pointer-events: none;
    z-index: 2;
}

@-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: -1;
}

.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: 81px 48px;
    -webkit-animation: rotateIcon 4s infinite;
    animation: rotateIcon 4s infinite;
}

.btn._disabled .icon,
.btn._disabled:hover .icon,
.btn._disabled:active .icon {
    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);
    }
}

/* POPUPS START */
.popUpLabel {
    float: left;
    width: 78px;
    height: 16px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #00fdff;
    padding: 8px 0 2px;
}

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

.balancePopUpMask {
    position: absolute;
    bottom: 28px;
    left: 2px;
    width: 184px;
    height: 145px;
    overflow: hidden;
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease;
}

.balancePopUpMask._disabled {
    height: 0;
}

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

.autoplayPopUpMask {
    position: absolute;
    bottom: 75px;
    right: 9px;
    width: 76px;
    height: 266px;
    overflow: hidden;
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease;
}

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

.autoplayPopUpFrame {
    pointer-events: none;
}

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

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

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

@media (hover: hover) {
    .autoplayItem:hover {
        background: #000000;
        background-image: -ms-linear-gradient(
            left,
            rgba(0, 0, 0, 0.4) 0%,
            rgb(116, 244, 246) 20%,
            rgba(116, 244, 246) 80%,
            rgba(0, 0, 0, 0.4) 100%
        ); /* IE10+ */
        background-image: -moz-linear-gradient(
            left,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(116, 244, 246) 20%,
            rgba(116, 244, 246) 80%,
            rgba(0, 0, 0, 0.4) 100%
        ); /* Mozilla Firefox */
        background-image: -o-linear-gradient(
            left,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(116, 244, 246) 20%,
            rgba(116, 244, 246) 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(116, 244, 246)),
            color-stop(80, rgba(116, 244, 246)),
            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(116, 244, 246) 20%,
            rgba(116, 244, 246) 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(116, 244, 246) 20%,
            rgba(116, 244, 246) 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;
}

.autoplayItem:hover .autoplayCnt {
    color: #000;
}

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

.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: #00fdff;
    letter-spacing: 1px;
}

h2 sup {
    font-size: 30px;
}

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

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

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

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

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

p sup {
    font-size: 12px;
}

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

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

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

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

.hlpMenu,
.hlpHome,
.hlpHistory,
.hlpSettings,
.hlpToggleSwitch,
.hlpHelp,
.hlpPaytable,
.hlpMaxBet,
.hlpGamble,
.hlpSpin,
.hlpStop,
.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;
}

.hlpMaxBet,
.hlpGamble,
.hlpAutoplay,
.hlpAutoplayStop,
.hlpCollect {
    width: 84px;
    height: 59px;
    /*margin: -34px -54px;*/
    transform: translate(-50%, -50%) scale(0.66);
}

.hlpSpin,
.hlpStop,
.hlpFsEnter,
.hlpFsReturn {
    /*width: 162px;*/
    /*height: 96px;*/
    /*margin: -45px -68px;*/
    width: 138px;
    height: 87px;
    transform: translate(-50%, -50%) scale(0.66);
}

.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: #00fdff;
    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: 0;
    left: 0;
    width: 100%;
    height: 18px;
    text-align: center;
}

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

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

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

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

/* PAYTABLE CUSTOM START */

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

:root {
    --symbols-per-row: 3;
    --symbols-gap-column: 0;
    --symbols-gap-row: 0;
    --symbols-payouts-font-size: 33px;

    --symbols-high-per-row: 3;
    --symbols-high-gap-column: 32px;
    --symbols-high-gap-row: 28px;

    --symbols-payouts-count-color: #ffff03;

    --paylines-gap-column: 16px;
    --paylines-gap-row: 16px;
    --paylines-per-row: 5;
    --paylines-font-size: 36px;
}

.symbolsPage .customContent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;

    gap: var(--symbols-gap-row) var(--symbols-gap-column);
    /*font-size: 36px;*/

    width: 95%;
    margin: 0 auto;
}

.symbolsPage .symbol {
    flex: 0 1 calc(100% / var(--symbols-per-row));
    min-width: calc(100% / var(--symbols-per-row));

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 12px;
    box-sizing: border-box;
}

.symbolsPage .symbol.s1,
.symbolsPage .symbol.s2,
.symbolsPage .symbol.s3,
.symbolsPage .symbol.s4 {
    --symbols-per-row: 4;
}

.symbolsPage .symbol.s1 .symbolImage,
.symbolsPage .symbol.s2 .symbolImage,
.symbolsPage .symbol.s3 .symbolImage,
.symbolsPage .symbol.s4 .symbolImage {
    margin: 0 -21px;
}

.symbolsPage.symbolsPageHigh .customContent {
    gap: var(--symbols-high-gap-row) var(--symbols-high-gap-column);
}

.symbolsPage.symbolsPageHigh .symbol {
    flex-basis: calc((100% / var(--symbols-high-per-row)) - var(--symbols-high-gap-column));
    gap: 20px;
}

.symbolsPage .symbol > * {
    flex: 1;
}

.symbolsPage .symbolImage {
    position: relative;
    flex: 0;
}

.symbolPayouts {
    display: flex;
    flex-direction: column;
    font-size: var(--symbols-payouts-font-size);
    font-weight: bold;
}

.symbolPayouts > * {
    display: flex;
}

.symbolPayouts .symbolValue {
    margin-left: auto;
    width: max-content;
}

.symbolPayouts .symbolCount {
    color: var(--symbols-payouts-count-color);
    margin-right: 16px;
}

.paylinesList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--paylines-gap-row) var(--paylines-gap-column);
    font-size: var(--paylines-font-size);

    width: 91%;
    margin: 0 auto;
}

.paylinesList > * {
    flex: 0 1 calc((100% / var(--paylines-per-row)) - var(--paylines-gap-column));

    display: flex;
    align-items: center;
    gap: 7px;
}

.paylinesList .paylineImage {
    margin: 0 16px 0 auto;
}

.paytable .symbolDescription strong {
    color: #ffff03;
}

.paytable .wildPage .customContent,
.paytable .freeSpinsPage .customContent {
    display: flex;
    justify-content: center;
    align-items: center;
}

.paytable .freeSpinsPage .customContent > *,
.paytable .wildPage .customContent > * {
    display: flex;
    flex-direction: column;
    background: rgb(0 126 127 / 80%);
    border: 1px solid #0acbd4;
    border-radius: 3px;
    padding: 12px 0;
    width: 80%;
    gap: 12px;
}

.paytable .symbolTitle {
    font-size: 48px;
    color: var(--symbols-payouts-count-color);
}

.paytable .symbolDescription {
    font-size: 24px;
    text-align: center;
}

.paytable .wildPage .symbolTitle,
.paytable .freeSpinsPage .symbolTitle {
    text-align: center;
}

.paytable .freeSpinsPage .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.paytable .wildPage .rowContainer {
    display: flex;
}
.paytable .wildPage .columnContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.paytable .wildPage .columnContainer:first-child > *:first-child {
    display: flex;
    align-items: center;
}

.paytable .wildPage .symbolImage {
    padding: calc((253px - 230px) / 2) 0;
}

.paytable .wildPage .imageContainer {
    position: relative;
    width: 273px;
    height: 253px;
}
.paytable .wildPage .imageContainer > * {
    position: absolute;
    animation-name: fadeSplashScreenImage;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 10s;
}

.paytable .wildPage .splReels5 {
    animation-delay: -2s;
}

.paytable .wildPage .splReels4 {
    animation-delay: -4s;
}

.paytable .wildPage .splReels3 {
    animation-delay: -6s;
}

.paytable .wildPage .splReels2 {
    animation-delay: -8s;
}

/* 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: 1px solid #70e4e9;
    margin: auto;
    cursor: pointer;
    pointer-events: all;
}

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

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

.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: #00fdff;
    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 */

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

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

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

.buyFeatureBetField {
    background-position: -877px -147px;
    width: 112px;
    height: 45px;
}

.buyFeatureBetMinusBtn {
    background-position: -968px -194px;
    width: 34px;
    height: 34px;
}

.buyFeatureBetPlusBtn {
    background-position: -968px -230px;
    width: 34px;
    height: 34px;
}

.buyFeatureBtn {
    background-position: -877px -74px;
    width: 116px;
    height: 71px;
}

.buyFeatureBtn.no {
    background-position: -877px -1px;
    width: 116px;
    height: 71px;
}

.buyFeatureConfirmDialog {
    background-position: -1px -685px;
    width: 550px;
    height: 310px;
}

.buyFeatureDialog {
    background-position: -1px -1px;
    width: 676px;
    height: 475px;
}

.buyFeatureFreeSpins {
    background-position: -679px -1px;
    width: 196px;
    height: 212px;
}

.hlpBuyFeatureIcon,
.buyFeatureIconImage {
    background-position: -877px -194px;
    width: 89px;
    height: 90px;
}

.buyFeatureTotalBetField {
    background-position: -679px -429px;
    width: 154px;
    height: 40px;
}

.buyFeatureWild1x {
    background-position: -679px -471px;
    width: 148px;
    height: 212px;
}

.buyFeatureWild2x {
    background-position: -857px -286px;
    width: 166px;
    height: 212px;
}

.buyFeatureWild3x {
    background-position: -679px -215px;
    width: 176px;
    height: 212px;
}

/* 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 .buyFeatureIcon {
    -webkit-animation: buyFeatureIconStart 2s;
    animation: buyFeatureIconStart 2s;
}

@-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: 100%;
    padding: 0;
}

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

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

.buyFeature #buyFeatureConfirmDialog .dialogBtnContainer {
    flex-direction: row;
    position: relative;
    bottom: auto;
}

.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;
    clip-path: circle(50%);
    left: 16px;
    top: 44px;
    bottom: 100px;
    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,
.buyFeatureConfirmDialog {
    position: absolute;
    top: 44px;
    bottom: 100px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 12px 0;
    margin: auto;
}

.buyFeatureConfirmDialog {
    display: flex;
    flex-direction: column;
}

.buyFeatureContainer.container_1 {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.buyFeatureContainer.container_2:first-child {
    flex: 1;
    display: flex;
}

.buyFeatureContainer.container_2:first-child > *:first-child {
    display: grid;
    grid-template-areas:
        'title title title'
        'image1 image2 image3'
        'bet1 bet2 bet3'
        'buy1 buy2 buy3';
    grid-template-rows: 76px 160px 70px 80px;
    place-items: center;
    margin-left: 6px;
}

.buyFeatureContainer.container_2:first-child > *:first-child .buyFeatureWild1x {
    grid-area: image1;
}

.buyFeatureContainer.container_2:first-child > *:first-child .buyFeatureWild2x {
    grid-area: image2;
}

.buyFeatureContainer.container_2:first-child > *:first-child .buyFeatureWild3x {
    grid-area: image3;
}

.buyFeatureContainer.container_2:first-child > *:first-child .buyFeatureCostBoxWild1x {
    grid-area: bet1;
}

.buyFeatureContainer.container_2:first-child > *:first-child .buyFeatureCostBoxWild2x {
    grid-area: bet2;
}

.buyFeatureContainer.container_2:first-child > *:first-child .buyFeatureCostBoxWild3x {
    grid-area: bet3;
}

.buyFeatureContainer.container_2:first-child > *:first-child .buyFeatureBuyButtonWild1x {
    grid-area: buy1;
}

.buyFeatureContainer.container_2:first-child > *:first-child .buyFeatureBuyButtonWild2x {
    grid-area: buy2;
}

.buyFeatureContainer.container_2:first-child > *:first-child .buyFeatureBuyButtonWild3x {
    grid-area: buy3;
}

.portrait .buyFeatureContainer.container_2:last-child {
    margin: 20px 0 -60px;
    transform: scale(1.4) !important;
    transform-origin: top;
}

.buyFeatureContainer.container_2:first-child > *:last-child {
    display: grid;
    grid-template-areas:
        'title'
        'image'
        'bet'
        'buy';
    place-items: center;
    grid-template-rows: 76px 160px 70px 80px;
}

.buyFeatureTitle {
    grid-area: title;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    align-self: end;
}

.buyFeatureContainer.container_2:first-child > *:last-child .buyFeatureTitle {
    font-size: 24px;
    align-self: end;
    text-align: center;
}

.portrait .buyFeatureContainer.container_2:first-child > *:last-child .buyFeatureTitle {
    font-size: 40px;
}

.buyFeatureContainer.container_2:last-child {
    height: auto;
    max-height: min-content;
}

.buyFeatureContainer.container_2 .buyFeatureItemImage {
    margin: -18px -8px;
}

.buyFeatureContainer.container_2 .buyFeatureFreeSpins {
    grid-area: image;
}
.buyFeatureContainer.container_2 .buyFeatureCostBox {
    grid-area: bet;
}
.buyFeatureContainer.container_2 .buyFeatureBuyButton {
    grid-area: buy;
}

.portrait .buyFeatureContainer.container_2 .buyFeatureBuyButton {
    align-self: baseline;
}

.portrait .buyFeatureContainer.container_2:first-child > * {
    width: 80%;
}

.portrait .buyFeatureContainer.container_2 .buyFeatureCostBox {
    padding: 0;
    align-self: end;
}

.portrait .buyFeatureContainer.container_2:first-child > *:first-child {
    grid-template-areas:
        'title .'
        'image1 bet1'
        'image1 buy1'
        'image2 bet2'
        'image2 buy2'
        'image3 bet3'
        'image3 buy3';
    margin: 0 auto 12px;
    grid-template-rows: min-content;
    grid-auto-rows: 70px 90px;
    gap: 3px 0;
    flex: 1;
    grid-template-columns: 60% 40%;
}

.portrait .buyFeatureContainer.container_2:first-child > *:last-child {
    grid-template-areas:
        'title .'
        'image bet'
        'image buy';
    margin: 0 auto;
    grid-template-columns: 60% 40%;
}

.portrait.tablet .buyFeatureContainer.container_2:first-child {
    margin-top: -30px;
}

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

.buyFeatureCostBox {
    transform: scale(0.95);
}

.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;
    text-align: center;
}

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

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

.buyFeature .valueContainer .value {
    font-size: 40px;
    line-height: 40px;
}
.buyFeature .buyFeatureBetBox .valueContainer .value {
    font-size: 40px;
    line-height: 45px;
}

.buyFeature .buyFeatureCostBox .label {
    color: #fff;
}

.buyFeature .buyFeatureBetBox .label {
    color: #b5b7ff;
}

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

/* buy feature item end */

body[language^='bg'] .buyFeatureContainer.container_2:first-child > *:last-child .buyFeatureTitle {
    font-size: 20px;
}

body[language^='bs'] .buyFeatureContainer.container_2:first-child > *:last-child .buyFeatureTitle {
    font-size: 22px;
    line-height: 28px;
}

body[language^='cs'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 20px;
}

body[language^='da'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 22px;
}

body[language^='de'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 20px;
}

body[language^='el'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 13px;
}
body[language^='el'] .buyFeatureBtn {
    font-size: 30px;
}
body[language^='el'] .buyFeatureConfirmText {
    font-size: 30px;
}

body[language^='es'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 20px;
}
body[language^='es'] .buyFeatureBtn {
    font-size: 30px;
}
body[language^='es'] .buyFeatureConfirmText {
    font-size: 40px;
}

body[language^='et'] .buyFeatureConfirmText {
    font-size: 42px;
}

body[language^='fi'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 24px;
}
body[language^='fi'] .buyFeatureConfirmText {
    font-size: 40px;
}

body[language^='fr'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 26px;
}
body[language^='fr'] .buyFeatureBtn {
    font-size: 32px;
}

body[language^='hr'] .buyFeatureBtn {
    font-size: 30px;
}

body[language^='hu'] .buyFeatureBtn {
    font-size: 30px;
}
body[language^='hu'] .buyFeatureConfirmText {
    font-size: 38px;
}

body[language^='it'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 20px;
}
body[language^='it'] .buyFeatureBtn {
    font-size: 36px;
}
body[language^='it'] .buyFeatureConfirmText {
    font-size: 42px;
}

body[language^='ja'] .buyFeatureBtn {
    font-size: 20px;
}
body[language^='ja'] .buyFeatureContainer.container_2:first-child > *:last-child .buyFeatureTitle {
    font-size: 18px;
}
body[language^='ja'] .buyFeatureConfirmText {
    font-size: 36px;
}

body[language^='ka'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 22px;
}
body[language^='ka'] .buyFeatureBtn {
    font-size: 30px;
    line-height: 64px;
}
body[language^='ka'] .buyFeatureContainer.container_2:first-child > *:last-child .buyFeatureTitle {
    font-size: 22px;
}
body[language^='ka'] .buyFeatureConfirmText {
    font-size: 30px;
    line-height: 40px;
}

body[language^='lt'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 22px;
}

body[language^='mk'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 22px;
}
body[language^='mk'] .buyFeatureConfirmText {
    font-size: 42px;
}

body[language^='nl'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 26px;
}
body[language^='nl'] .buyFeatureConfirmText {
    font-size: 42px;
}

body[language^='no'] .buyFeatureCostBox .labelContainer .label:not(.currency),
body[language^='nb'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 24px;
}

body[language^='pl'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 17px;
}

body[language^='pt'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 22px;
}
body[language^='pt'] .buyFeatureBtn {
    font-size: 30px;
}

body[language^='ro'] .buyFeatureBtn {
    font-size: 30px;
}

body[language^='ru'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 22px;
}
body[language^='ru'] .buyFeatureBtn {
    font-size: 30px;
}

body[language^='sk'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 20px;
}

body[language^='sr'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 26px;
}

body[language^='sv'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 26px;
}

body[language^='tr'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 18px;
}
body[language^='tr'] .buyFeatureBtn {
    font-size: 34px;
}

body[language^='uk'] .buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 18px;
}
body[language^='uk'] .buyFeatureBtn {
    font-size: 28px;
}

body[language^='vi'] .buyFeatureConfirmText {
    font-size: 42px;
}

body[language^='et'] .buyFeatureContainer.container_2:first-child > *:last-child .buyFeatureTitle {
    font-size: 22px;
}

body[language^='sr'] .buyFeatureContainer.container_2:first-child > *:last-child .buyFeatureTitle {
    font-size: 23px;
}

body[language^='fr'] .buyFeatureContainer.container_2:first-child > *:last-child .buyFeatureTitle {
    font-size: 21px;
}

body[language^='tr'] .buyFeatureContainer.container_2:first-child > *:last-child .buyFeatureTitle {
    font-size: 17px;
}

body[language^='hu'] .buyFeatureContainer.container_2:first-child > *:last-child .buyFeatureTitle {
    font-size: 17px;
}

/* BUY FEATURE END */

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

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

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

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

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

.hlpCollect .icon,
.collectBtn .icon {
    background-position: -147px -229px;
}

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

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

.hlpGamble .icon,
.gambleBtn .icon {
    background-position: -147px -335px;
}

.hlpMaxBet .icon,
.maxBetBtn .icon {
    background-position: -293px -229px;
}

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

.hlpStop .icon,
.stopBtn .icon {
    background-position: -203px -115px;
}

.hlpStop .icon,
.stopBtn .icon {
    background-position: -203px -115px;
}

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

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

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

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

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

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

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

.maxBetBtn:hover:before,
.gambleBtn:hover:before {
    background-position: -203px -319px;
}

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

.maxBetBtn._disabled:before,
.gambleBtn._disabled:before {
    background-position: -203px -107px;
}

.maxBetBtn:before,
.gambleBtn:before,
.fsCount:before,
.hlpMaxBet:before,
.hlpGamble:before {
    background-position: -203px -213px;
}

.autoplayBtn:hover:before,
.autoplayStopBtn:hover:before,
.collectBtn:hover:before {
    background-position: -349px -319px;
}

.autoplayBtn:active:before,
.autoplayStopBtn:active:before,
.collectBtn:active:before {
    background-position: -349px -1px;
}

.autoplayBtn._disabled:before,
.autoplayStopBtn._disabled:before,
.collectBtn._disabled:before {
    background-position: -349px -107px;
}

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

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

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

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

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

.balance,
.bet {
    background-position: -1px -107px;
}

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

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

.fsCount {
    background-position: -78px -235px;
}

.loadingIcon {
    background-position: -159px -313px;
}

.logo {
    background-position: -78px -313px;
}

.similarGamesLogo {
    background-position: -78px -213px;
}

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

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

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

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

.ln3 .paylineImage {
    background-position: -388px -156px;
    width: 136px;
    height: 136px;
}
.ln15 .paylineImage {
    background-position: -819px -1px;
    width: 136px;
    height: 136px;
}
.ln1 .paylineImage {
    background-position: -233px -311px;
    width: 136px;
    height: 136px;
}
.ln4 .paylineImage {
    background-position: -311px -604px;
    width: 136px;
    height: 136px;
}
.ln14 .paylineImage {
    background-position: -681px -1px;
    width: 136px;
    height: 136px;
}
.ln2 .paylineImage {
    background-position: -371px -311px;
    width: 136px;
    height: 136px;
}
.ln6 .paylineImage {
    background-position: -311px -880px;
    width: 136px;
    height: 136px;
}
.ln8 .paylineImage {
    background-position: -466px -449px;
    width: 136px;
    height: 136px;
}
.ln13 .paylineImage {
    background-position: -449px -880px;
    width: 136px;
    height: 136px;
}
.ln9 .paylineImage {
    background-position: -509px -294px;
    width: 136px;
    height: 136px;
}
.ln7 .paylineImage {
    background-position: -449px -604px;
    width: 136px;
    height: 136px;
}
.ln12 .paylineImage {
    background-position: -449px -742px;
    width: 136px;
    height: 136px;
}
.ln11 .paylineImage {
    background-position: -543px -1px;
    width: 136px;
    height: 136px;
}
.ln5 .paylineImage {
    background-position: -311px -742px;
    width: 136px;
    height: 136px;
}
.ln10 .paylineImage {
    background-position: -526px -156px;
    width: 136px;
    height: 136px;
}
.symbolImage .s1 {
    background-position: -1px -465px;
    width: 153px;
    height: 153px;
}
.symbolImage .s10 {
    background-position: -388px -1px;
    width: 153px;
    height: 153px;
}
.symbolImage .s2 {
    background-position: -1px -620px;
    width: 153px;
    height: 153px;
}
.symbolImage .s12 {
    background-position: -1px -233px;
    width: 230px;
    height: 230px;
}
.symbolImage .s4 {
    background-position: -156px -465px;
    width: 153px;
    height: 153px;
}
.symbolImage .s3 {
    background-position: -1px -775px;
    width: 153px;
    height: 153px;
}
.symbolImage .s5 {
    background-position: -156px -620px;
    width: 153px;
    height: 153px;
}
.symbolImage .s8 {
    background-position: -233px -156px;
    width: 153px;
    height: 153px;
}
.symbolImage .s6 {
    background-position: -156px -775px;
    width: 153px;
    height: 153px;
}
.symbolImage .s9 {
    background-position: -311px -449px;
    width: 153px;
    height: 153px;
}
.symbolImage .s7 {
    background-position: -233px -1px;
    width: 153px;
    height: 153px;
}
.symbolImage .s12 {
    background-position: -1px -233px;
    width: 230px;
    height: 230px;
}
.symbolImage .s11 {
    background-position: -1px -1px;
    width: 230px;
    height: 230px;
}

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

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

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

.closeBtn {
    background-position: -0px -208px;
}

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

.hlpHelp,
.helpBtn {
    background-position: -0px -52px;
}

.hlpHistory,
.historyBtn {
    background-position: -0px -104px;
}

.hlpHome,
.homeBtn {
    background-position: -0px -156px;
}

.menuBackBtn {
    background-position: -76px -0px;
}

.hlpMenu,
.menuBtn {
    background-position: -128px -0px;
}

.hlpPaytable,
.paytableBtn {
    background-position: -180px -0px;
}

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

.smallCloseBtn {
    background-position: -44px -208px;
}

.soundBtn.off {
    background-position: -52px -104px;
}

.soundBtn.on1 {
    background-position: -52px -156px;
}

.soundBtn.on2 {
    background-position: -104px -52px;
}

.soundBtn.on3,
.hlpSound {
    background-position: -156px -52px;
}

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

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

::-webkit-scrollbar-thumb:active {
    background: #00fdff;
}

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

/* gamble.css */

/* fhd.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 .symbolsRow.special,
body[language='ka-GE'] .paytable .symbolsRow.special {
    height: 340px;
}

body[language='ka'] .paytable .symbol.wild .symbolDescription,
body[language='ka-GE'] .paytable .symbol.wild .symbolDescription {
    padding: 0 4px;
}

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

body[language='ka'] .paytable .symbolDescription span strong,
body[language='ka-GE'] .paytable .symbolDescription span strong {
    font-size: 28px;
    line-height: 32px;
}

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

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

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

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

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

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

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

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

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

body[language='vi'] .gambleTicker,
body[language='vi-VN'] .gambleTicker {
    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;
}

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

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'] .info .dialogContent p,
body[language='el-GR'] .info .dialogContent p {
    font-size: 22px;
}

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

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

body[language='el'] .gambleTicker,
body[language='el-GR'] .gambleTicker {
    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;
}

/* fhd.css */
body[language='el'] .similarGames .exitBtn,
body[language='el-GR'] .similarGames .exitBtn {
    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 1px;
}

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

/* fhd.css */
body[language='ja'] .paytable .symbolsRow.special,
body[language='ja-JP'] .paytable .symbolsRow.special {
    height: 340px;
}

body[language='ja'] .paytable .wildFS .symbolDescription.dsc_2,
body[language='ja-JP'] .paytable .wildFS .symbolDescription.dsc_2 {
    margin-top: -16px;
}

body[language='ja'] .paytable .symbolDescription span,
body[language='ja-JP'] .paytable .symbolDescription span {
    font-size: 20px;
    line-height: 24px;
}

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

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

/* fhd.css */
body[language='zh'] .paytable .wild .symbolDescription span:not(:last-of-type),
body[language='zh-CN'] .paytable .wild .symbolDescription span:not(:last-of-type) {
    font-size: 26px;
}
/* CHINESE END */

/* HUNGARIAN START */
/* fhd.css */
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: 24px;
    line-height: 28px;
}

body[language='hu'] .paytable .wild .symbolDescription span:last-of-type,
body[language='hu-HU'] .paytable .wild .symbolDescription span:last-of-type {
    font-size: 22px;
    line-height: 24px;
}

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

/* TURKISH START */
/* fhd.css */
body[language='tr'] .paytable .symbolsRow.special,
body[language='tr-TR'] .paytable .symbolsRow.special {
    height: 340px;
}

body[language='tr'] .paytable .wildFS .symbolDescription.dsc_2,
body[language='tr-TR'] .paytable .wildFS .symbolDescription.dsc_2 {
    margin-top: -16px;
}

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: 24px;
    line-height: 28px;
}

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

/* FRENCH START */
/* fhd.css */
body[language='fr'] .paytable .symbolsRow.special,
body[language='fr-FR'] .paytable .symbolsRow.special {
    height: 340px;
}

body[language='fr'] .paytable .wildFS .symbolDescription.dsc_2,
body[language='fr-FR'] .paytable .wildFS .symbolDescription.dsc_2 {
    margin-top: -16px;
}

body[language='fr'] .paytable .pickMeDescription span,
body[language='fr-FR'] .paytable .pickMeDescription span {
    font-size: 24px;
    line-height: 28px;
}
/* FRENCH END */

/* GERMAN START */
/* fhd.css */
body[language='de'] .paytable .pickMeDescription span,
body[language='de-DE'] .paytable .pickMeDescription span {
    font-size: 24px;
    line-height: 28px;
}
/* GERMAN END */

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

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

/* RUSSIAN & UKRAINIAN START */
/* fhd.css */
body[language='ru'] .paytable .symbolsRow.special,
body[language='ru-RU'] .paytable .symbolsRow.special,
body[language='uk'] .paytable .symbolsRow.special,
body[language='uk-UA'] .paytable .symbolsRow.special {
    height: 340px;
}

body[language='ru'] .paytable .wildFS .symbolDescription.dsc_2,
body[language='ru-RU'] .paytable .wildFS .symbolDescription.dsc_2,
body[language='uk'] .paytable .wildFS .symbolDescription.dsc_2,
body[language='uk-UA'] .paytable .wildFS .symbolDescription.dsc_2 {
    margin-top: -16px;
}

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;
    line-height: 28px;
}

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 */
/* fhd.css */
body[language='nl'] .paytable .symbolsRow.special,
body[language='nl-NL'] .paytable .symbolsRow.special {
    height: 340px;
}

body[language='nl'] .paytable .wild .symbolDescription,
body[language='nl-NL'] .paytable .wild .symbolDescription {
    padding: 0 4px;
}

body[language='nl'] .paytable .wildFS .symbolDescription.dsc_2,
body[language='nl-NL'] .paytable .wildFS .symbolDescription.dsc_2 {
    margin-top: -16px;
}

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: 24px;
    line-height: 28px;
}

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

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

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

/* ESTONIAN START */
/* fhd.css */
body[language='et'] .paytable .wild .symbolDescription span:not(:last-of-type),
body[language='et-EE'] .paytable .wild .symbolDescription span:not(:last-of-type) {
    font-size: 26px;
}

body[language='et'] .paytable .wild .symbolDescription span strong,
body[language='et-EE'] .paytable .wild .symbolDescription span strong {
    font-size: 32px;
}
/* ESTONIAN END */

/* ITALIAN START */
/* fhd.css */
body[language='it'] .paytable .wild .symbolDescription span:not(:last-of-type),
body[language='it-IT'] .paytable .wild .symbolDescription span:not(:last-of-type) {
    font-size: 26px;
}

body[language='it'] .paytable .wild .symbolDescription span strong,
body[language='it-IT'] .paytable .wild .symbolDescription span strong {
    font-size: 32px;
}
/* ITALIAN END */

/* BULGARIAN START */
/* fhd.css */
body[language='bg'] .paytable .wild .symbolDescription span:not(:last-of-type),
body[language='bg-BG'] .paytable .wild .symbolDescription span:not(:last-of-type) {
    font-size: 26px;
}

body[language='bg'] .paytable .wild .symbolDescription span:last-of-type,
body[language='bg-BG'] .paytable .wild .symbolDescription span:last-of-type {
    font-size: 20px;
}
/* BULGARIAN END */

/* OTHER LANGUAGES START */
body[language='fi'] .paytable .symbolsRow.special,
body[language='fi-FI'] .paytable .symbolsRow.special {
    height: 340px;
}

body[language='fi'] .paytable .wildFS .symbolDescription.dsc_2,
body[language='fi-FI'] .paytable .wildFS .symbolDescription.dsc_2 {
    margin-top: -16px;
}

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: 24px;
    line-height: 28px;
}
/* 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;
}

[language^='bg'] .fsCount .label {
    font-size: 9px;
}

[language^='hu'] .fsCount .label,
[language^='tr'] .fsCount .label {
    font-size: 10px;
}

[language^='bs'] .fsCount .label {
    font-size: 13px;
}
[language^='hr'] .fsCount .label {
    font-size: 13px;
}
[language^='sr'] .fsCount .label {
    font-size: 13px;
}

body[language^='ja'] #autoplaySkipWinOption .settingItem {
    width: 80px;
}
