
@keyframes jackAnim{
    0%   {color: #fff;}
    50%   {color: #ffa500;}
    100%   {color: #fff;}
}


*{
    -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;
}
html, body{
    height: 100%;
}
body{
    background: #000000;
    position: relative;
    overflow: hidden;
}

.clear_fix::after{
    clear: both;
    content: "";
    display: none;
}
.left{
    float: left;
}
.right{
    float: right;
}

.blackGlass{
    top: 0;
    left: 0;
    z-index: 4;
    display: none;
    width: 1925px;
    height: 1085px;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
}

#wrap {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1920px;
    height: 436px;
    position: absolute;
}
.main_container {
    width: 1920px;
    height: 436px;
    position: relative;
    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;
}

/*---------------------HEADER---------------------*/
.header{
    position: relative;
    height: 435px;
    z-index: 3;
}
.header_box{
    height: 100%;
    box-sizing: border-box;
}
.left_part, .right_part{
    width: 600px;
    margin: 0 30px;
}

/*-------------------All Win Numbers-------------------*/
.all_win_nums{
    top: 440px;
    left: 0;
    right: 0;
    z-index: 4;
    margin: auto;
    width: 1320px;
    height: 330px;
    display: none;
    flex-wrap: wrap;
    position: absolute;
    border-radius: 5px;
    padding: 50px 20px 5px 20px;
    background-color: rgba(0,0,0,0.95);
}

.all_win_nums::before{
    top: 0;
    left: 0;
    z-index: 2;
    height:40px;
    display:block;
    color: #afafaf;
    font-size: 27px;
    line-height: 47px;
    padding-left: 20px;
    position: absolute;
    width: calc(100% - 20px);
    content: "LAST 100 NUMBER";
    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);
}

#close_all_win_nums{
    top: 7px;
    right: 7px;
    z-index: 3;
    color: #afafaf;
    font-size: 29px;
    position: absolute;
}

.num_item{
    width: 60px;
    height: 60px;
    color: white;
    font-size: 28px;
    line-height: 62px;
    position: relative;
    text-align: center;
    border-radius: 50%;
    margin: 0 6px 4px 0;
    box-sizing: border-box;
    border: 3px solid rgba(255,255,255,0);
}
.active_all_win_nums{
    display: flex;
}

/*-------------------Middle-Part------------------*/
.middle_part{
    width: 600px;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.96);
}
.video_stream{
    width: 100%;
    height: 332px;
    margin-bottom: 15px;
    background-color: #000000;
}
.timer{
    height: 15px;
}
.timer>span{
    height: 100%;
    display: block;
    border-radius: 20px;
    background-color: orange;
}
.video_info{
    width: 100%;
    height: 60px;
    color: orange;
}
.video_info_text{
    height: 40px;
    font-size: 22px;
    line-height: 55px;
    text-align: center;
}

