@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');

body {font-family: "Roboto", sans-serif;line-height:1.6;font-size:15px;margin:0 auto;color:#191919;background-color: #ffffff;max-width:991px;}

a { text-decoration: none; cursor:pointer; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

a:hover, a:focus { text-decoration: none; }

img { max-width:100%;}

input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="number"], textarea {
    color: #666;
    width: 100%;
}
button {
    border: none;
}
/*modal*/
#modalLogin .modal-content,#modalforgotpass .modal-content,#modalcontact .modal-content{
    background-color: transparent;
    border: none;
    min-height: 100%;
    transition: all .5s cubic-bezier(.175,.885,.32,1.275);
}
.modal-custom__nav-tabs {
    display: flex;
    width: 100%;
    background-color: #b80000;
}
.modal-custom__nav-item {
    display: inline-block;
}
.modal-custom__nav-link {
    font-weight: 500;
    color: hsla(0,0%,100%,.8);
    background: transparent;
    padding: .8rem 2rem;
    text-align: center;
    margin-right: 5px;
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    position: relative;
    transform: skew(-25deg);
    transform-origin: 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal-custom__nav-link >*{
    transform: skew(25deg);
}
.modal-custom__nav-link.active {
    color: #b80000;
    background: #ffffff;
}
.modal-custom__nav-link.active:before {
    content: "";
    background: url(../images/header/icon-tab-hover.png);
    width: 56px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
#modalcontact .modal-header{
    background: #113d77;
    padding: 16px;
    justify-content: center;
    font-size: 21px;
}
.support__list {
    display: flex;
    justify-content: space-around;
    margin: 1rem 0;
}
.support__item {
    position: relative;
}
.support__item:before {
    content: "\2666";
    position: absolute;
    color: #fcdaab;
    top: 50%;
    left: -14px;
    transform: translateY(-50%);
    font-size: 10px;
}
.support__item a {
    color: #cee9f2;
}
#modalLogin .modal-header,#modalforgotpass .modal-header,#modalmenu .modal-header{
    padding: 0;
}
#modalLogin .modal-header .close,#modalforgotpass .modal-header .close,#modalcontact .modal-header .close,#modalmenu .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem auto -1rem -1rem;
    position: absolute;
    right: 5px;
    color: #fff;
    font-size: 45px;
    z-index: 1;
}
#modalLogin .modal-body,#modalforgotpass .modal-body,#modalcontact .modal-body{
    background: #f0f0f0;
    padding: 20px 30px;
}
#modalmenu .modal-body{
    background: #8f0000;
    padding: 20px 30px;
}
.header_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    height: auto;
    background: linear-gradient(0deg,#b80000 31%,#fd4141);
    color: #fff;
    font-size: 17px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 600;
    margin: auto;
    margin-top: 15px;
}
.header_btn a{
    color: #fff;
}
.login_input_amend{
    align-items: center;
    font-size: 20px;
    border: 1px solid #ced4da;
    background-color: #fff;
    padding: 0px 15px;
    border-right: none;
}
.login_input_in_amend{
    border-left: none;
    padding-left: 0;
}
a.txt_forgot{
    color: #919191;
    text-decoration-line: underline;
}
.modal-custom__form .form__group{
    margin-bottom: 20px;
}
.input-box{
    display: flex;
    justify-content: space-between;
}
select.regis_sel{
    border: 1px solid #ced4da;
    margin-right: 5px;
}
.modal_login_tick{
    color: #919191;
    text-align: center;
    font-size: 13px;
}
.modal.right .modal-dialog.modal-sm {
    width: 200px;
}
/*modalend*/
.body_main{
    padding-top: 40px;
}
.tit_main{
    background-color: #ffffff;
    padding-top: 0px;
}
.tit_main_bottom{
    margin-top: 10px;
}
.tit_main_bottom .index_tit{
    padding-bottom: 0px;
}
.header-top {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 991px;
    z-index: 99;
    background: #b80000;
}
.header-top-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_logo {
    padding: 8px;
    padding-right: 50px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    background: #ffffff;
}
.header_logo img {
    width: 120px;
}
.header_top_right {
    height: 100%;
    display: flex;
    align-items: center;
}
.register_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg,#ffffff 31%,#ffffff);
    color: #222;
    width: auto;
    border-radius: 2px;
    font-size: 12px;
    padding: 0px 10px;
    font-weight: 700;
    cursor: pointer;
}
.login_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #ffffff;
    width: auto;
    border-radius: 2px;
    font-size: 12px;
    padding: 0px 10px;
    font-weight: 700;
    cursor: pointer;
    margin-left: 10px;
}
ul.modal_menu_ul{
    padding: 0;
    list-style: none;
    margin: 0;
    margin-top: 20px;
}
ul.modal_menu_ul li{
    padding: 10px 0px;
}
ul.modal_menu_ul li a{
    color: #fff;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
    transform: skew( -25deg);
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #b80000;
}
.carousel-indicators {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.marquee {
    color: #969696;
    display: flex;
    padding: 10px 0;
}
.marquee_icon {
    padding: 5px;
}
.index_tab ul {
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    box-shadow: 0px 2px 7px -1px rgb(0 0 0 / 10%);
    flex-wrap: nowrap;
    background-color: #b80000;
    border: none;
    margin: 0px;
    text-align: center;
    display: flex;
    list-style: none;
    padding: 0;
}
.index_tab ul li{
    min-width: 75px;
}
.index_tab ul li{
    position: relative;
    padding: 10px 0px;
}
.index_tab ul li.active:after{
    content: '';
    background-color: #6b0000;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.index_tab ul li a {
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.index_tab ul li.active a img{
    filter: opacity(0.5) invert(0.9);
}
.index_tab ul li a img{
    width: 32px;
}
.index_tab ul li.active a {
    color: #6b0000;
    background-color: transparent;
    border: none;
}
.index_tit{
    font-size: 14px;
    color: #5e5e5e;
    font-weight: bold;
    background-color: #f7f7f7;
    margin: 10px 0px 10px 0px;
    padding: 10px 10px 10px 10px;
}
.tit_main .index_tit{
    margin: 0;
}
.index_tit_in{
    margin-bottom: 0;
}
.index_product_wrap{
    background-color: #ffffff;
    padding: 20px 0;
    padding-top: 0px;
}
.index_p_wrapper{
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    flex-wrap: nowrap;
    text-align: center;
    display: flex;
}
.index_p_main img{
    width: 150px;
}
.index_p_txt{
    font-size: 13px;
    background: #3d3d3d;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 0;
}
.index_p_main{
    min-width: 150px;
    margin-right: 10px;
}

.index_con_bg{
    background-color: #ffffff;
    padding: 12px;
}
.index_con_warp01{
    padding-top: 52px;
}
.countdown_main{
    position: relative;
    text-align: center;
}
.countdown_main02{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    width: 90%;
    margin: auto;
    position: absolute;
    top: -31px;
    left: 0;
    right: 0;
}
.countdown_main_wrap{
    position: relative;
}
.countdown_main_time{
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    top: 0;
    font-size: 38px;
    line-height: 1.4;
}
.countdown_main_words{
    color: #dadada;
    font-size: 16px;
    font-weight: 500;
}
.countdown_main_wrap img{
    width: 63px;
}
.rank_wrap{
    display: flex;
    padding: 0px 10px 0px 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.rank_wrap01{
    background-color: #d19f22;
}
.rank_wrap02{
    background-color: #828282;
}
.rank_wrap03{
    background-color: #803410;
}
.rank_id{
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.rank_price{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.rank_flag{
    position: relative;
}
.rank_flag_txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff153;
    font-size: 14px;
    display: flex;
    justify-content: center;
}
.rank_tag{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 25px;
}
.index_con_title{
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}
.view_more{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    color: #b80000;
}
.view_btn{
    background: linear-gradient(0deg,#c59b4d 31%,#ddc175);
    border: none;
    border-radius: 2px;
    font-weight: 700;
    min-width: 110px;
    height: 26px;
    font-size: 12px;
}
.view_more_txt{
    font-size: 11px;
    font-weight: bold;
}
.index_con_warp02{
    margin-top: 0px;
}
.index_con_warp02 .nav-tabs{
    border-bottom: none;
    justify-content: space-between;
}
.index_con_warp02 .nav-tabs .nav-link {
    border: unset;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #858585;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    padding: 0;
}
.index_con_warp02 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #b80000;
    background-color: transparent;
    border-color: unset;
}
/*.index_con_warp02 .nav-tabs .nav-item .nav-link:after{
    content: '';
    position: absolute;
    margin-left: 17px;
    width: 1px;
    height: 16px;
    background-color: #858585;
    top: 2px;
}
.index_con_warp02 .nav-tabs .nav-item:last-child .nav-link:after{
    content: '';
    position: absolute;
    margin-left: 24px;
    width: 0px;
    height: 0px;
    background-color: #858585;
    top: 15px;
}*/
.sliderhot_wraptop{
    background: #f7f7f7;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.sliderhot_wrapbottom{
    background: #ededed;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.game_detail{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.detail-title{
    color: #c59b4e;
    font-weight: 700;
    font-size: 12px;
}
.detail_rate{
    display: flex;
    color: #c59b4e;
    margin-bottom: 20px;
}
.detail-provider{
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #f5f5f5;
}
.detail-provider img{
    width: 24px;
    margin-right: 10px;
}
.game-btn{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.game-img{
    width: 100px;
    border: 1px solid #cfb36b;
}
.btn-long, .btn-normal, .btn-normal-green {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 76px;
    height: auto;
    background: linear-gradient(0deg,#c59b4d 31%,#ddc175);
    color: #222;
    font-size: 13px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 600;
}
.btn-normal-green {
    background: #b80000;
    color: #fff;
    white-space: nowrap;
}
.add-favourite{
    display: flex;
    align-items: center;
    justify-content: center;
}
.add-favourite i{
    color: #b80000;
    font-size: 14px;
}
.add-txt{
    color: #858585;
    font-size: 10px;
}
.index_con_bg .tab-content .tab-pane{
    padding-top: 10px;
}
.index_con_bg .carousel-indicators {position: absolute;right: 0;bottom: 0;left: auto;z-index: 15;display: -ms-flexbox;display: flex;-ms-flex-pack: center;justify-content: center;padding-left: 0;margin-right: 0;margin-left: 15%;list-style: none;top: -71px;height: fit-content;}
.index_con_bg .carousel-indicators li {
    background-color: #e2dcde;
}
.index_con_bg .carousel-indicators .active {
    opacity: 1;
    background-color: #b80000;
}
.index_b_main {
    min-width: 300px;
    margin-right: 10px;
    margin-left: 10px;
}
.index_b_txt{
    color: #fff;
    margin-top: 5px;
    font-size: 12px;
}
.slider_content_bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #3d3d3d;
    padding: 5px;
}
.slider_content_bg span {
    color: #dec276;
    font-size: 12px;
    font-weight: 700;
}
.slider_content_bg img {
    width: 29px;
    margin: unset;
}
.inner_p_main {
    min-width: 200px;
    margin-right: 10px;
}

.footer_top{
    padding: 30px 0px;
}
.footer_top01{
    display: flex;
    justify-content: space-between;
}
.footer_lic ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.copyright{
    color: #757575;
    text-align: center;
    margin: 20px 0px;
    margin-bottom: 0;
}
.footer_lic ul li{
    margin-right: 14px;
    filter: grayscale(1) invert(0.7);
}
.footer_lic ul li:hover{
    filter: grayscale(0%);
}
.footer_tit{
    color: #b80000;
    font-weight: bold;
}
.footer_link{
    display: flex;
}
.footer_hr{
    border-top: 1px solid rgb(193 193 193 / 24%);
}
.footer_link ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.footer_link ul li{
    margin-right: 9px;
}
.footer_link ul li a{
    color: #b80000;
    font-size: 12px;
    font-weight: bold;
}
.footer_link ul li a:hover{
    text-decoration-line: underline;
}
.footer_wrap_index{
    background-color: #292929;
    padding-bottom: 35px;
}
.lang_ul_bg{
    background-color: #8f0000;
}
ul.lang_ul {
    margin: 0;
    padding: 5px 15px;
    list-style-type: none;
}
ul.lang_ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0px;
}
ul.lang_ul li img {
    width: 20px;
}
ul.lang_ul li a {
    color: #ffffff;
    font-size: 14px;
    margin: 0px 10px;
}
ul.lang_ul li a:after {
    content: '/';
    margin-left: 10px;
}
ul.lang_ul li a:last-child:after{
    content: '';
}

/*casino*/
.casino_wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    margin-bottom: 15px;
    text-align: center;
}

/*slots*/
.slots_wrap{
    background-color: #3c0101;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slots_wrap_main{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    margin-bottom: 15px;
    text-align: center;
    padding: 0px 20px;
}
.slots_wrap_main a{
    transform: skew(-20deg);
    max-width: 138px;
    margin: auto;
    min-width: 91px;
}
.slots_wrap img{
    max-width: 50px;
    transform: skew(20deg);
}
.slots_wrap_txt{
    background-color: #b80000;
    color: #fff;
    font-weight: bold;
}
.slots_wrap_txt span{
    transform: skew(20deg);
    display: block;
    font-size: 10px;
}
/*promotion*/
.mix {
    display: none;
}
.filter-menu-bar{
    margin: 20px 0;
    background-color: #e1e1e1;
    display: flex;
    justify-content: start;
    overflow: hidden;
    overflow-x: scroll;
    white-space: nowrap;
}
.pmbox_1st{
    margin-left: -10px;
}
.pmbox {
    background: none;
    color: #8f8f8f;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 12px;
    margin-right: 10px;
    cursor: pointer;
    min-width: 109px;
    text-align: center;
}
.pmbox.active {
    color: #fff;
    background: linear-gradient(0deg,#b80000 31%,#b80000);
    transform: skew( -25deg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.pmbox.active >* {
    transform: skew(25deg);
}
.promo-bx {
    width: 100%;
    padding: 0;
    padding-bottom: 0.6rem;
    background-color: #560000;
    margin-bottom: 10px;
}
.p1_promo {
    margin-top: 0.45rem;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 12px;
}
.p2_promo {
    color: #fff;
    margin-bottom: 0;
    font-size: 10px;
}
.promo_btn {
    display: flex;
    margin-top: 10px;
    text-align: center;
    grid-gap: 5px;
}
.promo_box_con{
    padding: 10px;
}
.btn-red-promo{
    background-color: #6b0000;
    color: #fff;
    min-width: 100px;
}
.btn-redlight-promo{
    background-color: #ff0000;
    color: #fff;
    min-width: 100px;
}
.promo_modal_custom .modal-header {
    border-bottom: 2px solid #b80000;
    color: #ffffff;
    background: #b80000;
}
.promo_modal_custom .modal-body {
    background-color: #ffffff;
    color: #000;
}
/*promotionend*/
/*vip*/
.vip_txt_top{
    color: #ff0000;
    font-size: 13px;
}
.vip_txt_b{
    color: #000;
    font-size: 11px;
}
table.vip_table{
    text-align: center;
    margin-bottom: 20px;
    color: #b0b0b0;
}
.vip_table tr td img{
    max-width: 80px;
}
table.vip_table tr td{
    padding: 10px;
    border-right: 2px solid #b80000;
}
table.vip_table tr td:first-child{
    text-align: left;
}
table.vip_table tr:nth-child(even) {
    background: #545454;
}
table.vip_table tr:first-child{
     background: transparent;
}
table.vip_table tr:first-child td{
    border-right: none;
}
table.vip_table tr td:last-child{
    border-right: none;
}
.vip_bad{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    margin-bottom: 20px;
}

/*details*/
.share_con_bg{
    padding: 10px 0px;
    color: #000;
}
.aff_title {
    color: #b80000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}
.faq-card, .tnc-card {
    border-bottom: 1px solid #d3d3d3;
}
button.btn-tnc {
    background: #c4c4c4;
    color: #000000;
    font-size: 16px;
    border: none;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 15px;
    position: relative;
}
button.btn-tnc.collapsed {
    background: none;
}
button.btn-tnc::after {
    content: '>';
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 17px;
    transform: rotate(270deg);
    transition: all 0.3s;
}
button.btn-tnc.collapsed::after {
    content: '>';
    transform: rotate(90deg);
    transition: all 0.3s;
}
.tnc-body {
    padding: 20px 15px;
    color: #8d8d8d;
}
ul.contact_us_ul{
   display: flex;
   flex-wrap: wrap;
   width: 100%;
   margin: 0;
   list-style-type: none;
   padding: 0;
   height: 100%;
}
ul.contact_us_ul li{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    align-items: center;
    grid-gap: 10px;
}
.contact_left{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    position: relative;
    height: 100%;
    width: 100%;
    border: 1px solid #dedcdf;
    color: #b80000;
    padding: 10px;
    cursor: pointer;
}
.contact_left img{
    width: 31px;
}
.contact_right{
    justify-content: center;
    flex-direction: column;
    font-size: 13px;
    width: 100%;
    text-align: center;
    border: 1px solid #b80000;
    padding: 10px;
    word-break: break-word;
    height: 100%;
}
.contact_left:hover .contact_right{
    display: block;
}

/*footer*/
.t-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
}
.menu-btm {
    position: fixed;
    max-width: 991px;
    width: 94%;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
    border-radius: 0;
    background: #b80000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 99;
}
.menu-wrapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    text-align: center;
    padding: 0px;
    box-shadow: 0px -3px 5px 0px rgb(0 0 0 / 10%);
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.menu-wrapper a img {
    filter: grayscale(1) contrast(1) invert(1);
    max-width: 32%;
    display: block;
    margin: auto;
}
.menu-wrapper a.active img {
    filter: grayscale(1) contrast(10) invert(1);
    max-width: 32%;
    display: block;
    margin: auto;
}
.menu-wrapper a {
    color: #b4b4b4;
    font-size: 10px;
    padding: 5px 0px;
}
.menu-wrapper a.active {
    color: #fff;
    background-color: transparent;
}
/*download*/
ul.download_tab{
    margin: 20px 0;
    background-color: #2e0000;
    display: flex;
    justify-content: start;
    overflow: hidden;
    border-bottom: 1px solid #2e0000;
}
ul.download_tab li{

}
.nav-tabs.download_tab .nav-link.active >*,.nav-tabs.download_tab .nav-link >*{
    transform: skew(25deg);
}
.nav-tabs.download_tab .nav-link {
    border: unset;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: none;
    color: #8f8f8f;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
    min-width: 150px;
    text-align: center;
    transform: skew( -25deg);
    justify-content: center;
    display: flex;
    margin-left: -6px;
}
.nav-tabs.download_tab .nav-link.active{
    color: #000;
    background: linear-gradient(0deg,#c59b4d 31%,#ddc175);
    transform: skew( -25deg);
    display: flex;
    justify-content: center;
    align-items: center;
}
.dl {
    max-width: 500px;
    margin: auto;
}
.dl table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}
.dl table th {
    border: 1px solid #d5d5d5;
    text-align: center;
    padding: 8px;
    background-color: rgba(129, 157, 187, 0.15);
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}
.dl table td {
    text-align: left;
    padding: 8px;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    color: #000000;
}
.share_con_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    grid-gap: 10px;
}
.share_con_inn_img{
    background-color: #2e0000;
    padding: 10px;
    min-height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.share_con_inn a img{
    max-width: 70px;
}
.share_con_inn_txt{
    background-color: #b80000;
    color: #fff;
    font-weight: bold;
}
.pm-title-wrapper {
    font-size: 20px;
    font-weight: 700;
    background: #b80000;
    color: #fff;
    padding: 10px;
}
button.close-promo {
    background: none;
    border: none;
    font-size: 23px;
    padding: 17px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
}
.modal-content.promo {
    padding: 20px;
    border-radius: 0;
    border: none;
    background-color: #2e0000;
}


/*-----------------aferlogin------------------*/
.main_w {
    color: #ffffff;
    margin-left: 5px;
    font-size: 12px;
}
.wallet_p {
    color: #fff;
    margin-left: 5px;
    font-size: 12px;
}
.restore {
    color: #ffffff;
    margin-left: 15px;
    font-size: 12px;
}
.head_i {
    margin: 0px 10px;
    font-size: 23px;
    margin-right: 0px;
    color: #fff;
}
.fund_btn, .fund_btn:hover {
    color: #fff;
    font-size: 12px;
}
.header_sidebar.afterlogin_bar .dropdown-menu {
    background: #e9e9e9;
}
.header_sidebar.afterlogin_bar .dropdown-menu a {
    color: #000000;
    font-size: 14px;
}
.header-top-after {
    position: fixed;
    top: 41px;
    width: 100%;
    max-width: 991px;
    z-index: 99;
    background: #b80000;
}
.header_after-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_after_right{
    display: flex;
    align-items: center;
}

/*deposit*/
.afterlogin-header-top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
}
.afterlogin_head{
    margin-left: 18px;
}
.afterlogin_head a{
    color: #fff;
    margin-right: 30px;
}
.afterlogin_head .af_tit{
    color: #fff;
}
.user_box{
    background: linear-gradient(180deg,#b80000,#be4848 79%,#fd4141);
    padding: 30px 0px 60px 0px;
    color: #fff;
}
.user_box_wra{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.af_amt{
    font-size: 20px;
}
.user_box_wra2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn_rest{
    min-width: 120px;
    background-color: #00000040;
    border-radius: 2px;
    color: #fff;
}
.msg_icon{
    color: #fff;
    font-size: 20px;
}
.menu_box{
    background: #b80000;
    height: auto;
    padding: 10px;
    border-radius: 5px;
    margin-top: -41px;
    margin-bottom: 20px;
}
.menu_box_wrap{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    text-align: center;
}
.menu_box_wrapper a{
    color: #fff;
    font-size: 12px;
}
.menu_box_wrapper a.active{
    color: #6b0000;
}
.menu_box_wrapper a img{
    max-width: 29px;
}
.menu_box_wrapper a.active img{
    filter: opacity(0.5) invert(0.9);
}
.form-group label{
    color: #ff0000;
    font-weight: 500;
    font-size: 13px;
}
.nav-pills.afterlogin .nav-link.active, .nav-pills.afterlogin .show>.nav-link {
    color: #fff;
    background-color: #ffffff;
    border: 1px solid #b80000;
    background-image: url(../images/afterlogin/deposit/tContent_depositContent_largeActive.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    margin: 8px 0px;
}
.nav-pills.afterlogin .nav-link {
    color: #fff;
    background-color: #ffffff;
    padding: 0;
    margin: 8px 0px;
    border: 1px solid #bbbbbb;
    max-width: 70px;
}
.ori_img{
    display: none;
}
.nav-pills.afterlogin .nav-link.active .ori_img{
    display: block;
}
.nav-pills.afterlogin .nav-link.active .grey_img{
    display: none;
}
.bank_select{
    display: flex;
    justify-content: left;
    font-size: 12px;
}
.bank_select_inner{
    display: flex;
    color: #858585;
    text-align: center;
    align-items: center;
    margin-right: 10px;
}
.bank_select_img{
    border: 1px solid #858585;
    border-radius: 5px;
    padding: 0px;
    margin:8px;
    margin-left: 0;
}
.nav-pills.afterlogin_bank .nav-link.active, .nav-pills.afterlogin_bank .show>.nav-link {
    color: #fff;
    background-color: #ffffff00;
    background-image: url(../images/afterlogin/deposit/tContent_depositContent_smallActive.png);
    background-position: 1% 56%;
    background-repeat: no-repeat;
    padding: 0;
}
.nav-pills.afterlogin_bank .nav-link {
    padding: 0;
}
.nav-pills.afterlogin_bank .nav-link.active .bank_select_inner{
    color: #b80000;
}
.nav-pills.afterlogin_bank .nav-link.active .bank_select_inner .bank_select_img{
    border: 1px solid #b80000;
}
.ori_img{
    display: none;
}
.nav-pills.afterlogin_bank .nav-link.active .ori_img{
    display: block;
}
.nav-pills.afterlogin_bank .nav-link.active .grey_img{
    display: none;
}
input.form-control {
    width: 100%;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 12px;
    height: 40px;
    margin-top: 0px;
    color: #272727;
    border: 1px solid #afafaf;
    background-color: #ffffff;
    opacity: 1;
    border-top: 1px solid #afafaf;
}
.box-amount3 ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    list-style: none;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.box-amount3 ul li {
    width: 100%;
}
.btn-amt {
    padding: 9px 0px;
    border-radius: 10px;
    font-size: 12px;
    color: #6d6d6d;
    border: 1px solid #d8d8d8;
    background: #ffffff;
    width: 100%;
}
.submit_btn {
    margin-top: 10px;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    background: #b80000;
    background: -moz-linear-gradient(top, #0062c9 0%, #003679 102%);
    background: -webkit-linear-gradient(top, #b80000 0%, #b80000 102%);
    background: linear-gradient(to bottom, #b80000 0%, #b80000 102%);
    color: #fff;
    cursor: pointer;
    font-size: inherit;
    border: none;
}
.afterlogin_form{
    margin-bottom: 20px;
}
.radio_bg {
    border: 1px solid #dfdfdf;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
}
.radio-container {
    padding-left: .6rem;
    align-items: center;
    display: grid;
    grid-template-columns: auto;
}
.deposit-bank-account-grid {
    display: grid;
    grid-template-columns: 12% 17% auto;
    align-items: center;
}
.deposit_bank_img img {
    width: 40px;
}
.nav-pills .nav-link.btn-bankType {
    background-color: #222222;
    border-radius: 60px;
    width: 70px;
    height: 70px;
    padding: 11px;
    text-align: center;
}
.depositTable table {
    border: 1px solid #dfdfdf;
    color: #6d6d6d;
    font-size: 12px;
    margin-top: 10px;
    background-color: #fff;
}
.depositTable table tbody tr:first-child {
    border-bottom: 1px solid #dfdfdf;
    background-color: transparent;
    color: #6d6d6d;
}
.depositTable table tbody tr th {
    padding: 5px;
    border: 1px solid #dfdfdf;
}
.copy_dep.upload_btn {
    margin-top: 0px;
    margin-left: 10px;
    border-radius: 4px;
    width: 50px;
    height: 40px;
    background: #0062c9;
    background: -moz-linear-gradient(top, #f4f3f3 0%, #e6e6e6 102%);
    background: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
    background: linear-gradient(to bottom, #f4f3f3 0%, #e6e6e6 102%);
    color: #858585;
    cursor: pointer;
    font-size: inherit;
    border: 1px solid #e6e6e6;
}
.upload-file {
    display: flex;
    position: relative;
}
.btn-file {
    padding: 5px 20px;
    height: 40px;
    top: 0px;
    position: relative;
    margin-left: 10px;
    border-radius: 5px;
    border: none;
    font-size: 12px;
    width: 30%;
    color: #fff;
    border: none;
    background: linear-gradient(180deg,#b80000,#be4848 79%,#fd4141);
}
.custom-file-input {
    position: absolute;
    z-index: 2;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}
select.form-control {
    width: 100%;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 12px;
    height: 40px;
    margin-top: 5px;
    border: none;
    color: #40434b;
    background-color: #fff;
    border-top: .04rem solid #bfbfbf;
    border: .04rem solid #bfbfbf;
}
.dropdown_search {
    display: flex;
    align-items: flex-end;
}
.dropdown_search_btn {
    border: 1px solid #bfbfbf;
    background-color: white;
    border-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: #a4a4a4;
}
.dropdown_search .dropdown-menu {
    border: 1px solid #acacac;
    background-color: #fff;
}
.dropdown_search .dropdown-menu a {
    color: #1b1b1b;
    background-color: #dddddd;
    margin: 10px auto;
    border-radius: 5px;
    width: 90%;
}
input.form-control.dropdown_search_form {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
    height: 38px;
}
.history-table {
    background: #fff;
    font-size: 12px;
    margin-top: 15px;
}
.history-table tr:nth-child(odd) {
    background: #f6f6f6;
}
.history-table tr th {
    border: 1px solid #e7e7e7;
    padding: 4px;
    background: #000000cf;
    text-align: center;
    color: #ffffff;
}
.history-table tr td {
    border: 1px solid #ffffff;
    padding: 10px 4px;
    text-align: center;
    color: #a9a9a9;
}
.history-table tr:nth-child(even) {
    background: #ffffff;
}
.inbox-list {
    background: #212121c9;
    font-weight: bold;
    flex: 0 0 auto;
}
.inbox-list.top_list ul {
    margin-bottom: 0px;
}
.top_list ul {
    background: #0066D1;
    list-style: none;
    padding: 0px;
}
.inbox-list ul li a {
    display: flex;
    color: #5F5F5F;
    width: 100%;
    padding-right: 18px;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-left: 0.75rem;
    border-bottom: 1px solid rgba(151, 151, 151, 0.26);
    cursor: pointer;
    flex-wrap: nowrap;
    align-items: center;
    -webkit-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    -moz-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    -ms-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    -o-transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    transition: all cubic-bezier(0.35, 0.1, 0.2, 1) 0.3s;
    justify-content: space-between;
}
.message-delete-checkbox {
    margin-right: 10px;
    padding-top: 10px;
}
.inbox-list-body {
    width: 70%;
}
.inbox-list ul p {
    max-width: 17.875rem;
    line-height: 1.4;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0px;
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
}
.inbox-list ul .time {
    font-size: 1rem;
    font-weight: normal;
    text-align: right;
}
.top_list ul .time {
    display: flex;
}
.inbox-list ul {
    background: #212121c9;
    list-style: none;
    padding: 0px;
}
.inbox-list ul .time img {
    width: 25px;
}
#inbox_msg .modal-header {
    border-bottom: 2px solid #b80000;
    color: #ffffff;
    background: #b80000;
}
.inbox-list.top_list ul li a{
    padding-top: 0;
    padding-bottom: 0;
}
.rebate_qr{
    text-align: center;
}
.rebate_qr img{
    max-width: 150px;
}

.weekly {
    background: #E2E2E2;
    padding: 10px;
    margin-left: auto;
    margin-right: 0;
    color: #000;
    display: flex;
    border-radius: 5px;
}
.text_title_transfer {
    color: #bfbfbf;
    margin-top: 10px;
}
.transfer_game_main {
    font-size: 12px;
}
.transfer_box {
    display: flex;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    color: #000000;
    padding: 3px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.text-blue {
    color: #b80000;
}
.transfer_btn {
    height: 22px;
    width: 64px;
    border: 1px solid #b80000;
    color: #b80000;
    background: none;
    border-radius: 5px;
    display: block;
}
.transfer_box_sec {
    color: #000000;
    padding: 0 2px;
    background-color: #E2E2E2;
    display: flex;
    min-height: 27px;
    align-items: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.row_trn_value{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
}
@media only screen and (max-width: 360px) {
    .slots_wrap_main{
        grid-template-columns: repeat(2, 1fr);
    }
}

/*27/12/2021*/
.lott-btn-top {
    text-align: center;
    display: flex;
    justify-content: center;
    bottom: 14%;
    left: 0;
    right: 0;
    margin-bottom: 20px;
}
button.payout-btn {
    background: #b80000;
    border: none;
    border-radius: 10px;
    width: 200px;
    height: 50px;
    box-shadow: 0px 3px 5px #0000008c;
    margin: 0 10px;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s;
}
button.payout-btn2 {
    background: linear-gradient(0deg,#c59b4d 31%,#ddc175);
    border: none;
    border-radius: 10px;
    width: 200px;
    height: 50px;
    margin: 0 10px;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s;
    box-shadow: 0px 3px 5px #0000008c;
}
button.payout-btn:hover,button.payout-btn2:hover {
    transform: scale(0.97);
    transition: 0.3s;
}
.pm-title-wrapper {
    font-size: 20px;
    font-weight: 700;
    background: #b80000;
    color: #fff;
    padding: 10px;
}
.pmtable-wrapper {
    margin: 15px 0;
}
table.promo-table tr th {
    color: #fff;
    background: #b80000;
    padding: 4px;
    border: 1px solid #b80000;
}
table.promo-table tr td {
    border: 1px solid #b80000;
}
.gr-title {
    font-weight: 700;
    font-size: 16px;
}
.cry_wrap {
    border: 1px solid #b80000;
    padding: 10px;
    width: 260px;
    text-align: center;
    border-radius: 5px;
    margin: auto;
}
.cry_txt {
    color: #000;
    font-weight: 900;
}
.cry_wrap img {
    width: 207px;
}
.warning_cry {
    width: 300px;
    color: #000;
    font-size: 12px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}
.warning_cry_box {
    background: #eeeeee;
    padding: 10px;
    font-size: 12px;
}
.copy_cry {
    color: #b80000;
    font-size: 27px;
}
.link_cry {
    display: flex;
    align-items: center;
}