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

#canvas.interactive {
    pointer-events: auto;
    z-index: 0;
    touch-action: auto;
}

/* ROOT + CANVAS END */

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

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

.clear {
    clear: both;
}

/* SCREEN END */

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

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

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

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

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

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

.label {
    display: block;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.7px;
    color: var(--color1);
    text-align: center;
    padding-top: 4px;
}

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

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

.bet {
    margin: 0 16px;
}

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

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

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

.betMinusBtn {
    float: left;
    margin-left: 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);
}

.betMinusBtn._disabled,
.betPlusBtn._disabled {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    pointer-events: none;
}

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

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

.win {
    float: left;
    width: 204px;
    height: 64px;
}

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

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

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

.maxBetBtn,
.gambleBtn,
.fsCount {
    left: 0;
}

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

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

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

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

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

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

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

.spinBtn,
.stopBtn,
.fsEnterBtn,
.fsReturnBtn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 154px;
    height: 88px;
    border-radius: 16px;
    margin: 0 auto;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

.btn._disabled .icon,
.btn._disabled:hover .icon,
.btn._disabled:active .icon {
    cursor: default;
    -webkit-animation: none;
    animation: none;
}

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

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

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

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

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

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

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

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

.fsEnterBtn .icon,
.fsReturnBtn .icon {
    -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);
    }
}

.fsCount {
    top: 12px;
    height: 64px;
    border-radius: unset;
    cursor: default;
}

/* POPUPS START */
.popUpLabel {
    float: left;
    width: 78px;
    height: 16px;
    font-size: 13px;
    color: var(--color1);
    padding: 8px 0 2px;
}

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

.balancePopUpMask {
    position: absolute;
    bottom: 74px;
    width: 188px;
    height: 99px;
    overflow: hidden;
    -webkit-transition: height 0.25s ease;
    transition: height 0.25s ease;
}

.balancePopUpMask._disabled {
    height: 0;
}

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

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

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

.autoplayPopUpFrame {
    pointer-events: none;
}

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

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

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

@media (hover: hover) {
    .autoplayItem:hover {
        background: var(--color2);
        background-image: -ms-linear-gradient(
            left,
            rgba(0, 0, 0, 0.4) 0%,
            var(--color2) 20%,
            var(--color2) 80%,
            rgba(0, 0, 0, 0.4) 100%
        ); /* IE10+ */
        background-image: -moz-linear-gradient(
            left,
            rgba(0, 0, 0, 0.4) 0%,
            var(--color2) 20%,
            var(--color2) 80%,
            rgba(0, 0, 0, 0.4) 100%
        ); /* Mozilla Firefox */
        background-image: -o-linear-gradient(
            left,
            rgba(0, 0, 0, 0.4) 0%,
            var(--color2) 20%,
            var(--color2) 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, var(--color2)),
            color-stop(80, var(--color2)),
            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%,
            var(--color2) 20%,
            var(--color2) 80%,
            rgba(0, 0, 0, 0.4) 100%
        ); /* Webkit (Chrome 11+) */
        background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.4) 0%,
            var(--color2) 20%,
            var(--color2) 80%,
            rgba(0, 0, 0, 0.4) 100%
        ); /* W3C Markup */
    }
}

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

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

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

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

.autoplayItem:hover .autoplayCnt {
    text-shadow: 0 2px 2px #40898a;
}

.autoplayStopBtn + .autoplayPopUpMask .autoplayItem:hover .autoplayCnt {
    text-shadow: unset;
}

/* 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: var(--color1);
    letter-spacing: 1.5px;
}

h2 sup {
    font-size: 29px;
}

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

.checkboxButton input:checked ~ .toggleSwitch label:after {
    left: 28px;
    background-color: var(--color2) !important;
}

/* SETTINGS END */

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

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

.helpSection.helpBuyFeature h4 {
    color: var(--color1);
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0.7px;
    padding-top: 12px;
}

.helpSection.helpBuyFeature h4 + p {
    padding-top: 4px;
}

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,
.hlpBuyFeatureIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

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

.hlpMaxBet,
.hlpGamble,
.hlpAutoplay,
.hlpAutoplayStop,
.hlpCollect {
    width: 100px;
    height: 60px;
    margin: -30px -50px;
}

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

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

.hlpToggleSwitch label {
    padding: 0;
}

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

.helpFRB {
    display: none;
}

.hlpBuyFeatureIcon {
    margin: -78px;
    transform: scale(0.6);
    pointer-events: none;
}

.hlpGamePanelText p {
    padding: 0 0 0 122px;
}

/* HELP END */

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

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

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

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

.directionBtn.right {
    right: 0;
}

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

.paytablePageNumber,
.similarGamesPageNumber {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 8px 4px;
    background: var(--color1);
    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: 192px;
}

.symbolsRow.low {
    height: 144px;
}

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

.symbolsRow.middle .symbol {
    width: 40%;
}

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

.scatterContainer .symbol .symbolImage {
    position: relative;
    width: 328px;
    margin-left: calc(70% - 328px);
}

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

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

.symbolsRow.middle .symbolPayouts {
    margin-left: 12px;
}

.symbolsRow.low .symbolPayouts {
    margin-left: -8px;
}

.symbolPayouts > div {
    display: flex;
    justify-content: space-between;
}

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

.symbolDescription .text {
    font-size: 32px;
    line-height: 32px;
    color: #ffffff;
    text-shadow: 0 2px 4px #000000;
}

.symbolDescription .text.big {
    font-size: 36px;
    line-height: 36px;
}

.symbolDescription .text.small {
    font-size: 24px;
    line-height: 24px;
}

.symbolDescription .text:not(:first-child) {
    margin-top: 8px;
}

.symbolDescription .text strong {
    color: #ffb300;
}

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

