/* GENERAL START */
body {
    font-family:
        'Bebas Neue Old',
        Arial Narrow,
        Arial;
    text-transform: uppercase;
    font-size: 14px;
    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 Old',
        Arial Narrow,
        Arial;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

h2,
h3,
h4,
h5,
h6,
h7 {
    font-family:
        'Bebas Neue Old',
        Arial Narrow,
        Arial;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

label,
img {
    display: block;
    border: none 0px transparent;
}

input,
select,
textarea {
    font-family:
        'Bebas Neue Old',
        Arial Narrow,
        Arial;
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
}
/* GENERAL END */

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

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

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

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

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

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

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

.times,
.roundId,
.versionId {
    position: absolute;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    color: rgba(255, 222, 0, 0.8);
    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;
    float: left;
}

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

.menu._disabled {
    display: none;
}

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

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

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

.menuBtn .content,
.menuBackBtn .content,
.homeBtn .content,
.historyBtn .content,
.settingsBtn .content,
.helpBtn .content,
.paytableBtn .content,
.soundBtn .content,
.closeBtn .content,
.smallCloseBtn .content,
.directionBtn .content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 11px;
    margin: -11px;
    pointer-events: none;
}

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

.menuBtn:active .content,
.menuBackBtn:active .content,
.homeBtn:active .content,
.historyBtn:active .content,
.settingsBtn:active .content,
.helpBtn:active .content,
.paytableBtn:active .content,
.soundBtn:active .content,
.closeBtn:active .content,
.smallCloseBtn:active .content,
.directionBtn:active .content {
    -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._disabled {
    display: none;
}

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

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

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

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

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

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

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

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

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

@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:hover,
.betMinusBtn._disabled:active,
.betPlusBtn._disabled:hover,
.betPlusBtn._disabled:active {
    -webkit-filter: none;
    filter: none;
}

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

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

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

.mainBtns {
    float: left;
    position: relative;
    width: 366px;
    height: 88px;
    margin-left: 30px;
}

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

.maxBetBtn,
.maxBetBtnMask,
.gambleBtn,
.gambleBtnMask,
.autoplayBtn,
.autoplayBtnMask,
.autoplayStopBtn,
.autoplayStopBtnMask,
.collectBtn,
.collectBtnMask {
    position: absolute;
    top: 10px;
    width: 100px;
    height: 68px;
}

.maxBetBtn,
.gambleBtn,
.autoplayBtn,
.autoplayStopBtn,
.collectBtn {
    border-radius: 16px;
    cursor: pointer;
}

.maxBetBtnMask,
.gambleBtnMask,
.autoplayBtnMask,
.autoplayStopBtnMask,
.collectBtnMask {
    background: url(../Graphics/HD/SpriteSheets/btns.png?_t=20250304233747) no-repeat 0 -408px;
    padding: 7px;
    margin: -7px;
    z-index: -1;

    /* flicker fix */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    filter: brightness(1);
}

.maxBetBtn,
.maxBetBtnMask,
.gambleBtn,
.gambleBtnMask {
    left: 0;
}

.autoplayBtn,
.autoplayBtnMask,
.autoplayStopBtn,
.autoplayStopBtnMask,
.collectBtn,
.collectBtnMask {
    left: 266px;
}

.gambleBtnMask,
.collectBtnMask {
    -webkit-animation: teaseBtn 1s infinite;
    animation: teaseBtn 1s infinite;
}

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

.maxBetBtn:hover + .maxBetBtnMask,
.gambleBtn:hover + .gambleBtnMask,
.autoplayBtn:hover + .autoplayBtnMask,
.autoplayStopBtn:hover + .autoplayStopBtnMask,
.collectBtn:hover + .collectBtnMask {
    -webkit-animation: none;
    animation: none;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}

.maxBetBtn:active + .maxBetBtnMask,
.gambleBtn:active + .gambleBtnMask,
.autoplayBtn:active + .autoplayBtnMask,
.autoplayStopBtn:active + .autoplayStopBtnMask,
.collectBtn:active + .collectBtnMask {
    background: url(../Graphics/HD/SpriteSheets/btns.png?_t=20250304233747) no-repeat 0 -321px;
    -webkit-animation: none;
    animation: none;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}

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

.maxBetBtn._disabled + .maxBetBtnMask,
.gambleBtn._disabled + .gambleBtnMask,
.autoplayBtn._disabled + .autoplayBtnMask,
.autoplayStopBtn._disabled + .autoplayStopBtnMask,
.collectBtn._disabled + .collectBtnMask {
    background: url(../Graphics/HD/SpriteSheets/btns.png?_t=20250304233747) no-repeat -119px -321px;
    -webkit-animation: none;
    animation: none;
    -webkit-filter: brightness(1);
    filter: brightness(1);
    z-index: -2;
}

.gambleBtn._disabled,
.gambleBtn._disabled + .gambleBtnMask,
.autoplayStopBtn._disabled,
.autoplayStopBtn._disabled + .autoplayStopBtnMask,
.collectBtn._disabled,
.collectBtn._disabled + .collectBtnMask {
    display: none;
}

.maxBetBtn:active + .maxBetBtnMask .icon,
.gambleBtn:active + .gambleBtnMask .icon,
.autoplayBtn:active + .autoplayBtnMask .icon,
.autoplayStopBtn:active + .autoplayStopBtnMask .icon,
.collectBtn:active + .collectBtnMask .icon {
    margin-top: 1px;
}

.maxBetBtn._disabled + .maxBetBtnMask .icon,
.gambleBtn._disabled + .gambleBtnMask .icon,
.autoplayBtn._disabled + .autoplayBtnMask .icon,
.autoplayStopBtn._disabled + .autoplayStopBtnMask .icon,
.collectBtn._disabled + .collectBtnMask .icon {
    margin-top: 0;
}

.hlpMaxBet .icon,
.maxBetBtnMask .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat -105px -219px;
}

.maxBetBtn:hover + .maxBetBtnMask .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat -210px -219px;
}

