/* @font-face {
    font-family: 'Recipekorea';
    src: url("/assets/frontend/fonts/Recipekorea.ttf");
} */

.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/powerball_trapon/question.png") no-repeat;
    background-size: contain;
}

.func_btns #btn_speaker {
    background: url("../../../img/powerball_trapon/speaker.png") no-repeat;
    background-size: contain;
}

.func_btns #btn_return {
    background: url("../../../img/powerball_trapon/return.png") no-repeat;
    background-size: contain;
}
.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: 14px;
    top: -29px;
    letter-spacing: -2px;
}

div.contents .side.left {
    margin-left: 25px;
}

div.contents side.right {
    margin-right: 25px;
}

.hidden {
    display: none;
}

div.powerball_board {
    position: absolute;
    left: 30px;
    bottom: 280px;
    z-index: 100;

    width: 340px;
    float: left;
}

.powerball-lms{
    position: absolute;
    left: 370px;
    bottom: 270px;
    z-index: 100;

    width: 120px;
    float: left;
}
div.powerball_board .powerball_1 {
    position: relative;
    text-align: center;
    z-index: 99;
}
div.powerball_board .powerball_2 {
    position: relative;
    text-align: center;
    top: 10px;
    z-index: 99;
}
div.powerball_board .powerball_3 {
    position: relative;
    text-align: center;
    top: 20px;
    z-index: 99;
}
div.powerball_board .powerball_4 {
    position: relative;
    text-align: center;
    top: 30px;
    z-index: 99;
}
div.powerball_board .powerball_lms {
    position: relative;
    top: 130px;
    display: flex;
    margin-left: 23px;
    margin-right: 22px;
}

div.powerball_board .powerball_lms > .powerball_l,
div.powerball_board .powerball_lms > .powerball_m,
div.powerball_board .powerball_lms > .powerball_s {
    flex: 1;
}

div.inprogress_wrap .progress {
    margin-top: -19px;
    margin-left: 25px;
    margin-right: 25px;
    background-color: #2b2015;
    height: 25px;
    margin-bottom: 10px;
    border-radius: 0 !important;
}
.left-progress {
    position: absolute;
    width: calc(40% - 15px);
    top: 3px;
    right: 60%;
}
.right-progress {
    position: absolute;
    width: calc(40% - 15px);
    top: 3px;
    left: 60%;
}
.half-progress {
    height: 25px !important;
    /* border-radius: 12px !important; */
    margin-bottom: 0 !important;
    background-color: #262b42 !important;
    /* border: 1px solid #67472d; */
    color: white;
}
.left-progress > .half-progress{
    border-top-left-radius: 12px!important;
    border-bottom-left-radius: 12px!important;
}
.right-progress > .half-progress{
    border-top-right-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
}

.powerball_board img {
    z-index: 1;
}
.progress-bar-grey {
    background-color: #898989 !important;
}
.lms-progress {
    height: 25px !important;
    /* border-radius: 0 !important; */
    margin-bottom: 0 !important;
    position: absolute !important;
    top: 10px;
    width: calc(100% - 30px);
    left: 45px;
    background-color: #262b42 !important;
    /* border: 1px solid #67472d; */
    color: white;
    z-index: 0;
    border-top-right-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
}
.powerball_l{
    position: relative;    
    z-index: 99;
}
.powerball_m{
    position: relative;
    top: 10px;
    z-index: 99;
}
.powerball_s {
    position: relative;
    top: 20px;
    z-index: 99;
}
.side.left .progressbar-front-text {
    line-height: 23px !important;
}

.side.left .progress .progressbar-back-text {
    line-height: 23px !important;
}

.side.left .progress-striped .progress-bar,
.side.left .progress-striped .progress-bar-striped {
    background-image: linear-gradient(45deg, 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: 15px 15px!important;
}

.progress-bar-primary {
    background-color: #2d49f8!important;
}

.progress-bar-warning {
    background-color: #d59930!important;
}

.progress-bar-danger {
    background-color: #fd1415!important;
}
.bg-img {
    position: absolute;
    right: 25px;
    bottom: 15px;
    width: 255px;
    height: 444px;
    z-index: -1;
}
.side.left {
    width: 500px;
    height: 447px;
    float: left;
    border: 3px solid #292a3b;
    border-radius: 8px;
    background-color: #040511;
}
.side.right {
    width: 255px;
    height: 447px;
    float: right;
    margin-right: 25px;
    border: 3px solid #5d5b6a;
    border-radius: 10px;
    background-color: #040511;
}
.scroll-wrapper {
    padding: 0 18px 18px 10px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 315px;
    margin-top: 35px;
    margin-right: 10px;
}
#last_result_wrapper::-webkit-scrollbar {
    width: 18px;
    background: transparent;
}