.symbolCount {
    color: #68e0e1;
}

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

.symbolValue[style] {
    width: 128px;
    letter-spacing: 0;
    margin-left: 12px;
}

.scatterContainer .symbolValue[style] {
    width: 172px;
}

/* random features start */
.featureContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 8px 0;
}

.featureContainer.cont2 {
    flex-direction: row;
    padding: 0;
}

.featureImage {
    position: relative;
    align-self: center;
    width: 400px;
    height: 225px;
    box-shadow: 0 8px 16px #000000;
}

.featureImage > div {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.featureImage > div:first-of-type {
    opacity: 1;
}

.paytablePage._active .featureImage > div {
    -webkit-animation-name: fadeImages;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 4.5s;
    animation-name: fadeImages;
    animation-iteration-count: infinite;
    animation-duration: 4.5s;
}

.featureImage .feature_2 {
    -webkit-animation-delay: 1.5s;
}

.featureImage .feature_3 {
    -webkit-animation-delay: 3s;
}

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

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

.featureDescription {
    width: calc(100% - 440px);
    box-sizing: border-box;
    padding-left: 20px;
}

.featureDescription .ftWrapper {
    position: relative;
    margin-bottom: 16px;
}

.featureDescription .ftWrapper .flare {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    opacity: 0;
    margin: auto;
}

.featureDescription .ftWrapper:nth-of-type(1) .flare {
    opacity: 1;
}

.paytablePage._active .featureDescription .ftWrapper .flare {
    -webkit-animation-name: fadeBgs;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 4.5s;
    animation-name: fadeBgs;
    animation-iteration-count: infinite;
    animation-duration: 4.5s;
}

.featureDescription .ftWrapper:nth-of-type(2) .flare {
    -webkit-animation-delay: 1.5s;
}

.featureDescription .ftWrapper:nth-of-type(3) .flare {
    -webkit-animation-delay: 3s;
}

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

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

.featureDescription .ttl {
    position: relative;
    margin: 0 auto;
}

.paytablePage._active .featureDescription .ttl {
    -webkit-animation-name: scaleTitle;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 4.5s;
    animation-name: scaleTitle;
    animation-iteration-count: infinite;
    animation-duration: 4.5s;
}

.featureDescription .ftWrapper:nth-of-type(2) > .ttl {
    -webkit-animation-delay: 1.5s;
}

.featureDescription .ftWrapper:nth-of-type(3) > .ttl {
    -webkit-animation-delay: 3s;
}

@-webkit-keyframes scaleTitle {
    0%,
    100%,
    40% {
        transform: scale(1);
    }
    35%,
    5% {
        transform: scale(1.02);
    }
}

@keyframes scaleTitle {
    0%,
    100%,
    40% {
        transform: scale(1);
    }
    35%,
    5% {
        transform: scale(1.02);
    }
}

.featureDescription .text {
    position: relative;
    font-size: 32px;
    line-height: 32px;
    color: #ffffff;
    text-shadow: 0 2px 4px #000000;
}

/* random features end */

/* free spins start */
.fsContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 8px 0;
    margin: 0 auto;
}

.fsContainer .title {
    margin: 0;
}

.fsContainer .symbol {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 320px;
}

.fsContainer .symbolImage {
    position: relative;
    width: 460px;
    margin: 0;
}

.fsContainer .symbolImage div {
    position: absolute;
    z-index: 1;
}

.fsContainer .symbolImage div:not(:nth-child(2)) {
    z-index: 0;
    transform: scale(0.8);
}

.fsContainer .symbolImage div:first-child {
    left: -25%;
}

.fsContainer .symbolImage div:last-child {
    right: -25%;
}

.fsContainer .symbolDescription {
    position: relative;
    width: 40%;
    padding: 0;
    margin-left: 20px;
}

/* free spins end */

/* hammer symbols start */
.scatterContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    padding: 8px 0;
}

.scatterContainer * {
    position: relative;
}

.scatterContainer .symbol {
    display: flex;
    justify-content: center;
    width: 100%;
}

.reelsImage {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: 400px;
    height: 100%;
}

.scatterContainer .ptbRow:last-child {
    margin-top: 20px;
}

.scatterContainer .ptbCol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
}

.scatterContainer .symbolPayouts {
    margin-left: 20px;
}

.scatterContainer .symbolPayouts * {
    text-shadow: 0 2px 4px #000000;
}

.scatterContainer .symbolPayouts .symbolCount {
    width: 60px;
    color: #ffb300;
    text-align: right;
}

/* hammer symbols end */

/* wild symbols start */
.wildContainer {
    padding: 8px 0;
}

.wildContainer,
.wildContainer * {
    position: relative;
}

.wildContainer .symbolsRow {
    margin-top: 80px;
}

.wildContainer .symbol {
    position: relative;
    width: 50%;
}

.wildContainer .symbolImageContainer {
    width: 100%;
}

.wildContainer .symbolImage {
    position: relative;
    width: 328px;
    margin: 0 -36px;
}

.wildContainer .symbolImage > div {
    position: absolute;
}

.symbolImageSmall {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: -160px;
    left: -92px;
    width: 160%;
    height: auto;
    transform: scale(0.5);
}

.arrow {
    margin-left: -60px;
}

.wildContainer .symbolPayouts {
    margin-left: 16px;
}

.wildContainer .symbolPayouts * {
    text-shadow: 0 2px 4px #000000;
}

.wildContainer .symbolPayouts .symbolCount {
    color: #ffb300;
}

.wildContainer .symbolDescription {
    box-sizing: border-box;
    padding: 0 140px;
    margin-top: 20px;
}

/* wild symbols end */