.maxBetBtn._disabled + .maxBetBtnMask .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat 0 -219px;
}

.hlpGamble .icon,
.gambleBtnMask .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat -210px -146px;
}

.gambleBtn:hover + .gambleBtnMask .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat -315px -146px;
}

.gambleBtn._disabled + .gambleBtnMask .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat -105px -146px;
}

.hlpAutoplay .icon,
.autoplayBtnMask .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat 0 -73px;
}

.autoplayBtn:hover + .autoplayBtnMask .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat -105px -73px;
}

.autoplayBtn._disabled + .autoplayBtnMask .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat -315px 0;
}

.hlpAutoplayStop .icon,
.autoplayStopBtnMask .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat -105px 0;
}

.autoplayStopBtn:hover + .autoplayStopBtnMask .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat -210px 0;
}

.autoplayStopBtn._disabled + .autoplayStopBtnMask .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat;
}

.hlpCollect .icon,
.collectBtnMask .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat -315px -73px;
}

.collectBtn:hover + .collectBtnMask .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat 0 -146px;
}

.collectBtn._disabled + .collectBtnMask .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat -210px -73px;
}

.spinBtn,
.stopBtn,
.stopBtnMask {
    position: absolute;
    left: 106px;
    width: 154px;
    height: 88px;
}

.spinBtn,
.stopBtn {
    border-radius: 26px;
    cursor: pointer;
}

.spinBtn,
.stopBtnMask {
    background: url(../Graphics/HD/SpriteSheets/btns.png?_t=20250304233747) no-repeat 0 -214px;
    padding: 7px;
    margin: -7px;
    z-index: -1;

    /* flicker fix */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    filter: brightness(1);
}

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

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

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

.spinBtn:hover,
.stopBtn:hover + .stopBtnMask {
    -webkit-animation: none;
    animation: none;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}

.spinBtn:active,
.stopBtn:active + .stopBtnMask {
    background: url(../Graphics/HD/SpriteSheets/btns.png?_t=20250304233747) no-repeat;
    -webkit-animation: none;
    animation: none;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}

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

