/* 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: relative;
    top: 0;
    width: 1280px;
    z-index: 2;
}

.logo {
    position: absolute;
    top: 620px;
    width: 79px;
    height: 11px;
    filter: drop-shadow(0 2px 2px #391500);
}

.times,
.roundId,
.versionId {
    position: absolute;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    text-shadow: 0 2px 2px #391500;
    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,
    .helpBtn:hover,
    .paytableBtn:hover,
    .soundBtn:hover,
    .settingsBtn:hover,
    .closeBtn:hover,
    .smallCloseBtn:hover,
    .directionBtn:hover {
        -webkit-filter: brightness(1.3);
        filter: brightness(1.3);
    }
}

.menuBtn:active,
.menuBackBtn:hover,
.homeBtn:hover,
.historyBtn:hover,
.helpBtn:hover,
.paytableBtn:hover,
.soundBtn:hover,
.settingsBtn:hover,
.closeBtn:hover,
.smallCloseBtn:hover,
.directionBtn:hover {
    -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: 1008px;
    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: 612px;
    height: 64px;
    padding: 12px 0;
}

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

.freespins .label {
    color: #ecca09;
}

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

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

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

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

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

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

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

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

@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(235, 126, 38, 0.8);
}

.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: 9px;
    left: 9px;
    right: 10px;
    height: 2px;
}

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

.freespins .betSlide {
    background: #ecca09;
}

.win {
    float: left;
    width: 204px;
    height: 64px;
    padding: 2px;
    margin: -2px;
}

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

.btnsFrameBottom {
    position: absolute;
    bottom: -6px;
    left: -24px;
    width: 412px;
    height: 118px;
    pointer-events: none;
    z-index: -2;
}

.framesFrame {
    position: absolute;
    bottom: -6px;
    left: -661px;
    width: 644px;
    height: 100px;
    pointer-events: none;
    z-index: -1;
}

.icon {
    margin-top: 8px;
    width: 100%;
    height: 80%;
}

.maxBetBtn,
.gambleBtn,
.autoplayBtn,
.autoplayStopBtn,
.collectBtn,
.fsCount {
    position: absolute;
    width: 101px;
    height: 74px;
    margin: 14px 0;
    cursor: pointer;
}

.maxBetBtn,
.gambleBtn {
    left: 2px;
    bottom: -6px;
}

.fsCount {
    position: absolute;
    width: 128px;
    height: 92px;
    left: -19px;
    bottom: -16px;
}

.autoplayBtn,
.autoplayStopBtn,
.collectBtn {
    right: 0px;
    bottom: -6px;
    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 {
    margin-top: 8px;
    border-radius: 12px;
}

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

.spinBtn,
.stopBtn,
.fsEnterBtn,
.fsReturnBtn {
    position: absolute;
    left: 0;
    right: 0;
    top: -16px;
    width: 149px;
    height: 110px;
    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,
.fsEnterBtn._disabled,
.fsReturnBtn._disabled {
    display: none;
}

.spinBtn .icon,
.stopBtn .icon,
.fsEnterBtn .icon,
.fsReturnBtn .icon {
    margin-top: 10px;
    margin-left: -2px;
    border-radius: 18px;
}

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

.spinBtn .icon {
    margin-top: 10px;
    margin-left: -2px;
    -webkit-transform-origin-x: 77px;
    -webkit-animation: rotateIcon 4s infinite;
    animation: rotateIcon 4s infinite;
}

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

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

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

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

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

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

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

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

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

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

.fsCount {
    cursor: default;
}

.fsCount .label {
    max-width: 68%;
    padding-top: 19px;
    padding-left: 12px;
    margin: 0 auto;
}

.fsCount .value {
    font-size: 36px;
    line-height: 38px;
    padding-top: 0;
    padding-left: 8px;
}

/* POPUPS START */
.popUpLabel {
    float: left;
    width: 78px;
    height: 16px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #eb7e26;
    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: 64px;
    right: 14px;
    width: 75px;
    height: 284px;
    overflow: hidden;
    z-index: -2;
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease;
}

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

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

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

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

