/* GAMBLE START */
.gamble {
    position: absolute;
    display: none;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    z-index: 2;
}

.gambleWrap {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
}

._inGamble .gambleWrap ~ .jackpotMiniGame,
._inGamble .gambleWrap ~ .settings,
._inGamble .gambleWrap ~ .help,
._inGamble .gambleWrap ~ .paytable,
._inGamble .gambleWrap ~ .similarGames {
    z-index: 2;
}

.gambleWrap > * {
    pointer-events: auto;
}

.gamble._disabled {
    bottom: -720px;
}

.gambleMainInfo {
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    width: 808px;
    height: 123px;
    margin: 0 auto;
}

.gambleBalance,
.gambleWin {
    position: absolute;
    bottom: 8px;
    width: 212px;
    height: 89px;
    text-align: center;
}

.gambleBalance {
    left: 0;
}

.gambleWin {
    right: 0;
}

.gambleDoubleTo {
    position: absolute;
    left: 0;
    right: 0;
    width: 288px;
    height: 124px;
    text-align: center;
    margin: 0 auto;
}

.gambleLabel,
.gambleLabelBig {
    display: inline-block;
    position: relative;
    color: #00c6ff;
    text-shadow:
        0 0 23px #000,
        0 0 13px #000;
    text-align: center;
    font-weight: bold;
    z-index: 1;
}

.gambleLabel {
    height: 24px;
    line-height: 24px;
    font-size: 24px;
}

.gambleLabelBig {
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    top: 1px;
}

.gambleLabel.currency {
    font-size: 16px;
    padding-left: 4px;
}

.gambleLabelBig.currency {
    font-size: 21px;
    padding-left: 6px;
}

.gambleValue,
.gambleValueBig {
    display: block;
    position: absolute;
    bottom: 0;
    text-align: center;
    z-index: -1;
}

.gambleValue {
    width: 216px;
    height: 80px;

    font-size: 33px;
    font-weight: bold;
    letter-spacing: 1px;
    box-sizing: border-box;
    padding-top: 16px;
    top: 24px;
}

.gambleValue.shadow {
    width: 284px;
    height: 160px;
    top: -16px;
    left: -34px;
}

.gambleWin.winAnimation .gambleValue {
    -webkit-animation: valueAnimation 0.2s;
    animation: valueAnimation 0.2s;
}

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

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        color: #ffff00;
        text-shadow: 0 0 33px #fff;
    }
}

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

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        color: #ffff00;
        text-shadow: 0 0 33px #fff;
    }
}

.gambleValueBig {
    width: 288px;
    height: 96px;
    font-size: 53px;
    font-weight: bold;
    letter-spacing: 1px;
    box-sizing: border-box;
    padding-top: 10px;
    top: 28px;
}

.gambleValueBig.shadow {
    width: 380px;
    height: 204px;
    left: -24px;
    top: -8px;
}

.gambleBtns {
    position: absolute;
    top: 317px;
    left: 0;
    right: 0;
    width: 964px;
    height: 304px;
    margin: 0 auto;
}

.gambleRedBtn,
.gambleBlackBtn {
    position: absolute;
    top: 4px;
    width: 304px;
    height: 104px;
    line-height: 112px;
    font-size: 45px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 122px/28px;
    cursor: pointer;
    z-index: 2;
}

.gambleRedBtn,
.gambleRedBtnMask {
    left: 0;
    text-indent: -8px;
}

.gambleBlackBtn,
.gambleBlackBtnMask {
    right: 0;
    text-indent: 8px;
}

.gambleRedBtn:active,
.gambleBlackBtn:active {
    line-height: 116px;
}

.gambleRedBtn:active {
    text-indent: 4px;
}

.gambleBlackBtn:active {
    text-indent: -4px;
}

