.lottery_wrap {
    width: 820px;
    height: 630px;
    background-color: #000;
    position: relative;
    z-index: 0;
    display: flex;
    flex-direction: column
}

.lottery_wrap:before {
    content: '';
    /* background: #000; */
    width: 820px;
    height: 630px;
    /* left: 5px;
    top: 5px; */
    position: absolute;
    z-index: -1
}

.lottery_wrap .header {
    align-items: flex-start;
    padding: 10px 25px;
    position: relative
}

.lottery_wrap .header .func_btns>p {
    text-align: right;
    color: #3f4e8e;
    font-size: 11px
}

.lottery_wrap .header .func_btns>ul {
    justify-content: flex-end;
    margin-bottom: 25px;
}

.func_btns #btn_question {
    background: url(../../../img/powerladder_trapon/question.png) no-repeat
}

.func_btns #btn_speaker {
    background: url(../../../img/powerladder_trapon/speaker.png) no-repeat
}

.func_btns #btn_return {
    background: url(../../../img/powerladder_trapon/return.png) no-repeat
}

.lottery_wrap .header .func_btns>ul li {
    width: 43px;
    height: 43px;
}

ul.func_btns {
    display: flex;
    margin-top: 25px;
}

ul.func_btns li:not(:last-child) {
    margin-right: 5px;
}

p.time_value {
    position: relative;
    left: 210px;
    font-size: 15px;
    top: -8px;
}

.lottery_wrap p {
    color: white;
}

p.marquee {
    left: 390px;
    position: relative;
    font-size: 16px;
    top: -29px;
    letter-spacing: -3px;
}

.powerbacarat-bg {
    background: url(../../../img/powerbacarat_trapon/main_bg.png) no-repeat
}

.top-btns {
    position: absolute;
    right: 27px;
    top: 13px;
}

.btn-help {
    background: url(../../../img/powerbacarat_trapon/btn_help.png) no-repeat;
    width: 43px;
    height: 43px;
    float: left;
}

.btn-audio {
    background: url(../../../img/powerbacarat_trapon/btn_audio.png) no-repeat;
    width: 43px;
    height: 43px;
    float: left;
    margin-left: 6px;
}

.btn-return {
    background: url(../../../img/powerbacarat_trapon/btn_return.png) no-repeat;
    width: 43px;
    height: 43px;
    float: left;
    margin-left: 6px;
}

.small-div-wrapper {
    position: absolute;
    top: 248px;
    width: 570px;
    left: 140px;
    height: 43px;
    display: flex;
}

.small-div {
    width: 48px;
    height: 41px;
    background: #014920;
    border: 2px solid #76b547;
    border-radius: 3px;
    margin-right: 3px;
    font-size: 13px;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    line-height: 14px;
}

.small-div.active {
    background: #631411;
    /* background: url(../../../img/powerbacarat_trapon/check.png) no-repeat;
    background-size: 46px 40px; */
}

.text-1 {
    margin-top: 7px;
}

.text-2 {
    font-size: 15px;
}

.big-div-wrapper {
    position: absolute;
    top: 304px;
    width: 600px;
    left: 115px;
    height: 100px;
    display: flex;
}

.big-div-wrapper-2 {
    position: absolute;
    top: 387px;
    width: 600px;
    left: 115px;
    height: 100px;
    display: flex;
}

.big-div {
    width: 92px;
    height: 68px;
    background: #014920;
    border: 2px solid #76b547;
    border-radius: 10px;
    margin-right: 3px;
    font-size: 18px;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    line-height: 22px;
}

.big-div.active {
    background: #631411;
}

.text-3 {
    margin-top: 22px;
}

.text-4 {
    margin-top: 13px;
}

.cards-wrapper {
    position: absolute;
    left: 147px;
    top: 108px;
    display: flex;
}

.card {
    width: 60px;
    height: 85px;
    margin-right: 4px;
    position: absolute;
    z-index: 999;
    letter-spacing: -3px;
}

.card-back {
    background: url(../../../img/powerbacarat_trapon/card_back.png) no-repeat;
}

.card-6.card-back {
    background: url(../../../img/powerbacarat_trapon/powercard_back.png) no-repeat;
}

.card-front {
    border: 1px solid #858685;
    color: white;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    line-height: 80px;
    height: 83px;
	/* elijah 072222 */
    border-radius: 4px;
    border: 1px solid #fefefe90
}