@media (hover: hover) {
    .autoplayItem:hover {
        background: #eb7e26;
    }
}

.autoplayPopUpCounter {
    height: 26px;
    padding-top: 4px;
}

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

h2 sup {
    font-size: 30px;
}

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

.checkboxButton input:checked ~ .toggleSwitch label:after {
    left: 28px;
    background-color: #eb7e26 !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: 101px;
    height: 74px;
    margin: -37px -50px;
}

.hlpSpin,
.hlpStop,
.hlpFsEnter,
.hlpFsReturn {
    width: 149px;
    height: 110px;
    margin: -55px -77px;
}

.hlpButton .btn:active,
.hlpButton .btn:hover {
    -webkit-filter: none;
    filter: none;
}

.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: #eb7e26;
    border-radius: 10px;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.line.fsColor {
    border-color: #ff2a9c;
}

.paytableTitleContainer {
    padding: 0 20px;
}

.paytableTitle.fsColor {
    color: #ff2a9c;
}

.paytableTitle {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    text-shadow: 0 2px 2px #000;
    margin-bottom: 12px;
}

.symbolsRow.extra {
    display: flex;
    justify-content: space-evenly;
    height: 80%;
    margin-top: 28px;
}

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

.sticky .symbolTitle {
    margin-bottom: 0;
}

.gradientBg {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(189, 87, 19, 0.9) 50%, rgba(0, 0, 0, 0) 100%);
}

.container.big {
    width: 88%;
    height: 90%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(109, 16, 68, 0.6) 10%,
        rgba(255, 0, 140, 0.78) 40%,
        rgba(255, 0, 140, 0.78) 60%,
        rgba(109, 16, 68, 0.6) 90%,
        rgba(0, 0, 0, 0) 100%
    );
    box-sizing: border-box;
    padding: 16px 8px;
    margin: 0 auto;
}

.symbol {
    display: inline-block;
    position: relative;
    width: calc(100% / 3);
    height: 140px;
    vertical-align: top;
    margin-bottom: 20px;
}