#last_result_wrapper::-webkit-scrollbar-thumb {
    background-color: #3c4b6d;
    border-radius: 12px!important;
}
.round-container {
    width: 210px;
    margin-bottom: 8px;
}
.round-header {
    background-color: #3c4b6d;
    height: 30px;
    line-height: 30px;
    color: white;
    text-align: center;
    font-size: 14px;
}
.round-content {
    background-color: #171723;
    height: 68px;
    padding: 8px 13px 0;
    position: relative;
}
.round-content .result-order {
    position: absolute;
    left: 15px;
    top: -10px;
    font-size: .8rem;
    background-color: #ecdb1a;
    border: 1px solid #000;
    /* border-radius: 50%; */
    border-radius: 3px;
    height: 15px;
    width: 15px;
    line-height: 12px;
    color: #000;
    font-weight: 700
}

.color-grey {
    color: #aca9a5;
}
.circle {
    position: relative;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 11px;
    font-size: 13px;
    color: white;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 4px;
    /* letter-spacing: -2px; */
}

.rect {
    position: relative;
    width: 23px;
    height: 24px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 13px;
    color: white;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 4px;
    margin-right: 4px;
    border-radius: 3px;
    margin-top: 4px;
}
.circle-red {
    /* background-color: #f13c29; */
    background-image: linear-gradient(#ff5c3d, #dd322d);
}
.circle-blue {
    /* background-color: #4cb8d3; */
    background-image: linear-gradient(#48abff, #0c4bda);
}
.circle-green {
    /* background-color: #6bb83d; */
    background-image: linear-gradient(#9ce48b, #35af37);
}
.circle-yellow {
    background-color: #f9ba25;
    background-image: linear-gradient(#feca62, #de672a);
}
.circle-grey {
    /* background-color: #575757; */
    background-image: linear-gradient(#7a7a7a, #101010);
    border: 2px solid #cead01;
    line-height: 18px!important;
}
.circle-black {
    background-color: #575757;
}
.sm-circle {
    position: relative;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 11px;
    font-size: 13px;
    color: white;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 4px;
    margin-right: 4px;
}
.badge {
    position: absolute;
    top: -5px;
    right: -2px;
    display: inline-block;
    padding: 1px 2px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #42423e;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #f5c44f;
    border-radius: 8px;
    border: 1px solid #7d6e6e;
}

.total-progress1 {
    transition: width 300s cubic-bezier(0, 0, 1, 1) !important;
}
.progressbar-back-text {
    z-index: 5;
}
.progress span.progressbar-back-text,
.progress span.progressbar-front-text {
    color: white!important;
    font-size: 14px!important;
    /* font-weight: 700; */
    line-height: 23px;
    letter-spacing: -1px;
    left: 0px;
}
/* .side.left .progress-bar,.total-progress{
    transition:none !important;
} */

.left-progress span.progressbar-back-text,
.left-progress span.progressbar-front-text {
    text-align: left!important;
    margin-left: 10px !important;
}

.right-progress span.progressbar-front-text {
    text-align: right!important;
    margin-right: 10px !important;
}

.right-progress span.progressbar-back-text {
    width: 90%!important;
    text-align: right!important;
}

.side.left .powerball_board span.progressbar-front-text {
    display: none;
}

.side.left .powerball_board span.progressbar-back-text {
    z-index: 9;
}
.lottery_wrap .contents .powerball_board_ani {
    width: 332px;
    height: 324px;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: absolute;
    left: 111px;
    bottom: 90px;
}
#result_board {
    position: relative;
    width: 332px;
    height: 324px;
    overflow: hidden;
}
.full_size {
    position: absolute;
    top: 0px;
    left: -12px;
    width: 351px;
    height: 200px;
    z-index: 1;
    /* position: absolute;
    top: 0;
    left: 0;
    width: 332px;
    height: 324px; */
}
/* .full_size {
    position: absolute;
    top: 58px;
    left: 33px;
    width: 266px;
    height: 266px
} */
.result-balls {
    width: 260px;
    height: 40px;
    bottom: 126px;
    left: 146px;
    position: absolute;
    font-size: 22px;
    letter-spacing: -3px;
    color: white;
    font-weight: 800;
    z-index: 201;
}

.result-ball {
    width: 35px;
    height: 35px;
    /* background: black; */
    border-radius: 50%;
    /* border: 1px solid #e2e2e2; */
    margin: 4px;
    float: left;
}


span.ball {
    position: relative;
    /* width: 39px;
    height: 38px; */
    /* display: inline-block; */
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 20px;
    line-height: 30px;
    padding-right: 7px;
    padding-left: 3px;
    padding-bottom: 3px;
}
span.ball-blue {
    /* background: linear-gradient(#4cbbf9,#037cb5); */
    background-image: linear-gradient(#48abff, #0c4bda);
    border: 1px solid #205461;
}
span.ball-yellow {
    /* background: linear-gradient(#fdce29,#997801); */
    background-image: linear-gradient(#feca62, #de672a);
    border: 1px solid #736121;
}
span.ball-green {
    /* background: linear-gradient(#80c43f,#408202); */
    background-image: linear-gradient(#9ce48b, #35af37);
    border: 1px solid #31542d;
}
span.ball-red {
    /* background: linear-gradient(#e34d36,#ad0403); */
    background-image: linear-gradient(#ff5c3d, #dd322d);
    border: 1px solid #7a1b0e;
}
span.ball-black {
    background-image: linear-gradient(#7a7a7a, #101010);
    border: 2px solid #cead01;
    /* background: linear-gradient(#7a7a7a,#212121); */
    /* border: 1px solid #0f1010; */
    line-height: 28px;
}
span.ball-dark {
    background: linear-gradient(#7a7a7a,#212121);
    border: 1px solid #0f1010;
}

#sprite-result-ball-effect {
    position: absolute;
    bottom: 86px;
    left: 104px;
    width: 124px;
    height: 124px;
    z-index: 300;
}
.dlg-ball {
    position: relative;
    width: 35px;
    height: 35px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 20px;
    line-height: 33px;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    border: 1px solid #e2e2e2;
    margin-right: 6px;
    float: left;
    font-size: 22px;
    letter-spacing: 0px;
    color: white;
    font-weight: 800;
}
.result-board-pc{
    width: 284px;
    height: 50px;
    position: absolute;
    left: 134px;
    /* bottom: 209px; */
    bottom: 120px;
    /* z-index: 201; */
}
.row-powerball {
    position: absolute;
    left: 285px;
    bottom: 325px;
    z-index: 405;
}
.row-sum {
    position: absolute;
    left: 240px;
    bottom: 252px;
    z-index: 405;
}
.result-dlg-round {
    position: absolute;
    left: 234px;
    bottom: 388px;
    color: white;
    font-size: 23px;
    font-weight: 800;
    z-index: 405;
}

.btn-pattern-view {
    position: absolute;
    right: 39px;
    top: 188px;
    padding: 5px 12px;
    border-radius: 12px;
    color: white;
    font-size: 13px;
}
.btn-pattern-view:focus {
    outline: none;
}

.circle-blue-1 {
    background-image: linear-gradient(#2785aa, #0d6978);
}

.pattern-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;    
    background: #101010;
    overflow: hidden;
    border-top:3px solid #a7a7a7;
    z-index: 9999999;
}

.pattern-wrapper .close{
    color:#bdbdbd;
    float:right;
    margin-right:15px;
    font-size:34px;
    padding:0px 12px;
}



.nav-tabs.nav-justified>.active>a {
    /* elijah 08042022 border-radius: 0px !important; */ border-radius: 8px !important;
    color:white;
    /* elijah 08042022 add */
    padding: 12px;
    background: #BE0625;
    margin: 12px;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 0px solid #ddd;
}
.nav-tabs.nav-justified li>a {
    border-radius: 0px !important;
    border-color: transparent;
    color:#6c6c6c;
    font-size:16px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ddd;
    cursor: default;
    /* elijah 08042022 background-color: #101010; */ background-color: #BE0625;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #101010;
}

.nav-tabs.nav-justified {
    /* elijah 08042022 padding: 0px 84px 0px 56px; */
}


.oddeven-title {
    padding: 10px 20px;
    display: flow-root;
    /* elijah 08042022 background: #393939; */
}


#powerball_oddeven .odd-even {
    float: left;
    display: table;
}
.odd-even > .odd, .odd-even > .even, .plop-broken > .plop, .plop-broken > .broken {
    display: table-cell;
    width: 50%;
}

.ball-lms>.ball_lms
{
    display: table-cell;
    width: 33%;
}

.text-green {
    color: green !important;
}

span.bg-green {
    background: #27ae60;
    background-image: linear-gradient(#9ce48b, #35af37);
    color: white;
}

span.bg-blue {
    background: #3498db;
    color: white;
}
span.circle > p {
    margin-bottom: 0px;
    /* elijah 08042022 width: 24px; */ width: 28px;
    /* elijah 08042022 height: 16px; */ height: 20px;
    text-align: center;
}
span.odd-result, span.even-result, span.plop-result, span.broken-result {
    margin-left: 8px;
    color:#ddd;
}
span.bg-red {
    background: #e74c3c;
    color: white;
}
#powerball_oddeven .plop-broken {
    float: right;
}
span.bg-violet {
    background: #af28c7;
    color: white;
}
span.bg-black {
    background: #000000;
    color: white;
}

.pattern-wrapper span.circle {
    padding: 5px 1px;
    /* elijah 08042022 border-radius: 16px; */
    border-radius: 8px;
    height: 32px;
    width: 32px;
    line-height: 22px;
    text-align: center;
    /*  */
    font-weight: bold;
    display: inline-block;
    /* elijah 08042022 line-height:20px; */
    letter-spacing: -1px;
    margin-bottom:0px;
}
.oddeven-result {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}

.table-hover>tbody>tr:hover {
    background-color: #151515;
}

td.odd {
    color: #3498db;
}
td.even {
    color: #e74c3c;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid transparent;
    text-align: center;
}

.oddeven-result {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}

.bottom-btns{
    position: absolute;
    right: 51px;
    bottom: 25px;
}


.btn-view{
    padding: 12px 18px;
    margin-right: 4px;
    /* background-image: linear-gradient(#635f5b, #2b1f12); */
    background-color: #3b4c6c;
    border-radius: 12px;
    color: white;
    border: 1px solid #242424;
    font-size: 13px;
}

.btn-view:focus{
    outline: none;
}

.ball-animation {
    width: 100%;
    height: 250px;
}
.bottom-mark {
    position: absolute;
    color: #a9a4a4;
    text-align: center;
    width: 340px;
    bottom: 25px;
    font-size: 13px;
    z-index: 5;
}

.left-progress .progress-bar.radius{
    border-top-left-radius: 12px!important;
    border-bottom-left-radius: 12px!important;
}

.right-progress .progress-bar.radius{
    border-top-right-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
}

.lms-progress .progress-bar.radius{
    border-top-right-radius: 12px!important;
    border-bottom-right-radius: 12px!important;
}
.left-progress .progressbar-back-text{
    margin-left: 0px!important;
}

.round-result-title{
    position: relative;
    top: 20px;
    left: 20px;
    font-size: 16px;
    color: #8acdb4;
    font-weight: bold;
    border-left: 4px solid;
    padding-left: 10px;
}

.lms-progress .progressbar-back-text{
    text-align: right!important;
    padding-right: 10px;
}

.lms-progress .progressbar-front-text{
    display: none!important;
}

/* .ball-animation{
    background: url("../../../img/powerball_trapon/left_back.png") no-repeat;
} */

.rect > p{
    letter-spacing: -4px;
    width: 23px;
    margin-left: -2px;
}

table.table-result > tbody > tr:nth-child(7) > td,
table.table-result > tbody > tr:nth-child(8) > td{
    color: white;
}

table.table-result > tbody > tr > td{
    vertical-align: middle;
    height: 34px;
    font-size: 14px;
}

img.back-ani{
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: 2;
}

#sprite_effect{
    width: 480px;
    /* height: 430px; */
    height: 269px;
    position: absolute;
    top: 178px;
    left: 35px;
    z-index: 2;
}

#main_effect, #main_backline{
    width: 480px;
    height: 240px;
    position: absolute;
    top: 178px;
    left: 35px;
}

#main_backline{
    opacity: 0.05;
    z-index: 0;
}
.full_size_ {
    position: absolute;
    top: -10px;
    left: -12px;
    width: 351px;
    height: 200px;
    z-index: 1;
}

img.main-ani{
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
}

.main-wrapper{
    width: 260px;
    height: 260px;
    position: absolute;
    left: 143px;
    top: 175px;
    z-index: 200;
    opacity: 1;
}

.count-text{
    width: 200px;
    position: absolute;
    left: 175px;
    top: 280px;
    z-index: 200;
    text-align: center;
    line-height: 1.6em;
    color: #fff;
    font-family: 'Recipekorea';
    font-size: 18px;
}
.count-text > strong {
    font-size: 22px;
}
.count-text > p {
    color: #aaa;
}

.lightning {
    position: absolute;
    top: 200px;
    left: 100px;
    width: 351px;
    height: 190px;
    z-index: 3;
}

img.powerball_box{
    z-index: 10;
}

.ball-ani {
    position: absolute;
    top: 190px;
    left: 130px;
    width: 290px;
    height: 220px;
    z-index: 5;
}

.sprite-balls {
    position: absolute;
    top: 214px;
    left: 177px;
    width: 180px;
    height: 180px;
    z-index: 5;
}
.ball-stick {
    position: absolute;
    top: 175px;
    left: 100px;
    width: 351px;
    height: 220px;
    z-index: 4;
    opacity: 0.7;
}

.powerball-stick {
    position: absolute;
    top: 200px;
    left: 100px;
    width: 351px;
    height: 200px;
    z-index: 4;
}

#ball-result1{
    /* bottom: 217px; */
    bottom: 128px;
    left: 150px;
    z-index: 300;
}
#ball-result2{
    /* bottom: 217px; */
    bottom: 128px;
    left: 193px;
    z-index: 300;
}
#ball-result3{
    /* bottom: 217px; */
    bottom: 128px;
    left: 236px;
    z-index: 300;
}
#ball-result4{
    /* bottom: 217px; */
    bottom: 128px;
    left: 279px;
    z-index: 300;
}
#ball-result5{
    /* bottom: 217px; */
    bottom: 128px;
    left: 322px;
    z-index: 300;
}