.spinBtn._disabled,
.stopBtn._disabled + .stopBtnMask {
    background: url(../Graphics/HD/SpriteSheets/btns.png?_t=20250304233747) no-repeat 0 -107px;
    -webkit-animation: none;
    animation: none;
    -webkit-filter: brightness(1);
    filter: brightness(1);
    z-index: -2;
}

.stopBtn._disabled,
.stopBtn._disabled + .stopBtnMask {
    display: none;
}

.spinBtn:active .icon,
.stopBtn:active + .stopBtnMask .icon {
    margin-top: 2px;
}

.spinBtn._disabled .icon,
.stopBtn._disabled + .stopBtnMask .icon {
    margin-top: 0;
}

.hlpSpin .icon,
.spinBtn .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat 0 -312px;
}

.spinBtn:hover .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat -159px -312px;
}

.spinBtn._disabled .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat -315px -219px;
}

.hlpStop .icon,
.stopBtnMask .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat 0 -405px;
}

.stopBtn:hover + .stopBtnMask .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat -159px -405px;
}

.stopBtn._disabled + .stopBtnMask .icon {
    background: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250304233747) no-repeat -318px -312px;
}

/* POPUPS START */
.popUpLabel {
    float: left;
    width: 76px;
    height: 17px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffde03;
    padding: 9px 0 1px;
}

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

.balancePopUpMask {
    position: absolute;
    bottom: 67px;
    left: -9px;
    width: 207px;
    height: 116px;
    overflow: hidden;
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease;
}

.balancePopUpMask._disabled {
    height: 0;
}

.balancePopUp {
    position: absolute;
    top: 0;
    width: 168px;
    height: 80px;
    background: url(../Graphics/HD/SpriteSheets/fields.png?_t=20250304233747) no-repeat -212px -289px;
    padding: 19px 19px 17px;
}

.autoplayPopUpMask {
    position: absolute;
    bottom: 78px;
    right: 4px;
    width: 93px;
    height: 284px;
    overflow: hidden;
    z-index: -2;
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease;
}

.autoplayPopUp {
    position: absolute;
    top: 0;
    width: 93px;
    height: 260px;
    background: url(../Graphics/HD/SpriteSheets/fields.png?_t=20250304233747) no-repeat;
    padding: 22px 0 2px;
}

.autoplayStopBtnMask + .autoplayPopUpMask {
    height: 44px;
    z-index: -3;
}

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

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

@media (hover: hover) {
    .autoplayItem:hover {
        background: rgba(255, 29, 23, 0.5);
    }
}

.autoplayStopBtnMask + .autoplayPopUpMask .autoplayPopUp {
    height: 26px;
    padding-top: 14px;
}

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

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

.autoplayCnt {
    height: 27px;
    font-size: 22px;
    line-height: 27px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: inherit;
}
/* POPUPS END */

/* SETTINGS, HELP, PAYTABLE, SIMILAR GAMES START */
.settings,
.help,
.paytable,
.similarGames {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 0;
}

.gamble ~ .settings,
.gamble ~ .help,
.gamble ~ .paytable,
.gamble ~ .similarGames {
    z-index: 2;
}

.gamble._disabled ~ .settings,
.gamble._disabled ~ .help,
.gamble._disabled ~ .paytable,
.gamble._disabled ~ .similarGames {
    z-index: 0;
}

.settings._disabled,
.help._disabled,
.paytable._disabled,
.similarGames._disabled {
    display: none;
}

.settingsContent,
.helpContent,
.paytableContent,
.similarGamesContent {
    float: left;
    width: 100%;
    height: 620px;
}

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

h2 {
    float: left;
    height: 72px;
    font-size: 60px;
    font-weight: normal;
    color: #ffae00;
    letter-spacing: 1.5px;
}

h2 sup {
    font-size: 29px;
}

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

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

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

