/* GENERAL START */
body {
    font-family:
        'Bebas Neue Old',
        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;
}

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 Old',
        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 Old',
        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 Old',
        Arial Narrow,
        Arial;
    text-transform: uppercase;
    font-size: 9px;
    color: #000000;
}
/* GENERAL END */

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

#canvas {
    pointer-events: auto;
    background-color: #2e2363;
    z-index: -1;
}
/* ROOT + CANVAS END */

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

.screen {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

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

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

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

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

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

.roundId {
    top: 618px;
}

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

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

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

.bottomLeft {
    left: 10px;
}

.bottomRight {
    right: 10px;
}

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

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

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

.menu._disabled {
    display: none;
}

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

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

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

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

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

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

.userControls {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    width: 1029px;
    height: 88px;
    margin: 0 auto;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.25s;
    -webkit-transform: translate3d(0, 0, 0); /* safari z-index fix */
}

.mainInfo {
    float: left;
    width: 625px;
    height: 64px;
    padding: 3px 0;
}

.label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    letter-spacing: 1px;
    color: #bf0b14;
    text-align: center;
    text-shadow: 1px 1px 8px black;
    padding-top: 12px;
}

.userControls[language='vi'] #collectedWin .label,
.userControls[language='vi-VN'] #collectedWin .label {
    font-size: 13px;
}

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

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

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

.betMinusBtn,
.betPlusBtn {
    width: 24px;
    height: 24px;
    border-radius: 10px;
    margin-top: 5px;
    cursor: pointer;
}

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

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

@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.35);
    filter: brightness(0.35);
}

.betBar {
    position: absolute;
    bottom: 9px;
    left: 5%;
    right: 4px;
    height: 2px;
    width: 90%;
}

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

.win {
    float: left;
    width: 219px;
    height: 79px;
}

.mainBtns {
    float: left;
    position: relative;
    width: 404px;
    height: 87px;
}

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

.maxBetBtn,
.gambleBtn,
.autoplayBtn,
.autoplayStopBtn,
.collectBtn {
    position: absolute;
    top: 7px;
    width: 109px;
    height: 69px;
    cursor: pointer;
    z-index: 2;
}

.maxBetBtn .frame,
.gambleBtn .frame,
.autoplayBtn .frame,
.autoplayStopBtn .frame,
.collectBtn .frame,
.hlpMaxBet .frame,
.hlpGamble .frame,
.hlpAutoplay .frame,
.hlpAutoplayStop .frame,
.hlpCollect .frame {
    position: absolute;
    width: 123px;
    height: 91px;
    top: -11px;
    left: -7px;
    z-index: 1;
}

.maxBetBtn,
.gambleBtn {
    left: 18px;
}

.autoplayBtn,
.autoplayStopBtn,
.collectBtn {
    left: 291px;
}

.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;
    -webkit-filter: none;
    filter: none;
}

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

.maxBetBtn .icon,
.gambleBtn .icon,
.autoplayBtn .icon,
.autoplayStopBtn .icon,
.collectBtn .icon {
    border-radius: 12px;
}

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

.spinBtn,
.stopBtn {
    position: absolute;
    left: 135px;
    top: -2px;
    width: 148px;
    height: 88px;
    border-radius: 16px;
    cursor: pointer;
    z-index: 3;
}

.spinBtn .frame,
.stopBtn .frame,
.hlpSpin .frame,
.hlpStop .frame {
    position: absolute;
    width: 166px;
    height: 108px;
    top: -13px;
    left: -9px;
    z-index: 1;
}

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

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

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

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

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

.stopBtn._disabled {
    display: none;
}