.result-nball{
    position: absolute;
    font-size: 28px;
    letter-spacing: -5px;
    color: white;
    font-weight: 800;
    z-index: 300;
}

img.result-ball-img{
    width: 32px;
    height: 32px;
}
.result-ball-effect{
    width: 120px;
    height: 120px;
    position: absolute;
    font-size: 28px;
    letter-spacing: -5px;
    color: white;
    font-weight: 800;
    z-index: 300;
}
#result-ball-effect1{
    /* bottom: 175px; */
    bottom: 86px;
    left: 104px;
}
#result-ball-effect2{
    /* bottom: 175px; */
    bottom: 86px;
    left: 147px;
}
#result-ball-effect3{
    /* bottom: 175px; */
    bottom: 86px;
    left: 190px;
}
#result-ball-effect4{
    /* bottom: 175px; */
    bottom: 86px;
    left: 233px;
}
#result-ball-effect5{
    /* bottom: 175px; */
    bottom: 86px;
    left: 276px;
}

#powerball-result{
    position: absolute;
    font-size: 28px;
    letter-spacing: -5px;
    color: white;
    font-weight: 800;
    left: 365px;
    /* bottom: 217px;    */
    bottom: 128px;   
    z-index: 300;
}
#powerball-result > img{
    width: 32px;
    height: 32px;
}
#result-powerball-effect{
    width: 120px;
    height: 120px;
    position: absolute;
    font-size: 28px;
    letter-spacing: -5px;
    color: white;
    font-weight: 800;
    /* bottom: 175px; */
    bottom: 86px;
    left: 319px;
    z-index: 300;
}

