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

.gambleLogo {
    position: absolute;
    top: 1px;
    left: 399px;
    width: 483px;
    height: 105px;
    background: url(../Gamble/Graphics/Images/gambleLogo.png?_t=20250304233747) no-repeat;
}

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

.gambleBalance,
.gambleWin {
    float: left;
    position: relative;
    width: 209px;
    height: 91px;
    text-align: center;
    margin-top: 26px;
}

.gambleDoubleTo {
    float: left;
    position: relative;
    width: 287px;
    height: 100%;
    text-align: center;
    margin: 0 45px;
}

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

.gambleLabel,
.gambleLabelBig {
    color: #ffc502;
    text-shadow:
        0 0 14px #000000,
        0 0 34px #000000;
}

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

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

.gambleLabelLight {
    display: block;
    width: 100%;
    text-shadow:
        0 0 14px #000,
        0 0 20px #000,
        0 0 34px #000000;
    margin-bottom: 3px;
}

.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: 209px;
    height: 50px;
    font-size: 33px;
    font-weight: bold;
    letter-spacing: 1px;
    background: url(../Gamble/Graphics/SpriteSheets/gambleFields.png?_t=20250304233747) no-repeat 0 -100px;
    padding: 18px 7px 7px;
    margin: -7px;
}

.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: #ffc502;
        text-shadow: 0 0 51px #fffe56;
    }
}

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

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        color: #ffc502;
        text-shadow: 0 0 51px #fffe56;
    }
}

.gambleValueBig {
    width: 287px;
    height: 72px;
    font-size: 53px;
    font-weight: bold;
    letter-spacing: 1px;
    background: url(../Gamble/Graphics/SpriteSheets/gambleFields.png?_t=20250304233747) no-repeat;
    padding: 16px 6px 7px;
    margin: -7px -6px;
}

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

.gambleRedBtn,
.gambleBlackBtn {
    position: absolute;
    top: 0;
    width: 284px;
    height: 52px;
    font-size: 44px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 30px;
    padding: 20px 0;
    cursor: pointer;
    z-index: 1;
}

.gambleRedBtn {
    left: 0;
    text-shadow:
        2px 2px #c1000b,
        0 0 34px #ff0000,
        0 0 34px #ff0000;
}

.gambleBlackBtn {
    right: 0;
    text-shadow:
        2px 2px #4c4c4c,
        0 0 34px #999999,
        0 0 34px #999999;
}

.gambleRedBtn:active,
.gambleBlackBtn:active {
    padding: 21px 0 19px;
}

.gambleRedBtn._disabled,
.gambleBlackBtn._disabled {
    color: #6b192a;
    text-shadow:
        1px -1px 1px #000000,
        0 -2px 1px #999999,
        0 0 2px #666666;
    padding: 20px 0;
    cursor: default;
}

.gambleBlackBtn._disabled {
    color: #101010;
}

.gambleRedBtnMask,
.gambleBlackBtnMask {
    position: absolute;
    top: 0;
    width: 284px;
    height: 92px;
    padding: 54px;
    margin: -54px;
    -webkit-animation: teaseGambleBtns 1s infinite;
    animation: teaseGambleBtns 1s infinite;
    z-index: 0;
}

.gambleRedBtnMask {
    left: 0;
    background: url(../Gamble/Graphics/SpriteSheets/gambleBtns.png?_t=20250304233747) no-repeat -397px -410px;
}