/* all features start */
.blurredBg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    background: linear-gradient(
        to bottom,
        rgba(0, 10, 49, 0.9) 0%,
        rgba(0, 156, 157, 1) 50%,
        rgba(0, 22, 107, 0.9) 100%
    );
    opacity: 0.7;
    filter: blur(20px);
}

.title {
    position: relative;
    font-size: 48px;
    line-height: 48px;
    font-weight: bold;
    margin-bottom: 24px;
}

.title .stroke {
    position: absolute;
    left: 0;
    right: 0;
    text-shadow: 0 2px 4px black;
    margin: auto;
}

.title .text {
    position: relative;
    background: linear-gradient(#ffae00 20%, #f7fbc2 40%, #faeb13 50%, #ff912f 70%, #ff912f 80%, #ffae00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* all features 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: 88px;
    margin-top: 16px;
}

.paylineRow:first-of-type {
    margin-top: 0;
}

.payline {
    display: inline-block;
    width: 146px;
    height: 88px;
    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;
    height: calc(100% - 2px);
    font-size: 36px;
    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 var(--color2);
    margin: auto;
    cursor: pointer;
    pointer-events: all;
}

.similarGameItem:hover {
    box-shadow: 0 0 12px var(--color2);
    -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: var(--color2);
    text-align: center;
    border: 2px solid var(--color2);
    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;
    pointer-events: none;
}

.smallCloseBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 14px;
    cursor: pointer;
}

.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: var(--color2);
    }
}

.settingItem._active {
    background: var(--color2);
}

.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: var(--color1);
    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 */

/* BUY FEATURE START */
.buyFeature {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

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

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

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

.buyFeature * {
    pointer-events: auto;
}

.buyFeature._disabled .buyFeatureDialog,
.buyFeature._disabled .buyFeatureOverlay {
    display: none;
}

.buyFeature .ftBtn,
.buyFeature .ftIcon {
    cursor: pointer;
}

@media (hover: hover) {
    .buyFeature .ftBtn:hover,
    .buyFeature .ftIcon:hover {
        filter: brightness(1.3);
    }
}

.buyFeature .ftBtn:active,
.buyFeature .ftIcon:active {
    filter: brightness(1.3);
}

.buyFeature .ftIcon:active {
    clip-path: unset;
    transform: translate3d(0, 0, 0) scale(0.95);
}

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

@-webkit-keyframes buyFeatureIconStart {
    0%,
    80%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    10%,
    30% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-filter: brightness(1.5);
        filter: brightness(1.5);
    }

    20%,
    40% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }
}

@keyframes buyFeatureIconStart {
    0%,
    80%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    10%,
    30% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-filter: brightness(1.5);
        filter: brightness(1.5);
    }

    20%,
    40% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }
}

.buyFeature .ftBtn._disabled,
.buyFeature .ftIcon._disabled,
.buyFeature .ftIcon:active._disabled {
    cursor: default;
    transform: scale(1);
    filter: brightness(0.5);
    pointer-events: none;
}

.buyFeature .ftIcon._hidden {
    display: none;
}

.buyFeature .dialogContent {
    width: 100%;
    height: 100%;
    padding: 0;
}

.buyFeature .smallCloseBtn {
    position: absolute;
    top: 70px;
    right: 118px;
    margin: 0;
}

.buyFeature .dialogBtnContainer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: unset;
    height: 58px;
}

.buyFeature #buyFeatureConfirmDialog .dialogBtnContainer {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.buyFeature .buyFeatureTitle {
    position: relative;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
}

.buyFeature .buyFeatureTitle .stroke {
    position: absolute;
    text-shadow: 0 2px 2px black;
}

.buyFeature .buyFeatureTitle .text,
#buyFeatureDialogThorsRage .buyFeatureTitle .text {
    position: relative;
    background: linear-gradient(#60eeff 20%, #c3f9fc 40%, #55e8fd 50%, #02a2dd 70%, #02a2dd 80%, #60eeff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.buyFeature .buyFeatureContainer.container_1:last-of-type .buyFeatureTitle .text,
#buyFeatureDialogFreeSpins .buyFeatureTitle {
    position: relative;
    background: linear-gradient(#ffae00 20%, #f7fbc2 40%, #faeb13 50%, #ff912f 70%, #ff912f 80%, #ffae00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.buyFeatureOverlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}

.buyFeatureIcon {
    position: absolute;
    clip-path: circle(50%);
    left: 12px;
    top: 100px;
    width: 77px;
    height: 78px;
    border-radius: 50%;
}

.buyFeatureIcon,
.buyFeatureIconImage {
    transform: translate3d(0, 0, 0);
}

.buyFeatureIconImage {
    position: absolute;
    top: -39px;
    left: -39px;
    pointer-events: none;
}

.buyFeatureDialog {
    position: absolute;
    top: 56px;
    bottom: 100px;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 64px 112px;
    margin: auto;
}

.buyFeatureDialogFrame {
    position: absolute;
    top: 0;
    left: 0;
}

.buyFeatureContainer {
    display: flex;
}

.buyFeatureDialog .dialogContent > .buyFeatureContainer {
    justify-content: center;
}

.buyFeatureDialog:not(.buyFeatureConfirmDialog) .dialogContent > .buyFeatureContainer {
    margin-top: -6px;
}

.buyFeatureContainer.container_1 {
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    height: auto;
}

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

#buyFeatureConfirmDialog .buyFeatureContainer.container_1 {
    width: 100%;
    height: 100%;
}

#buyFeatureConfirmDialog .buyFeatureContainer.container_2 {
    height: calc(100% - 100px);
    justify-content: center;
}

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

.buyFeatureBox.buyFeatureCostBox {
    padding: 4px 0;
}

.buyFeatureBox.buyFeatureSelectBox {
    margin: -16px 0 -12px;
}