/* MASK START */
.mask {
    position: fixed;
    top: 72px;
    width: calc(100% - 7px - 28px);
    height: calc(620px - 72px);
    padding: 0 21px 0 14px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.settings .mask {
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.paytable .mask,
.similarGames .mask {
    width: calc(100% - 28px);
    padding: 0;
    margin: 0 14px;
    overflow: hidden;
}

.similarGames .mask {
    top: 32px;
    height: calc(620px - 32px);
}
/* MASK END */

/* SETTINGS START */
.settings .dialog {
    bottom: 0;
}

.settings .dialogContent {
    display: block;
    width: 100%;
    padding: 0;
}

.settings .dialogContent h3 {
    position: unset;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1px;
    padding: 0;
}

.settings .settingsBox {
    display: flex;
    flex-flow: column;
    height: calc(100% - 97px);
}

.settings .settingsMenu {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #b2b2b2;
    margin-top: 16px;
}

.settings .settingsMenu .settingTab {
    flex-grow: 1;
    cursor: pointer;
    color: #cbcbcb;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    border-bottom: 1px solid transparent;
}

.settings .settingsMenu .settingTab._active {
    color: #fff;
    border-bottom-color: #fff;
}

.settings .settingTabContent {
    display: flex;
    flex: 1;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.checkboxButton {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 36px;
}

.checkboxButton input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.checkboxButton .toggleSwitch {
    position: relative;
    height: 100%;
}

.checkboxButton .toggleSwitch:before {
    content: '';
    position: absolute;
    top: 8px;
    width: 56px;
    height: 20px;
    border-radius: 80px;
    background-color: #565656 !important;
    z-index: 0;
    transition: all 0.5s ease;
}

.checkboxButton .toggleSwitch label {
    position: initial;
    display: inline-block;
    font-size: 32px;
    margin: 0;
    padding-left: 68px;
}

.checkboxButton .toggleSwitch label:after,
.checkboxButton .toggleSwitch label:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 100%;
    z-index: 0;
    transition: all 0.2s ease;
}

.checkboxButton .toggleSwitch label:after {
    background-color: #cbcbcb !important;
}

.checkboxButton input:checked ~ .toggleSwitch:before {
    background-color: #ffae00 !important;
    filter: brightness(0.5);
}

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

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

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

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

p sup {
    font-size: 11px;
}

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

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

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

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

.hlpMenu,
.hlpHome,
.hlpHistory,
.hlpSettings,
.hlpToggleSwitch,
.hlpHelp,
.hlpPaytable,
.hlpMaxBet,
.hlpGamble,
.hlpSpin,
.hlpStop,
.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: 74px;
    height: 74px;
    margin: -37px;
}

.hlpMaxBet,
.hlpGamble,
.hlpAutoplay,
.hlpAutoplayStop,
.hlpCollect {
    width: 100px;
    height: 68px;
    background: url(../Graphics/HD/SpriteSheets/btns.png?_t=20250304233747) no-repeat 0 -408px;
    padding: 7px;
    margin: -41px -57px;
}

.hlpSpin,
.hlpStop {
    width: 154px;
    height: 88px;
    background: url(../Graphics/HD/SpriteSheets/btns.png?_t=20250304233747) no-repeat 0 -214px;
    padding: 7px;
    margin: -51px -84px;
}

.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: 4px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.directionBtn.right {
    right: 4px;
}

.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: #ffae00;
    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 */
.symbolsRow {
    width: 100%;
}

.symbolsRow.highSymbols {
    height: 200px;
}

.symbolsRow.lowSymbols {
    position: relative;
    height: 176px;
}

.symbol {
    display: inline-block;
    width: calc(100% / 3);
    height: 100%;
    vertical-align: top;
}

.symbol.wild {
    position: relative;
    width: 65%;
    height: 440px;
    margin: 0 auto;
    background: rgba(143, 8, 0, 0.6);
    box-sizing: border-box;
    border: 2px solid #ffae28;
    box-shadow:
        inset 0 0 12px #ffae28,
        inset 0 0 36px #ff0000,
        inset 0 0 200px #000;
}

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

.symbol.wild .symbolImage {
    position: absolute;
    width: 100%;
    margin: 0;
}

.symbolImage > div {
    -webkit-align-self: center;
    align-self: center;
    width: 100%;
    height: 100%;
}

.s12 {
    position: absolute;
    left: 20px;
}

.s13 {
    position: absolute;
    right: 12px;
}

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

.symbolDescription {
    position: absolute;
    left: 20px;
    right: 0;
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
    margin: 0 auto;
}

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

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

.symbolCount,
.symbolValue {
    float: left;
    height: 36px;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
}

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

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

.symbolsBg {
    width: 96%;
    height: auto;
    background: rgba(143, 8, 0, 0.4);
    box-sizing: border-box;
    border: 2px solid #8f0800;
    box-shadow: inset 0 0 20px #8f0800;
    padding: 8px 0;
    margin: auto;
}

.multiplierInfo {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 53px;
}

.multiplierInfo .wrapper {
    width: auto;
    margin-right: 8px;
}

.multiplierInfo span {
    font-family:
        'Source Sans Pro',
        Arial Narrow,
        Arial;
    text-transform: none;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #ffae00;
}

.symbolDescription span strong,
.multiplierInfo span strong {
    color: #ffff03;
    text-shadow:
        1px 1px #470a00,
        0 0 8px #e62020,
        0 0 14px #e62020,
        0 0 20px #e62020;
}

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

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

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

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

.paylineImage {
    float: right;
}

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

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

.similarGames .customContent {
    width: 90%;
    text-align: left;
    margin: 0 auto;
}

.similarGameContainer {
    display: inline-block;
    position: relative;
    width: calc(100% / 5);
    height: calc(100% / 3);
    vertical-align: top;
}

.similarGameItem {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 152px;
    height: 152px;
    background: #000;
    border: 2px solid #ffae00;
    margin: auto;
    cursor: pointer;
    pointer-events: all;
}

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

.smallCloseBtn .content {
    padding: 9px;
    margin: -9px;
}

.setting {
    margin-top: 16px;
}

.settingTitle {
    height: 18px;
}

.settingItem {
    display: inline-block;
    width: 60px;
    height: 28px;
    text-align: center;
    background: #363636;
    margin: 4px 4px 0 0;
    cursor: pointer;
    -webkit-backface-visibility: initial;
    backface-visibility: initial;
}

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

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

.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: #ffae00;
    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 2px #fff;
    padding: 8px 0;
}

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

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

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

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

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

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

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