#powerball-animation{
    position: absolute;
    top: 190px;
    left: 130px;
    width: 290px;
    height: 220px;
    z-index: 5;
}

#background-ani{
    position: absolute;
    top: 186px;
    left: 152px;
    width: 246px;
    height: 220px;
    z-index: 3;    
    opacity: 1;
    border-radius: 50%;
    display: none;
    /* background-image: radial-gradient(circle, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 0, 1) 30%, rgba(255, 255, 255, 0.1) 20%); */
}

.lightning-video{
    position: absolute;
    transform: rotate(90deg);
    left: 193px;
    top: 227px;
    width: 160px;
    height: 140px;
    opacity: .7;
    z-index: 1;
    border-radius: 50%;
}


#ball_back_flash, #powerball_back_flash{
    width: 480px;
    height: 240px;
    position: absolute;
    top: 178px;
    left: 35px;
    opacity: 0.9;
    z-index: 0;
}

.result-dlg{
    width: 434px;
    height: 226px;
    position: absolute;
    left: 58px;
    bottom: 220px;
    z-index: 400;
}

.mb-0{
    margin-bottom: 0px!important;
}

.pick_deadline_popup{
    background-color: rgba(0, 0, 0, 0.9);
    border-bottom : 1px solid #ccc;
    z-index: 999;
}