.labelContainer {
    text-align: center;
}

.labelContainer .label:not(.currency) {
    display: inline-block;
    font-size: 22px;
    line-height: 22px;
    padding: 0;
}

.buyFeatureCostBox .labelContainer .label:not(.currency) {
    font-size: 28px;
    line-height: 28px;
}

.labelContainer .label.currency {
    display: inline-block;
    margin-left: 4px;
}

.valueContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.valueContainer .buyFeatureBetField {
    margin: 0 8px;
}

.valueContainer .value {
    font-size: 36px;
    line-height: 46px;
}

.labelContainer .label,
.buyFeatureConfirmText {
    font-weight: bold;
    color: #98fefe;
    text-shadow: 0 2px 2px #000000;
}

.buyFeatureConfirmText {
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    padding: 0 100px;
}

.buyFeatureConfirmText strong {
    font-size: 60px;
    line-height: 60px;
    color: #ffffff;
    text-shadow: 0 2px 2px #000000;
}

.buyFeatureBtn {
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    color: #000000;
    text-shadow: 0 2px 2px #fec44d;
    margin: 0 8px;
}

.buyFeatureBtn.no {
    text-shadow: 0 2px 2px #7fa3b6;
}

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

.buyFeatureBtn._disabled {
    text-shadow: 0 2px 2px #c5c5c5;
}

.buyFeatureItem {
    position: relative;
    display: flex;
    height: 200px;
}

.buyFeatureItem div {
    margin: auto;
}

.buyFeatureItem .thorsRage {
    margin: -8px 0;
    transform: scale(0.77);
}

.buyFeatureItem .bonus {
    margin: -24px 0;
    transform: scale(0.77);
}

/* multi buy feature dialog */
.multiBuyFt .buyFeatureTitle {
    position: absolute;
    top: 0;
}

.multiBuyFt .buyFeatureContainer.container_2:first-of-type {
    margin-top: 36px;
}

/* single buy feature dialog */
#buyFeatureDialogThorsRage .buyFeatureTitle,
#buyFeatureDialogFreeSpins .buyFeatureTitle {
    font-size: 52px;
    line-height: 52px;
}

#buyFeatureDialogThorsRage .dialogContent > .buyFeatureContainer,
#buyFeatureDialogFreeSpins .dialogContent > .buyFeatureContainer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100% - 100px);
}

#buyFeatureDialogThorsRage .buyFeatureContainer.container_1,
#buyFeatureDialogFreeSpins .buyFeatureContainer.container_1 {
    flex-direction: row;
    width: 100%;
    height: calc(100% - 52px);
}

#buyFeatureDialogThorsRage .buyFeatureContainer.container_2:first-of-type {
    margin-right: 20px;
}

#buyFeatureDialogFreeSpins .buyFeatureContainer.container_2:first-of-type {
    margin: 0 -16px;
}

#buyFeatureDialogThorsRage .buyFeatureItem,
#buyFeatureDialogFreeSpins .buyFeatureItem {
    height: auto;
}

#buyFeatureDialogThorsRage .buyFeatureItem div,
#buyFeatureDialogFreeSpins .buyFeatureItem div {
    margin: 0;
    transform: unset;
}

#buyFeatureDialogThorsRage .buyFeatureBox,
#buyFeatureDialogFreeSpins .buyFeatureBox {
    padding: 4px 0;
}

/* BUY FEATURE END */

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

.btn .icon {
    background-image: url(../Graphics/HD/SpriteSheets/btnIcons.png?_t=20250807154530);
    background-repeat: no-repeat;
    --autoplay_DIS: -1px -361px;
    --autoplay_NORMAL: -1px -423px;
    --autoplayStop_DIS: -104px -361px;
    --autoplayStop_NORMAL: -104px -423px;
    --collect_DIS: -157px -181px;
    --collect_NORMAL: -157px -243px;
    --fsEnter_DIS: -1px -1px;
    --fsEnter_NORMAL: -157px -1px;
    --fsReturn_DIS: -313px -1px;
    --fsReturn_NORMAL: -1px -91px;
    --gamble_DIS: -207px -305px;
    --gamble_NORMAL: -260px -181px;
    --maxBet_DIS: -260px -243px;
    --maxBet_NORMAL: -363px -181px;
    --spin_DIS: -157px -91px;
    --spin_NORMAL: -313px -91px;
    --stop_DIS: -1px -181px;
    --stop_NORMAL: -1px -271px;
}

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

.hlpAutoplay .icon,
.autoplayBtn .icon {
    background-position: var(--autoplay_NORMAL);
}

.autoplayBtn._disabled .icon {
    background-position: var(--autoplay_DIS);
}

.hlpAutoplayStop .icon,
.autoplayStopBtn .icon {
    background-position: var(--autoplayStop_NORMAL);
}

.autoplayStopBtn._disabled .icon {
    background-position: var(--autoplayStop_DIS);
}

.hlpCollect .icon,
.collectBtn .icon {
    background-position: var(--collect_NORMAL);
}

.collectBtn._disabled .icon {
    background-position: var(--collect_DIS);
}

.hlpFsEnter .icon,
.fsEnterBtn .icon {
    background-position: var(--fsEnter_NORMAL);
}

.fsEnterBtn._disabled .icon {
    background-position: var(--fsEnter_DIS);
}

.hlpFsReturn .icon,
.fsReturnBtn .icon {
    background-position: var(--fsReturn_NORMAL);
}

.fsReturnBtn._disabled .icon {
    background-position: var(--fsReturn_DIS);
}

.hlpGamble .icon,
.gambleBtn .icon {
    background-position: var(--gamble_NORMAL);
}

.gambleBtn._disabled .icon {
    background-position: var(--gamble_DIS);
}