.betMinusBtn {
    background-position: -465px -63px;
}

.betMinusBtn._disabled {
    background-position: -439px -63px;
}

.betPlusBtn {
    background-position: -122px -1px;
}

.betPlusBtn._disabled {
    background-position: -96px -1px;
}

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

.logo {
    background-position: -149px -490px;
}

.similarGamesLogo {
    background-position: -1px -490px;
}

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

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

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

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

.multiple3 {
    background-position: -210px -357px;
    width: 95px;
    height: 52px;
}

.multiple4 {
    background-position: -307px -357px;
    width: 95px;
    height: 52px;
}

.multiple5 {
    background-position: -404px -357px;
    width: 95px;
    height: 52px;
}

.ln1 .paylineImage {
    background-position: -357px -779px;
    width: 200px;
    height: 120px;
}
.ln2 .paylineImage {
    background-position: -535px -589px;
    width: 200px;
    height: 120px;
}
.ln3 .paylineImage {
    background-position: -737px -1px;
    width: 200px;
    height: 120px;
}
.ln4 .paylineImage {
    background-position: -737px -123px;
    width: 200px;
    height: 120px;
}
.ln5 .paylineImage {
    background-position: -737px -245px;
    width: 200px;
    height: 120px;
}
.ln6 .paylineImage {
    background-position: -737px -367px;
    width: 200px;
    height: 120px;
}
.ln7 .paylineImage {
    background-position: -737px -489px;
    width: 200px;
    height: 120px;
}
.ln8 .paylineImage {
    background-position: -737px -611px;
    width: 200px;
    height: 120px;
}
.ln9 .paylineImage {
    background-position: -559px -733px;
    width: 200px;
    height: 120px;
}
.ln10 .paylineImage {
    background-position: -357px -901px;
    width: 200px;
    height: 120px;
}
.symbolImage .s1 {
    background-position: -179px -617px;
    width: 176px;
    height: 176px;
}
.symbolImage .s2 {
    background-position: -195px -423px;
    width: 176px;
    height: 176px;
}
.symbolImage .s3 {
    background-position: -179px -795px;
    width: 176px;
    height: 176px;
}
.symbolImage .s4 {
    background-position: -210px -1px;
    width: 176px;
    height: 176px;
}
.symbolImage .s5 {
    background-position: -210px -179px;
    width: 176px;
    height: 176px;
}
.symbolImage .s6 {
    background-position: -388px -1px;
    width: 176px;
    height: 176px;
}
.symbolImage .s7 {
    background-position: -388px -179px;
    width: 176px;
    height: 176px;
}
.symbolImage .s8 {
    background-position: -357px -601px;
    width: 176px;
    height: 176px;
}
.symbolImage .s9 {
    background-position: -373px -411px;
    width: 176px;
    height: 176px;
}
.symbolImage .s10 {
    background-position: -1px -617px;
    width: 176px;
    height: 176px;
}
.symbolImage .s11 {
    background-position: -1px -795px;
    width: 176px;
    height: 176px;
}
.symbolImage .s12 {
    background-position: -1px -423px;
    width: 192px;
    height: 192px;
}
.symbolImage .s13 {
    background-position: -1px -1px;
    width: 207px;
    height: 420px;
}

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

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

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