.margin_popup {
    position : absolute;
    width : 100%;
    height: 100%;
    padding-top : 0px;
    top : 0px;
    font-size: 15px;
    text-align: center;
    font-family: 'BMJUA';
    display: none;
    color : white;
}
.margin_popup > img{
    margin-top : 25px;
}

.margin_popup .title {
    font-size: 40px;
    margin-top : 150px;
    margin-bottom : 20px;
}
.margin_popup > .wrapper{
    position: absolute;
    left: 210px;
    top: 115px;
    width: 400px;
    height: 350px;
    border: 3px solid #50458c;
    border-radius: 24px;
}

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

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

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

.back-video-1{
    position: absolute;
    left: 32px;
    top: 175px;
    width: 487px;
    /* height: 350px; */
    height: 269px;
    opacity: .4;
    z-index: 1;
}

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

#total_progress_caption{
    z-index:1;
}



.powerball-simul-count {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    left : 40px;
    /* top : 200px; */
    /* width: 100%; */
    width: 470px;
    height: auto;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    bottom: 60px;
    position : absolute;
    z-index: 100;
}

.powerball-simul-count .current-result-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}


.powerball-simul-count .current-result-wrapper>.res {
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 3px 0 3px;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
    /* border-radius: 50%; */
    /* font-size: .8rem */
}

