/* GENERAL START */
body {
    font-family:
        'Bebas Neue',
        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',
        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',
        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',
        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;
    -webkit-filter: drop-shadow(2px 2px 2px #000000);
    filter: drop-shadow(2px 2px 2px #000000);
}

.times,
.roundId,
.versionId {
    position: absolute;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    color: #ffffff;
    text-align: center;
    text-shadow: 2px 2px 2px #000000;
    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: 1014px;
    height: 88px;
    margin: 0 auto;
    z-index: 1;
}

.userControls,
.userControls_supreme {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.userControls._disabled,
.userControls_supreme._disabled {
    opacity: 0;
    pointer-events: none;
}

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

.label {
    display: block;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.7px;
    color: #61cef5;
    text-align: center;
    padding-top: 5px;
}

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

.balance,
.bet,
.win {
    float: left;
    position: relative;
    width: 192px;
    height: 64px;
    z-index: 1;
}

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

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

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

.field.win .activeBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.field.win .value,
.field.win .label {
    position: relative;
    z-index: 2;
}

.field.win.pop .activeBg {
    animation: winPopFlash 200ms;
    -webkit-animation: winPopFlash 200ms;
}

@-webkit-keyframes winPopFlash {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

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

.bet {
    margin: 0 13px 0 14px;
}

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

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

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

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

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

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

.betMinusBtn:active,
.betPlusBtn:active {
    -webkit-filter: brightness(1.3);
    filter: brightness(1.3);
    background-color: rgba(8, 129, 172, 0.8);
}

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

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

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

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

.mainBtns {
    float: right;
    position: relative;
    width: 384px;
    height: 88px;
    z-index: 2;
}

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

.btn._disabled .icon {
    opacity: 0.5;
}

.maxBetBtn,
.gambleBtn,
.autoplayBtn,
.autoplayStopBtn,
.collectBtn {
    position: absolute;
    width: 105px;
    height: 65px;
    margin: 11px 0;
    cursor: pointer;
}

.maxBetBtn,
.gambleBtn {
    left: 0;
}

.autoplayBtn,
.autoplayStopBtn,
.collectBtn {
    right: 0;
    z-index: 2;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.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;
    pointer-events: none;
}

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

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

.autoplayBtn .icon,
.autoplayStopBtn .icon,
.collectBtn .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

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

.spinBtn,
.stopBtn,
.fsEnterBtn,
.fsReturnBtn {
    position: absolute;
    left: 0;
    right: 0;
    width: 159px;
    height: 92px;
    margin: -2px auto 0;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

.spinBtn .icon {
    -webkit-transform-origin-x: 78px;
    -webkit-animation: rotateIcon 4s infinite;
    animation: rotateIcon 4s infinite;
}

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

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

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

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

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

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

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

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

.fsEnterBtn .icon,
.fsReturnBtn .icon {
    -webkit-animation: pulseIcon 3s infinite;
    animation: pulseIcon 3s infinite;
}

@-webkit-keyframes pulseIcon {
    0%,
    75%,
    95%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    85% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    90% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes pulseIcon {
    0%,
    75%,
    95%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    85% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    90% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

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

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

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

.balancePopUpMask {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 192px;
    height: 97px;
    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: 8px 10px 8px;
}

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

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

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

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

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

@media (hover: hover) {
    .autoplayItem:hover {
        background: #1c8ff6;
        background-image: -ms-linear-gradient(
            left,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(150, 238, 255, 1) 20%,
            rgba(150, 238, 255, 1) 80%,
            rgba(0, 0, 0, 0.4) 100%
        ); /* IE10+ */
        background-image: -moz-linear-gradient(
            left,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(150, 238, 255, 1) 20%,
            rgba(150, 238, 255, 1) 80%,
            rgba(0, 0, 0, 0.4) 100%
        ); /* Mozilla Firefox */
        background-image: -o-linear-gradient(
            left,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(150, 238, 255, 1) 20%,
            rgba(150, 238, 255, 1) 80%,
            rgba(0, 0, 0, 0.4) 100%
        ); /* Opera */
        background-image: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0, rgba(0, 0, 0, 0.4)),
            color-stop(20, rgba(150, 238, 255, 1)),
            color-stop(80, rgba(150, 238, 255, 1)),
            color-stop(100, rgba(0, 0, 0, 0.4))
        ); /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-linear-gradient(
            left,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(150, 238, 255, 1) 20%,
            rgba(150, 238, 255, 1) 80%,
            rgba(0, 0, 0, 0.4) 100%
        ); /* Webkit (Chrome 11+) */
        background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.4) 0%,
            rgba(150, 238, 255, 1) 20%,
            rgba(150, 238, 255, 1) 80%,
            rgba(0, 0, 0, 0.4) 100%
        ); /* W3C Markup */
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

h2 sup {
    font-size: 29px;
}

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

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

.closeBtn {
    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% - 98px);
}

.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: #2488ba !important;
    filter: brightness(0.5);
}

.checkboxButton input:checked ~ .toggleSwitch label:after {
    left: 28px;
    background-color: #2488ba !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,
.hlpFsEnter,
.hlpFsReturn,
.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: 105px;
    height: 65px;
    margin: -33px -53px;
}

.hlpAutoplay,
.hlpAutoplayStop,
.hlpCollect {
    -webkit-transform: scaleX(-0.66) scaleY(0.66);
    transform: scaleX(-0.66) scaleY(0.66);
}

.hlpAutoplay .icon,
.hlpAutoplayStop .icon,
.hlpCollect .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.hlpSpin,
.hlpStop,
.hlpFsEnter,
.hlpFsReturn {
    width: 159px;
    height: 92px;
    margin: -46px -80px;
}

.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: #61cef5;
    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%;
    height: 144px;
}

.symbolsRow.auto {
    height: auto;
}

.symbolsRow.special {
    height: 380px;
}

.symbolsRow.small {
    height: 72px;
}

.symbolsRow.mini {
    height: 84px;
}

.special .container {
    display: inline-block;
    width: 48%;
    height: 100%;
    margin: 0 1%;
    vertical-align: middle;
}

.container {
    align-self: center;
    width: 60%;
    background: rgba(0, 19, 28, 1);
    border: 1px solid #2488ba;
    box-sizing: border-box;
    padding: 20px 0;
}

.container.invasion {
    background: linear-gradient(to bottom, rgba(103, 14, 0, 0.85) 30%, rgba(142, 80, 0, 0.85) 100%);
    border: 1px solid #ff9c2d;
    box-shadow: inset 0 0 20px #f3964a;
    padding: 0;
}

.container.expansion {
    background: linear-gradient(to bottom, rgba(0, 83, 97, 0.85) 30%, rgba(0, 27, 78, 0.85) 100%);
    border: 1px solid #02a0bc;
    box-shadow: inset 0 0 20px #6294b9;
    padding: 0;
}

.container.bonus,
.container.invasionPayouts {
    background: rgba(41, 0, 0, 0.8);
    border: 1px solid #ed0211;
    margin: 0 auto;
}

.container.bonus {
    width: 80%;
}

.container.invasionPayouts {
    width: 87%;
    padding: 20px 28px;
}

.container.winUpTo {
    width: 98%;
    height: 60px;
    background: linear-gradient(to bottom, rgba(61, 8, 70, 0.85) 30%, rgba(93, 15, 127, 0.85) 100%);
    border: 1px solid #5d1184;
    border: none;
    padding: 0;
    margin: 0 auto 12px;
}

.winUpTo .text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 56px;
    line-height: 60px;
    color: #ffffff;
    font-weight: bold;
    text-shadow: 0 2px 2px #000;
}
.winUpTo .text .winMultiple {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px;
}

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

.invasion .symbol,
.expansion .symbol,
.bonus .symbol,
.wild .symbol {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.expansion .symbol,
.invasion .symbol {
    -webkit-justify-content: space-evenly;
    justify-content: space-evenly;
}

.bonus .symbol,
.wild .symbol {
    -webkit-justify-content: center;
    justify-content: center;
}

.bonus .symbolRow,
.wild .symbolRow {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    height: 200px;
}

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

.invasion .symbolTitle,
.expansion .symbolTitle {
    height: 56px;
    margin-bottom: 0;
}

.invasion .symbolTitle > div,
.expansion .symbolTitle > div {
    margin: -36px auto;
}

.wild .symbolTitle {
    color: #61cef5;
}

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

.invasion .symbolImage,
.expansion .symbolImage {
    position: relative;
    width: 412px;
    height: 235px;
    margin: 0 auto;
}

.bonus .symbolImage,
.wild .symbolImage {
    width: 240px;
    margin-left: 0;
}

.bonus .symbolImage:last-of-type,
.wild .symbolImage:last-of-type {
    width: 149px;
    height: 380px;
    margin-top: -52px;
}

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

.invasion .symbolImage > div {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-animation-name: fadeReels;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 4.5s;
    animation-name: fadeReels;
    animation-iteration-count: infinite;
    animation-duration: 4.5s;
}

._disabled .invasion .symbolImage > div {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.symbolImage .reelsInvasion_1 {
    -webkit-animation-delay: -1.5s;
}
.symbolImage .reelsInvasion_2 {
    -webkit-animation-delay: -3s;
}

@-webkit-keyframes fadeReels {
    0%,
    100%,
    40% {
        opacity: 0;
    }
    35%,
    5% {
        opacity: 1;
    }
}

@keyframes fadeReels {
    0%,
    100%,
    40% {
        opacity: 0;
    }
    35%,
    5% {
        opacity: 1;
    }
}

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

.symbolDescription {
    width: 100%;
    height: auto;
    min-height: 100px;
    box-sizing: border-box;
}

.invasion .symbolDescription,
.expansion .symbolDescription {
    min-height: 56px;
    padding: 0 16px;
}

.wild .symbolDescription.dsc_1 {
    width: auto;
    max-width: 180px;
    margin: 0 20px;
}

.wild .symbolDescription.dsc_2 {
    width: 74%;
    padding: 0 20px;
}

.symbolDescription .text {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    text-shadow: 0 2px 2px #000;
}

.invasion .symbolDescription .text,
.expansion .symbolDescription .text {
    font-size: 28px;
    line-height: 28px;
}

.expansion .symbolDescription .text:last-of-type {
    font-size: 20px;
}

.symbolDescription .text strong,
.winUpTo .text strong {
    margin-left: 10px;
    color: #fffe00;
}

.invasion .symbolDescription .text strong {
    font-size: 32px;
}

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

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

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

/* bonus & invasion feature start */
.bonus .symbolColumn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 444px;
}

.bonus .symbolDescription {
    padding: 0 20px;
}

.bonus .symbolDescription.dsc_1 {
    min-height: 48px;
    margin-top: 16px;
}

.bonus .symbolDescription.dsc_2 {
    width: 80%;
}

.bonus .symbolPayouts {
    height: auto;
    box-sizing: border-box;
    padding: 0 20px;
}

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

.bonus .symbolValue {
    width: auto;
    margin-left: 16px;
}

.invasionPayouts .symbol {
    width: 100%;
}

.invasionPayouts .column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    float: left;
    min-height: 344px;
    box-sizing: border-box;
}

.invasionPayouts .column.left {
    width: 55%;
    background: linear-gradient(to bottom, rgba(103, 14, 0, 0.5) 30%, rgba(142, 80, 0, 0.5) 100%);
}

.invasionPayouts .column.right {
    width: calc(45% - 20px);
    background: linear-gradient(to bottom, rgba(0, 83, 97, 0.5) 30%, rgba(0, 27, 78, 0.5) 100%);
    padding: 0 16px;
    margin-left: 20px;
}

.invasionPayouts .miniSymbolsContainer {
    height: 252px;
    width: 100%;
}

.invasionPayouts .miniSymbol .symbolImage {
    width: 96px;
    height: 96px;
    position: unset;
    float: left;
    margin: 0;
}

.invasionPayouts .miniSymbol .symbolImage div {
    margin-right: -16px;
}

.invasionPayouts .miniSymbol .symbolValue {
    margin-left: 10px;
    width: auto;
    min-width: 48px;
    text-shadow: 0 2px 2px #000000;
}

.invasionPayouts .column.left .symbolDescription {
    min-height: 56px;
    padding: 0 16px;
}

.invasionPayouts .column.right .symbolDescription:first-of-type {
    min-height: 72px;
}

.invasionPayouts .column.right .symbolDescription:last-of-type {
    min-height: 40px;
}

.invasionPayouts .column.right .symbolDescription:last-of-type .text {
    font-size: 20px;
    line-height: 20px;
}

.powerupIcon {
    display: flex;
    width: 90%;
    height: 80px;
    margin: 0 auto;
}

.iconImage,
.iconDescription {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.iconDescription .text {
    align-self: baseline;
    font-size: 24px;
    text-shadow: 0 2px 2px #000000;
}

.iconDescription .text.small {
    font-size: 16px;
    text-align: left;
}
/* bonus & invasion feature end */

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

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

.payline {
    display: inline-block;
    width: 169px;
    height: 107px;
    vertical-align: top;
    margin: 0 8px;
}

.paylineImage {
    float: right;
}

.paylineNumber {
    float: left;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 36px;
    font-size: 36px;
    line-height: 104px;
    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 #2488ba;
    margin: auto;
    cursor: pointer;
    pointer-events: all;
}

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

.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 {
        background: #2488ba;
    }
}

.settingItem._active {
    background: #2488ba;
}

.settingItem._disabled:hover,
.settingItem._disabled:active,
.settingItem._disabled._active {
    background: #363636;
}

.settingItem._disabled span {
    cursor: default;
}

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

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

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

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

.hlpAutoplay .icon,
.autoplayBtn .icon {
    background-position: -108px -189px;
}

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

.hlpCollect .icon,
.collectBtn .icon {
    background-position: -215px -189px;
}

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

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

.hlpGamble .icon,
.gambleBtn .icon {
    background-position: -322px -189px;
}

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

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

.hlpStop .icon,
.stopBtn .icon {
    background-position: -162px -95px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.symbolImage > div,
.containerImage > div,
.paylineImage,
.symbolTitle > div,
.iconImage > div,
.winMultiple {
    background-image: url(../Graphics/HD/SpriteSheets/paytable.png?_t=20250305012326);
    background-repeat: no-repeat;
}

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

.symbolImage .s1 {
    background-position: -829px -1px;
    width: 192px;
    height: 192px;
}
.symbolImage .s2 {
    background-position: -829px -195px;
    width: 192px;
    height: 192px;
}
.symbolImage .s3 {
    background-position: -829px -389px;
    width: 192px;
    height: 192px;
}
.symbolImage .s4 {
    background-position: -445px -810px;
    width: 192px;
    height: 192px;
}
.symbolImage .s5 {
    background-position: -1px -850px;
    width: 192px;
    height: 192px;
}
.symbolImage .s6 {
    background-position: -195px -861px;
    width: 192px;
    height: 192px;
}
.symbolImage .s7 {
    background-position: -1px -1044px;
    width: 192px;
    height: 192px;
}
.symbolImage .s8 {
    background-position: -453px -608px;
    width: 200px;
    height: 200px;
}
.symbolImage .s9 {
    background-position: -243px -659px;
    width: 200px;
    height: 200px;
}
.symbolImage .s10 {
    background-position: -769px -583px;
    width: 240px;
    height: 240px;
}
.symbolImage .s11 {
    background-position: -1px -608px;
    width: 240px;
    height: 240px;
}
.symbolImage .s12 {
    background-position: -737px -825px;
    width: 149px;
    height: 380px;
}
.symbolImage .s13 {
    background-position: -389px -1004px;
    width: 149px;
    height: 380px;
}
.symbolImage .s21 {
    background-position: -639px -812px;
    width: 96px;
    height: 96px;
}
.symbolImage .s22 {
    background-position: -639px -910px;
    width: 96px;
    height: 96px;
}
.symbolImage .s23 {
    background-position: -540px -1004px;
    width: 96px;
    height: 96px;
}
.symbolImage .s24 {
    background-position: -638px -1008px;
    width: 96px;
    height: 96px;
}
.symbolImage .s25 {
    background-position: -540px -1102px;
    width: 96px;
    height: 96px;
}
.symbolImage .s26 {
    background-position: -638px -1106px;
    width: 96px;
    height: 96px;
}
.symbolImage .s27 {
    background-position: -540px -1200px;
    width: 96px;
    height: 96px;
}
.symbolImage .s28 {
    background-position: -655px -608px;
    width: 100px;
    height: 100px;
}
.symbolImage .s29 {
    background-position: -655px -710px;
    width: 100px;
    height: 100px;
}
.expansionTitle {
    background-position: -1px -475px;
    width: 396px;
    height: 131px;
}

.invasionTitle {
    background-position: -399px -475px;
    width: 368px;
    height: 131px;
}

.ln1 .paylineImage {
    background-position: -888px -825px;
    width: 133px;
    height: 107px;
}
.ln2 .paylineImage {
    background-position: -195px -1164px;
    width: 133px;
    height: 107px;
}
.ln3 .paylineImage {
    background-position: -271px -1495px;
    width: 133px;
    height: 107px;
}
.ln4 .paylineImage {
    background-position: -1px -1674px;
    width: 133px;
    height: 107px;
}
.ln5 .paylineImage {
    background-position: -541px -1534px;
    width: 133px;
    height: 107px;
}
.ln6 .paylineImage {
    background-position: -406px -1598px;
    width: 133px;
    height: 107px;
}
.ln7 .paylineImage {
    background-position: -271px -1604px;
    width: 133px;
    height: 107px;
}
.ln8 .paylineImage {
    background-position: -136px -1709px;
    width: 133px;
    height: 107px;
}
.ln9 .paylineImage {
    background-position: -1px -1783px;
    width: 133px;
    height: 107px;
}
.ln10 .paylineImage {
    background-position: -888px -934px;
    width: 133px;
    height: 107px;
}
.ln11 .paylineImage {
    background-position: -888px -1043px;
    width: 133px;
    height: 107px;
}
.ln12 .paylineImage {
    background-position: -888px -1152px;
    width: 133px;
    height: 107px;
}
.ln13 .paylineImage {
    background-position: -720px -1207px;
    width: 133px;
    height: 107px;
}
.ln14 .paylineImage {
    background-position: -855px -1261px;
    width: 133px;
    height: 107px;
}
.ln15 .paylineImage {
    background-position: -720px -1316px;
    width: 133px;
    height: 107px;
}
.ln16 .paylineImage {
    background-position: -855px -1370px;
    width: 133px;
    height: 107px;
}
.ln17 .paylineImage {
    background-position: -540px -1380px;
    width: 133px;
    height: 107px;
}
.ln18 .paylineImage {
    background-position: -675px -1425px;
    width: 133px;
    height: 107px;
}
.ln19 .paylineImage {
    background-position: -195px -1055px;
    width: 133px;
    height: 107px;
}
.ln20 .paylineImage {
    background-position: -1px -1238px;
    width: 133px;
    height: 107px;
}
.ln21 .paylineImage {
    background-position: -810px -1479px;
    width: 133px;
    height: 107px;
}
.ln22 .paylineImage {
    background-position: -136px -1273px;
    width: 133px;
    height: 107px;
}
.ln23 .paylineImage {
    background-position: -1px -1347px;
    width: 133px;
    height: 107px;
}
.ln24 .paylineImage {
    background-position: -136px -1382px;
    width: 133px;
    height: 107px;
}
.ln25 .paylineImage {
    background-position: -1px -1456px;
    width: 133px;
    height: 107px;
}
.ln26 .paylineImage {
    background-position: -271px -1386px;
    width: 133px;
    height: 107px;
}
.ln27 .paylineImage {
    background-position: -136px -1491px;
    width: 133px;
    height: 107px;
}
.ln28 .paylineImage {
    background-position: -1px -1565px;
    width: 133px;
    height: 107px;
}
.ln29 .paylineImage {
    background-position: -406px -1489px;
    width: 133px;
    height: 107px;
}
.ln30 .paylineImage {
    background-position: -136px -1600px;
    width: 133px;
    height: 107px;
}
.powerup_coins {
    background-position: -638px -1204px;
    width: 80px;
    height: 80px;
}
.powerup_fs {
    background-position: -638px -1286px;
    width: 80px;
    height: 80px;
}
.powerup_mtp {
    background-position: -540px -1298px;
    width: 80px;
    height: 80px;
}
.reelsExpansion {
    background-position: -1px -1px;
    width: 412px;
    height: 235px;
}

.reelsInvasion_1 {
    background-position: -415px -1px;
    width: 412px;
    height: 235px;
}
.reelsInvasion_2 {
    background-position: -1px -238px;
    width: 412px;
    height: 235px;
}
.reelsInvasion_3 {
    background-position: -415px -238px;
    width: 412px;
    height: 235px;
}
.winMultiple {
    background-position: -243px -608px;
    width: 208px;
    height: 49px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

::-webkit-scrollbar-thumb:active {
    background: #61cef5;
}

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

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

body[language='ka'] .fsMessage .text .basic,
body[language='ka-GE'] .fsMessage .text .basic {
    line-height: 68px;
    margin: -28px auto -10px;
}

body[language='ka'] .fsMessage#fsMessageEnd .text .basic,
body[language='ka-GE'] .fsMessage#fsMessageEnd .text .basic {
    line-height: 84px;
}

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

body[language='ka'] .winUpTo .text .winMultiple,
body[language='ka-GE'] .winUpTo .text .winMultiple {
    margin-right: 4px;
}
/* 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;
}

body[language='mk'] .paytable .bonus .symbolValue,
body[language='mk-MK'] .paytable .bonus .symbolValue {
    font-size: 32px;
    font-weight: normal;
}
/* 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 .text,
body[language='vi-VN'] .fsMessage .text {
    font-family:
        'Bison Demi Bold',
        Arial Narrow,
        Arial;
}

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

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

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

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

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

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

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

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

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

body[language='vi'] .container .text,
body[language='vi-VN'] .container .text,
body[language='vi'] .symbolTitle span,
body[language='vi-VN'] .symbolTitle span,
body[language='vi'] .bonus .symbolValue,
body[language='vi-VN'] .bonus .symbolValue {
    font-family:
        'Bison Demi Bold',
        Arial Narrow,
        Arial;
}
/* VIETNAMESE END */

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

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

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

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

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

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

body[language='el'] .fsMessage .text,
body[language='el-GR'] .fsMessage .text,
body[language='el'] .fsMessage .text .colored,
body[language='el-GR'] .fsMessage .text .colored {
    font-weight: normal;
}

body[language='el'] .fsMessage .text .basic,
body[language='el-GR'] .fsMessage .text .basic {
    font-weight: bold;
}

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

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

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

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

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

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

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

body[language='el'] .container .text,
body[language='el-GR'] .container .text,
body[language='el'] .symbolTitle span,
body[language='el-GR'] .symbolTitle span,
body[language='el'] .bonus .symbolValue,
body[language='el-GR'] .bonus .symbolValue {
    font-family:
        'Bebas Neue Greek',
        Arial Narrow,
        Arial;
}

body[language='el'] .bonus .symbolValue,
body[language='el-GR'] .bonus .symbolValue {
    font-size: 32px;
    font-weight: normal;
}
/* 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;
}

body[language='ja'] .fsMessage .text .colored,
body[language='ja-JP'] .fsMessage .text .colored {
    font-size: 60px;
}

/* hd.css */
body[language='ja'] .paytable .bonus .symbolValue,
body[language='ja-JP'] .paytable .bonus .symbolValue {
    font-size: 32px;
    font-weight: normal;
}
/* JAPANESE END */

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

body[language='zh'] .fsMessage .text .basic,
body[language='zh-CN'] .fsMessage .text .basic {
    line-height: 68px;
}

/* hd.css */
body[language='zh'] .paytable .symbolDescription .text,
body[language='zh-CN'] .paytable .symbolDescription .text {
    line-height: 28px;
}

body[language='zh'] .paytable .bonus .symbolCount,
body[language='zh'] .paytable .bonus .symbolValue,
body[language='zh-CN'] .paytable .bonus .symbolCount,
body[language='zh-CN'] .paytable .bonus .symbolValue {
    line-height: 40px;
}
/* CHINESE END */

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

/* hd.css */
body[language='hu'] .winUpTo .text .winMultiple,
body[language='hu-HU'] .winUpTo .text .winMultiple {
    margin-right: 4px;
}

body[language='hu'] .paytable .bonus .symbolValue,
body[language='hu-HU'] .paytable .bonus .symbolValue {
    font-size: 32px;
    font-weight: normal;
}
/* HUNGARIAN END */

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

/* hd.css */
body[language='tr'] .counterText,
body[language='tr-TR'] .counterText {
    font-size: 36px;
    line-height: 44px;
}

body[language='tr'] .paytable .bonus .symbolValue,
body[language='tr-TR'] .paytable .bonus .symbolValue {
    font-size: 32px;
    font-weight: normal;
}
/* TURKISH END */

/* UKRAINIAN START */
body[language='uk'] .paytable .expansion .symbolDescription .text,
body[language='uk-UA'] .paytable .expansion .symbolDescription .text {
    font-size: 24px;
}
/* UKRAINIAN END */

/* OTHER LANGUAGES START */
body[language='de'] .fsMessage#fsMessageStart .text .basic,
body[language='de-DE'] .fsMessage#fsMessageStart .text .basic {
    font-size: 44px;
    line-height: 44px;
}

body[language='ru'] .fsMessage#fsMessageStart .text .basic,
body[language='ru-RU'] .fsMessage#fsMessageStart .text .basic,
body[language='vi'] .fsMessage#fsMessageStart .text .basic,
body[language='vi-VN'] .fsMessage#fsMessageStart .text .basic {
    font-size: 44px;
}