.card-front.blue {
    /* elijah 072222 background: linear-gradient(#1b579b, #112e63); */
    background: radial-gradient(154.73% 100% at 50.82% 0%, #FBCD58 0%, #E48B21 100%);
}

.card-front.red {
    background: linear-gradient(#9b1b26, #631411);
}

.card-2 {
    left: 64px;
}

.card-3 {
    left: 128px;
}

.card-4 {
    left: 192px;
}

.card-5 {
    left: 256px;
}

.card-6 {
    left: 320px;
}

.last-result {
    position: absolute;
    top: 78px;
    width: 205px;
    height: 104px;
    right: 33px;
    padding: 12px 10px;
}

.result-row {
    display: flex;
    margin-bottom: 12px;
}

.circle-round {
    width: 48px;
    height: 28px;
    background: linear-gradient(#565656, #020202);
    border-radius: 20px;
    border: 1px solid #000;
    text-align: center;
    line-height: 13px;
}

.circle-number {
    width: 22px;
    height: 24px;
    border-radius: 12px;
    margin-left: 2px;
    font-size: 14px;
    color: white;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
}

.circle-color-black {
    background: linear-gradient(#696969, #353535);
    border: 1px solid #000;
}

.circle-color-blue {
    background: linear-gradient(#4182c7, #2358a7);
    border: 1px solid #1a4d7d;
}

.circle-color-red {
    background: linear-gradient(#e6523a, #c72e1a);
    border: 1px solid #861b10;
}

.circle-color-yellow {
    background: linear-gradient(#ffbf00, #c87400);
    border: 1px solid #794900;
}

.text-5 {
    margin-top: 1px;
    color: white;
}

.text-6 {
    font-size: 10px;
}

.progress-bacarat-wrapper {
    position: absolute;
    bottom: 32px;
    width: 384px;
    height: 51px;
    left: 218px;
}

.progress-bacarat {
    border-radius: 0px !important;
    background-color: #003306 !important;
    height: 51px !important;
}

.progress-bar-bacarat {
    background-color: #713900 !important;
}

.progress-bar-bacarat {
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
    background-size: 30px 30px !important;
}

.progress-bacarat span.progressbar-back-text,
.progress-bacarat span.progressbar-front-text {
    color: white !important;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 47px;
    letter-spacing: -1px;
}

.ani_gradient_bg {
    z-index: 990;
    position: absolute;
    left: -147px;
    top: -108px;
    width: 820px;
    height: 630px;
    background-color: #0707077a;
    /* background-image: radial-gradient(circle, #fff700bd 1%, #c68f14c7 12%, #07070780 40% ); */
    background-image: radial-gradient(circle, #fff708db 7%, #c68f14bd 18%, #4a3f1e4f 31%);
}

.ani_bg_dark {
    z-index: 991;
    position: absolute;
    left: -147px;
    top: -108px;
    width: 820px;
    height: 630px;
    background-color: #0707077a;
}

.hidden {
    display: none;
}

.card-front.card-big-font {
    font-size: 100px;
    line-height: 155px;
}

.card-back {
    font-size: 0px !important;
    line-height: 5px;
}

/* 1 st card animation */
.card-1.animate {
    z-index: 1000;
    animation: animated_card_1 1s 1;
    -moz-animation: animated_card_1 1s 1;
    -webkit-animation: animated_card_1 1s 1;
    -o-animation: animated_card_1 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

@keyframes animated_card_1 {
    0% {
        top: 0px;
        left: 0px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

@-webkit-keyframes animated_card_1 {
    0% {
        top: 0px;
        left: 0px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

@-moz-keyframes animated_card_1 {
    0% {
        top: 0px;
        left: 0px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

@-o-keyframes animated_card_1 {
    0% {
        top: 0px;
        left: 0px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

.card-1.animate_back {
    z-index: 1000;
    animation: animated_card_1_back 1s 1;
    -moz-animation: animated_card_1_back 1s 1;
    -webkit-animation: animated_card_1_back 1s 1;
    -o-animation: animated_card_1_back 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

@keyframes animated_card_1_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

@-webkit-keyframes animated_card_1_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

@-moz-keyframes animated_card_1_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

@-o-keyframes animated_card_1_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

/************** 2 nd card animation ***********************/
.card-2.animate {
    z-index: 1000;
    animation: animated_card_2 1s 1;
    -moz-animation: animated_card_2 1s 1;
    -webkit-animation: animated_card_2 1s 1;
    -o-animation: animated_card_2 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

@keyframes animated_card_2 {
    0% {
        top: 0px;
        left: 64px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

@-webkit-keyframes animated_card_2 {
    0% {
        top: 0px;
        left: 64px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

@-moz-keyframes animated_card_2 {
    0% {
        top: 0px;
        left: 64px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

@-o-keyframes animated_card_2 {
    0% {
        top: 0px;
        left: 64px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

.card-2.animate_back {
    z-index: 1000;
    animation: animated_card_2_back 1s 1;
    -moz-animation: animated_card_2_back 1s 1;
    -webkit-animation: animated_card_2_back 1s 1;
    -o-animation: animated_card_2_back 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

@keyframes animated_card_2_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 64px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

@-webkit-keyframes animated_card_2_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 64px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

@-moz-keyframes animated_card_2_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 64px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

@-o-keyframes animated_card_2_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 64px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

/************** 3 rd card animation ***********************/
.card-3.animate {
    z-index: 1000;
    animation: animated_card_3 1s 1;
    -moz-animation: animated_card_3 1s 1;
    -webkit-animation: animated_card_3 1s 1;
    -o-animation: animated_card_3 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

@keyframes animated_card_3 {
    0% {
        top: 0px;
        left: 128px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

@-webkit-keyframes animated_card_3 {
    0% {
        top: 0px;
        left: 128px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

@-moz-keyframes animated_card_3 {
    0% {
        top: 0px;
        left: 128px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

@-o-keyframes animated_card_3 {
    0% {
        top: 0px;
        left: 128px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

.card-3.animate_back {
    z-index: 1000;
    animation: animated_card_3_back 1s 1;
    -moz-animation: animated_card_3_back 1s 1;
    -webkit-animation: animated_card_3_back 1s 1;
    -o-animation: animated_card_3_back 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

@keyframes animated_card_3_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 128px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

@-webkit-keyframes animated_card_3_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 128px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

@-moz-keyframes animated_card_3_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 128px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

@-o-keyframes animated_card_3_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 128px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

/************** 4 card animation ***********************/
.card-4.animate {
    z-index: 1000;
    animation: animated_card_4 1s 1;
    -moz-animation: animated_card_4 1s 1;
    -webkit-animation: animated_card_4 1s 1;
    -o-animation: animated_card_4 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

@keyframes animated_card_4 {
    0% {
        top: 0px;
        left: 192px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

@-webkit-keyframes animated_card_4 {
    0% {
        top: 0px;
        left: 192px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

@-moz-keyframes animated_card_4 {
    0% {
        top: 0px;
        left: 192px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

@-o-keyframes animated_card_4 {
    0% {
        top: 0px;
        left: 192px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

.card-4.animate_back {
    z-index: 1000;
    animation: animated_card_4_back 1s 1;
    -moz-animation: animated_card_4_back 1s 1;
    -webkit-animation: animated_card_4_back 1s 1;
    -o-animation: animated_card_4_back 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

@keyframes animated_card_4_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 192px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

@-webkit-keyframes animated_card_4_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 192px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

@-moz-keyframes animated_card_4_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 192px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

@-o-keyframes animated_card_4_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 192px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

/************** 5 card animation ***********************/
.card-5.animate {
    z-index: 1000;
    animation: animated_card_5 1s 1;
    -moz-animation: animated_card_5 1s 1;
    -webkit-animation: animated_card_5 1s 1;
    -o-animation: animated_card_5 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

@keyframes animated_card_5 {
    0% {
        top: 0px;
        left: 256px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

@-webkit-keyframes animated_card_5 {
    0% {
        top: 0px;
        left: 256px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

@-moz-keyframes animated_card_5 {
    0% {
        top: 0px;
        left: 256px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

@-o-keyframes animated_card_5 {
    0% {
        top: 0px;
        left: 256px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

.card-5.animate_back {
    z-index: 1000;
    animation: animated_card_5_back 1s 1;
    -moz-animation: animated_card_5_back 1s 1;
    -webkit-animation: animated_card_5_back 1s 1;
    -o-animation: animated_card_5_back 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

@keyframes animated_card_5_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 256px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

@-webkit-keyframes animated_card_5_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 256px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

@-moz-keyframes animated_card_5_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 256px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

@-o-keyframes animated_card_5_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 256px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

/************** 6 card animation ***********************/
.card-6.animate {
    z-index: 1000;
    animation: animated_card_6 1s 1;
    -moz-animation: animated_card_6 1s 1;
    -webkit-animation: animated_card_6 1s 1;
    -o-animation: animated_card_6 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

@keyframes animated_card_6 {
    0% {
        top: 0px;
        left: 320px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

@-webkit-keyframes animated_card_6 {
    0% {
        top: 0px;
        left: 320px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

@-moz-keyframes animated_card_6 {
    0% {
        top: 0px;
        left: 320px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

@-o-keyframes animated_card_6 {
    0% {
        top: 0px;
        left: 320px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 60px 85px;
    }

    100% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
    }
}

.card-6.animate_back {
    z-index: 1000;
    animation: animated_card_6_back 1s 1;
    -moz-animation: animated_card_6_back 1s 1;
    -webkit-animation: animated_card_6_back 1s 1;
    -o-animation: animated_card_6_back 1s 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
}

@keyframes animated_card_6_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 320px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

@-webkit-keyframes animated_card_6_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 320px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

@-moz-keyframes animated_card_6_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 320px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}

@-o-keyframes animated_card_6_back {
    0% {
        top: 140px;
        left: 200px;
        width: 120px;
        height: 170px;
        background-size: 120px 170px;
        font-size: 100px;
        line-height: 155px;
    }

    50% {
        top: 140px;
        left: 200px;
        width: 60px;
        height: 83px;
        background-size: 60px 85px;
        font-size: 50px;
        line-height: 80px;
    }

    100% {
        top: 0px;
        left: 320px;
        width: 60px;
        height: 83px;
        font-size: 50px;
        line-height: 80px;
    }
}


.last-result {
    overflow-x: hidden;
    overflow-y: auto;
}

#recent_result::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

#recent_result::-webkit-scrollbar-thumb {
    background-color: #046d34;
}

.ly_share,
.ly_game_tip {
    top: 45px;
    right: 54px;
    padding: 20px 30px;
}

.ly_share,
.ly_game_tip {
    display: none;
    position: absolute;
    z-index: 2;
    border: 3px solid #fff;
    border-radius: 16px;
    background: rgba(20, 25, 36, .9);
    font-family: Roboto;
    text-align: left;
    color: #fff;
    padding: 20px;
    max-width: 400px;
    z-index: 99999;
}

.ly_share.on,
.ly_game_tip.on {
    display: block;
}

.ly_share .tit {
    color: #fff;
    font-size: 16px;
}

.ly_share .source {
    background: #fff;
    margin-top: 7px;
    margin-bottom: 10px;
}

.ly_share .source>textarea {
    width: 100%;
    height: 60px;
    padding: 7px;
    border: 0;
    box-sizing: border-box;
    font-size: 11px;
    background-color: #fff;
}

.ly_game_tip {
    max-width: 500px;
    top: 45px;
    right: 17px;
}

.ly_game_tip .tit {
    font-size: 16px;
    font-weight: 700;
}

.ly_game_tip .tit,
.ly_game_tip .sub_tit {
    color: #fff;
    margin-bottom: 5px;
}

.ly_game_tip>p:not(:nth-last-of-type(1)),
.ly_share>p:not(:nth-last-of-type(1)) {
    margin-bottom: 8px;
}

.ly_game_tip p {
    font-size: 11px;
    font-weight: 100;
    color: #a4b3c6;
    line-height: 15px;
    margin-bottom: 15px;
}

.ly_game_tip .sub_tit {
    font-size: 12px;
    font-weight: 700;
}

.ly_game_tip .tit,
.ly_game_tip .sub_tit {
    color: #fff;
    margin-bottom: 5px;
}

.ly_game_tip .sub_tit,
.ly_share .sub_tit {
    margin: 10px 0 8px;
}

.ly_game_tip .game_notice {
    font-weight: 400;
    color: #c0ff00;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}


.ly_share .close,
.ly_game_tip .close {
    opacity: 0.5;
    color: white;
}


.btn-audio.no-audio {
    background: url(../../../img/powerball_trapon/speaker-no.png) no-repeat !important;
    background-size: cover !important;
}