.hlpMaxBet .icon,
.maxBetBtn .icon {
    background-position: var(--maxBet_NORMAL);
}

.maxBetBtn._disabled .icon {
    background-position: var(--maxBet_DIS);
}

.hlpSpin .icon,
.spinBtn .icon {
    background-position: var(--spin_NORMAL);
}

.spinBtn._disabled .icon {
    background-position: var(--spin_DIS);
}

.hlpStop .icon,
.stopBtn .icon {
    background-position: var(--stop_NORMAL);
}

.stopBtn._disabled .icon {
    background-position: var(--stop_DIS);
}

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

.btn {
    background-image: url(../Graphics/HD/SpriteSheets/btns.png?_t=20250807154530);
    background-repeat: no-repeat;
    --bigBtn_ACTIVE: -1px -1px;
    --bigBtn_DIS: -1px -91px;
    --bigBtn_NORMAL: -1px -181px;
    --bigBtn_OVER: -1px -271px;
    --smallBtn_ACTIVE: -1px -361px;
    --smallBtn_DIS: -1px -423px;
    --smallBtn_NORMAL: -104px -361px;
    --smallBtn_OVER: -104px -423px;
}

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

.spinBtn,
.stopBtn,
.fsEnterBtn,
.fsReturnBtn,
.hlpSpin,
.hlpStop,
.hlpFsEnter,
.hlpFsReturn {
    background-position: var(--bigBtn_NORMAL);
}

.spinBtn:hover,
.stopBtn:hover,
.fsEnterBtn:hover,
.fsReturnBtn:hover {
    background-position: var(--bigBtn_OVER);
}

.spinBtn:active,
.stopBtn:active,
.fsEnterBtn:active,
.fsReturnBtn:active {
    background-position: var(--bigBtn_ACTIVE);
}

.spinBtn._disabled,
.stopBtn._disabled,
.fsEnterBtn._disabled,
.fsReturnBtn._disabled {
    background-position: var(--bigBtn_DIS);
}

.maxBetBtn,
.gambleBtn,
.fsCount,
.hlpMaxBet,
.hlpGamble,
.autoplayBtn,
.autoplayStopBtn,
.collectBtn,
.hlpAutoplay,
.hlpAutoplayStop,
.hlpCollect {
    background-position: var(--smallBtn_NORMAL);
}

.maxBetBtn:hover,
.gambleBtn:hover,
.autoplayBtn:hover,
.autoplayStopBtn:hover,
.collectBtn:hover {
    background-position: var(--smallBtn_OVER);
}

.maxBetBtn:active,
.gambleBtn:active,
.autoplayBtn:active,
.autoplayStopBtn:active,
.collectBtn:active {
    background-position: var(--smallBtn_ACTIVE);
}

.maxBetBtn._disabled,
.gambleBtn._disabled,
.autoplayBtn._disabled,
.autoplayStopBtn._disabled,
.collectBtn._disabled {
    background-position: var(--smallBtn_DIS);
}

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

.field,
.loadingIcon {
    background-image: url(../Graphics/HD/SpriteSheets/fields.png?_t=20250807154530);
    background-repeat: no-repeat;
    --autoplayPopUp: -1px -1px;
    --autoplayPopUpCounter: -1px -465px;
    --autoplayPopUpFrame: -78px -1px;
    --balanceBetField: -226px -1px;
    --balancePopUp: -1px -298px;
    --betMinusBtn: -78px -465px;
    --betPlusBtn: -104px -465px;
    --fsCount: -155px -67px;
    --loadingIcon: -155px -1px;
    --logo: -130px -465px;
    --similarGamesLogo: -78px -491px;
    --winField: -1px -399px;
}

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

.autoplayPopUp {
    background-position: var(--autoplayPopUp);
}

.autoplayPopUpCounter {
    background-position: var(--autoplayPopUpCounter);
}

.autoplayPopUpFrame {
    background-position: var(--autoplayPopUpFrame);
}

.balance,
.bet {
    background-position: var(--balanceBetField);
}

.balancePopUp {
    background-position: var(--balancePopUp);
}

.betMinusBtn {
    background-position: var(--betMinusBtn);
}

.betPlusBtn {
    background-position: var(--betPlusBtn);
}

.fsCount {
    background-position: var(--fsCount);
}

.loadingIcon {
    background-position: var(--loadingIcon);
}

.logo {
    background-position: var(--logo);
}

.similarGamesLogo {
    background-position: var(--similarGamesLogo);
}

.win {
    background-position: var(--winField);
}

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

.symbolImage > div,
.symbolImageSmall > div,
.featureImage > div,
.paylineImage {
    background-image: url(../Graphics/HD/SpriteSheets/paytable.png?_t=20250807154530);
    background-repeat: no-repeat;
    --arrow: -549px -501px;
    --arrowGold: -549px -623px;
    --GFX_symbol_1: -733px -1px;
    --GFX_symbol_2: -733px -147px;
    --GFX_symbol_3: -733px -293px;
    --GFX_symbol_4: -733px -439px;
    --GFX_symbol_5: -331px -501px;
    --GFX_symbol_6: -671px -585px;
    --GFX_symbol_7: -331px -647px;
    --GFX_symbol_8: -671px -731px;
    --GFX_symbol_9: -1px -653px;
    --GFX_symbol_10: -1px -799px;
    --GFX_symbol_11: -331px -793px;
    --GFX_symbol_12: -1px -945px;
    --GFX_symbol_13: -403px -1px;
    --GFX_symbol_15: -403px -251px;
    --GFX_symbol_16: -1px -403px;
    --GFX_symbol_17: -1px -1px;
    --payline_1: -889px -585px;
    --payline_2: -889px -675px;
    --payline_3: -549px -745px;
    --payline_4: -889px -765px;
    --payline_5: -889px -855px;
    --payline_6: -219px -653px;
    --payline_7: -219px -743px;
    --payline_8: -219px -833px;
    --payline_9: -219px -923px;
    --payline_10: -549px -835px;
    --payline_11: -661px -877px;
    --payline_12: -549px -925px;
    --payline_13: -773px -877px;
    --payline_14: -885px -945px;
    --payline_15: -331px -939px;
    --payline_16: -219px -1013px;
    --payline_17: -1px -1091px;
    --payline_18: -661px -967px;
    --payline_19: -773px -967px;
    --payline_20: -885px -1035px;
    --payline_21: -443px -1015px;
    --payline_22: -331px -1029px;
    --payline_23: -113px -1103px;
    --payline_24: -1px -1181px;
    --payline_25: -555px -1057px;
}

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

