/*------------------------------ SAME FOR DESKTOP & MOBILE ------------------------------*/
html, body{
    height: 100%;
}

.gdx-preloader {
    margin: auto;
}

body{
    background-color: black;
    position: relative;
}
*{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    list-style: none;
    cursor: default;
    padding: 0;
    margin: 0;
}
.clear_fix::after{
    clear: both;
    content: "";
    display: none;
}
.pull_left{
    float: left;
}
.pull_right{
    float: right;
}
#wrap {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1920px;
    height: 146px;
    position: absolute;
}
.main_container {
    /*background: url("../img/bg.jpg") no-repeat center;*/
    background-size: 100% auto;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    position: relative;
    width: 1920px;
    height: 146px;
}
.next, .prev{
    top: 30px;
    width: 60px;
    color: white;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    position: absolute;
    text-align: center;
}
.next{
    right: 0;
}
.prev{
    left: 0;
}
.prev:hover, .next:hover{
    color: orange;
}
.disable{
    color: rgba(255, 255, 255, 0.11) !important;
}
.disable:hover{
    color: rgba(255, 255, 255, 0.11) !important;
}
.hide_div{
    display: none !important;
}
/*==================================== MOBILE CSS ====================================*/
/*---------------------------------------HEADER---------------------------------------*/
.on_mobile .mob_header{
    padding: 20px 15px 0 15px;
    box-sizing: border-box;
    height: 146px;
    width: 100%;
}
.on_mobile .mob_header .header_box{
    height: 112px;
    margin-bottom: 5px;
}
.on_mobile .mob_header .header_box>div{
    background-color: rgba(0, 0, 0, 0.55);
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 10px;
    height: 112px;
    float: left;
}
.on_mobile .mob_header .timer_info{
    text-align: center;
    line-height: 112px;
    font-size: 30px;
    color: rgba(255, 191, 2, 0.73);
    width: 140px;
}
/*-----------------------------------WIN NUM SLIDER-----------------------------------*/
.on_mobile .mob_header .history{
    width: 465px;
}
.on_mobile .mob_header .history_slide{
    position: relative;
    padding: 25px 60px;
    height: 65px;
}
.on_mobile .mob_header .hist_slide_box{
    overflow: hidden;
    height: 100%;
}
.on_mobile .mob_header .hist_carousel{
    margin: 0 auto;
    width: 7000px;
    -webkit-transition: transform 0.3s linear;
    -moz-transition: transform 0.3s linear;
    -ms-transition: transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.on_mobile .mob_header .carousel_item{
    width: 60px;
    height: 60px;
    color: white;
    font-size: 28px;
    line-height: 65px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.47);
}
.on_mobile .blackNum{
    background-color: #121212;
}
.on_mobile .redNum{
    background-color: #ed1f24;
}
.on_mobile .greenNum{
    background-color: #5caf78;
}
/*------------------------------------USER AMOUNT-------------------------------------*/
.on_mobile .mob_header .user_amount{
    display: flex;
    width: 329px;
}
.on_mobile .mob_header .user_amount>div{
    height: 100%;
    padding: 20px 10px 10px 10px;
    box-sizing: border-box;
    font-size: 28px;
    color: white;
    text-align: center;
    flex: 1;
}
.on_mobile .mob_header .user_amount>div>p{
    height: 50%;
}
.on_mobile .mob_header .user_amount>div>p:last-child{
    line-height: 40px;
    font-size: 21px;
    color: #ffbf02;
}
/*------------------------------------INFO BUTTONS------------------------------------*/
.on_mobile .mob_header .video_btn,
.on_mobile .mob_header .stats_btn,
.on_mobile .mob_header .cash_btn,
.on_mobile .mob_header .home_btn{
    width: 112px;
    font-size: 50px;
    text-align: center;
    line-height: 112px;
    color: rgba(255, 255, 255, 0.61);
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ad8f8e+0,724947+9,422621+100 */
    background: #ad8f8e; /* Old browsers */
    background: -moz-linear-gradient(top,  #ad8f8e 0%, #724947 9%, #422621 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ad8f8e 0%,#724947 9%,#422621 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ad8f8e 0%,#724947 9%,#422621 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad8f8e', endColorstr='#422621',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 30px 4px rgba(0,0,0,0.5);
}
.on_mobile .mob_header .cash_btn{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e36965+0,d7140b+9,880406+100 */
    background: #e36965; /* Old browsers */
    background: -moz-linear-gradient(top,  #e36965 0%, #d7140b 9%, #880406 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e36965 0%,#d7140b 9%,#880406 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e36965 0%,#d7140b 9%,#880406 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e36965', endColorstr='#880406',GradientType=0 ); /* IE6-9 */
}
.on_mobile .mob_header .home_btn{
    margin: 0 0 0 10px !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87a892+0,467155+10,224331+100 */
    background: #87a892; /* Old browsers */
    background: -moz-linear-gradient(top,  #87a892 0%, #467155 10%, #224331 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #87a892 0%,#467155 10%,#224331 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #87a892 0%,#467155 10%,#224331 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87a892', endColorstr='#224331',GradientType=0 ); /* IE6-9 */
}
.on_mobile .mob_header .video_btn>span,
.on_mobile .mob_header .stats_btn>span,
.on_mobile .mob_header .cash_btn>span,
.on_mobile .mob_header .home_btn>span {
    opacity: 0.55;
    display: block;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.on_mobile .mob_header .video_btn>span{
    background-image: url("../img/video_btn.png");
}
.on_mobile .mob_header .stats_btn>span{
    background-image: url("../img/stats_btn.png");
}
.on_mobile .mob_header .cash_btn>span{
    background-image: url("../img/cash_btn.png");
}
.on_mobile .mob_header .home_btn>span{
    background-image: url("../img/close_btn.png");
}
.on_mobile .mob_header .video_btn>span:active,
.on_mobile .mob_header .stats_btn>span:active,
.on_mobile .mob_header .cash_btn>span:active,
.on_mobile .mob_header .home_btn>span:active{
    opacity: 1;
}
.on_mobile .mob_header .active_btn{
    opacity: 1;
}
/*-------------------------------------- JACKPOT --------------------------------------*/
.on_mobile .mob_header .jackpot{
    margin-right: 0 !important;
    width: 438px;
    display: flex;
}
.on_mobile .mob_header .jackpot>div{
    line-height: 56px;
    height: 100%;
    text-align: center;
    color: white;
}
.on_mobile .mob_header .jackpot>div>p:first-child{
    line-height: 50px;
    color: #ffca2e;
}
.on_mobile .mob_header .lucky_num,
.on_mobile .mob_header .win_num{
    font-size: 15px;
    flex: 1;
}
.on_mobile .mob_header .lucky_num>p:last-child,
.on_mobile .mob_header .win_num>p:last-child{
    font-size: 41px;
    color: rgba(255, 255, 255, 0.55);
}
.on_mobile .mob_header .jackpot_box{
    font-weight: bold;
    font-size: 35px;
    width: 200px;
}
.on_mobile .mob_header .jackpot_box>p:last-child{
    font-size: 38px;
}
.on_mobile #jackpotNum{
    font-family: "Myriad Pro";
    letter-spacing: 1px;
    font-weight: bold;
}
/*---------------------------------------- TIMER ---------------------------------------*/
.on_mobile .timer{
    height: 9px;
}
.on_mobile .timer>span{
    height: 100%;
    display: block;
    background-color: #ffca2e;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
/*------------------------------------ COLLAPSED DIVS -----------------------------------*/
.on_mobile .mob_all_win_nums {
    left: 0;
    right: 0;
    margin: auto;
    width: 1540px;
    padding: 20px;
    height: 390px;
    display: none;
    flex-wrap: wrap;
    position: absolute;
    border-radius: 20px;
    background-color: rgba(0,0,0,0.7);
    border: 3px double rgba(151, 151, 151, 0.51);
}
.on_mobile .mob_all_win_nums .num_item {
    width: 73px;
    height: 73px;
    color: white;
    font-size: 28px;
    line-height: 71px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    margin: 0 4px 4px 0;
    box-sizing: border-box;
    font-family: "Clarendon";
    border: 2px solid rgba(255, 255, 255, 0.4);
}
.on_mobile .active_all_win_nums {
    display: flex;
}
/*-----------------------------------*/
.on_mobile .mob_video_container{
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    top: 400px;
    margin: auto;
    width: 850px;
    height: 578px;
    position: absolute;
    background-color: black;
}
.on_mobile .mob_video_container .video_stream{
    width: 100%;
    height: 503px;
    margin-bottom: 15px;
    background-color: #000000;
}
.on_mobile .mob_video_container .video_info{
    width: 100%;
    height: 60px;
    color: orange;
}
.on_mobile .mob_video_container .video_info_text{
    height: 40px;
    font-size: 22px;
    line-height: 55px;
    text-align: center;
}
/*----------------------------------------------------*/
.on_mobile .mob_stats_container .history_user_bet{
    height: 183px;
}
.on_mobile .mob_stats_container .history_user_bet p {
    height: 60px;
    color: #bfbfbf;
    font-size: 25px;
    line-height: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.on_mobile .mob_stats_container .user_bet_tittles{
    width: 15%;
}
.on_mobile .mob_stats_container .user_bet_values{
    width: 85%;
    display: flex;
}
.on_mobile .mob_stats_container .user_bet_values>div{
    flex: 1;
}
.on_mobile .mob_stats_container .user_bet_values>div>p{
    text-align: center;
    padding-right: 10px;
}
.on_mobile .mob_stats_container .user_bet_values>div>p:first-child{
    cursor: pointer;
    text-decoration: underline;
}
.on_mobile .mob_stats_container .user_bet_tittles>p{
    color: #ffca2e;
    text-align: left;
    padding-left: 10px;
}
.on_mobile .mob_stats_container .user_info{
    margin-top: 20px;
    display: flex;
    height: 70px;
}
.on_mobile .mob_stats_container .user_info>div{
    border-left: 1px solid rgba(128, 128, 128, 0.24);
    border-right: 1px solid rgba(128, 128, 128, 0.24);
    flex: 1;
}
.on_mobile .mob_stats_container .user_info>div>p{
    text-align: center;
    height: 50%;
}
.on_mobile .mob_stats_container .first_p{
    line-height: 45px;
    color: orange;
    font-size: 20px;
}
.on_mobile .mob_stats_container .last_p{
    line-height: 30px;
    color: white;
    font-size: 15px;
}
/*------------------------------------*/
.on_mobile .mob_stats_container{
    display: none;
    left: 0;
    right: 0;
    margin: auto;
    width: 1300px;
    height: 363px;
    border-radius: 5px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.86);
}

.logo{
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 5px 17px;
    background-image: url("../../img/liderbet.png");
}

/*.on_mobile .mob_stats_container .stats{*/
    /*display: flex;*/
    /*height: 180px;*/
    /*flex-wrap: wrap;*/
/*}*/
/*.on_mobile .mob_stats_container .stats>div{*/
    /*height: 30%;*/
    /*width: 32.5%;*/
    /*margin: 4px 0 0 4px;*/
    /*border-radius: 100px;*/
/*}*/
/*.on_mobile .mob_stats_container .stats>div>span{*/
    /*font-size: 28px;*/
    /*line-height: 50px;*/
    /*text-align: right;*/
    /*display: inline-block;*/
    /*color: rgba(255, 255, 255, 0.65);*/
/*}*/
/*.on_mobile .mob_stats_container .stat_red{*/
    /*background-color: #ff524a;*/
/*}*/
/*.on_mobile .mob_stats_container .stat_black{*/
    /*background-color: #151515;*/
/*}*/
/*.on_mobile .mob_stats_container .stat_zero{*/
    /*background-color: #91cb80;*/
/*}*/
/*.on_mobile .mob_stats_container .stat_even,*/
/*.on_mobile .mob_stats_container .stat_odd,*/
/*.on_mobile .mob_stats_container .stat_st12,*/
/*.on_mobile .mob_stats_container .stat_nd12,*/
/*.on_mobile .mob_stats_container .stat_rd12{*/
    /*background-color: rgba(144, 144, 144, 0.31);*/
/*}*/
/*.on_mobile .mob_stats_container .stats>div>span:first-child{*/
    /*width: 50%;*/
/*}*/
/*.on_mobile .mob_stats_container .stats>div:last-child{*/
    /*margin-bottom: 4px;*/
/*}*/
/*-------------------------------------------------------*/
.on_mobile .active{
    display: block;
}

.jackpot_detail{
    position: absolute;
    top: 103%;
    display: none;
    z-index: 999;
    left: -222px;
    width: 500px;
    height: 230px;
    background-color: black;
}

.detail_header{
    text-align: left;
    z-index: 2;
    height: 40px;
    color: #d6d6d6;
    font-size: 22px;
    line-height: 47px;
    padding-left: 180px;
    font-family: BPGArialCaps2010;
    background-color: #4f3332;
    box-shadow: inset 0 5px 4px -2px rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0 5px 4px -2px rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 0 5px 4px -2px rgba(255,255,255,0.5);
}
.detail_header::before{
    top: 0;
    left: 10px;
    display: block;
    color: #afafaf;
    position: absolute;
    content: "SPIN:";
}

.detail_content{
    color: white;
    height: calc(100% - 40px);
}

.spin{
    width: 100%;
    height: 50px;
    color: #fec92d;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    position: relative;
}

.spin::after{
    width: 100%;
    bottom: -20px;
    display: block;
    color: #eeeeee;
    font-size: 12px;
    content: "Spin";
    position: absolute;
    font-weight: normal;
    font-family: BPGArialCaps2010;
}

.detail_content>div{
    float: left;
    height: calc(100% - 50px);
}

.detail_lucky, .detail_win{
    width: 33%;
}

.detail_lucky>div, .detail_win>div{
    width: 77px;
    height: 70px;
    margin: 0 auto;
    color: #a6a6a6;
    font-size: 35px;
    line-height: 80px;
    text-align: center;
    background-color: white;
    font-family: "Clarendon";
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#26ffffff',GradientType=0 ); /* IE6-9 */
}

.detail_jackpot{
    width: 34%;
    font-size: 35px;
    text-align: center;
    font-family: sans-serif;
}

.detail_jackpot::before{
    height: 52px;
    display: block;
    color: #fec92d;
    font-size: 40px;
    content: "JACKPOT";
    text-align: center;
    font-family: "Neo Sans Std Bold";
}

.detail_lucky::before{
    content: "LUCKY NUM";
}
.detail_win::before{
    content: "WIN NUM";
}
.detail_win::before, .detail_lucky::before{
    height: 50px;
    display: block;
    color: #fec92d;
    font-size: 13px;
    text-align: center;
    font-family: sans-serif;
}
.lucky{
    border: 3px solid #fec92d !important;
}

.lucky-jackpot{
    border: 3px solid #15badc !important;
}


.num_item:hover .jackpot_detail{
    display: block;
}


.stats{
    width: 100%;
    height: 160px;
}

.stats span{
    color: #fffac5;
    text-align: center;
}
.stat_red{
    background-color: rgb(144, 26, 0);
}
.stat_black{
    background-color: rgb(0, 0, 0);
}
.stat_zero{
    background-color: rgb(3, 108, 1);
    padding: 39px 0 !important;
}
.stat_even,
.stat_odd,
.stat_st12,
.stat_nd12,
.stat_rd12{
    background-color: rgb(16, 16, 16)
}

.stats td{
    margin: 0;
    padding: 0;
    text-align: center;
}

.stats td>div{
    border-radius: 20px;
    padding: 15px 0;
}
.disable{
    opacity: 0.2;
}

.no_spin{
    background-color: rgb(189, 189, 189) !important;
    color: black !important;
}