/*--------------------Left-Part--------------------*/
.history, .user_info{
    width: 100%;
    background-color: rgba(0,0,0,0.7);
}
.logo{
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 5px 17px;
    background-image: url("../img/liderbet.png");
}
.history{
    height: 290px;
    margin: 15px 0;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.history_tittle{
    height: 40px;
    color: white;
    font-size: 22px;
    text-align: left;
    line-height: 40px;
    padding-left: 15px;
    background-color: #4f3332;
    box-shadow: inset 0px 5px 4px -2px rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0px 5px 4px -2px rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 0px 5px 4px -2px rgba(255,255,255,0.5);
}
.history_slide{
    height: 65px;
    position: relative;
    padding: 25px 60px;
}
.hist_slide_box{
    height: 100%;
    overflow: hidden;
}
.hist_carousel{
    margin: 0 auto;
    -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
    backface-visibility: hidden;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -ms-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    width: 7000px;
}
.next, .prev{
    top: 26px;
    width: 60px;
    color: white;
    height: 60px;
    cursor: pointer;
    font-size: 40px;
    line-height: 60px;
    font-weight: bold;
    position: absolute;
    text-align: center;
}
.next{
    right: 0;
}
.prev{
    left: 0;
}
i{
    cursor: pointer;
}

.carousel_item{
    width: 60px;
    height: 60px;
    color: white;
    cursor: pointer;
    font-size: 28px;
    line-height: 62px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    border: 3px solid rgba(255, 255, 255, 0);
}
.blackNum{
    background-color: #292929;
}
.redNum{
    background-color: #ff514f;
}
.greenNum{
    background-color: #5caf78;
}
.history_user_bet{
    height: 135px;
}
.history_user_bet p{
    height: 45px;
    color: #bfbfbf;
    font-size: 15px;
    line-height: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.user_bet_tittles{
    width: 15%;
}
.user_bet_values{
    width: 85%;
    display: flex;
}
.user_bet_values>div{
    flex: 1;
}
.user_bet_values>div>p{
    text-align: center;
    padding-right: 10px;
}
.user_bet_values>div>p:first-child{
    cursor: pointer;
    text-decoration: underline;
}
.user_bet_tittles>p{
    text-align: left;
    padding-left: 10px;
}
.user_info{
    display: flex;
    height: 70px;
}
.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;
}
.user_info>div>p{
    text-align: center;
    height: 50%;
}
.first_p{
    line-height: 45px;
    color: orange;
    font-size: 20px;
}
.last_p{
    line-height: 30px;
    color: white;
    font-size: 15px;
}

/*--------------------Right-Part--------------------*/
.right_part>div{
    width: 100%;
}
.options{
    display: flex;
    height: 45px;
}
.options>div{
    height: 100%;
}
.options>div:first-child{
    width: 30%;
}
.options>div:last-child{
    width: 70%;
}
.options>div>div{
    display: inline-block;
    color: white;
}
.options>div>div>i{
    cursor: pointer;
}
.options>div:last-child>div{
    margin: 8px 5px 0 25px;
    line-height: 45px;
    font-size: 30px;
    float: right;
}
.fullscreen{
    font-size: 21px !important;
    margin-top: 9px !important;
}
.cash{
    background-color: #ff3d3c;
    margin: 15px 0 0 5px;
    border-radius: 50px;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
    padding: 0 20px;
    font-size: 20px;
    height: 33px;
}

.jackpot_box, .stats{
    background-color: rgba(0,0,0,0.7);
}
.jackpot_box{
    height: 200px;
    margin: 15px 0;
}
.jackpot_box>div:first-child{
    height: 150px;
}
.lucky_num, .win_num{
    width: 150px;
    height: 135px;
    position: relative;
    border-radius: 5px;
    margin: 15px 20px 0 20px;
    background-color: rgba(255, 255, 255, 0.11);
}
.lucky_num::before{
    content: "LUCKY NUM";
    left: 0;
    top: 5px;
    width: 100%;
    color: orange;
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    position: absolute;
}
.win_num::before{
    content: "WIN NUM";
    left: 0;
    top: 5px;
    width: 100%;
    color: orange;
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    position: absolute;
}
.jackpot_tittle{
    height: 60%;
    color: orange;
    font-size: 46px;
    line-height: 62px;
    font-weight: bold;
    text-align: center;
}
.jackpot_val{
    height: 40%;
    color: white;
    font-size: 35px;
    text-align: center;
    letter-spacing: 4px;
}
.jackpot{
    height: 100%;
    width: 220px;
}
.lucky_num_p, .win_num_p{
    color: orange;
    font-size: 60px;
    margin-top: 45px;
    text-align: center;
}

.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: "დატრიალება:";
}

.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: "სპინი";
    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(0, 68, 11);
    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;
}

.jackpot_rules{
    text-align: center;
    line-height: 45px;
    color: #d1d1d1;
    height: 40px;
}
.jackpot_rules_container{
    left: 0;
    right: 0;
    z-index: 4;
    top: 440px;
    color: wheat;
    margin: auto;
    width: 600px;
    height: 280px;
    display: none;
    font-size: 23px;
    position: absolute;
    border-radius: 5px;
    text-align: justify;
    padding: 55px 20px 5px 20px;
    background-color: rgba(0,0,0,0.95);
}
.jackpot_rules_container>span{
    width: 50px;
    display: inline-block;
    cursor: pointer;
}

#close_rules{
    top: 8px;
    z-index: 2;
    right: 9px;
    color: white;
    position: absolute;
}

.jackpot_rules_container::before{
    top: 0;
    left: 0;
    z-index: 2;
    height:40px;
    display:block;
    color: #afafaf;
    font-size: 27px;
    line-height: 47px;
    padding-left: 20px;
    position: absolute;
    width: calc(100% - 20px);
    content: "წესები ჯეკპოტის შესახებ";
    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);
}

.show_rules{
    display: block !important;
}

.user_count_sum{
    z-index: 1;
    right: 58px;
    color: #f7f7f7;
    bottom: -630px;
    font-size: 20px;
    position: absolute;
}
.user_count_sum>span{
    color: #ffffff;
    padding-left: 13px;
}

.noJackpotNotif{
    opacity: 0;
    font-family: 'BPGArialCaps2010';
    z-index: 2;
    position: absolute;
    right: 29px;
    height: 42px;
    width: 601px;
    background-color: rgba(0, 0, 0, 0.709804);
    border-radius: 2px;
    cursor: default;
    color: #ffa500;
    TEXT-ALIGN: center;
    line-height: 42px;
    font-size: 22px;
    transition: all 0.3s linear;
    top: 346px;
}

.noJackpotNotif.isactive{
    opacity: 1;
    top: 394px;
    animation-name: jackAnim;
    animation-duration: 0.4s;

    animation-iteration-count: infinite;
}