.arrow {
    background-position: var(--arrow);
    width: 120px;
    height: 120px;
}

.arrowGold {
    background-position: var(--arrowGold);
    width: 120px;
    height: 120px;
}

.symbolImage .s1 {
    background-position: var(--GFX_symbol_1);
    width: 216px;
    height: 144px;
}

.symbolImage .s2 {
    background-position: var(--GFX_symbol_2);
    width: 216px;
    height: 144px;
}

.symbolImage .s3 {
    background-position: var(--GFX_symbol_3);
    width: 216px;
    height: 144px;
}

.symbolImage .s4 {
    background-position: var(--GFX_symbol_4);
    width: 216px;
    height: 144px;
}

.symbolImage .s5 {
    background-position: var(--GFX_symbol_5);
    width: 216px;
    height: 144px;
}

.symbolImage .s6 {
    background-position: var(--GFX_symbol_6);
    width: 216px;
    height: 144px;
}

.symbolImage .s7 {
    background-position: var(--GFX_symbol_7);
    width: 216px;
    height: 144px;
}

.symbolImage .s8 {
    background-position: var(--GFX_symbol_8);
    width: 216px;
    height: 144px;
}

.symbolImage .s9 {
    background-position: var(--GFX_symbol_9);
    width: 216px;
    height: 144px;
}

.symbolImage .s10 {
    background-position: var(--GFX_symbol_10);
    width: 216px;
    height: 144px;
}

.symbolImage .s11 {
    background-position: var(--GFX_symbol_11);
    width: 216px;
    height: 144px;
}

.symbolImage .s12 {
    background-position: var(--GFX_symbol_12);
    width: 216px;
    height: 144px;
}

.symbolImage .s13 {
    background-position: var(--GFX_symbol_13);
    width: 328px;
    height: 248px;
}

.symbolImageSmall .s15,
.symbolImage .s15 {
    background-position: var(--GFX_symbol_15);
    width: 328px;
    height: 248px;
}

.symbolImageSmall .s16,
.symbolImage .s16 {
    background-position: var(--GFX_symbol_16);
    width: 328px;
    height: 248px;
}

.symbolImage .s17 {
    background-position: var(--GFX_symbol_17);
    width: 400px;
    height: 400px;
}

.ln1 .paylineImage {
    background-position: var(--payline_1);
    width: 110px;
    height: 88px;
}

.ln2 .paylineImage {
    background-position: var(--payline_2);
    width: 110px;
    height: 88px;
}

.ln3 .paylineImage {
    background-position: var(--payline_3);
    width: 110px;
    height: 88px;
}

.ln4 .paylineImage {
    background-position: var(--payline_4);
    width: 110px;
    height: 88px;
}

.ln5 .paylineImage {
    background-position: var(--payline_5);
    width: 110px;
    height: 88px;
}

.ln6 .paylineImage {
    background-position: var(--payline_6);
    width: 110px;
    height: 88px;
}

.ln7 .paylineImage {
    background-position: var(--payline_7);
    width: 110px;
    height: 88px;
}

.ln8 .paylineImage {
    background-position: var(--payline_8);
    width: 110px;
    height: 88px;
}

.ln9 .paylineImage {
    background-position: var(--payline_9);
    width: 110px;
    height: 88px;
}

.ln10 .paylineImage {
    background-position: var(--payline_10);
    width: 110px;
    height: 88px;
}

.ln11 .paylineImage {
    background-position: var(--payline_11);
    width: 110px;
    height: 88px;
}

.ln12 .paylineImage {
    background-position: var(--payline_12);
    width: 110px;
    height: 88px;
}

.ln13 .paylineImage {
    background-position: var(--payline_13);
    width: 110px;
    height: 88px;
}

.ln14 .paylineImage {
    background-position: var(--payline_14);
    width: 110px;
    height: 88px;
}

.ln15 .paylineImage {
    background-position: var(--payline_15);
    width: 110px;
    height: 88px;
}

.ln16 .paylineImage {
    background-position: var(--payline_16);
    width: 110px;
    height: 88px;
}

.ln17 .paylineImage {
    background-position: var(--payline_17);
    width: 110px;
    height: 88px;
}

.ln18 .paylineImage {
    background-position: var(--payline_18);
    width: 110px;
    height: 88px;
}

.ln19 .paylineImage {
    background-position: var(--payline_19);
    width: 110px;
    height: 88px;
}

.ln20 .paylineImage {
    background-position: var(--payline_20);
    width: 110px;
    height: 88px;
}

.ln21 .paylineImage {
    background-position: var(--payline_21);
    width: 110px;
    height: 88px;
}

.ln22 .paylineImage {
    background-position: var(--payline_22);
    width: 110px;
    height: 88px;
}

.ln23 .paylineImage {
    background-position: var(--payline_23);
    width: 110px;
    height: 88px;
}

.ln24 .paylineImage {
    background-position: var(--payline_24);
    width: 110px;
    height: 88px;
}