.symbol.tumble,
.symbol.bonus {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.symbol.tumble {
    width: 55%;
    box-sizing: border-box;
    padding: 11px 28px;
}

.symbol.bonus {
    width: 45%;
}

.symbol.bonus .symbolRow {
    width: 100%;
    height: 220px;
}

.symbol.multiplier,
.symbol.sticky {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.symbol.multiplier {
    width: 30%;
}

.symbol.sticky {
    width: 68%;
}

.extra .symbolRow {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.symbolImage {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    float: left;
    width: 140px;
    height: 100%;
}

.symbol.bonus .symbolImage {
    flex-direction: column;
    width: 40%;
}

.symbol.bonus .symbolImage div {
    margin-left: -20px;
}

.extrascatter,
.extrascatter_multiplier {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.extrascatter_multiplier {
    -webkit-animation-name: popImage;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 5s;
    animation-name: popImage;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    animation-duration: 5s;
}

@-webkit-keyframes popImage {
    0%,
    8% {
        opacity: 0;
        transform: scale(1);
    }
    9% {
        transform: scale(1.1);
    }
    10% {
        opacity: 1;
        transform: scale(1.1);
    }
    11% {
        transform: scale(1.1);
    }
    15% {
        transform: scale(1);
    }
    95% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}

@keyframes popImage {
    0%,
    8% {
        opacity: 0;
        transform: scale(1);
    }
    9% {
        transform: scale(1.1);
    }
    10% {
        opacity: 1;
        transform: scale(1.1);
    }
    11% {
        transform: scale(1.1);
    }
    15% {
        transform: scale(1);
    }
    95% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(0.5);
    }
}

.symbolDescription {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-height: 108px;
    box-sizing: border-box;
    padding: 0 20px;
}

.symbolDescription.dsc_1 {
    min-height: 24px;
}

.symbolDescription.dsc_2 {
    justify-content: center;
    width: 48%;
}

.symbolDescription span {
    font-family:
        'Source Sans Pro',
        Arial Narrow,
        Arial;
    text-transform: none;
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    text-shadow: 0 2px 2px #000;
}

.symbolDescription.dsc_1 span {
    font-family:
        'Bebas Neue',
        Arial Narrow,
        Arial;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    color: #f5c10b;
    letter-spacing: 1px;
}

.symbolDescription.dsc_2 span:first-of-type {
    margin-bottom: 16px;
}

.symbolDescription span.gap {
    margin-top: 16px;
}

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

.symbol.bonus .symbolPayouts {
    width: 60%;
}

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

.symbolCount {
    float: left;
    color: #f5c10b;
    margin-left: 16px;
}

.symbolValue {
    white-space: nowrap;
    margin-left: 10px;
    float: right;
    width: 90px;
    color: #ffffff;
    text-align: right;
    letter-spacing: 1px;
}

.symbol.bonus .symbolCount,
.symbol.bonus .symbolValue {
    font-size: 36px;
    line-height: 36px;
}

.symbol.bonus .symbolCount {
    color: #ff7200;
}

.symbol.bonus .symbolValue {
    float: left;
    width: calc(100% - 52px);
    text-align: left;
    margin-left: 20px;
}

.container_image {
    position: relative;
    width: 333px;
    height: 220px;
}

.container_image.sticky {
    align-self: center;
    width: 50%;
}

.container_image div {
    position: absolute;
}

.paytablePage._active .container_image .tumble_1,
.paytablePage._active .container_image .tumble_2,
.paytablePage._active .container_image .tumble_3,
.paytablePage._active .container_image .tumble_4,
.paytablePage._active .container_image .tumble_5 {
    -webkit-animation-name: crossfadeImages;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 7.5s;
    animation-name: crossfadeImages;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 7.5s;
}

.container_image .tumble_2 {
    opacity: 0;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.container_image .tumble_3 {
    opacity: 0;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.container_image .tumble_4 {
    opacity: 0;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

.container_image .tumble_5 {
    opacity: 0;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

@-webkit-keyframes crossfadeImages {
    0%,
    100%,
    25% {
        opacity: 0;
    }
    20%,
    5% {
        opacity: 1;
    }
}

@keyframes crossfadeImages {
    0%,
    100%,
    25% {
        opacity: 0;
    }
    20%,
    5% {
        opacity: 1;
    }
}

.paytablePage._active .container_image .sticky_1,
.paytablePage._active .container_image .sticky_2,
.paytablePage._active .container_image .sticky_3,
.paytablePage._active .container_image .sticky_4,
.paytablePage._active .container_image .sticky_5,
.paytablePage._active .container_image .sticky_6 {
    -webkit-animation-name: crossfadeImages2;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 9s;
    animation-name: crossfadeImages2;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 9s;
}

.container_image .sticky_2 {
    opacity: 0;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.container_image .sticky_3 {
    opacity: 0;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.container_image .sticky_4 {
    opacity: 0;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

.container_image .sticky_5 {
    opacity: 0;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.container_image .sticky_6 {
    opacity: 0;
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
}

@-webkit-keyframes crossfadeImages2 {
    0%,
    100%,
    22% {
        opacity: 0;
    }
    17%,
    5% {
        opacity: 1;
    }
}

@keyframes crossfadeImages2 {
    0%,
    100%,
    22% {
        opacity: 0;
    }
    17%,
    5% {
        opacity: 1;
    }
}
/* 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 #eb7e26;
    margin: auto;
    cursor: pointer;
    pointer-events: all;
}

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

.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: #eb7e26;
    }
}

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

.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: #eb7e26;
    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 {
    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;
}

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

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

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

@-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 {
    display: none;
}

.buyFeature .dialogContent {
    width: 100%;
    height: calc(100% - 208px);
    padding-top: 67px;
}

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

.buyFeature .dialogBtnContainer {
    flex-direction: column;
    align-items: center;
    position: unset;
    height: 80px;
}

.buyFeature #buyFeatureConfirmDialog .dialogBtnContainer {
    flex-direction: row;
}

.buyFeature .symbolTitle {
    margin: 0 auto;
}

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

.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% - 108px);
    box-sizing: border-box;
    padding: 0 67px;
    margin-top: 20px;
}

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

.buyFeatureContainer.container_2:first-of-type {
    width: 41%;
    padding-left: 34px;
}

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

.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;
    transform: translate3d(0, 0, 0);
}

.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 114px;
    margin-top: 61px;
    height: 147px;
}

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

.buyFeatureBtn {
    font-size: 40px;
    line-height: 66px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 8px;
}

.buyFeatureBtn.no {
    font-weight: normal;
    color: #ffffff;
    text-shadow: 0 2px 2px #000000;
}

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

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

.buyFeatureItem div {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

/* buy feature item end */

div.buyFeatureFsTitle {
    margin-left: auto;
    margin-right: auto;
}

/* BUY FEATURE END */

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

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

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

.hlpAutoplay .icon,
.autoplayBtn .icon {
    background-position: -103px -181px;
}

.autoplayBtn:active .icon {
    background-position: -103px -181px;
}

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

.autoplayStopBtn:active .icon {
    background-position: -1px -181px;
}

.hlpCollect .icon,
.collectBtn .icon {
    background-position: -205px -181px;
}

.collectBtn:active .icon {
    background-position: -205px -181px;
}

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

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

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

.fsReturnBtn:active .icon {
    background-position: -1px -91px;
}

.hlpGamble .icon,
.gambleBtn .icon {
    background-position: -307px -181px;
}

.gambleBtn:active .icon {
    background-position: -307px -181px;
}

.hlpMaxBet .icon,
.maxBetBtn .icon {
    background-position: -409px -1px;
}

.maxBetBtn:active .icon {
    background-position: -409px -1px;
}

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

.spinBtn:active .icon {
    background-position: -157px -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.freespins .maxBetBtn,
.freespins .gambleBtn,
.freespins .autoplayBtn,
.freespins .autoplayStopBtn,
.freespins .collectBtn {
    background-position: -152px -153px;
}

.freespins .maxBetBtn:hover,
.freespins .gambleBtn:hover,
.freespins .autoplayBtn:hover,
.freespins .autoplayStopBtn:hover,
.freespins .collectBtn:hover {
    background-position: -152px -229px;
}

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

.freespins .maxBetBtn._disabled,
.freespins .gambleBtn._disabled,
.freespins .autoplayBtn._disabled,
.freespins .autoplayStopBtn._disabled,
.freespins .collectBtn._disabled {
    background-position: -152px -77px;
}

.maxBetBtn,
.gambleBtn,
.hlpMaxBet,
.hlpGamble,
.autoplayBtn,
.autoplayStopBtn,
.collectBtn,
.hlpAutoplay,
.hlpAutoplayStop,
.hlpCollect {
    background-position: -152px -153px;
}

.maxBetBtn:hover,
.gambleBtn:hover,
.autoplayBtn:hover,
.autoplayStopBtn:hover,
.collectBtn:hover {
    background-position: -152px -229px;
}

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

.maxBetBtn._disabled,
.gambleBtn._disabled,
.autoplayBtn._disabled,
.autoplayStopBtn._disabled,
.collectBtn._disabled {
    background-position: -152px -77px;
}

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

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

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

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

.autoplayPopUpCounter {
    background-position: -916px -1px;
}

.balance,
.bet {
    background-position: -211px -434px;
}

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

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

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

.btnsFrameBottom {
    background-position: -1px -312px;
}

.framesFrame {
    background-position: -78px -1px;
}

.freespins .balance,
.freespins .bet {
    background-position: -211px -434px;
}

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

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

.loadingIcon {
    background-position: -405px -434px;
}

.logo {
    background-position: -405px -496px;
}

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

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

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

.symbolImage > div,
.container_image > div,
.extrascatter,
.extrascatter_multiplier {
    background-image: url(../Graphics/HD/SpriteSheets/paytable.png?_t=20250701022109);
    background-repeat: no-repeat;
}

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

.extrascatter_multiplier {
    background-position: -815px -809px;
    width: 140px;
    height: 140px;
}
.extrascatter {
    background-position: -673px -809px;
    width: 140px;
    height: 140px;
}

.sticky_1 {
    background-position: -1px -1px;
    width: 334px;
    height: 220px;
}
.sticky_5 {
    background-position: -337px -223px;
    width: 334px;
    height: 220px;
}
.sticky_4 {
    background-position: -1px -223px;
    width: 334px;
    height: 220px;
}
.sticky_3 {
    background-position: -673px -1px;
    width: 334px;
    height: 220px;
}
.sticky_2 {
    background-position: -337px -1px;
    width: 334px;
    height: 220px;
}
.sticky_6 {
    background-position: -673px -223px;
    width: 334px;
    height: 220px;
}
.symbolImage .s5 {
    background-position: -569px -951px;
    width: 140px;
    height: 140px;
}
.symbolImage .s6 {
    background-position: -711px -951px;
    width: 140px;
    height: 140px;
}
.symbolImage .s2 {
    background-position: -143px -889px;
    width: 140px;
    height: 140px;
}
.symbolImage .s1 {
    background-position: -1px -889px;
    width: 140px;
    height: 140px;
}
.symbolImage .s7 {
    background-position: -853px -951px;
    width: 140px;
    height: 140px;
}
.symbolImage .s8 {
    background-position: -1px -1031px;
    width: 140px;
    height: 140px;
}
.symbolImage .s3 {
    background-position: -285px -889px;
    width: 140px;
    height: 140px;
}
.symbolImage .s4 {
    background-position: -427px -889px;
    width: 140px;
    height: 140px;
}
.symbolImage .s9 {
    background-position: -673px -667px;
    width: 245px;
    height: 140px;
}
.tumble_1 {
    background-position: -1px -445px;
    width: 334px;
    height: 220px;
}
.tumble_2 {
    background-position: -337px -445px;
    width: 334px;
    height: 220px;
}
.tumble_5 {
    background-position: -337px -667px;
    width: 334px;
    height: 220px;
}
.tumble_3 {
    background-position: -673px -445px;
    width: 334px;
    height: 220px;
}
.tumble_4 {
    background-position: -1px -667px;
    width: 334px;
    height: 220px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.buyFeatureBetField {
    background-position: -868px -1px;
    width: 140px;
    height: 45px;
}

.buyFeatureBetMinusBtn {
    background-position: -946px -48px;
    width: 34px;
    height: 34px;
}

.buyFeatureBetPlusBtn {
    background-position: -982px -48px;
    width: 34px;
    height: 34px;
}

.buyFeatureBtn {
    background-position: -667px -299px;
    width: 180px;
    height: 60px;
}

.buyFeatureBtn.no {
    background-position: -667px -237px;
    width: 180px;
    height: 60px;
}

.buyFeatureDialog {
    background-position: -1px -1px;
    width: 664px;
    height: 528px;
}

.buyFeatureFsTitle {
    background-position: -1px -531px;
    width: 376px;
    height: 64px;
}

.hlpBuyFeatureIcon,
.buyFeatureIconImage {
    background-position: -856px -48px;
    width: 88px;
    height: 89px;
}

.buyFeatureTotalBetField {
    background-position: -667px -1px;
    width: 199px;
    height: 45px;
}

.donut {
    background-position: -667px -48px;
    width: 187px;
    height: 187px;
}

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

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

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

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

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

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

#responsibleGamingDialog .dialogBtn[language='ka'],
#responsibleGamingDialog .dialogBtn[language='ka-GE'] {
    width: 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 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

body[language='vi'] #splashScreen .buyFeatureRibbon div,
body[language='vi-VN'] #splashScreen .buyFeatureRibbon div,
body[language='vi'] .buyFeatureBtn,
body[language='vi-VN'] .buyFeatureBtn,
body[language='vi'] .buyFeatureConfirmText,
body[language='vi-VN'] .buyFeatureConfirmText {
    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;
}

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

body[language='el'] #splashScreen .buyFeatureRibbon div,
body[language='el-GR'] #splashScreen .buyFeatureRibbon div,
body[language='el'] .buyFeatureBtn,
body[language='el-GR'] .buyFeatureBtn,
body[language='el'] .buyFeatureConfirmText,
body[language='el-GR'] .buyFeatureConfirmText {
    font-family:
        'Bebas Neue Greek',
        Arial Narrow,
        Arial;
}
/* GREEK END */

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

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

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

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

/* hd.css */
body[language='ja'] .fsCount .label,
body[language='ja-JP'] .fsCount .label {
    font-size: 12px;
}

body[language='ja'] .buyFeatureBtn,
body[language='ja-JP'] .buyFeatureBtn {
    font-size: 32px;
}
body[language='ja'] .symbol.bonus .symbolCount,
body[language='ja-JP'] .symbol.bonus .symbolCount,
body[language='ja'] .symbol.bonus .symbolValue,
body[language='ja-JP'] .symbol.bonus .symbolValue {
    font-size: 24px;
}
/* JAPANESE END */

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

/* HUNGARIAN START */
/* hd.css */
body[language='hu'] .fsCount .label,
body[language='hu-HU'] .fsCount .label {
    padding-top: 18px;
    font-size: 12px;
    line-height: 12px;
}

body[language='hu'] .fsCount .value,
body[language='hu-HU'] .fsCount .value {
    line-height: 34px;
}
/* HUNGARIAN END */

/* TURKISH START */
/* hd.css */
body[language='tr'] .fsCount .label,
body[language='tr-TR'] .fsCount .label {
    padding-top: 18px;
    font-size: 12px;
    line-height: 12px;
}

body[language='tr'] .fsCount .value,
body[language='tr-TR'] .fsCount .value {
    line-height: 34px;
}
/* TURKISH END */

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

body[language='bg'] .fsCount .value,
body[language='bg-BG'] .fsCount .value {
    line-height: 34px;
}
/* BULGARIAN START */

/* OTHER LANGUAGES START */
/* hd.css */
body[language='bs'] .fsCount .label,
body[language='bs-Latn-BA'] .fsCount .label,
body[language='fi'] .fsCount .label,
body[language='fi-FI'] .fsCount .label,
body[language='hr'] .fsCount .label,
body[language='hr-HR'] .fsCount .label,
body[language='sr'] .fsCount .label,
body[language='sr-Latn-RS'] .fsCount .label {
    font-size: 12px;
}

body[language|='fi'] .symbol.bonus .symbolCount,
body[language|='fi'] .symbol.bonus .symbolValue {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
}

body[language|='bg'] .symbol.bonus .symbolValue,
body[language|='bs'] .symbol.bonus .symbolValue,
body[language|='cs'] .symbol.bonus .symbolValue,
body[language|='fr'] .symbol.bonus .symbolValue,
body[language|='hr'] .symbol.bonus .symbolValue,
body[language|='hu'] .symbol.bonus .symbolValue,
body[language|='nl'] .symbol.bonus .symbolValue,
body[language|='sk'] .symbol.bonus .symbolValue,
body[language|='sr'] .symbol.bonus .symbolValue,
body[language|='tr'] .symbol.bonus .symbolValue {
    width: calc(100% - 80px);
    text-align: right;
    white-space: normal;
}
/* 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;
}
