/* GAMBLE START */
.gamble {
    position: absolute;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../Gamble/Graphics/Images/background.jpg?_t=20250304205548) no-repeat;
    -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 {
    top: -720px;
}

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

.gambleLogo {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../Gamble/Graphics/Images/logo.png?_t=20250304205548) no-repeat;
    width: 243px;
    height: 49px;
}

.gambleBalance,
.gambleWin {
    position: absolute;
    left: 0;
    right: auto;
    width: 260px;
    height: 112px;
    text-align: center;
    margin-top: 21px;
}

.gambleWin {
    left: auto;
    right: 0;
}

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

.gambleLabel,
.gambleLabelBig {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 1;
}

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

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

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

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

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

.gambleValue {
    width: 260px;
    height: 112px;
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 1px;
    box-sizing: border-box;
    padding-top: 35px;
    bottom: 0;
}

.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.25);
        transform: scale(1.25);
        color: #ffff00;
        text-shadow: 0 0 33px #fff;
    }
}

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

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

.gambleValueBig {
    width: 336px;
    height: 132px;
    font-size: 53px;
    font-weight: bold;
    letter-spacing: 1px;
    box-sizing: border-box;
    padding-top: 33px;
    bottom: 0;
}

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

.gambleRedBtn,
.gambleBlackBtn {
    position: absolute;
    top: 0;
    width: 280px;
    height: 88px;
    line-height: 88px;
    font-size: 45px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    z-index: 2;
}

.gambleRedBtn,
.gambleRedBtnMask {
    left: 0;
}

.gambleBlackBtn,
.gambleBlackBtnMask {
    right: 0;
}

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

.gambleRedBtn._disabled,
.gambleBlackBtn._disabled,
.gambleRedBtn._disabled:hover:not(.noHover),
.gambleBlackBtn._disabled:hover:not(.noHover) {
    margin-right: 0;
    line-height: 88px;
    -webkit-filter: brightness(0.6) grayscale(1);
    filter: brightness(0.6) grayscale(1);
    cursor: default;
}

.gambleRedBtnMask,
.gambleBlackBtnMask {
    position: absolute;
    top: 0;
    width: 280px;
    height: 88px;
    background: none !important;
    z-index: 1;
}

.button .content,
.button .glow {
    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 .glow {
    width: 444px;
    height: 256px;
    left: -82px;
    top: -84px;
    z-index: 1;
    opacity: 0;
}

.button .glow {
    -webkit-animation: teaseGambleBtnsGlow 1s infinite;
    animation: teaseGambleBtnsGlow 1s infinite;
}

.button.gambleBlackBtnMask .glow {
    -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.8);
        filter: brightness(1.8);
    }
}

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

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

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

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

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

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

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

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

.gambleRedBtn:hover:not(.noHover) + .gambleRedBtnMask .glow,
.gambleRedBtn:active + .gambleRedBtnMask .glow,
.gambleBlackBtn:hover:not(.noHover) + .gambleBlackBtnMask .glow,
.gambleBlackBtn:active + .gambleBlackBtnMask .glow {
    -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;
}

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

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

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

.gambleHalfBtn,
.gambleCollectBtn {
    position: absolute;
    bottom: 0;
    width: 204px;
    height: 68px;
    line-height: 68px;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    text-shadow: 1px 1px 1px #fff;
    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: 0;
    width: 204px;
    height: 68px;
    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: 73px;
}

.gambleHalfBtn,
.gambleHalfBtnMask {
    left: 84px;
}

.gambleCollectBtn,
.gambleCollectBtnMask {
    right: 84px;
}

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

.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);
}

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

.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;
    left: 0;
    right: 0;
    width: 192px;
    height: 281px;
    margin: auto;
}

.gambleCardFrame {
    z-index: 2;
}

.gambleCardTeaser {
    position: absolute;
    top: -37px;
    left: 8px;
    width: 268px;
    height: 356px;
    margin: auto;
    -webkit-animation: glow 3s infinite;
    animation: glow 3s infinite;
}

@-webkit-keyframes glow {
    0%,
    100% {
        opacity: 0.5;
    }
    25%,
    75% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes glow {
    0%,
    100% {
        opacity: 0.5;
    }
    25%,
    75% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
}

.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: 105px;
    margin: 0 7px;
}

.gamblePrevious .gambleLabel {
    display: block;
    width: 100%;
    line-height: 27px;
    color: #fff;
    text-shadow: 0 0 1px #000;
    margin-top: 0;
}

.gamblePreviousCard {
    position: relative;
    top: 4px;
    float: left;
    width: 44px;
    height: 65px;
    margin: 0 6px;
    filter: drop-shadow(0 0 4px #000);
}

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

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

.gamblePreviousCard .item {
    width: 44px;
    height: 65px;
}

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

.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: 192px;
    font-size: 28px;
    line-height: 28px;
    color: #fff;
    text-shadow: 0 0 2px #000;
}

.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 .glow,
.gamble .button .content {
    background-image: url(../Gamble/Graphics/SpriteSheets/btns.png?_t=20250304205548);
    background-repeat: no-repeat;
}

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

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

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

.gambleRedBtnMask .glow,
.gambleBlackBtnMask .glow {
    background-position: -1px -1px;
}

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

.gambleRedBtn:active + .gambleRedBtnMask .content {
    background-position: -1px -439px;
}

.gambleHalfBtn + .gambleHalfBtnMask .content,
.gambleHalfBtn._disabled + .gambleHalfBtnMask .content,
.gambleHalfBtn._disabled:active + .gambleHalfBtnMask .content,
.gambleCollectBtn + .gambleCollectBtnMask .content,
.gambleCollectBtn._disabled + .gambleCollectBtnMask .content,
.gambleCollectBtn._disabled:active + .gambleCollectBtnMask .content {
    background-position: -283px -329px;
}

.gambleHalfBtn:active + .gambleHalfBtnMask .content,
.gambleCollectBtn:active + .gambleCollectBtnMask .content {
    background-position: -283px -259px;
}

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

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

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

.gambleValue {
    background-position: -1px -135px;
}

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

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

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

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

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

.gambleCardBack._DA {
    background-position: -1px -642px;
}

.gambleCardBack._HA {
    background-position: -195px -359px;
}

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

.gambleCardBack._SA {
    background-position: -195px -642px;
}

.gambleCardFront {
    background-position: -465px -1px;
}

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

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

.gamblePreviousCard .item._DA {
    background-position: -47px -925px;
}

.gamblePreviousCard .item._HA {
    background-position: -93px -925px;
}

.gamblePreviousCard .item._JR {
    background-position: -185px -925px;
}

.gamblePreviousCard .item._SA {
    background-position: -139px -925px;
}

.gamblePreviousCard .item {
    background-position: -231px -925px;
}