.ln25 .paylineImage {
    background-position: var(--payline_25);
    width: 110px;
    height: 88px;
}

/****************** paytableOther ********************/

.ttl,
.flare,
.counter,
.lightning,
.reelsImage > div,
.featureImage > div {
    background-image: url(../Graphics/HD/SpriteSheets/paytableOther.png?_t=20250807154530);
    background-repeat: no-repeat;
    --counter: -1px -1px;
    --feature_1: -415px -215px;
    --feature_1_title: -587px -99px;
    --feature_2: -1px -219px;
    --feature_2_title: -587px -157px;
    --feature_3: -403px -442px;
    --feature_3_title: -1px -161px;
    --flare: -1px -99px;
    --reels: -1px -446px;
}

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

.counter {
    background-position: var(--counter);
    width: 672px;
    height: 96px;
}

.flare {
    background-position: var(--flare);
    width: 584px;
    height: 60px;
}

.reels {
    background-position: var(--reels);
    width: 400px;
    height: 220px;
}

.feature_1 {
    background-position: var(--feature_1);
    width: 400px;
    height: 225px;
}

.feature_2 {
    background-position: var(--feature_2);
    width: 400px;
    height: 225px;
}

.feature_3 {
    background-position: var(--feature_3);
    width: 400px;
    height: 225px;
}

.feature_1_title {
    background-position: var(--feature_1_title);
    width: 412px;
    height: 56px;
}

.feature_2_title {
    background-position: var(--feature_2_title);
    width: 412px;
    height: 56px;
}

.feature_3_title {
    background-position: var(--feature_3_title);
    width: 412px;
    height: 56px;
}

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

.roundBtn {
    background-image: url(../Graphics/HD/SpriteSheets/roundBtns.png?_t=20250807154530);
    background-repeat: no-repeat;
    --closeBtn: -109px -109px;
    --directionBtn: -1px -1px;
    --helpBtn: -1px -55px;
    --historyBtn: -1px -109px;
    --homeBtn: -1px -163px;
    --menuBackBtn: -55px -1px;
    --menuBtn: -109px -1px;
    --paytableBtn: -163px -1px;
    --settingsBtn: -55px -55px;
    --smallCloseBtn: -1px -217px;
    --soundBtnOff: -55px -109px;
    --soundBtnOn1: -55px -163px;
    --soundBtnOn2: -109px -55px;
    --soundBtnOn3: -163px -55px;
}

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

.closeBtn {
    background-position: var(--closeBtn);
}

.directionBtn {
    background-position: var(--directionBtn);
}

.hlpHelp,
.helpBtn {
    background-position: var(--helpBtn);
}

.hlpHistory,
.historyBtn {
    background-position: var(--historyBtn);
}

.hlpHome,
.homeBtn {
    background-position: var(--homeBtn);
}

.menuBackBtn {
    background-position: var(--menuBackBtn);
}

.hlpMenu,
.menuBtn {
    background-position: var(--menuBtn);
}

.hlpPaytable,
.paytableBtn {
    background-position: var(--paytableBtn);
}

.hlpSettings,
.settingsBtn {
    background-position: var(--settingsBtn);
}

.smallCloseBtn {
    background-position: var(--smallCloseBtn);
}

.soundBtn.off {
    background-position: var(--soundBtnOff);
}

.soundBtn.on1 {
    background-position: var(--soundBtnOn1);
}

.soundBtn.on2 {
    background-position: var(--soundBtnOn2);
}

.soundBtn.on3,
.hlpSound {
    background-position: var(--soundBtnOn3);
}

/****************** buyFeature ********************/

.buyFt {
    background-image: url(../Graphics/HD/SpriteSheets/buyFeature.png?_t=20250807154530);
    background-repeat: no-repeat;
    --bonus: -1px -582px;
    --buyFeatureBetField: -601px -569px;
    --buyFeatureBetMinusBtn: -721px -569px;
    --buyFeatureBetPlusBtn: -329px -813px;
    --buyFeatureBtn_ACTIVE: -809px -1px;
    --buyFeatureBtn_DIS: -809px -67px;
    --buyFeatureBtn_no_ACTIVE: -809px -133px;
    --buyFeatureBtn_no_DIS: -809px -199px;
    --buyFeatureBtn_no_NORMAL: -809px -265px;
    --buyFeatureBtn_no_OVER: -809px -331px;
    --buyFeatureBtn_NORMAL: -809px -397px;
    --buyFeatureBtn_OVER: -809px -463px;
    --buyFeatureDialog: -1px -1px;
    --buyFeatureIcon_ACTIVE: -1px -844px;
    --buyFeatureIcon_NORMAL: -165px -844px;
    --buyFeatureTotalBetField: -809px -529px;
    --thorsRage: -328px -582px;
}

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

.buyFeatureBetField {
    background-position: var(--buyFeatureBetField);
    width: 112px;
    height: 45px;
}

.buyFeatureBetMinusBtn {
    background-position: var(--buyFeatureBetMinusBtn);
    width: 40px;
    height: 40px;
}

.buyFeatureBetPlusBtn {
    background-position: var(--buyFeatureBetPlusBtn);
    width: 40px;
    height: 40px;
}

.buyFeatureBtn {
    background-position: var(--buyFeatureBtn_NORMAL);
    width: 172px;
    height: 58px;
}

.buyFeatureBtn:hover {
    background-position: var(--buyFeatureBtn_OVER);
    width: 172px;
    height: 58px;
}

.buyFeatureBtn:active {
    background-position: var(--buyFeatureBtn_ACTIVE);
    width: 172px;
    height: 58px;
}

.buyFeatureBtn._disabled {
    background-position: var(--buyFeatureBtn_DIS);
    width: 172px;
    height: 58px;
}