body[language='bg'] .fsMessage .text .colored,
body[language='bg-BG'] .fsMessage .text .colored {
    font-size: 56px;
}

body[language='bs'] .fsMessage .text .colored,
body[language='bs-Latn-BA'] .fsMessage .text .colored,
body[language='sr'] .fsMessage .text .colored,
body[language='sr-Latn-RS'] .fsMessage .text .colored,
body[language='fr'] .fsMessage .text .colored,
body[language='fr-FR'] .fsMessage .text .colored,
body[language='hr'] .fsMessage .text .colored,
body[language='hr-HR'] .fsMessage .text .colored,
body[language='nl'] .fsMessage .text .colored,
body[language='nl-NL'] .fsMessage .text .colored {
    font-size: 72px;
}

body[language='en'] .container.bonus,
body[language='en-US'] .container.bonus,
body[language='da'] .container.bonus,
body[language='da-DK'] .container.bonus,
body[language='de'] .container.bonus,
body[language='de-DE'] .container.bonus,
body[language='es'] .container.bonus,
body[language='es-ES'] .container.bonus,
body[language='et'] .container.bonus,
body[language='et-EE'] .container.bonus,
body[language='it'] .container.bonus,
body[language='it-IT'] .container.bonus,
body[language='ka'] .container.bonus,
body[language='ka-GE'] .container.bonus,
body[language='lv'] .container.bonus,
body[language='lv-LV'] .container.bonus,
body[language='lt'] .container.bonus,
body[language='lt-LT'] .container.bonus,
body[language='no'] .container.bonus,
body[language='nb-NO'] .container.bonus,
body[language='pt'] .container.bonus,
body[language='pt-PT'] .container.bonus,
body[language='ro'] .container.bonus,
body[language='ro-RO'] .container.bonus,
body[language='ru'] .container.bonus,
body[language='ru-RU'] .container.bonus,
body[language='sv'] .container.bonus,
body[language='sv-SE'] .container.bonus {
    width: 75%;
}