.powerball-simul-count .current-result-wrapper>.res.not-res {
    background-color: #ecdb1a
}

.powerball-simul-count .current-result-wrapper>.res>.result-order {
    /* position: relative; */
    position: absolute;
    left: 10px;
    top: -8px;
    font-size: .8rem;
    background-color: #ecdb1a;
    border: 1px solid #000;
    /* border-radius: 50%; */
    border-radius: 3px;
    height: 15px;
    width: 15px;
    line-height: 12px;
    color: #000;
    font-weight: 700
}




.powerball-simul-count .current-result-wrapper>.res.result-1 {
    background-color: #4cb8d3;
    background-image: linear-gradient(#48abff, #0c4bda);
}

.powerball-simul-count .current-result-wrapper>.res.result-2 {
    background-color: #f13c20;
    background-image: linear-gradient(#ff5c3d, #dd322d);
}
.powerball-simul-count .current-result-wrapper>.res.result-3 {
    background-color: #6bb83d;
    background-image: linear-gradient(#9ce48b, #35af37);
    color: #fff;
    border: none
}
.powerball-simul-count .current-result-wrapper>.res.result-powerball {
    /* background-color: #575757; */
    border-radius: 50%;
    background-image: linear-gradient(#7a7a7a, #101010);
    line-height: 40px;
    border: 2px solid #cead01;
}
.powerball-simul-count .current-result-wrapper>.res.result-sum {
    /* background-color: #575757; */
    /* border-radius: 50%; */
    background: none;
    border: 1px solid gray;
}