.spinBtn .icon,
.stopBtn .icon {
    border-radius: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

/* POPUPS START */
.popUpLabel {
    float: left;
    width: 72px;
    height: 16px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #bf0b14;
    padding: 9px 0 1px;
    text-shadow: 1px 1px 8px black;
}

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

.balancePopUpMask {
    position: absolute;
    bottom: 81px;
    left: 4px;
    width: 195px;
    height: 103px;
    overflow: hidden;
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease;
}

.balancePopUpMask._disabled {
    height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.autoplayStopBtn + .autoplayPopUpMask .autoplayItem:hover .autoplayCnt {
    color: #fff;
}
/* POPUPS END */

/* SETTINGS, HELP, PAYTABLE, SIMILAR GAMES START */
.settings,
.help,
.paytable,
.similarGames {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    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: #ff0000;
    letter-spacing: 1px;
}

h2 sup {
    font-size: 30px;
}

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

.checkboxButton input:checked ~ .toggleSwitch label:after {
    left: 28px;
    background-color: #bf0b14 !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: 72px;
    border-top: 1px solid rgba(153, 153, 153, 0.3);
}

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

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

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

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

.hlpMaxBet,
.hlpGamble,
.hlpAutoplay,
.hlpAutoplayStop,
.hlpCollect {
    width: 109px;
    height: 69px;
    margin: -35px -57px;
}

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

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

.hlpToggleSwitch label {
    padding: 0;
}

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

.helpFRB {
    display: none;
}

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

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

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

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

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

.directionBtn.right {
    right: 0;
}

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

.paytablePageNumber,
.similarGamesPageNumber {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 8px 4px;
    background: #bf0b14;
    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;
}

.paytable .customContent {
    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: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
/* PAYTABLE, SIMILAR GAMES COMMON END */

/* PAYTABLE CUSTOM START */
.symbolsList {
    width: 100%;
    height: 100%;
}

.symbol p {
    font-size: 28px;
    font-family: 'Bebas Neue Old', 'Arial Narrow', Arial;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.symbol p strong {
    display: block;
    color: #ffff00;
    font-size: 28px;
}

.symbolCount,
.symbolValue {
    display: inline-flex;
    flex-flow: column;
    margin-left: 7px;
    font-weight: bold;
}

.symbolCount {
    color: #ff0000;
}

.symbolValue {
    text-align: right;
    margin-left: 31px;
}

/* PAGE 1 */
.wrapper.pg1 {
    justify-content: space-evenly;
}

.symbol.wildFeature {
    width: 867px;
    height: 400px;
    display: flex;
    justify-content: space-between;
    padding: 13px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid #ffbf00;
    box-shadow: inset 0 0 68px black;
    background: rgba(134, 93, 0, 0.8);
}

.symbol.wildFeature .symbolImage {
    width: 351px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.symbol.wildFeature .symbolDescription {
    width: 489px;
    padding: 0;
    box-sizing: border-box;
}

.symbol.wildFeature .symbolDescription h3,
.symbol.wildFeature .symbolDescription p {
    text-align: left;
}

.symbol.wildFeature .symbolDescription h3 {
    color: #f9c21a;
    font-size: 55px;
    font-weight: bold;
    text-shadow: 1px 1px 3px black;
}

.symbol.wildFeature .symbolDescription p {
    margin-top: 8px;
    font-size: 28px;
}

.symbol.wildFeature .symbolDescription strong {
    display: inline;
    white-space: nowrap;
}

.wildWin {
    width: 467px;
    height: 400px;
    box-sizing: border-box;
    padding: 13px;
    border-radius: 8px;
    border: 1px solid #ffbf00;
    box-shadow: inset 0 0 68px black;
    background: rgba(134, 93, 0, 0.8);
}

.wildWin .symbolImage {
    display: inline-block;
}

.symbolImage .wildWinImage {
    background-image: url(../Graphics/HD/Images/wildWin.jpg?_t=20250304233328);
    width: 351px;
    height: 200px;
    margin-top: 20px;
}

/* PAGE 2 */
.symbol.bonus,
.symbol.wild {
    width: 500px;
    height: 300px;
    display: flex;
    align-items: center;
    padding: 13px 13px 13px 23px;
    border-radius: 8px;
    box-sizing: border-box;
}

.symbol.bonus .symbolImage,
.symbol.wild .symbolImage {
    width: 167px;
    height: 197px;
}

.symbol.bonus {
    border: 1px solid #7a798c;
    box-shadow: inset 0 0 68px black;
    background: rgba(34, 33, 78, 0.8);
}

.symbol.wild {
    margin-left: 30px;
    position: relative;
    border: 1px solid #7a798c;
    box-shadow: inset 0 0 68px black;
    background: rgba(61, 0, 0, 0.8);
}

.symbol.bonus .symbolPayouts,
.symbol.wild .symbolPayouts {
    width: 233px;
    height: 213px;
    margin-top: -56px;
    margin-left: auto;
    margin-right: auto;
}

.symbol.bonus .symbolPayouts span,
.symbol.wild .symbolPayouts span {
    font-size: 37px;
}

.symbol.bonus h3,
.symbol.wild h3 {
    font-weight: bold;
    font-size: 48px;
    color: #f9c21a;
    text-shadow: 1px 1px 3px black;
    margin-bottom: 8px;
}

.symbol.wild p {
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    font-size: 25px;
}

/* PAGE 3 */
.symbolsList {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.symbolsList .symbol {
    width: calc(90% / 4);
    display: flex;
    align-items: center;
    position: relative;
}

.symbolsList .symbol.high {
    width: 300px;
}

.symbolImage {
    position: relative;
}

.symbolsList .symbolPayouts {
    font-size: 28px;
    text-align: left;
    display: flex;
    position: relative;
}

.symbolsList .symbolValue {
    text-align: right;
    width: 53px;
    margin-left: 10px;
}
.symbolsList .symbolValue span {
    white-space: nowrap;
}
.symbolsList .high .symbolValue {
    margin-left: 13px;
}

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

.paylineRow {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.payline {
    display: inline-block;
    margin: 0 20px;
}

.paylineNumber {
    font-size: 44px;
    cursor: default;
    margin-bottom: 13px;
}
/* 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;
    display: block;
}
.similarGameContainer {
    display: inline-block;
    position: relative;
    width: calc(100% / 5);
    height: calc(100% / 3);
    vertical-align: top;
}
.similarGameItem {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 152px;
    height: 152px;
    background: #000;
    border: 2px solid #bf0b14;
    margin: auto;
    cursor: pointer;
    pointer-events: all;
    -webkit-transform: translate3d(0, 0, 0); /* safari z-index fix */
}
.similarGameItem:hover {
    box-shadow: 0 0 12px #bf0b14;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
}
.similarGameLogo,
.similarGameLoading {
    border: 1px solid #000;
    box-sizing: border-box;
    box-shadow: inset 0 0 8px #000;
}
.similarGameLogo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0); /* safari z-index fix */
}
.similarGameLoading {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.loadingIcon {
    align-self: center;
    width: 60px;
    height: 60px;
}
.similarGamesPage._active .loadingIcon {
    -webkit-animation: spinLoadingIcon 1.5s linear infinite;
    animation: spinLoadingIcon 1.5s linear infinite;
}
@-webkit-keyframes spinLoadingIcon {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinLoadingIcon {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.exitBtn {
    position: absolute;
    bottom: 16px;
    left: 150px;
    width: auto;
    min-width: 116px;
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    color: #bf0b14;
    text-align: center;
    border: 2px solid #bf0b14;
    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: 1.5px;
    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;
}

@media (hover: hover) {
    .settingItem:hover,
    .settingItem:active {
        font-weight: bold;
        color: #000;
        background: #bf0b14;
    }
}

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

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

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

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

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

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

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

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

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

.btn .content {
    height: 100%;
}

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

.hlpAutoplay .icon,
.autoplayBtn .icon {
    background-position: -112px -432px;
}

.autoplayBtn._disabled .icon {
    background-position: -112px -361px;
}

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

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

.hlpCollect .icon,
.collectBtn .icon {
    background-position: -151px -252px;
}

.collectBtn._disabled .icon {
    background-position: -151px -181px;
}

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

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

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

.fsReturnBtn._disabled .icon {
    background-position: -301px -1px;
}

.hlpGamble .icon,
.gambleBtn .icon {
    background-position: -223px -394px;
}

.gambleBtn._disabled .icon {
    background-position: -223px -323px;
}

.hlpMaxBet .icon,
.maxBetBtn .icon {
    background-position: -262px -252px;
}

.maxBetBtn._disabled .icon {
    background-position: -334px -181px;
}

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

.spinBtn._disabled .icon {
    background-position: -151px -91px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.balancePopUp {
    background-position: -222px -82px;
}

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

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

.betPopUp {
    background-position: -1px -300px;
}

.fsCount {
    background-position: -85px -1px;
}

.loadingIcon {
    background-position: -427px -14px;
}

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

.similarGamesLogo {
    background-position: -85px -187px;
}

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

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

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

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

.symbolImage .s1 {
    background-position: -1px -777px;
    width: 147px;
    height: 147px;
}
.symbolImage .s2 {
    background-position: -150px -777px;
    width: 147px;
    height: 147px;
}
.symbolImage .s3 {
    background-position: -200px -598px;
    width: 147px;
    height: 147px;
}
.symbolImage .s4 {
    background-position: -349px -598px;
    width: 147px;
    height: 147px;
}
.symbolImage .s5 {
    background-position: -267px -1px;
    width: 197px;
    height: 197px;
}
.symbolImage .s6 {
    background-position: -267px -200px;
    width: 197px;
    height: 197px;
}
.symbolImage .s7 {
    background-position: -1px -379px;
    width: 197px;
    height: 197px;
}
.symbolImage .s8 {
    background-position: -200px -399px;
    width: 197px;
    height: 197px;
}
.symbolImage .s9 {
    background-position: -1px -578px;
    width: 197px;
    height: 197px;
}
.ln1 .paylineImage {
    background-position: -1px -926px;
    width: 137px;
    height: 84px;
}
.ln2 .paylineImage {
    background-position: -140px -926px;
    width: 137px;
    height: 84px;
}
.ln3 .paylineImage {
    background-position: -279px -926px;
    width: 137px;
    height: 84px;
}
.ln4 .paylineImage {
    background-position: -299px -747px;
    width: 137px;
    height: 84px;
}
.ln5 .paylineImage {
    background-position: -299px -833px;
    width: 137px;
    height: 84px;
}
.satan {
    background-position: -1px -1px;
    width: 264px;
    height: 376px;
}

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

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

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

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

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

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

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

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

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

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

.hlpPaytable,
.paytableBtn {
    background-position: -163px -1px;
}

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

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

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

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

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

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

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

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

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

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

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

._hidden {
    display: none;
}

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

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

/* CZECH START */
body[language='cs'] .paytable .symbol.wild h3,
body[language='cs-CZ'] .paytable .symbol.wild h3,
body[language='cs'] .paytable .symbol.bonus h3,
body[language='cs-CZ'] .paytable .symbol.bonus h3 {
    font-size: 46px;
}
/* CZECH END */

/* HUNGARIAN START */
body[language='hu'] .paytable .symbol.wild h3,
body[language='hu-HU'] .paytable .symbol.wild h3,
body[language='hu'] .paytable .symbol.bonus h3,
body[language='hu-HU'] .paytable .symbol.bonus h3 {
    font-size: 42px;
}
/* HUNGARIAN END */

/* SPANISH START */
body[language='es'] .paytable .symbol.wildFeature .symbolDescription h3,
body[language='es-ES'] .paytable .symbol.wildFeature .symbolDescription h3 {
    font-size: 50px;
}
/* SPANISH END */

/* FRENCH START */
body[language='fr'] .paytable .symbol.wild p,
body[language='fr-FR'] .paytable .symbol.wild p {
    font-size: 23px;
}

body[language='fr'] .gambleHalfBtn,
body[language='fr-FR'] .gambleHalfBtn,
body[language='fr'] .gambleCollectBtn,
body[language='fr-FR'] .gambleCollectBtn {
    font-size: 24px;
}
/* FRENCH END */

/* ITALIAN START */
body[language='it'] .paytable .symbol.wildFeature .symbolDescription h3,
body[language='it-IT'] .paytable .symbol.wildFeature .symbolDescription h3 {
    font-size: 53px;
}
/* ITALIAN END */

/* POLISH START */
body[language='pl'] .paytable .symbol.wild p,
body[language='pl-PL'] .paytable .symbol.wild p {
    font-size: 23px;
}
/* POLISH END */

/* PORTUGUESE START */
body[language='pt'] .paytable .symbol.wild p,
body[language='pt-PT'] .paytable .symbol.wild p {
    font-size: 23px;
}
/* PORTUGUESE END */

/* ROMANIAN START */
body[language='ro'] .paytable .symbol.wild p,
body[language='ro-RO'] .paytable .symbol.wild p {
    font-size: 22px;
}
/* ROMANIAN END */

/* SLOVAK START */
body[language='sk'] .paytable .symbol.wild h3,
body[language='sk-SK'] .paytable .symbol.wild h3,
body[language='sk'] .paytable .symbol.bonus h3,
body[language='sk-SK'] .paytable .symbol.bonus h3 {
    font-size: 46px;
}
/* SLOVAK END */

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

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

/* hd.css */
#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;
}

.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 .symbol.wildFeature .symbolDescription h3,
body[language='ka-GE'] .paytable .symbol.wildFeature .symbolDescription h3 {
    font-size: 48px;
}

body[language='ka'] .paytable .symbol.wild h3,
body[language='ka-GE'] .paytable .symbol.wild h3,
body[language='ka'] .paytable .symbol.bonus h3,
body[language='ka-GE'] .paytable .symbol.bonus h3 {
    font-size: 34px;
}

body[language='ka'] .paytable .symbol.wild p,
body[language='ka-GE'] .paytable .symbol.wild p {
    font-size: 19px;
}

/* GEORGIAN END */

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

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

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

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

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

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

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

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

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

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

body[language='vi'] .gambleAttempts strong,
body[language='vi-VN'] .gambleAttempts strong {
    font-family:
        'Bebas Neue Old',
        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'] .paytable .wild .title,
body[language='vi-VN'] .paytable .wild .title,
body[language='vi'] .paytable .wild .subtitle,
body[language='vi-VN'] .paytable .wild .subtitle,
body[language='vi'] .paytable .wild .note p,
body[language='vi-VN'] .paytable .wild .note p,
body[language='vi'] .paytable .symbol p,
body[language='vi-VN'] .paytable .symbol p,
body[language='vi'] .paytable .symbolDescription p,
body[language='vi-VN'] .paytable .symbolDescription p {
    font-family:
        'Bison Demi Bold',
        Arial Narrow,
        Arial;
}

body[language='vi'] .paytable .symbol.wild h3,
body[language='vi-VN'] .paytable .symbol.wild h3,
body[language='vi'] .paytable .symbol.bonus h3,
body[language='vi-VN'] .paytable .symbol.bonus h3 {
    font-size: 28px;
}
/* VIETNAMESE END */

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

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

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

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

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

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

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

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

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

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

body[language='el'] .paytable .symbolDescription p,
body[language='el-GR'] .paytable .symbolDescription p,
body[language='el'] .paytable .symbol p,
body[language='el-GR'] .paytable .symbol p {
    font-family:
        'Bebas Neue Greek',
        Arial Narrow,
        Arial;
}
body[language='el'] .waysInfo,
body[language='el-GR'] .waysInfo {
    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'] .clickerLabel,
body[language='el-GR'] .clickerLabel {
    font-size: 12px;
}

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

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

body[language='el'] .paytable .symbol.wild h3,
body[language='el-GR'] .paytable .symbol.wild h3,
body[language='el'] .paytable .symbol.bonus h3,
body[language='el-GR'] .paytable .symbol.bonus h3 {
    font-size: 42px;
}
/* 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'] .paytable .symbol.wildFeature .symbolDescription h3,
body[language='ja-JP'] .paytable .symbol.wildFeature .symbolDescription h3 {
    font-size: 38px;
    line-height: 44px;
}

body[language='ja'] .paytable .symbol.wildFeature .symbolDescription p,
body[language='ja-JP'] .paytable .symbol.wildFeature .symbolDescription p {
    line-height: 32px;
}

body[language='ja'] .paytable .symbol.bonus h3,
body[language='ja-JP'] .paytable .symbol.bonus h3,
body[language='ja'] .paytable .symbol.wild h3,
body[language='ja-JP'] .paytable .symbol.wild h3 {
    font-size: 36px;
    line-height: 36px;
}

body[language='ja'] .paytable .symbol.wild p,
body[language='ja-JP'] .paytable .symbol.wild p {
    font-size: 15px;
}
/* JAPANESE END */

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

/* NL START */
body[language='nl'] .paytable .symbol.bonus h3,
body[language='nl-NL'] .paytable .symbol.bonus h3,
body[language='nl'] .paytable .symbol.wild h3,
body[language='nl-NL'] .paytable .symbol.wild h3 {
    font-size: 44px;
}

body[language='nl'] .paytable .symbol.wild p,
body[language='nl-NL'] .paytable .symbol.wild p {
    font-size: 23px;
}
/* NL 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;
}

.userControls._disabled {
    opacity: 0;
    transition: opacity 0.25s;
}

p.wild-payout {
    color: #fffd00;
    font-weight: bold;
}

/* FS CONFIGURATOR */
#fsConfigurator {
    position: absolute;
    text-align: center;
    width: 613px;
    left: 333px;
    top: 50px;
}

#fsConfigurator > div {
    display: inline-block;
    width: 167px;
    height: 167px;
    margin: 17px;
    border: 1px solid #00a;
}

#fsConfigurator > div:not(._disabled) {
    cursor: pointer;
}

#fsConfigurator._disabled > div,
#fsConfigurator > div._disabled {
    visibility: hidden;
    pointer-events: none;
    border-color: transparent;
    cursor: default;
}

/* SAFARI FIX START */
body.safari .userControls_supreme,
body.safari .gamble {
    -webkit-transform: translate3d(0, 0, 0);
}
/* SAFARI FIX END */