body[language='en'] .bonus .symbolColumn,
body[language='en-US'] .bonus .symbolColumn,
body[language='da'] .bonus .symbolColumn,
body[language='da-DK'] .bonus .symbolColumn,
body[language='de'] .bonus .symbolColumn,
body[language='de-DE'] .bonus .symbolColumn,
body[language='es'] .bonus .symbolColumn,
body[language='es-ES'] .bonus .symbolColumn,
body[language='et'] .bonus .symbolColumn,
body[language='et-EE'] .bonus .symbolColumn,
body[language='it'] .bonus .symbolColumn,
body[language='it-IT'] .bonus .symbolColumn,
body[language='ka'] .bonus .symbolColumn,
body[language='ka-GE'] .bonus .symbolColumn,
body[language='lv'] .bonus .symbolColumn,
body[language='lv-LV'] .bonus .symbolColumn,
body[language='lt'] .bonus .symbolColumn,
body[language='lt-LT'] .bonus .symbolColumn,
body[language='no'] .bonus .symbolColumn,
body[language='nb-NO'] .bonus .symbolColumn,
body[language='pt'] .bonus .symbolColumn,
body[language='pt-PT'] .bonus .symbolColumn,
body[language='ro'] .bonus .symbolColumn,
body[language='ro-RO'] .bonus .symbolColumn,
body[language='ru'] .bonus .symbolColumn,
body[language='ru-RU'] .bonus .symbolColumn,
body[language='sv'] .bonus .symbolColumn,
body[language='sv-SE'] .bonus .symbolColumn {
    max-width: 380px;
}

body[language='bg'] .bonus .symbolColumn,
body[language='bg-BG'] .bonus .symbolColumn {
    max-width: 468px;
}

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

body[language='bg'] .counterText,
body[language='bg-BG'] .counterText {
    font-size: 32px;
}
/* OTHER LANGUAGES END */

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

/* STATUS BAR */
#statusBar {
    display: flex;
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    color: #9e9e9e;
    overflow: hidden;
    text-align: center;
    background-color: #131313;
    transform: translate3d(0, 0, 0);
    z-index: 99999;
}

#statusBar._disabled {
    display: none;
}

#statusBar > div {
    padding: 3px 12px;
}

#topIframe {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 0px;
    z-index: 3;
}

#topIframe._disabled {
    display: none;
}
/* EXTERNAL WRAPPERS END */

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

/* DYPT
*/

.miniSymbol {
    display: inline-flex;
    align-items: center;
}

.invasionPayouts .miniSymbol .symbolValue {
    white-space: nowrap;
}