.closeBtn .content {
    background-position: -1px -305px;
}

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

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

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

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

.menuBackBtn .content {
    background-position: -77px -77px;
}

.hlpMenu,
.menuBtn .content {
    background-position: -153px -77px;
}

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

.hlpSettings,
.settingsBtn .content {
    background-position: -77px -153px;
}

.smallCloseBtn .content {
    background-position: -1px -377px;
}

.soundBtn.off .content {
    background-position: -153px -153px;
}

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

.soundBtn.on2 .content {
    background-position: -77px -229px;
}

.soundBtn.on3 .content,
.hlpSound {
    background-position: -153px -229px;
}

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

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

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

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

/* WINDOWS 8.1 CHROME 95 BETA FIX START */
.frbIcon {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* WINDOWS 8.1 CHROME 95 BETA FIX 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;
}

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

.gambleHalfBtn[language='ka'],
.gambleHalfBtn[language='ka-GE'],
.gambleCollectBtn[language='ka'],
.gambleCollectBtn[language='ka-GE'] {
    line-height: 29px;
}

/* 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,
body[language='vi'] .gambleLabelLight,
body[language='vi-VN'] .gambleLabelLight {
    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'] .similarGames .exitBtn,
body[language='vi-VN'] .similarGames .exitBtn {
    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,
body[language='el'] .gambleLabelLight,
body[language='el-GR'] .gambleLabelLight {
    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;
}
/* GREEK END */

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

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

/* gamble.css */
body[language='ja'] .gambleLabelBig,
body[language='ja-JP'] .gambleLabelBig {
    font-size: 27px;
}

body[language='ja'] .gambleValue,
body[language='ja-JP'] .gambleValue {
    line-height: 40px;
}

body[language='ja'] .gambleValueBig,
body[language='ja-JP'] .gambleValueBig {
    line-height: 72px;
}

body[language='ja'] .gambleRedBtn,
body[language='ja-JP'] .gambleRedBtn,
body[language='ja'] .gambleBlackBtn,
body[language='ja-JP'] .gambleBlackBtn {
    line-height: 58px;
}

body[language='ja'] .gambleHalfBtn,
body[language='ja-JP'] .gambleHalfBtn,
body[language='ja'] .gambleCollectBtn,
body[language='ja-JP'] .gambleCollectBtn {
    line-height: 36px;
}
/* JAPANESE END */

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

/* hd.css */
body[language='zh'] .paytable .multiplierInfo span,
body[language='zh-CN'] .paytable .multiplierInfo span {
    line-height: 28px;
}
/* CHINESE 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 */

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

#offlinePacketOverlay,
#packetPlayerList {
    text-transform: none;
}