.gambleBlackBtnMask {
    right: 0;
    background: url(../Gamble/Graphics/SpriteSheets/gambleBtns.png?_t=20250304233747) no-repeat 0 -205px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

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

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

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

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

.gambleRedBtn:hover:not(.noHover) + .gambleRedBtnMask,
.gambleBlackBtn:hover:not(.noHover) + .gambleBlackBtnMask {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}

.gambleRedBtn:active + .gambleRedBtnMask {
    background: url(../Gamble/Graphics/SpriteSheets/gambleBtns.png?_t=20250304233747) no-repeat -397px -205px;
    -webkit-animation: none;
    animation: none;
}

.gambleRedBtn._disabled + .gambleRedBtnMask,
.gambleRedBtn._disabled:hover:not(.noHover) + .gambleRedBtnMask {
    background: url(../Gamble/Graphics/SpriteSheets/gambleBtns.png?_t=20250304233747) no-repeat 0 -410px;
    -webkit-filter: none;
    filter: none;
    -webkit-animation: none;
    animation: none;
}

.gambleBlackBtn:active + .gambleBlackBtnMask {
    background: url(../Gamble/Graphics/SpriteSheets/gambleBtns.png?_t=20250304233747) no-repeat;
    -webkit-animation: none;
    animation: none;
}

.gambleBlackBtn._disabled + .gambleBlackBtnMask,
.gambleBlackBtn._disabled:hover:not(.noHover) + .gambleBlackBtnMask {
    background: url(../Gamble/Graphics/SpriteSheets/gambleBtns.png?_t=20250304233747) no-repeat -397px 0;
    -webkit-filter: none;
    filter: none;
    -webkit-animation: none;
    animation: none;
}

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

.gambleHalfBtn,
.gambleCollectBtn {
    position: absolute;
    bottom: 0;
    width: 204px;
    height: 35px;
    font-size: 29px;
    color: #ffc502;
    text-shadow:
        2px 2px #9e3b3b,
        0 0 34px #ff0000,
        0 0 34px #ff0000,
        0 0 66px #ff0000,
        0 0 66px #ff0000;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 22px;
    padding: 17px 0;
    cursor: pointer;
    z-index: 1;
}

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

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

.gambleHalfBtn:active,
.gambleCollectBtn:active {
    padding: 18px 0 16px;
}

.gambleHalfBtn._disabled,
.gambleCollectBtn._disabled {
    color: #40374f;
    text-shadow:
        1px -1px 1px #000000,
        0 -2px 1px #999999,
        0 0 2px #666666;
    padding: 17px 0;
    cursor: default;
}

.gambleHalfBtnMask,
.gambleCollectBtnMask {
    position: absolute;
    bottom: 0;
    width: 204px;
    height: 69px;
    background: url(../Gamble/Graphics/SpriteSheets/gambleBtns.png?_t=20250304233747) no-repeat -482px -615px;
    padding: 16px;
    margin: -16px;
}

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

.gambleHalfBtn:active + .gambleHalfBtnMask,
.gambleCollectBtn:active + .gambleCollectBtnMask {
    background: url(../Gamble/Graphics/SpriteSheets/gambleBtns.png?_t=20250304233747) no-repeat 0 -615px;
}

.gambleHalfBtn._disabled + .gambleHalfBtnMask,
.gambleCollectBtn._disabled + .gambleCollectBtnMask,
.gambleHalfBtn._disabled:hover:not(.noHover) + .gambleHalfBtnMask,
.gambleCollectBtn._disabled:hover:not(.noHover) + .gambleCollectBtnMask {
    background: url(../Gamble/Graphics/SpriteSheets/gambleBtns.png?_t=20250304233747) no-repeat -241px -615px;
    -webkit-filter: none;
    filter: none;
}

.gambleCards {
    position: absolute;
    top: 244px;
    left: 0;
    right: 0;
    width: 276px;
    height: 401px;
    margin: 0 auto;
}

.gambleCardTeaser {
    position: relative;
    width: 192px;
    height: 281px;
    background: url(../Gamble/Graphics/SpriteSheets/cards.png?_t=20250304233747) no-repeat -201px 0;
    padding: 44px;
    margin: -44px -2px;
    -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;
    }
}

.gambleActualCard {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -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);
}

.gambleActualCard,
.gambleCardFront,
.gambleCardBack {
    position: absolute;
    top: 0;
    left: 42px;
    width: 192px;
    height: 281px;
    padding: 1px 2px 3px;
    margin: -1px -2px -3px;
}

.gambleCardRevealer {
    position: relative;
    -moz-transform: perspective(1000px);
    -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;
    background: url(../Gamble/Graphics/SpriteSheets/cards.png?_t=20250304233747) no-repeat 0px 0px;
    -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);
}

.gambleCardBack._CA {
    background: url(../Gamble/Graphics/SpriteSheets/cards.png?_t=20250304233747) no-repeat -486px 0;
}

.gambleCardBack._DA {
    background: url(../Gamble/Graphics/SpriteSheets/cards.png?_t=20250304233747) no-repeat -687px 0;
}

.gambleCardBack._HA {
    background: url(../Gamble/Graphics/SpriteSheets/cards.png?_t=20250304233747) no-repeat 0 -374px;
}

.gambleCardBack._SA {
    background: url(../Gamble/Graphics/SpriteSheets/cards.png?_t=20250304233747) no-repeat -201px -374px;
}

.gambleCardBack._JR {
    background: url(../Gamble/Graphics/SpriteSheets/cards.png?_t=20250304233747) no-repeat -402px -374px;
}

.gamblePrevious {
    position: absolute;
    bottom: 1px;
    height: 98px;
}

.gamblePreviousCard {
    float: left;
    width: 43px;
    height: 64px;
    background: url(../Gamble/Graphics/SpriteSheets/cards.png?_t=20250304233747) no-repeat -891px -374px;
    padding: 2px 2px 3px;
    margin: -2px 13px -3px -2px;
}

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

.gamblePreviousCard .item {
    position: relative;
    width: 43px;
    height: 64px;
    background: url(../Gamble/Graphics/SpriteSheets/cards.png?_t=20250304233747) no-repeat -603px -374px;
    z-index: -1;
}

.gamblePreviousCard .item._CA {
    background: url(../Gamble/Graphics/SpriteSheets/cards.png?_t=20250304233747) no-repeat -651px -374px;
}
.gamblePreviousCard .item._DA {
    background: url(../Gamble/Graphics/SpriteSheets/cards.png?_t=20250304233747) no-repeat -699px -374px;
}
.gamblePreviousCard .item._HA {
    background: url(../Gamble/Graphics/SpriteSheets/cards.png?_t=20250304233747) no-repeat -747px -374px;
}
.gamblePreviousCard .item._SA {
    background: url(../Gamble/Graphics/SpriteSheets/cards.png?_t=20250304233747) no-repeat -795px -374px;
}
.gamblePreviousCard .item._JR {
    background: url(../Gamble/Graphics/SpriteSheets/cards.png?_t=20250304233747) no-repeat -843px -374px;
}

.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: 202px;
    font-size: 28px;
    line-height: 28px;
    color: #ffc502;
    text-shadow:
        0 0 14px #000,
        0 0 34px #000;
}

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

.gambleTicker {
    bottom: 24px;
    font-size: 24px;
    line-height: 24px;
    text-shadow:
        0 0 14px #000,
        0 0 20px #000,
        0 0 34px #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 */