.buyFeatureBtn.no {
    background-position: var(--buyFeatureBtn_no_NORMAL);
    width: 172px;
    height: 58px;
}

.buyFeatureBtn.no:hover {
    background-position: var(--buyFeatureBtn_no_OVER);
    width: 172px;
    height: 58px;
}

.buyFeatureBtn.no:active {
    background-position: var(--buyFeatureBtn_no_ACTIVE);
    width: 172px;
    height: 58px;
}

.buyFeatureBtn.no._disabled {
    background-position: var(--buyFeatureBtn_no_DIS);
    width: 172px;
    height: 58px;
}

.buyFeatureDialog {
    background-position: var(--buyFeatureDialog);
    width: 800px;
    height: 560px;
}

.hlpBuyFeatureIcon,
.buyFeatureIconImage {
    background-position: var(--buyFeatureIcon_NORMAL);
    width: 156px;
    height: 157px;
}

.buyFeatureIcon:active .buyFeatureIconImage {
    background-position: var(--buyFeatureIcon_ACTIVE);
}

.buyFeatureTotalBetField {
    background-position: var(--buyFeatureTotalBetField);
    width: 171px;
    height: 45px;
}

.bonus {
    background-position: var(--bonus);
    width: 319px;
    height: 254px;
}

.thorsRage {
    background-position: var(--thorsRage);
    width: 265px;
    height: 223px;
}

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

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

::-webkit-scrollbar-thumb:active {
    background: var(--color1);
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}

/* SCROLLBAR END */
/* USER CONTROLS END */

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

._hidden {
    display: none !important;
}

._invisible {
    visibility: hidden;
}

/* GENERAL STATES END */

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

/* 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'] .paytable .title {
    font-size: 38px;
}

body[language|='ka'] .scatterContainer .ptbCol {
    max-width: 65%;
}

body[language|='ka'] .wildContainer .symbolDescription {
    padding: 0 80px;
}

body[language|='ka'] .symbolDescription .text,
body[language|='ka'] .featureDescription .text {
    font-size: 24px;
    line-height: 24px;
}

body[language|='ka'] .buyFeatureDialog .buyFeatureCostBox .labelContainer {
    margin: -8px 0 8px;
}

body[language|='ka'] .buyFeatureDialog .buyFeatureBetBox .labelContainer {
    margin: -6px 0 6px;
}

body[language|='ka'] .buyFeatureBtn {
    line-height: 48px;
}

body[language|='ka'] .buyFeatureBtn:active {
    line-height: 51px;
}

body[language|='ka'] .buyFeatureConfirmText {
    font-size: 40px;
    line-height: 48px;
    padding: 0 40px;
}

/* GEORGIAN END */

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

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

/* MACEDONIAN END */

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

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

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

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

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

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

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

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

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

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

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

body[language='vi'] .paytable .title,
body[language='vi-VN'] .paytable .title,
body[language='vi'] .featureDescription,
body[language='vi-VN'] .featureDescription,
body[language='vi'] .symbolDescription,
body[language='vi-VN'] .symbolDescription,
body[language='vi'] .buyFeatureConfirmText,
body[language='vi-VN'] .buyFeatureConfirmText {
    font-family:
        'Bison Demi Bold',
        Arial Narrow,
        Arial;
}

/* VIETNAMESE END */

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

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

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

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

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

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

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

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

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

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

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

body[language='el'] .paytable .title,
body[language='el-GR'] .paytable .title,
body[language='el'] .featureDescription,
body[language='el-GR'] .featureDescription,
body[language='el'] .symbolDescription,
body[language='el-GR'] .symbolDescription,
body[language='el'] .buyFeatureBtn,
body[language='el-GR'] .buyFeatureBtn,
body[language='el'] .buyFeatureConfirmText,
body[language='el-GR'] .buyFeatureConfirmText {
    font-family:
        'Bebas Neue Greek',
        Arial Narrow,
        Arial;
}

/* GREEK END */

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

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

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

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

/* JAPANESE END */

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

/* CHINESE END */

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

/* hd.css */
body[language|='bg'] .multiBuyFt .buyFeatureTitle {
    font-size: 30px;
}

/* BULGARIAN END */

/* JAPANESE START */
body[language|='ja'] .paytable .title {
    font-size: 38px;
}

body[language|='ja'] .scatterContainer .ptbCol {
    max-width: 65%;
}

body[language|='ja'] .wildContainer .symbolDescription {
    padding: 0 80px;
}

body[language|='ja'] .symbolDescription .text,
body[language|='ja'] .featureDescription .text {
    font-size: 24px;
    line-height: 24px;
}

/* JAPANESE END */

/* OTHER LANGUAGES START */
body[language|='de'] .symbolDescription .text,
body[language|='de'] .featureDescription .text,
body[language|='fi'] .symbolDescription .text,
body[language|='fi'] .featureDescription .text,
body[language|='hu'] .symbolDescription .text,
body[language|='hu'] .featureDescription .text,
body[language|='it'] .symbolDescription .text,
body[language|='it'] .featureDescription .text,
body[language|='mk'] .symbolDescription .text,
body[language|='mk'] .featureDescription .text,
body[language|='nl'] .symbolDescription .text,
body[language|='nl'] .featureDescription .text,
body[language|='pl'] .symbolDescription .text,
body[language|='pl'] .featureDescription .text,
body[language|='pt'] .symbolDescription .text,
body[language|='pt'] .featureDescription .text,
body[language|='ro'] .symbolDescription .text,
body[language|='ro'] .featureDescription .text {
    font-size: 28px;
    line-height: 28px;
}

body[language|='tr'] .multiBuyFt .buyFeatureTitle {
    font-size: 30px;
}

/* OTHER LANGUAGES END */

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