.gambleRedBtn._disabled,
.gambleBlackBtn._disabled,
.gambleRedBtn._disabled:hover:not(.noHover),
.gambleBlackBtn._disabled:hover:not(.noHover) {
    margin-right: 0;
    line-height: 112px;
    -webkit-filter: brightness(0.6) grayscale(1);
    filter: brightness(0.6) grayscale(1);
    cursor: default;
    /* safari fix */
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.gambleRedBtn._disabled {
    text-indent: -8px;
}

.gambleBlackBtn._disabled {
    text-indent: 8px;
}

.gambleRedBtnMask,
.gambleBlackBtnMask {
    position: absolute;
    top: 8px;
    width: 304px;
    height: 104px;
    background: none !important;
    z-index: 1;
}

.button .content,
.button .glowLeft,
.button .glowRight,
.button .shadow {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    box-sizing: border-box;
    padding-top: 6px;
    pointer-events: none;
}

.button .glowLeft,
.button .glowRight {
    width: 388px;
    height: 192px;
    z-index: 1;
    opacity: 0;
    left: -42px;
    top: -44px;
}

.button .glowLeft {
    left: -43px;
}

.button .glowLeft,
.button .glowRight {
    -webkit-animation: teaseGambleBtnsGlow 1s infinite;
    animation: teaseGambleBtnsGlow 1s infinite;
}

.button.gambleBlackBtnMask .glowRight {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.gambleRedBtnMask .content {
    -webkit-animation: teaseGambleBtns 1s infinite;
    animation: teaseGambleBtns 1s infinite;
}

.gambleBlackBtnMask .content {
    -webkit-animation: teaseBlackGambleBtn 1s infinite 0.5s;
    animation: teaseBlackGambleBtn 1s infinite 0.5s;
}

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

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

@keyframes teaseGambleBtns {
    0%,
    100% {
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

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

@-webkit-keyframes teaseGambleBtns {
    0%,
    100% {
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

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

@keyframes teaseBlackGambleBtn {
    0%,
    100% {
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    50% {
        -webkit-filter: brightness(1.8);
        filter: brightness(1.8);
    }
}

@-webkit-keyframes teaseBlackGambleBtn {
    0%,
    100% {
        -webkit-filter: brightness(1);
        filter: brightness(1);
    }

    50% {
        -webkit-filter: brightness(1.8);
        filter: brightness(1.8);
    }
}

.gambleRedBtn:hover:not(.noHover) + .gambleRedBtnMask .content,
.gambleRedBtn:active + .gambleRedBtnMask .content {
    -webkit-filter: brightness(1.6);
    filter: brightness(1.6);
    -webkit-animation: none;
    animation: none;
}

.gambleBlackBtn:hover:not(.noHover) + .gambleBlackBtnMask .content,
.gambleBlackBtn:active + .gambleBlackBtnMask .content {
    -webkit-filter: brightness(1.8);
    filter: brightness(1.8);
    -webkit-animation: none;
    animation: none;
}

.gambleRedBtn:hover:not(.noHover) + .gambleRedBtnMask .glowLeft,
.gambleRedBtn:active + .gambleRedBtnMask .glowLeft,
.gambleBlackBtn:hover:not(.noHover) + .gambleBlackBtnMask .glowRight,
.gambleBlackBtn:active + .gambleBlackBtnMask .glowRight {
    -webkit-animation: none;
    animation: none;
    opacity: 1;
}

.gambleRedBtn._disabled + .gambleRedBtnMask .content,
.gambleBlackBtn._disabled + .gambleBlackBtnMask .content,
.gambleRedBtn._disabled:hover:not(.noHover) + .gambleRedBtnMask .content,
.gambleBlackBtn._disabled:hover:not(.noHover) + .gambleBlackBtnMask .content,
.gambleRedBtn._disabled._hover + .gambleRedBtnMask .content,
.gambleBlackBtn._disabled._hover + .gambleBlackBtnMask .content {
    -webkit-filter: brightness(0.6) grayscale(1);
    filter: brightness(0.6) grayscale(1);
    -webkit-animation: none;
    animation: none;
    /* safari fix */
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.gambleRedBtn._disabled + .gambleRedBtnMask .glowLeft,
.gambleBlackBtn._disabled + .gambleBlackBtnMask .glowRight,
.gambleRedBtn._disabled:hover:not(.noHover) + .gambleRedBtnMask .glowLeft,
.gambleBlackBtn._disabled:hover:not(.noHover) + .gambleBlackBtnMask .glowRight,
.gambleRedBtn._disabled._hover + .gambleRedBtnMask .glowLeft,
.gambleBlackBtn._disabled._hover + .gambleBlackBtnMask .glowRight {
    -webkit-animation: none;
    animation: none;
    opacity: 0;
}

.gambleRedBtn._hover + .gambleRedBtnMask .content,
.gambleBlackBtn._hover + .gambleBlackBtnMask .content {
    -webkit-animation: none;
    animation: none;
}

.gambleRedBtn._hover + .gambleRedBtnMask .glowLeft,
.gambleBlackBtn._hover + .gambleBlackBtnMask .glowRight {
    -webkit-animation: none;
    animation: none;
}

.gambleRedBtnMask .shadow,
.gambleBlackBtnMask .shadow {
    width: 368px;
    height: 264px;
    top: -68px;
    left: -7px;
    z-index: 1;
}

.gambleBlackBtnMask .shadow {
    top: -68px;
    left: -53px;
}

.gambleHalfBtn,
.gambleCollectBtn {
    position: absolute;
    bottom: -33px;
    width: 224px;
    height: 80px;
    line-height: 80px;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-shadow: 1px 1px 1px #ffffff96;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 14px;
    cursor: pointer;
    box-sizing: border-box;
    z-index: 2;
    background: none !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.gambleHalfBtnMask,
.gambleCollectBtnMask {
    position: absolute;
    bottom: -33px;
    width: 224px;
    height: 80px;
    background: none !important;
    z-index: 1;
}

.gambleHalfBtn:hover:not(.noHover) + .gambleHalfBtnMask .content,
.gambleCollectBtn:hover:not(.noHover) + .gambleCollectBtnMask .content,
.gambleHalfBtn:active + .gambleHalfBtnMask .content,
.gambleCollectBtn:active + .gambleCollectBtnMask .content {
    -webkit-filter: brightness(1.6);
    filter: brightness(1.6);
}

.gambleHalfBtn:active,
.gambleCollectBtn:active {
    line-height: 76px;
}

.gambleHalfBtn:active {
    text-indent: 4px;
}

.gambleCollectBtn:active {
    text-indent: -4px;
}

.gambleHalfBtn,
.gambleHalfBtnMask {
    left: 67px;
    text-indent: -4px;
}

.gambleCollectBtn,
.gambleCollectBtnMask {
    right: 67px;
    text-indent: 4px;
}

.gambleHalfBtn._disabled,
.gambleCollectBtn._disabled,
.gambleHalfBtn._disabled:hover:not(.noHover),
.gambleCollectBtn._disabled:hover:not(.noHover),
.gambleHalfBtn._disabled:active,
.gambleCollectBtn._disabled:active {
    line-height: 80px;
    cursor: default;
    color: rgba(255, 255, 255, 0.5);
}

.gambleHalfBtn._disabled {
    text-indent: -4px;
}

.gambleCollectBtn._disabled {
    text-indent: 4px;
}

.gambleHalfBtn._disabled + .gambleHalfBtnMask .content,
.gambleCollectBtn._disabled + .gambleCollectBtnMask .content,
.gambleHalfBtn._disabled:hover:not(.noHover) + .gambleHalfBtnMask .content,
.gambleCollectBtn._disabled:hover:not(.noHover) + .gambleCollectBtnMask .content {
    -webkit-filter: brightness(0.5) grayscale(1);
    filter: brightness(0.5) grayscale(1);
    /* safari fix */
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.gambleHalfBtn._disabled,
.gambleCollectBtn._disabled,
.gambleHalfBtn._disabled:hover:not(.noHover),
.gambleCollectBtn._disabled:hover:not(.noHover),
.gambleHalfBtn._disabled:active,
.gambleCollectBtn._disabled:active {
    opacity: 0.8;
    text-shadow: none;
}

.gambleHalfBtnMask .shadow,
.gambleCollectBtnMask .shadow {
    width: 332px;
    height: 192px;
    top: -76px;
    left: -56px;
    z-index: 1;
}

.gambleCollectBtnMask .shadow {
    top: -76px;
    left: -52px;
}

.gambleCards {
    position: absolute;
    top: 240px;
    left: 0;
    right: 0;
    width: 283px;
    height: 412px;
    margin: 0 auto;
}

.gambleActualCard {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(667px);
    -moz-transform: perspective(667px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}

.gambleActualCard._reveal .gambleCardBack {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.gambleActualCard._reveal .gambleCardFront {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.gambleCardFrame,
.gambleActualCard,
.gambleCardFront,
.gambleCardBack {
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    width: 200px;
    height: 296px;
    margin: auto;
}

.cardShadow {
    position: absolute;
    width: 320px;
    height: 468px;
    top: -124px;
    left: -30px;
}

.gambleCardFrame {
    z-index: 2;
}

.gambleCardRevealer {
    position: relative;
    -moz-transform: perspective(667px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}

.gambleCardFront,
.gambleCardBack {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transition 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
    transition: transform 0.2s;
}

.gambleCardFront {
    left: 0;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
}

.gambleCardBack {
    left: 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.gamblePrevious {
    position: absolute;
    bottom: 0;
    height: 100px;
    margin: 0 7px;
}

.gamblePrevious .gambleLabel {
    display: block;
    margin-top: 0;
    line-height: 27px;
    color: #00c6ff;
}

.gamblePreviousCard {
    float: left;
    top: 1px;
    float: left;
    width: 44px;
    height: 64px;
    margin: 6px;
    -webkit-filter: drop-shadow(0 0 8px #000);
    filter: drop-shadow(0 0 8px #000);
}

.gamblePreviousCard:first-of-type {
    margin-left: 0;
}

.gamblePreviousCard:last-of-type {
    margin-right: 0;
}

.gamblePreviousCard .item {
    width: 48px;
    height: 68px;
}

.gamblePreviousCard .frame {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 44px;
    height: 64px;
}

.gambleAttempts,
.gambleDefaultRisk,
.gambleTicker {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    white-space: nowrap;
}

.gambleDefaultRisk {
    z-index: 10;
    color: #fff;
    text-shadow:
        0 0 2px #000,
        0 0 2px #000,
        0 0 2px #000;
    font-weight: normal;
    bottom: 4px;
    font-size: 20px;
    line-height: 20px;
}

body[language='ka'] .gambleDefaultRisk,
body[language='ka-GE'] .gambleDefaultRisk,
body[language='el'] .gambleDefaultRisk,
body[language='el-GR'] .gambleDefaultRisk {
    font-size: 16px;
}

.gambleAttempts {
    top: 199px;
    font-size: 28px;
    line-height: 28px;
    color: #00c6ff;
    text-shadow: 0 0 2px #000;
    z-index: 1;
}

.gambleAttempts strong {
    font-weight: normal;
    color: #fff;
}

.gambleTicker {
    bottom: 24px;
    font-size: 24px;
    line-height: 24px;
    text-shadow:
        0 0 2px #000,
        0 0 2px #000,
        0 0 2px #000,
        0 0 2px #000,
        0 0 2px #000;
    -webkit-animation: blinkTicker 1s infinite;
    animation: blinkTicker 1s infinite;
}

@-webkit-keyframes blinkTicker {
    0%,
    100% {
        opacity: 0;
    }
    35%,
    65% {
        opacity: 1;
    }
}

@keyframes blinkTicker {
    0%,
    100% {
        opacity: 0;
    }
    35%,
    65% {
        opacity: 1;
    }
}
/* GAMBLE END */

/****************** gambleBtns ********************/

.gamble .button,
.gamble .button .glowLeft,
.gamble .button .glowRight,
.gamble .button .content,
.button .shadow {
    background-image: url(../Gamble/Graphics/SpriteSheets/btns.png?_t=20250304223924);
    background-repeat: no-repeat;
}

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

.gambleBlackBtn + .gambleBlackBtnMask .content,
.gambleBlackBtn._disabled + .gambleBlackBtnMask .content,
.gambleBlackBtn._disabled:active + .gambleBlackBtnMask .content {
    background-position: -307px -849px;
}

.gambleBlackBtn:active + .gambleBlackBtnMask .content {
    background-position: -1px -849px;
}

.gambleBlackBtnMask .shadow {
    background-position: -1px -195px;
}

.gambleCollectBtnMask .shadow {
    background-position: -1px -461px;
}

.gambleRedBtnMask .glowLeft {
    background-position: -1px -1px;
}

.gambleBlackBtnMask .glowRight {
    background-position: -391px -1px;
}

.gambleHalfBtnMask .shadow {
    background-position: -1px -655px;
}

.gambleRedBtn + .gambleRedBtnMask .content,
.gambleRedBtn._disabled + .gambleRedBtnMask .content,
.gambleRedBtn._disabled:active + .gambleRedBtnMask .content {
    background-position: -613px -567px;
}

.gambleRedBtn:active + .gambleRedBtnMask .content {
    background-position: -613px -461px;
}

.gambleRedBtnMask .shadow {
    background-position: -371px -195px;
}

.gambleHalfBtn + .gambleHalfBtnMask .content,
.gambleHalfBtn._disabled + .gambleHalfBtnMask .content,
.gambleHalfBtn._disabled:active + .gambleHalfBtnMask .content {
    background-position: -781px -83px;
}

.gambleHalfBtn:active + .gambleHalfBtnMask .content {
    background-position: -781px -1px;
}

.gambleCollectBtn + .gambleCollectBtnMask .content,
.gambleCollectBtn._disabled + .gambleCollectBtnMask .content,
.gambleCollectBtn._disabled:active + .gambleCollectBtnMask .content {
    background-position: -741px -247px;
}

.gambleCollectBtn:active + .gambleCollectBtnMask .content {
    background-position: -781px -165px;
}

/****************** gambleFields ********************/

.gamble .field {
    background-image: url(../Gamble/Graphics/SpriteSheets/fields.png?_t=20250304223924);
    background-repeat: no-repeat;
}

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

.gambleBalance .gambleValue {
    background-position: -291px -207px;
}

.gambleBalance .gambleValue.shadow {
    background-position: -1px -305px;
}

.gambleValueBig {
    background-position: -1px -207px;
}

.gambleValueBig.shadow {
    background-position: -1px -1px;
}

.gambleWin .gambleValue {
    background-position: -291px -289px;
}

.gambleWin .gambleValue.shadow {
    background-position: -1px -467px;
}

/****************** gambleCards ********************/

.gamble .card,
.gamble .card .frame,
.gamble .card .cardShadow {
    background-image: url(../Gamble/Graphics/SpriteSheets/cards.png?_t=20250304223924);
    background-repeat: no-repeat;
}

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

.gambleCardBack._CA {
    background-position: -1px -471px;
}

.gambleCardBack._DA {
    background-position: -203px -471px;
}

.gambleCardBack._HA {
    background-position: -323px -1px;
}

.gambleCardBack._JR {
    background-position: -727px -1px;
}

.gambleCardBack._SA {
    background-position: -525px -1px;
}

.gambleCardFront {
    background-position: -405px -299px;
}

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

.gamblePreviousShadow {
    background-position: -1px -979px;
}

.gamblePreviousCard .item._CA {
    background-position: -1px -769px;
}

.gamblePreviousCard .item._DA {
    background-position: -1px -839px;
}

.gamblePreviousCard .item._HA {
    background-position: -1px -909px;
}

.gamblePreviousCard .item._JR {
    background-position: -51px -839px;
}

.gamblePreviousCard .item._SA {
    background-position: -51px -769px;
}

.gamblePreviousCard .item {
    background-position: -51px -909px;
}
