﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.container{
    width: 1140px;
}

@media (min-width: 576px){
    .container {
        max-width: 1210px;
    }
    .header-menu .container{
        max-width: 1210px;
    }
}
@media (min-width: 992px){
    .container {
        max-width: 1210px;
    }
    .header-menu .container{
        max-width: 1210px;
    }
}
@media (min-width: 768px){
    .container {
        max-width: 1210px;
    }
    .header-menu .container{
        max-width: 1210px;
    }
}
.header-menu .container{
    width: 1210px;
}


body {
    font-family: "Rubik", sans-serif;
    line-height: 1.6;
    font-size: 15px;
    margin: 0 auto;
    color: #425878;
}

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;
    color: inherit;
}

    a:hover {
        color: inherit;
        text-decoration: none;
    }

button:focus {
    outline: none;
}

img {
    max-width: 100%;
}

hr {
    border-top: 1px solid #d2d2d2;
}

input::placeholder {
    opacity: 0.4 !important;
}

@font-face {
    font-family: "AzonixFont";
    /*src: url("../webfonts/Azonix.otf") format("truetype");*/
}

@font-face {
    font-family: "AdobeheitistdFont";
    /*src: url("../webfonts/adobeheitistd-regular.otf") format("truetype");*/
}

h4, .english_text {
    font-family: 'AzonixFont', Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #6a718e;
    font-size: 21px;
}

.chineseFont_text {
    font-family: 'Bebas Neue', cursive;
    font-weight: normal;
    font-style: normal;
    color: #425878;
    text-transform: uppercase;
}

.t-header {
    background-color: #126e51;
    min-height: 32px;
    display: flex;
    align-items: center;
    min-width: 1140px;
}

.mobile_download i {
    font-size: 20px;
}

.mobile_download {
    color: #cba98c;
}

    .mobile_download:hover {
        color: #949ab3;
    }

.header_lang {
    list-style-type: none;
    display: inline-flex;
    margin: 0;
    color: #ffffff;
    font-size: 11px;
}

    .header_lang li {
        margin: 0 6px;
    }

        .header_lang li::before {
            border-left: 1px solid #ffffff;
            display: block;
            position: absolute;
            top: 8px;
            height: 16px;
            content: "";
            margin-left: -7px;
        }

        .header_lang li:first-child::before {
            border-left: none;
        }

        .header_lang li a {
            color: rgb(255,255,255,0.3);
        }

            .header_lang li a:hover {
                color: #ffffff;
                text-decoration: none;
            }

            .header_lang li a.active {
                color: #ffffff;
            }

.header-menu {
    background-color: #ffffff;
    min-height: 0;
    position: relative;
    -moz-box-shadow: 0px 3px 7px 0px #ccc;
    -webkit-box-shadow: 0px 3px 7px 0px #ccc;
    box-shadow: 0px 3px 7px 0px #ccc;
    min-width: 1140px;
}
.header-menu::after{
    /* height: 5px; */
    display: block;
    width: 100%;
    background: linear-gradient(to bottom,#c9b69a 10%, #f8ebd4 35%,#c9b69a 100%);
    content: '';
}

.header_menu_ex {
    position: inherit;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.header_menu_ex .main-menu ul li a{
    position: relative;
}
.header_menu_ex .main-menu ul:first-child li a:not(:only-child):after{
    content: '\f0d7';
    margin-left: 3px;
    top: 7px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';

}
.logo img {
    max-height: 85px;
    padding: 10px;
}

.main-menu {
    display: flex;
    /* width: 100%; */
    /* justify-content: space-between; */
}
.main-menu.after_mainmenu{
    display: flex;
    width: auto;
    justify-content: space-between;
}

    .main-menu ul {
        margin: 0;
        padding: 0;
    }

        .main-menu ul li {
            display: inline-block;
            list-style-type: none;
            padding: 20px 9px;
            margin: 0;
            text-align: center;
            font-size: 12px;
            font-weight: 400;
            height: 100%;
            border-bottom: 3px solid transparent;
        }

            .main-menu ul li a {
                    color: #425878;
                    display: flex;
                    height: 100%;
                    align-items: center;
            }


            .main-menu ul.main-menu02 li a {
                    color: #6a718e;
                    display: grid;
                    height: 100%;
                    align-items: center;
            }

            .main-menu ul li.active {
                border-bottom: 3px solid #126e51;
            }

                .main-menu ul li.active a, .main-menu ul li.active a .chineseFont_text {
                    color: #126e51;
                }

            .main-menu ul li:hover a, .main-menu ul li:hover a .chineseFont_text {
                color: #126e51;
                text-decoration: none;
            }

            .main-menu ul li:hover {
                border-bottom: 3px solid #126e51;
            }

.login_header {
    display: flex;
    padding: 0px;
    align-items: center;
    /* width: 100%; */
}

.acc_pic img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.login_header_before {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    align-items: center;
}

    .login_header_before a {
        color: #425878;
        text-decoration: none;
        /* background: linear-gradient(to bottom,#fefefe 5%,#f3f3f3 100%); */
        margin: 0px 5px;
        /* border: 1px solid #d4d4d4; */
        /* border-radius: 5px; */
        text-transform: uppercase;
    }
    .login_header_before a.reg_a{
        color: #fff;
        text-decoration: none;
        background: linear-gradient(to bottom,#f1d6bf 5%,#d2b7a0 100%);
        padding: 15px;
        border: 1px solid #d4d4d4;
        border-radius: 5px;
    }

/*.register_left_custom {
    border-left: 1px solid #cba98c;
}*/

    .register_left_custom a {
        color: #cba98c;
    }

.dropdown_first_text {
    display: block;
    padding-top: 42px;
}

.dropdown_percent {
    font-size: 46px;
    line-height: initial;
}

.dropdown_btn_custom:hover {
    cursor: pointer;
    background-image: linear-gradient(to bottom, #e0e3f6, #ffffff);
}

.dropdown_btn_custom {}

.dropdown_promo {
    font-size: 12px;
    font-weight: 500;
}

.dropdown_promo_img img {
    width: auto;
    height: 181px;
}

.megamenu {
    width: 100%;
    left: 0px;
    top: 62px;
    position: absolute;
    justify-content: center;
    color: #272958;
    z-index: 20;
    margin: 0px;
    text-align: left;
    font-size: 15px;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    -ms-transition: -ms-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    z-index: 9999999;
}

.wbg3 {
    background: rgb(255 255 255 / 95%);
    display: flex;
}

.main-menu li > .megamenu {
        -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    visibility: hidden;
        transition-delay: 0.3s;
    transition-duration: 0.3s;
}

.main-menu li:hover > .megamenu {
        -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -webkit-transform: rotateX(20deg);
    opacity: 1;
    visibility: visible;
    /*    transition-delay: 0s;*/
}

.menu-in {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    max-width: 1100px;
    justify-items: center;
}

.menu-in-promo {
    grid-template-columns: repeat(4, 1fr);
}

.dropdown_btn_custom {
    padding: 10px 0;
}
/*index*/
.index_home {
    background: url(../images/index/indexbg.jpg)no-repeat center;
    background-size: 100% 100%;
    min-width: 1140px;
}

.announcementCustom {
    display: flex;
    align-items: center;
    padding-top: 0px;
}

.announcement {
    margin: 0px 0 66px 0;
    /*    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);*/
    background-position: top;
    background-size: contain;
    padding: 7px 14px;
    background-image: linear-gradient(to bottom, #ffffff, #e8e8ee);
    width: 100%;
    box-shadow: 0 9px 3px #d8d8d8, 0px 11px 19px 1px #05050542;
    border: 2px solid #fff;
    border-radius: 26px;
    margin-top: 20px;
}

.announcementCustom i {
    color: #ffffff;
    padding: 8px;
    margin-left: 4px;
    background-image: linear-gradient(to bottom, #5bc220, #125508);
    border-radius: 20px;
}

.announcement_more {
    border: 1px solid #ccad8d;
    border-radius: 20px;
    width: 57px;
    text-align: center;
    margin-right: 9px;
    cursor: pointer;
}

    .announcement_more a {
        color: #6a718e;
    }

    .announcement_more:hover {
        background-color: #43475a;
    }

        .announcement_more:hover a {
            color: #fff;
            text-decoration: none;
        }

.marquee_custom {
    font-size: 12px;
    color: #425878;
}

.slider {
    height: 300px;
    margin: 30px auto 60px auto;
}
.slider.slider-nav02 {
    height: 300px;
    margin: 30px auto 20px auto;
}

    .slider ul li {
        /* transition: width .5s, height .5s, top .5s, left .5s;
        -webkit-transition: width .5s, height .5s, top .5s, left .5s;
        */
        border: 1px solid #cbb698;
        border-radius: 20px;
        -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
        -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
        box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
        cursor: pointer;
    }

        .slider ul li img {
        }

.left,
.right {
    cursor: pointer;
    margin-top: -28px;
}
.slidermain_01 .slider.slider-single .slick-slide img{
    border: 1px solid #cbb698;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203 182 152 / 70%);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    box-shadow: 0px 0px 6px 0px rgb(203 182 152 / 70%);
    cursor: pointer;
}
.slidermain_01 .slider.slider-nav .slick-slide img{
    border: 1px solid #cbb698;
    width: 145px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203 182 152 / 70%);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    box-shadow: 0px 0px 6px 0px rgb(203 182 152 / 70%);
    cursor: pointer;
    opacity: 0.5;
}
.slidermain_01 .slider.slider-nav .slick-slide.slick-active.is-active img{
    opacity: 1;
}
.slidermain_01 .slider.slider-nav{
    height: 30px;
}
.slidermain_02{
    position: relative;
    z-index: 1;
    margin-bottom: 159px;
}
.stage_bg{
    position: absolute;
    bottom: 25px;
    z-index: -1;
}
.slidermain_02 .slider{
    height: 300px;
}
.slidermain_02  .slider.slider-for{
height: 180px;
    padding-top: 65px;
}
.slidermain_02 .slider.slider-nav02{
    height: 68px;
    padding: 0px 5px;
    background-image: linear-gradient(to bottom, #ffffff, #e3efef);
    width: 100%;
    box-shadow: 0 9px 3px #d8d8d8, 0px 11px 19px 1px #05050542;
    border-radius: 100px;
    border: 2px solid #fff;
    padding-top: 0px;
}
.slidermain_02 .slider.slider-nav02 .slick-list{
    width: 100%;
}
.slidermain_02 .slider.slider-single02 .slick-slide img{
    width: 350px;
    cursor: pointer;
    padding-top: 100px;
}
.slidermain_02 .slider.slider-single02 img.img_main{
    opacity: 0.6;
    transition: all 300ms ease;
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.5);
}
.slidermain_02 .slider.slider-single02 .slick-center img.img_main{
    opacity: 1;
    transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    -webkit-transform: scale(1.6);
}
/*.slidermain_02 .slider.slider-for .slick-slide img.img_hover_product{
    display: none;
}*/
.slidermain_02 .slider.slider-for .slick-slide .game_products_inner:hover img.img_hover_product {
    display: block;
    filter: hue-rotate(-9deg);
}

/*.slidermain_02 .slider.slider-for .slick-slide .game_products_inner:hover img.img_normal_product {
    display: none;
}*/
.slidermain_02 .slider.slider-for .slick-slide .game_products_inner img{
    /* width: 77px; */
}
.game_wrap{
    width: 100%;
    display: flex;
    justify-content: center;
}
.game_wrap .game_products_inner{
    width: 190px;
    background-color: #126e51;
    margin: 0 10px;
    border-radius: 42px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
}
.slidermain_02 .slider.slider-single02 .slick-slide{
    min-height: 600px;
    margin: 0px 20px;
    text-align: -webkit-center;
}
.slidermain_02 .slider.slider-nav02 .slick-slide{
    cursor: pointer;
    float: left;
    display: flex;
    height: 100%;
    min-height: 1px;
    justify-content: space-between;
    padding-top: 9px;
}
.slidermain_02 .slider.slider-nav02 .slick-slide .game_tab {
    min-width: 86px;
    /* opacity: 0; */
    display: flex;
    justify-content: center;
    margin: 0 4px;
    width: 100%;
}
.slidermain_02 .slider.slider-nav02 .slick-slide.slick-current .game_tab ,.slidermain_02 .slider.slider-nav02 .slick-slide:hover .game_tab {
    opacity: 1;
    /* filter: drop-shadow(0px 3px 3px #af9772); */
    background-image: linear-gradient(to right, #126e51, #126e51);
    border-radius: 35px;
}
.slidermain_02 .slider.slider-nav02 .slick-slide.slick-current .game_tab ,.slidermain_02 .slider.slider-nav02 .slick-slide:hover .game_tab .game_tab_info{
    color: #ffffff;
    /* text-shadow: 0px 4px 4px #907c5d; */
}
.slidermain_02 .slider.slider-nav02 .slick-slide .game_tab .game_tab_info .img_slide_icon{
    display: block;
}
.slidermain_02 .slider.slider-nav02 .slick-slide .game_tab .game_tab_info .img_slide_icon_hover{
    display: none;
}
.slidermain_02 .slider.slider-nav02 .slick-slide.slick-current .game_tab .game_tab_info .img_slide_icon_hover{
    display: block;
}
.slidermain_02 .slider.slider-nav02 .slick-slide.slick-current .game_tab .game_tab_info .img_slide_icon{
    display: none;
}
.slidermain_02 .slider.slider-nav02 .slick-slide:hover .game_tab .game_tab_info .img_slide_icon_hover{
    display: block;
}
.slidermain_02 .slider.slider-nav02 .slick-slide:hover .game_tab .game_tab_info .img_slide_icon{
    display: none;
}

.slidermain_02 .slider.slider-nav02 .slick-slide.slick-current .game_tab .game_tab_info{
    color: #ffffff;
    /* text-shadow: 0px 4px 4px #907c5d; */
}

.slidermain_02 .slider.slider-single02 .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] { }

.slidermain_02 .slider.slider-single02 .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] img.img_main{
    opacity: 1;
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transition: all 300ms ease;
}
.slider-nav02 .slick-track {
  transform: translate3d(0, 0, 0)!important;
}

.control-c {
    width: 34px!important;
    height: 68px!important;
}

/*btnbacktotop*/
.buttonback {
    display: inline-block;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 30px;
    position: fixed;
    border: 2px solid #5c5c5c;
    bottom: 60px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    .buttonback::before {
        content: "\f106";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-style: normal;
        font-size: 2em;
        line-height: 43px;
        color: #5c5c5c;
    }

    .buttonback:active {
        background-color: #555;
    }

    .buttonback.show {
        opacity: 1;
        visibility: visible;
    }

.btnbtt_text {
    font-size: 11px;
    width: 72px;
    position: absolute;
    right: -13px;
    top: 49px;
}
/*btnbacktotopend*/

/*btnbacklivechat*/
.buttonlivechat {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 30px;
    position: fixed;
    bottom: 140px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    z-index: 1000;
    filter: hue-rotate(-9deg);
}

    .buttonlivechat.show {
        opacity: 1;
        visibility: visible;
    }

.btnbtt_text_live {
    font-size: 11px;
    width: 72px;
    position: absolute;
    right: -10px;
    top: 49px;
}
/*btnbacklivechat*/

/*bartitle*/
.bar_title {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 20px 0;
    justify-content: space-between;
}

.bar_title_custom {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.bar_title_img {
    width: 400px;
}

/*gametab*/
.game_tab {
    position: relative;
}

    .game_tab .img_normal, .game_tab .img_hover {
        width: 150px;
    }

.nav-item .nav-link {
    color: #6a718e;
    font-weight: 500;
}

    .nav-item .nav-link.active, .nav-item .nav-link:hover {
        color: #ffffff;
        background-color: transparent;
    }

.tabsection_main .nav-item .nav-link.active, .tabsection_main .nav-item .nav-link:hover {
    text-shadow: 0px 4px 4px #907c5d;
    font-weight: 500;
}

.nav-tabs.tabsection_main {
    border-bottom: none;
    margin-bottom: 20px;
}

.tabsection_main .nav-item .nav-link.active, .tabsection_main .nav-item .nav-link:hover, .tabsection_main .nav-item .nav-link:focus {
    background-color: transparent;
    border: none;
    filter: brightness(1) drop-shadow(0 0 4px rgba(203,182,152,1));
}

.tabsection_main .nav-item .nav-link {
    border: none;
}

.img_hover {
    display: none;
}

.tabsection_main .nav-item .nav-link.active .game_tab .img_hover, .tabsection_main .nav-item:hover .nav-link .game_tab .img_hover {
    display: block;
}

.tabsection_main .nav-item .nav-link.active .game_tab .img_normal, .tabsection_main .nav-item:hover .nav-link .game_tab .img_normal {
    display: none;
}

.game_tab_info {
    display: flex;
    bottom: 0;
    justify-content: center;
    justify-items: center;
    text-align: center;
    align-items: center;
    padding: 3px 0px;
    font-size: 11px;
    font-weight: 700;
    color: #425878;
    text-transform: uppercase;
    margin: 3px 0;
    width: 100%;
}

.game_tab_info img {
    width: 30px;
    margin-right: 3px;
}

.index_tab {
    /* background-color: #fefdfb; */
    /* border: 1px solid #cbb698; */
    padding: 20px;
    /* -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7); */
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    /* box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7); */
    padding-top: 0;
}

.index_tab_content {
    padding-top: 20px;
}

.game_products {
    /* display: flex!important; */
    justify-content: left;
    transition: all 300ms ease;
    grid-gap: 12px;
}

.slider .game_products {
    display: block!important;
    justify-content: center;
    transition: all 300ms ease;
    grid-gap: 12px;
}

.game_products_inner {
    cursor: pointer;
    position: relative;
}

.img_hover_product {
    display: none;
}

.game_products_inner:hover .img_hover_product {
    display: block;
}

/*.game_products_inner:hover .img_normal_product {
    display: none;
}*/

.game_products_text {
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    /* top: 0; */
    color: #fff;
    /* bottom: 0; */
    text-transform: uppercase;
}

.text_game_title {
    font-size: 34px;
    line-height: 1.1;
    color: #425878;
    font-weight: 500;
    text-transform: uppercase;
}

.tab_bar_tltle {
    font-size: 40px;
    color: #6a718e;
    font-weight: 700;
    line-height: 1;
}

.tab_bar_tltle_sec {
    font-size: 43px;
    font-weight: 700;
    color: #cbb698;
    margin-bottom: 10px;
    line-height: normal;
}

.qualityservice_inner {
    display: grid;
    grid-template-columns: 30% 70%;
    justify-items: center;
    align-items: center;
    margin-bottom: 30px;
}

.qualityservice_inner_title {
    font-size: 20px;
    color: #425878;
    font-weight: 700;
}

.qualityservice_inner_content {
    font-size: 13px;
    color: #425878;
}

.qualityservice_inner_img {
    text-align: center;
}

.qualityservice_inner .qualityservice_inner_img img {
    width: 100%;
}

.index_body_custom {
    padding: 0 0 30px 0;
    /* overflow: hidden; */
}

.for_float_use {
    position: relative;
}
/*.t-body{
    margin-top: 10px;
}*/
/*footer*/
.footer_section {
    background: #e1e1e4;
    padding: 10px 0;
    color: #8c90a3;
    min-width: 1140px;
}

    .footer_section hr {
        border-top: 1px solid rgba(0,0,0,.1);
    }

.index_logo_provider {
    padding: 15px;
    margin: 0;
    text-align: center;
}

    .index_logo_provider img {
        /* padding: 5px 12px; */
        /* max-width: 100px; */
    }

.footer_title {
    font-size: 16px;
}

.footer_content {
    font-size: 10px;
}

.footer_content_more {
    display: none;
}

.footer_content_more_trigger span {
    cursor: pointer;
    border-bottom: 1px solid grey;
}

.menu-footer a {
    color: #5c5c5c;
    padding: 0 10px;
    line-height: 1;
    border-right: 1px solid #5c5c5c;
}

    .menu-footer a:last-child {
        border-right: none;
    }

.football {
    position: absolute;
    right: -176px;
    top: 530px;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}

    .football img {
        width: 70%;
    }

.football02 {
    position: absolute;
    left: -177px;
    bottom: 455px;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }

    50% {
        -webkit-transform: translatey(-15px);
        transform: translatey(-15px);
    }

    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

/*gallery*/
.gallery {
    width: 800px;
    margin: auto;
}

/*slide right menu*/
.side-right {
    position: fixed;
    z-index: 99999;
}

.social {
    position: fixed;
    perspective: 1000px;
    right: -8px;
    top: 20%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid #ccad8d;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
}

.image_hover {
    display: none;
}

.social-ico:hover .image_normal {
    display: none;
}

.social-ico:hover .image_hover {
    display: block;
}

.social li {
    display: block;
    position: relative;
    font-size: 12px;
    color: #fff;
    text-align: center;
    transition: background .5s ease .300ms;
}

    .social li a {
        display: flex;
        height: 50px;
        width: 50px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: stretch;
    }

    .social li span {
        float: left;
        text-align: left;
        color: #cbb698;
        padding: 0px;
        transform-origin: 0;
        visibility: hidden;
        opacity: 0;
        transform: rotateX(180deg);
        border-radius: 0px;
        transition: all .5s ease .300ms;
        position: absolute;
        top: 3px;
        right: 65px;
    }

span.np-ef {
    width: auto;
    height: auto;
    padding: 5px;
    background: #ffffff;
    color: #cbb698;
    font-size: 15px;
    border: 1px solid #ccad8d;
    min-width: 180px;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
}

.social li span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: -21px;
    top: 10px;
    border-left: 10px solid #ccad8d;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}

.social li:hover span {
    visibility: visible;
    opacity: 1;
    transform: rotateY(0);
}

.np-ef_inner {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    font-size: 13px;
    padding: 10px;
}
.np-ef_inner:hover{
    background-color: #efefef;
    cursor: pointer;
}
    .np-ef_inner:last-child {
        margin-bottom: 0px;
    }

.icon-wrapper {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ccad8d;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.np-ef_inner_link {
    color: #6a718e;
    line-height: initial;
}

.np-ef_inner_title {
    font-weight: 700;
    line-height: initial;
}

    .np-ef_inner_title a.np-ef_inner_title_info {
        font-weight: 700;
        line-height: initial;
        width: auto;
        color: #cbb698;
        height: auto;
        padding: 10px;
    }

        .np-ef_inner_title a.np-ef_inner_title_info:hover {
            text-decoration: none;
            color: #dec4a0;
            background-color: #efefef;
        }
/*slide right menu END*/

/*sports*/
.sports_home {
    background: url(../images/index/indexbg.jpg)no-repeat center;
    background-position: center;
}

.nav-tabs.inner_main {
    border-bottom: none;
}

.inner_main .nav-item .nav-link {
    padding: 0;
    border: none;
}

.img_active {
    display: none
}

.inner_main .nav-item .nav-link.active .img_nonactive {
    display: none;
}

.inner_main .nav-item .nav-link.active .img_active {
    display: block;
    filter: hue-rotate(-9deg);
}

.game_products_select {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    justify-items: center;
    align-items: center;
    margin-top: 15px;
}

    .game_products_select img {
        width: 45px;
    }

.game_products_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border: none;
    background: none;
}

    .game_products_btn:hover {
        filter: brightness(1) drop-shadow(0 0 4px rgba(203,182,152,1));
    }

    .game_products_btn:focus {
        background: none;
        border: none;
        outline: none;
    }

.game_products_btntext {
    position: absolute;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
}

.tab_bar_tltle_sec_inner {
    font-size: 30px;
    font-weight: 700;
    color: #cbb698;
    margin-bottom: 10px;
    line-height: normal;
}

/*esports*/
.esports_home {
    background: url(../images/index/indexbg.jpg)no-repeat center;
}

.esport_custom {
    align-self: center;
}

.esport_custom_title {
    font-size: 70px;
}

/*live*/
.live_home {
    background: url(../images/index/indexbg.jpg)no-repeat center;
    background-position: center;
}

    .live_home .for_float_use {
        min-height: 600px;
    }

.game_products_btn_live {
    display: inline-flex;
}

.game_products_btntext_live {
    color: #6a718e;
}

/*slot*/
.slot_home {
    background: url(../images/index/indexbg.jpg)no-repeat center;
}

    .slot_home .for_float_use {
        min-height: 680px;
    }

.game_products_select_slot {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    align-items: center;
    margin-top: 15px;
}

.game_products_btn_slot {
    display: inline-flex;
}

.game_products_btntext_slot {
    color: #6a718e;
}
/*fishing*/
.fishing_home {
    background: url(../images/index/indexbg.jpg)no-repeat center;
    background-position: center;
}

.game_products_select_fish {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    justify-items: center;
    align-items: baseline;
    margin-top: 15px;
}
/*lotto*/
.lotto_home {
    background: url(../images/index/indexbg.jpg)no-repeat center;
    background-position: top;
}

.game_products_select_lotto {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-items: center;
    align-items: center;
    margin-top: 15px;
}

.lottoTitle {
    font-size: 29px;
    color: #cbb698;
    text-align: center;
    font-weight: 700;
}

.lotto_ball {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    align-items: center;
    margin: 0 auto;
}

.lotto_ball_out {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lotto_balltext {
    position: absolute;
    font-size: 36px;
    color: #cbb698;
    font-weight: 700;
}

.lotto_inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.lotto_inner_bg {
    background-color: #ffffff;
    padding: 7px;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    box-shadow: 0px 0px 6px 0px rgb(214,214,214,0.7);
    border-radius: 10px;
    margin: 3px 3px;
}

.lotto_inner_date {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    border: 1px solid #cbb698;
    padding: 10px;
}

.lotto_inner_icon {
    display: block;
    align-self: center;
}

.lotto_inner_head_custom {
    line-height: initial;
    padding: 0 3px;
    min-height: 36px;
}

.lotto_inner_head_date {
    font-size: 12px;
}

.lotto_table {
    color: #000000;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 10px;
}

table.lotto_table thead tr {
    background-color: #3f3f3f;
    color: #ffffff;
    border: 2px solid #3f3f3f;
}

.lotto_table_body {
    background-color: #ffffff;
}

.lotto_emtpy {
    background-color: #7c7b7b;
}

table.lotto_table tbody.lotto_table_body tr td {
    border: 2px solid #7c7b7b;
}

table.lotto_table tbody.lotto_table_body::after {
    content: '';
    display: block;
    height: 5px;
}

.lotto_inner_magnum_head {
    background-color: #ffc100;
    color: #000000;
}

.lotto_inner_toto_head {
    background-color: #ff0000;
    color: #ffffff;
}

.lotto_inner_damacai_head {
    background-color: #000080;
    color: #ffffff;
}

.lotto_inner_sabah_head {
    background-color: #02d0c9;
    color: #000000;
}

.lotto_inner_sandakan_head {
    background-color: #f8c100;
    color: #000000;
}

.lotto_inner_special_head {
    background-color: #008000;
    color: #ffffff;
}

.lotto_inner_sg_head {
    background-color: #084b8a;
    color: #ffffff;
}

#payoutmodal.modal, #promomodal.modal {
    z-index: 9999999;
}

    #payoutmodal.modal .modal-body {
        padding: 30px;
    }

    #payoutmodal.modal .modal-dialog, #promomodal.modal .modal-dialog {
        max-width: 800px;
    }

    #payoutmodal.modal .modal-header, #promomodal.modal .modal-header {
        background-image: linear-gradient(#126e51, #126e51);
        -moz-box-shadow: 0px 3px 7px 0px #ccc;
        /* -webkit-box-shadow: 0px 3px 7px 0px #ccc; */
        /* box-shadow: 0px 3px 7px 0px #ccc; */
        color: #ffffff;
        font-size: 25px;
        font-weight: 700;
    }

        #payoutmodal.modal .modal-header span, #promomodal.modal .modal-header span {
            text-shadow: 0px 2px 3px #665641;
            color: #fff;
        }

        #payoutmodal.modal .modal-header img, #promomodal.modal .modal-header img {
            margin: 0 auto;
            width: 200px;
        }

        #payoutmodal.modal .modal-header .close, #promomodal.modal .modal-header .close {
            position: absolute;
            right: 20px;
        }

.lotto_table table {
    font-weight: 700;
    font-size: 15px;
}
.vip_table{
    border-radius: 20px;
    padding-top: 20px;
    background-color: #fff;
    padding-bottom: 20px;
}
.vip_table_spctext {
    font-weight: 400;
}

.lotto_table table thead {
    background-color: #126e51;
    color: #ffffff;
}

    .lotto_table table thead tr td {
        border-right: 1px solid #ffffff;
    }

    .lotto_table table thead tr td, .lotto_table table tbody tr td {
        padding: 10px 2px;
    }

        .lotto_table table thead tr td:first-child {
            border-top-left-radius: 7px;
        }

        .lotto_table table thead tr td:last-child {
            border-top-right-radius: 7px;
            border-right: 1px solid transparent;
        }

        .lotto_table table tbody tr td:first-child {
            text-transform: uppercase;
        }

.lotto_table table tbody tr td {
    border: 1px solid #126e51;
    text-transform: uppercase;
}

.lotto_table table tbody {
    color: #6a718e;
}

.lotto_table span {
    font-size: 20px;
    font-weight: 700;
    color: #6a718e;
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #dc3545;
    }

    49% {
        color: #dc3545;
    }

    60% {
        color: #e2b3b7;
    }

    99% {
        color: #e2b3b7;
    }

    100% {
        color: #dc3545;
    }
}

.lotto_table span.lotto_extra {
    color: #dc3545;
    font-size: 14px;
}
/*promotion*/
.promo_home {
    background: url(../images/index/indexbg.jpg)no-repeat center;
    background-size: cover;
}

.promotion_main {
    margin-top: 0;
}

.mix {
    display: none;
}

.filter-menu-bar {
    display: block;
    background: url(../images/promotion/LEFTMENU.png)no-repeat top center;
    padding-top: 53px;
    position: relative;
    min-height: 575px;
}

.pmbox {
    font-size: 13px;
    font-weight: 700;
    /* background: #ffffff; */
    border-radius: 29px;
    height: 45px;
    color: #126e51;
    /* -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7); */
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    /* box-shadow: 0px 3px 6px 0px #126e5126; */
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    text-transform: uppercase;
    margin-bottom: 18px;
    width: 180px;
}

    .pmbox.active,.pmbox:hover {
        background: #126e51;
        color: #ffffff;
    }

    .pmbox img {
        margin-right: 5px;
    }

    .pmbox.active .img_active {
        display: block;
    }

    .pmbox.active .img_nonactive {
        display: none;
    }

.promo-boxes {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    grid-gap: 15px 15px;
    text-align: center;
    margin: 0px 0 10px 0;
}

.promo-bx {
    /* border: 1px solid #cbb698; */
    /* border-radius: 10px; */
}

.promo-dl {
    position: relative;
}

.promo-dl-date {
    position: absolute;
    bottom: 10px;
    font-size: 13px;
    background-color: rgb(255,255,255,0.8);
    padding: 2px 8px;
    ;
    color: #6a718e;
    font-weight: bold;
    border-radius: 0px 20px 20px 0px;
}

.promo-dl img {
    border-radius: 10px;
}

.lotto_table span.promo_table_exclude {
    color: #dc3545;
    font-size: 15px;
}

.promo_example {
    color: #6a718e;
}

#promomodal.modal .modal-body {
    padding: 30px 0;
}

.promotnc {
    background-image: linear-gradient(#126e51, #126e51);
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    font-weight: 500;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-shadow: 0px 2px 3px #665641;
    height: 44px;
}

.promotnccontent ul {
    list-style: none;
    padding-left: 26px;
}

    .promotnccontent ul li::before {
        content: "\2022";
        color: #c3aa8a;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -15px;
        font-size: 17px;
    }

.btn-promo-back {
    background-color: transparent;
    color: #c5c5c5;
    font-size: 20px;
    font-weight: 700;
    border: none;
}

    .btn-promo-back:hover {
        background-image: linear-gradient(#126e51, #126e51);
        color: #fff;
    }

.promo_wrap{
    display: grid;
    grid-template-columns: 225px auto;
}

/*vip*/
.slider.vip_slider {
    height: 300px;
    margin: 30px auto 60px auto;
}

    .slider.vip_slider ul li {
        /* transition: width .5s, height .5s, top .5s, left .5s;
        -webkit-transition: width .5s, height .5s, top .5s, left .5s;
        */
        border: none;
        border-radius: 20px;
        -webkit-box-shadow: 1px 5px 6px 0px rgb(112,112,112,0.7);
        -moz-box-shadow: 1px 5px 6px 0px rgb(112,112,112,0.7);
        box-shadow: 1px 5px 6px 0px rgb(112,112,112,0.7);
        cursor: pointer;
        filter: hue-rotate(170deg) saturate(2);
    }

.vip_home {
    background: url(../images/index/indexbg.jpg)no-repeat top center;
}

.vip_table table {
    font-weight: 400;
    font-size: 13px;
}

.vip_table_spctext {
    font-weight: 400;
}

.vip_table table thead {
    background-color: #ffffff;
    color: #000000;
}

    .vip_table table thead tr td {
        border-right: 1px solid #ffffff;
    }

    .vip_table table thead tr td, .vip_table table tbody tr td {
        padding: 10px 2px;
    }

        .vip_table table thead tr td:first-child {
            width: 210px;
            border-top-left-radius: 7px;
        }

        .vip_table table thead tr td:last-child {
            border-top-right-radius: 7px;
            border-right: 1px solid transparent;
        }

        .vip_table table tbody tr td:first-child {
            text-transform: uppercase;
        }

.vip_table table tbody tr td {
    border: 1px solid #ffffff00;
}

.vip_table table tbody {
    color: #000000;
    background-color: #fff;
}

.vip_table_rules table {
    font-weight: 700;
    font-size: 15px;
}

    .vip_table_rules table thead {
        background-color: #cbb698;
        color: #ffffff;
    }

        .vip_table_rules table thead tr td:first-child {
            width: 210px;
            border-top-left-radius: 7px;
        }

        .vip_table_rules table thead tr td:last-child {
            border-top-right-radius: 7px;
            border-right: 1px solid transparent;
        }

        .vip_table_rules table thead tr td, .vip_table_rules table tbody tr td {
            padding: 10px 2px;
        }

    .vip_table_rules table tbody tr td {
        border: 1px solid #ccad8d;
    }

    .vip_table_rules table thead tr td {
        border-right: 1px solid #ffffff;
    }

/*login*/
.login_home {
    background: url(../images/login/bg-register.jpg)no-repeat top center;
    min-height: 100vh;
    height: 100%;
    background-size: cover;
}

.login_body {
    /* background: url(../images/login/login_base.png)no-repeat top center; */
    /* background-position: center; */
    /* border: 1px solid #cbb698; */
    padding: 14px;
    /* padding: 205px 0 30px 0; */
    /* -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7); */
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    /* box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7); */
    border-radius: 10px;
    background-size: cover;
    padding-top: 9%;
}

.login_title {
    font-weight: 700;
    font-size: 20px;
    color: #252d4d;
    text-align: center;
    margin-left: auto;
    max-width: 39%;
}
.login_title p{
    margin-top: 10px;
    margin-bottom: 40px;
}

.login_form {
    margin-left: auto;
    color: #252d4d;
}

.login_form_inner a {
    color: #252d4d;
}
.login_form_inner.join_cus{
    padding-left: 120px;
}

.login_form .form-group .form-control {
    border: 1px solid #cbb69800;
    border-radius: 4px;
    height: 38px;
    /*text-transform: uppercase;*/
    background-color: #c6c6c6;
}

.login_form .form-group .col-form-label {
    text-align: right;
    font-size: 14px;
}

.registrationPassIcon {
    position: absolute;
    top: 11px;
    right: 24px;
}

.login_remember {
    margin-left: auto;
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    grid-gap: 10px;
    text-align: center;
}

.btn_login_main {
    margin-top: 35px;
    padding-left: 128px;
}

.btn_login {
    background: linear-gradient(to bottom,#126e51 5%,#126e51 100%);
    color: #ffffff;
    min-width: 186px;
    height: 43px;
    border: 1px solid #c9b69a00;
    border-radius: 27px;
}

    .btn_login:hover {
        -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
        -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
        box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    }

.btn_otp {
    background: linear-gradient(to bottom,#126e51 5%,#126e51 100%);
    color: #ffffff;
    min-width: 109px;
    height: 34px;
    border: 1px solid #c9b69a00;
    border-radius: 27px;
}

.vcode {
    display: flex;
    align-self: center;
    justify-content: center;
}

/*registermodal*/
#afterRegModal.modal .modal-dialog {
    max-width: 900px;
}

#afterRegModal.modal .modal-header {
    padding: 6px 10px;
    border-bottom: none;
}

.modal_main_title {
    text-align: center;
}

#afterRegModal.modal .modal-body {
    padding-top: 0;
}

#afterRegModal.modal .modal-content {
    border: 1px solid #ccad8d;
    border-radius: 1.3rem;
}

#afterRegModal.modal .modal-body .modal-title {
    font-size: 39px;
    color: #cbb698;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 2px #7c664b;
    background: -webkit-linear-gradient(#f1d6bf, #d2b7a0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ddc09b;
}

.modal-title_02 {
    color: #cbb698;
}

.modal-title_03 {
    color: #6a718e;
    font-size: 14px;
}

.modal_box_column {
    border: 1px solid #ccad8d;
    border-radius: 10px;
    min-height: 362px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
}

.modal_box_column_title {
    font-size: 14px;
    color: #ccad8d;
    text-align: center;
    font-weight: 700;
    border-bottom: 1px solid #ccad8d;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.modal_box_column_body {
    color: #6a718e;
    font-size: 12px;
    line-height: initial;
    margin: 15px 0px;
    text-align: justify;
}

.modal_box_column_body_icon {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    font-weight: 700;
    justify-items: center;
    text-align: center;
}

    .modal_box_column_body_icon img {
        height: 55px;
        filter: hue-rotate(170deg) saturate(5);
    }

.modal_box_column_body_icon_custom img {
    height: auto;
    width: 60px;
    filter: none;
}

.modal_box_column_body ul {
    padding-left: 16px;
}

.modal_box_column_custom {
    position: relative;
    padding: 10px;
}

.modal_box_column_title_custom {
    padding: 0px 20px 10px 20px;
}

.fixed_custom {
    position: absolute;
    width: 90px;
    top: -6px;
    left: -6px;
}

/*downloadmodal*/
.downloadmodal {
    z-index: 9999999;
}

    .downloadmodal .modal-body {
        padding: 30px;
    }

    .downloadmodal .modal-dialog {
        max-width: 800px;
    }

    .downloadmodal .modal-header {
        background-image: linear-gradient(#f1d6bf, #d2b7a0);
        -moz-box-shadow: 0px 3px 7px 0px #ccc;
        -webkit-box-shadow: 0px 3px 7px 0px #ccc;
        box-shadow: 0px 3px 7px 0px #ccc;
        padding: 0px;
    }

        .downloadmodal .modal-header img {
            margin: 0 auto;
            width: 200px;
        }

        .downloadmodal .modal-header .close {
            position: absolute;
            right: 20px;
            top: 10px;
        }

.download_main {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    font-weight: 700;
    justify-items: center;
    text-align: center;
    grid-column-gap: 20px;
}

.download_box_column {
    border: 1px solid #ccad8d;
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    position: relative;
    margin-top: 35px;
}

.applybg {
    background: url(../images/download/APPLE.jpg)no-repeat top center;
    background-position: center;
    background-size: cover;
}

.androidbg {
    background: url(../images/download/ANDROID.jpg)no-repeat top center;
    background-position: center;
    background-size: cover;
}

.pcbg {
    background: url(../images/download/window.jpg)no-repeat top center;
    background-position: center;
    background-size: cover;
}

.btn_login_download {
    margin-top: 10px;
}

.download_scan {
    width: 120px;
    height: 120px;
    text-align: center;
    margin: 36px auto 0 auto;
    display: flex;
    align-items: center;
}

.download_text {
    margin-top: 20px;
    font-size: 19px;
}

.btn_download {
    border-radius: 30px;
}

.download_toptitle {
    border: 1px solid #ccad8d;
    border-radius: 5px;
    height: 33px;
    width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -14px;
    left: 27px;
    background-color: #ffffff;
    color: #ccad8d;
}

.download_icon {
    color: #ffffff;
    background-image: linear-gradient(#f1d6bf, #d2b7a0);
    position: absolute;
    border: 1px solid #c3aa8a;
    top: -19px;
    left: 8px;
    z-index: 1;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    font-size: 25px;
    font-weight: 100;
}

.download_table table {
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
}

    .download_table table thead {
        background-color: #c5ac8c;
        color: #ffffff;
        border: 1px solid #c5ac8c;
    }

    .download_table table tbody tr td {
        border: 1px solid #c5ac8c;
        padding: 10px;
    }

.download_pass {
    width: 100%;
    border: 1px solid #c5ac8c;
}

/*about*/
.sup_wrap_main {
    margin: 20px 0;
    color: #ffffff;
    font-size: 12px;
}

.sub-side-nav {
    margin: 0;
    padding: 0;
    width: 195px;
    float: left;
    border-bottom: none;
    color: #ffffff;
    list-style-type: none;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    box-shadow: 0px 0px 6px 0px #126e515e;
    border: 1px solid #126e51;
}

    .sub-side-nav li {
        background: #ffffff;
        border-bottom: 1px solid #126e51;
        cursor: pointer;
        font-weight: 700;
        text-align: center;
    }

        .sub-side-nav li:hover, .sub-side-nav li.active {
            background: -moz-linear-gradient(bottom,#eacdad 0%,#c3aa8a 99%);
            background: -webkit-linear-gradient(bottom,#eacdad 0%,#c3aa8a 99%);
            background: linear-gradient(to bottom,#126e51 0%,#126e51 99%);
        }

            .sub-side-nav li:hover a {
                color: #ffffff;
            }

        .sub-side-nav li a {
            color: #6a718e;
            padding: 20px;
            display: block;
            text-decoration: none;
        }

        .sub-side-nav li.active a {
            color: #ffffff;
        }

.sub-side-right {
    display: block;
    padding: 30px;
    margin-left: 212px;
    min-height: 400px;
    border: 1px solid #126e51;
    background: #ffffff;
    color: #6a718e;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    box-shadow: 0px 0px 6px 0px #126e5194;
}

.sub-side-right-title {
    border-bottom: 1px solid #126e51;
    margin-bottom: 10px;
    text-transform: uppercase;
}
/*aboutEND*/

/*banking*/
.bankingtable {
    color: #000000;
}

table.bankingtable tbody tr td {
    border: 1px solid #126e51;
}
/*bankingEND*/

/*tnc*/
.tncaccordion .tncbtn {
    color: #6a718e;
}

.tncaccordion .card {
    margin-bottom: 10px;
    border: none;
    border-radius: 10px;
}

    .tncaccordion .card .tncbtn.collapsed {
        background: #ffffff;
        border: 1px solid #126e51;
        color: #6a718e;
    }

    .tncaccordion .card .tncbtn {
        background: linear-gradient(to bottom,#126e51 0%,#126e51 99%);
        width: 100%;
        text-align: left;
        height: 46px;
        border-radius: 10px;
        color: #ffffff;
    }

    .tncaccordion .card .btn:focus {
        box-shadow: none;
    }
/*tncEND*/

/*blogpage*/
.blogpage_home {
    background: #f8f9fb url(../images/blogpage/blogpagebg.jpg)no-repeat top center;
    background-position: top;
}

.filter-menu-bar-ih {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.ih-bx {
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
}

.blog_main {
    color: #6a718e;
    font-size: 12px;
    text-align: left;
    padding: 10px;
    background-color: #ffffff;
}

.sub {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog_main .sum {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.blog_read {
    margin-top: 10px;
    background-color: #6a718e;
    border-radius: 23px;
    border: none;
    min-width: 100px;
    height: 32px;
    color: #fff;
}

    .blog_read a {
        color: #ffffff;
        text-decoration: none;
    }

.info_main {
    margin-top: 30px;
}

.info_back a {
    color: #6a718e;
}

    .info_back a:hover {
        text-decoration: none;
    }

.info_main_title {
    font-size: 20px;
    font-weight: 700;
    color: #43475a;
}

.info_img {
    border: 1px solid #cbb698;
}

.blog_content {
    font-size: 12px;
}

.blogseeall {
    border: 1px solid #cbb698;
    background: #ffffff;
    color: #949ab3;
}

    .blogseeall img {
        border-bottom: 1px solid #cbb698;
    }

.blogseeall_main {
    border: 8px solid #f5dfcc;
}
/*blogpageEND*/

/*announcement*/
.announcementmodal.modal {
    z-index: 999999;
}

.announcementmodal .modal-content {
    position: relative;
}

.announcementmodal .close {
    position: absolute;
    right: 13px;
    top: 66px;
}

.announcementmodal.detectannouncementmodal02 .close {
    position: absolute;
    right: 55px;
    top: 20px;
}

.announcementmodal .modal-content {
    background-color: transparent !important;
    border: none;
}

.announcementmodal .modal-dialog {
    max-width: 800px;
}

.indexdetectmodal .modal-backdrop {
    z-index: 99999;
}
/*announcementEND*/

/*afterlogin*/
.profile_rate {
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
}

    .profile_rate img {
        /* width: 23px; */
        /* filter: hue-rotate(170deg) saturate(5); */
    }

.mail_icon {
    font-size: 25px;
}

.notification {
    cursor: pointer;
    position: relative;
}

    .notification a {
        color: #6a718e;
    }

    .notification .badge {
        position: absolute;
        top: -2px;
        right: -10px;
        padding: 3px 6px;
        border-radius: 50%;
        background-color: red;
        color: white;
    }

.login_header_afterlogin {
    display: flex;
    align-items: center;
    margin-top: 0px;
    justify-content: space-between;
    position: relative;
    width: 240px;
}

.btn_acc {
    font-size: 13px;
    width: 64px;
    border: 1px solid #126e51;
    background: none;
    border-radius: 16px;
    color: #000000;
    background-color: #ffffff;
}

.btn_bal {
    font-size: 13px;
    background: transparent;
    border-radius: 16px;
    color: #000000;
    border: none;
    min-width: 108px;
}

.acc_login {
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
}

.option-drop {
    position: relative;
    text-align: center;
}

.btn_logout {
    font-size: 13px;
    min-width: 180px;
    border: 1px solid #126e51;
    background: #f8f9fb;
    border-radius: 26px;
    color: #6a718e;
    min-height: 36px;
    margin-left: 18px;
    margin-bottom: 15px;
}

    .btn_logout:hover {
        background-image: linear-gradient(to bottom, #126e51 0%, #126e51 100%);
        color: #ffffff;
    }

.dropdown-option {
    display: none;
    position: absolute;
    background: rgb(255 255 255);
    z-index: 2;
    top: 100%;
    right: 0;
    width: 250px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #126e51;
    margin-top: 10px;
}

    .dropdown-option ul {
        padding: 0;
        margin: 0;
    }

        .dropdown-option ul li {
            list-style-type: none;
        }

            .dropdown-option ul li a {
                color: #6a718e;
                padding: 4px 0;
                display: block;
                font-size: 14px;
            }

.option-drop:hover .dropdown-option {
    display: block;
    z-index: 2;
}

.balance-drop:hover .dropdown-balance {
    display: block;
}

.dropdown-balance {
    display: none;
    position: absolute;
    width: 400px;
    background: rgb(255 255 255 / 95%);
    color: #6a718e;
    z-index: 2;
    text-align: center;
    border: 1px solid #126e51;
    right: 0;
    padding-top: 12px;
    margin-top: 6px;
}

.dropdown-balance_emtpy {
    height: 11px;
    top: -12px;
    position: absolute;
    width: 100%;
}

.summary-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 9px 0px;
    font-size: 14px;
    padding-bottom: 10px;
}

.main-item, .main-amount {
    background: linear-gradient(to bottom, rgba(157,54,209,1) 0%, rgba(66,9,93,1) 100%);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
}

.balc {
    display: inline-block;
    margin: 0 3px;
}

.platform-item {
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 10px;
}

.amount-item {
    text-align: right;
    height: 25px;
    padding: 0px 10px;
}

button.btn-in {
    display: inline-block;
    border: none;
    margin: 0 5px;
    height: 100%;
    padding: 0px 10px;
    background: #126e51;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

button.btn-out {
    display: inline-block;
    border: none;
    margin: 0 2px;
    height: 100%;
    padding: 0px 10px;
    background: #00402c;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.afterloginbodymain {
    display: grid;
    grid-template-columns: 230px 700px auto;
    padding: 0px 0px 45px;
    margin-top: 0;
}
.afterloginbodymain_vip{
    display: grid;
    grid-template-columns: 230px auto;
}

.main_profile {
    background-color: #ffffff;
    /* -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7); */
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    /* box-shadow: 0px 0px 6px 0px #126e51c4; */
    padding: 5px 0;
    border-radius: 5px;
}

.user_main {
    margin-top: 20px;
}

.cam.fa-camera {
    background: #126e51;
    border-radius: 50%;
    height: 2em;
    width: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 2px solid #ffffff;
}

.user_profile_img {
    position: relative;
    cursor: pointer;
}

    .user_profile_img img {
        border-radius: 50%;
        width: 100px;
        height: 100px;
    }

.cam_icon {
    position: absolute;
    bottom: 0;
    right: 48px;
}

.name_profile {
    display: grid;
    grid-template-columns: auto auto;
    margin: 10px 0;
}

.main_btn_short {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    text-align: center;
    word-break: break-all;
    grid-gap: 10px;
    margin-top: 20px;
}

.main_btn_short_custom {
    cursor: pointer;
}

    .main_btn_short_custom a, .menu_account a {
        text-decoration: none;
    }

        .main_btn_short_custom a .main_text {
            color: #000000;
            font-size: 12px;
            font-weight: 500;
        }

        .main_btn_short_custom a.active .main_text {
            color: #000000;
        }

    .main_btn_short_custom img {
        width: 35px;
    }

.afteractive {
    display: none;
}

.main_btn_short_custom a.active .beforeactive {
    display: none;
}

.main_btn_short_custom a.active .afteractive {
    display: block;
    margin: auto;
}

.main_btn_short_custom:hover a .beforeactive {
    display: none;
}

.main_btn_short_custom:hover a .afteractive {
    display: block;
    margin: auto;
}

.main_btn_short_custom:hover a .main_text {
    color: #000000;
}

.menu_account {
    margin: 12px 0 0;
}

    .menu_account a {
        color: #000000;
        font-weight: 500;
        padding: 13px 15px 13px 31px;
        font-size: 13px;
        text-align: left;
    }

.menu_account_inner {
    display: grid;
    grid-template-columns: 20% 80%;
}

.menu_account a.active {
    background-color: #f8f9fb;
    border-left: 4px solid #126e51;
}

    .menu_account a.active .beforeactive {
        display: none;
    }

    .menu_account a.active .afteractive {
        display: block;
    }

    .menu_account a.active .main_text {
        color: #000000;
    }

        .menu_account a.active .main_text .copy_btn {
            background-color: #126e51;
        }

.menu_account a.menu_account_inner:hover .beforeactive {
    display: none;
}

.menu_account a.menu_account_inner:hover .afteractive {
    display: block;
}

.menu_account a.menu_account_inner:hover .main_text {
    color: #000000;
}

    .menu_account a.menu_account_inner:hover .main_text .copy_btn {
        background-color: #126e51;
    }

.main_profile_right {
    background-color: #ffffff;
    /* -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7); */
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    /* box-shadow: 0px 0px 6px 0px #126e51c4; */
    padding: 30px 20px;
    margin-left: 10px;
    border-radius: 5px;
}
.main_profile_right.main_profile_right_withdraw{
    background-color: transparent;
    padding: 0;
}
.main_profile_right_sec{
    background-color: #fff;
    padding: 30px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.afterlogin_deposit.nav-tabs {
    border: none;
    border-bottom: 1px solid #e3e3e3;
}

.afterlogin_deposit.nav .nav-item .nav-link {
    min-width: auto;
    border-radius: 0px;
    text-align: center;
    background: none;
    color: #8d8d8d;
    height: 43px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
}

    .afterlogin_deposit.nav .nav-item .nav-link.active, .afterlogin_deposit.nav .nav-item .nav-link:hover {
        background: none;
        color: #000000;
        height: 43px;
        border: none;
        border-bottom: 1px solid #425878;
    }

.afterlogin_deposit.nav-tabs .nav-item {
    margin-right: 0px;
}

.main_profile_title {
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0px;
    color: #000000;
}

.bank-input-wrap.method {
    padding: 9px 9px;
    border-radius: 8px;
    width: max-content;
    padding-left: 0;
}

.bank-input-wrap label {
    margin: 0 0px;
    margin-bottom: 0;
}

    .bank-input-wrap label [type=radio] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

.bank-type {
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 10px 5px;
    color: #484848;
    font-weight: 500;
    width: 126px;
    height: auto;
}

.bank-input-wrap label .bank-type {
    border-radius: 10px;
    color: #b7b7b7;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

.bank-input-wrap label [type=radio] + .bank-type {
    cursor: pointer;
}

.bank-input-wrap label [type=radio]:checked + .bank-type {
    background-position: right bottom;
    transition: none;
    color: #252525;
    /* -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7); */
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    /* box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7); */
    border: 1px solid #126e51;
    border-radius: 5px;
    background-image: linear-gradient(to bottom, #eeeeee 0%, #dcdcdc 100%);
}

.bank-input-wrap label [type=radio] + .bank-type img {
    cursor: pointer;
    filter: grayscale(0.8);
    border-radius: 10px;
    width: 40px;
}

.bank-input-wrap label [type=radio]:checked + .bank-type img {
    filter: grayscale(0);
}

.bnk-info {
    /* box-shadow: inset 0px 1px 5px -1px rgba(0,0,0,0.62); */
    border-radius: 5px;
    width: 450px;
    padding: 10px;
    border: 1px solid #dfdfdf;
}

    .bnk-info ul {
        list-style: disc;
        padding-left: 25px;
        color: #000000;
        margin-top: 10px;
        font-size: 14px;
    }

.copy_btn {
    color: #ffffff;
    background-color: #126e51;
    border-radius: 20px;
    padding: 3px 10px;
    margin-left: 10px;
    cursor: pointer;
}

.submit_btn {
    color: #ffffff;
    font-size: 19px;
    font-weight: 500;
    min-width: 132px;
    border: none;
    min-height: 39px;
    border-radius: 34px;
    background-image: linear-gradient(to bottom, #126e51 0%, #083e2d 100%);
}

    .submit_btn:hover {
        background-image: linear-gradient(to bottom, #126e51 0%, #083e2d 100%);
    }

.afterloginform .form-control {
    background-color: #f8f9fb;
    border-radius: 0;
}

.transfer_title_main {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.transfer_title {
    font-size: 13px;
    color: #6a718e;
    font-weight: 500;
}

.allout_btn {
    background-image: linear-gradient(to bottom, #126e51 0%, #083e2d 100%);
    min-width: 117px;
    color: #fff;
    border: none;
    min-height: 34px;
    border-radius: 20px;
}

    .allout_btn:hover {
        background-image: linear-gradient(to bottom, #083e2d 0%, #126e51 100%);
    }

.form-inline .form-control {
    width: 156px;
    background-color: #f8f9fb;
}

.transfer_main {
    margin-top: 20px;
}

.form-inline .form-control label {
    font-size: 13px;
    color: #6a718e;
    font-weight: 500;
}

.btn_transfer {
    font-size: 13px;
    min-width: 105px;
    border-radius: 26px;
    color: #ffffff;
    min-height: 36px;
    background-image: linear-gradient(to bottom, #126e51 0%, #083e2d 100%);
    border: none;
}

    .btn_transfer:hover {
        background-image: linear-gradient(to bottom, #126e51 0%, #083e2d 100%);
        color: #ffffff;
    }

.box-prov {
    padding: 10px 0px 10px 0px;
    border-radius: 8px;
    margin-top: 5px;
}

    .box-prov ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        list-style: none;
        padding: 0;
        grid-gap: 15px;
    }

        .box-prov ul li {
            /* margin-left: 10px; */
            border: 1px solid #dadada;
            min-width: 124px;
            padding: 10px;
            text-align: left;
            /* margin-bottom: 10px; */
            border-radius: 5px;
            cursor: pointer;
            background-color: #ffffff;
            color: #000000;
            font-weight: 500;
            font-size: 12px;
        }

            .box-prov ul li a {
                color: #6a718e;
                font-weight: 500;
            }

                .box-prov ul li a:hover {
                    text-decoration: none;
                }

            .box-prov ul li:nth-child(6n+1) {
                /* margin-left: 0px; */
            }

.prov-amot {
    background: #fff;
    border-radius: 5px;
    border: 2px solid #ffffff;
    margin: 0px 0px;
    margin-top: 5px;
    word-break: break-all;
    color: #000000;
}

.box-prov ul li.active, .box-prov ul li:hover {
    background-image: linear-gradient(to bottom, #eeeeee 0%, #dcdcdc 100%);
    border: 1px solid #bdbdbd;
    color: #000;
}

    .box-prov ul li.active .prov-amot, .box-prov ul li:hover .prov-amot {
        border: 2px solid #ffffff;
    }

.transfer_main label {
    color: #000000;
    font-weight: 500;
}

.form-group b {
    color: #252d4d;
    font-size: 13px;
}

.vip_icon {
    display: grid;
    grid-template-columns: auto auto;
}
.vip_icon img {
    /* filter: hue-rotate(170deg) saturate(5); */
}
.vip_main_title {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.vip_sup_title {
    font-size: 13px;
    color: #6a718e;
}

.vip_exclusive {
    /* margin-top: 50px; */
}

.vip_exclusive_main {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    color: #000000;
    text-align: center;
    /* -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7); */
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    /* box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7); */
    font-weight: 300;
    font-size: 14px;
}

.vip_exclusive_text {
    font-size: 11px;
}

.vip_exclusive_sub {
    padding: 10px;
    /* border: 1px solid #cba98c; */
}

    .vip_exclusive_sub:nth-child(even) {
        border-right: none;
        border-left: none;
    }

.vip_benefits table tbody tr:first-child td {
    border-bottom: 1px solid #cba98c;
    text-align: center;
    background-color: #cbb698;
    color: #ffffff;
}

.vip_benefits table {
    border: 1px solid #cba98c;
    color: #6a718e;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
}

    .vip_benefits table tbody tr td {
        padding: 10px;
    }

.form_btn {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.btn_history {
    border: 1px solid #dedede;
    background-color: #f8f9fb;
    height: 35px;
    color: #b7b7b7;
    width: 97px;
}

    .btn_history.active {
        color: #000000;
    }

.history_custom {
    display: grid;
    grid-template-columns: 355px 357px auto;
}

.form-inline.history_custom .form-control {
    width: 220px;
    border-radius: 0;
}

.history_table {
    /* -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7); */
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    /* box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7); */
}

.history_table_main {
    margin-top: 30px;
}

table.history_table thead tr td, table.history_table tbody tr td {
    padding: 12px 5px;
}

table.history_table thead {
    background-color: #e8e8e8;
    color: #040404;
    font-weight: 500;
    font-size: 13px;
}

table.history_table tbody tr:nth-child(2n) {
    background-color: #f8f9fb;
}

table.history_table tbody tr td {
    border-right: 1px solid #ffffff;
    font-weight: 500;
}

    table.history_table tbody tr td:last-child {
        border: none;
    }

.history_green {
    color: #129c80;
}

.history_red {
    color: #ff112d;
}

.date_history {
    font-size: 13px;
    line-height: initial;
}

.date_history_time {
    font-size: 15px;
}

/*inbox*/
.afterlogin_inbox.nav-tabs {
    border: none;
    border-bottom: 1px solid #dddddd;
}

.afterlogin_inbox.nav .nav-item .nav-link {
    min-width: 207px;
    border-radius: 0px;
    text-align: center;
    background: transparent;
    color: #b7b7b7;
    height: 43px;
    border: none;
    font-size: 14px;
    /* border-bottom: 1px solid #dddddd; */
}

    .afterlogin_inbox.nav .nav-item .nav-link.active, .afterlogin_inbox.nav .nav-item .nav-link:hover {
        /* background: linear-gradient(to bottom,#f1d6bf 5%,#d2b7a0 100%); */
        color: #000000;
        height: 43px;
        /* border: 1px solid #c9b69a; */
        border-bottom: 1px solid #3a3a3a;
    }

.inbox_tab table {
    /* -webkit-box-shadow: 0px 0px 6px 0px rgb(204,203,201,0.7); */
    -moz-box-shadow: 0px 0px 6px 0px rgb(204,203,201,0.7);
    /* box-shadow: 0px 0px 6px 0px rgb(204,203,201,0.7); */
}

    .inbox_tab table tbody tr td {
        padding: 10px 10px;
        font-weight: 500;
        font-size: 13px;
    }

        .inbox_tab table tbody tr td .fa-envelope {
            color: #3b3b3b;
        }

    .inbox_tab table tbody tr.noread {
        background-color: #f8f9fb;
    }

    .inbox_tab table tbody tr {
        cursor: pointer;
        border-bottom: 1px solid #dddddd;
    }

.notice_main {
    position: relative;
}

.notification_NOTICE {
    position: absolute;
    top: 8px;
    right: 36px;
    padding: 0px 7px;
    border-radius: 50%;
    background-color: #ff0057;
    color: white;
}

.inbox_box {
    display: grid;
    grid-template-columns: 30% 70%;
}

.inbox_box_content {
    -webkit-box-shadow: 0px 0px 6px 0px rgb(204,203,201,0.7);
    -moz-box-shadow: 0px 0px 6px 0px rgb(204,203,201,0.7);
    box-shadow: 0px 0px 6px 0px rgb(204,203,201,0.7);
    border-top: 3px solid #6a718e;
    padding-top: 15px;
}

.inbox_box table tbody tr td {
    font-size: 13px;
}

.inbox_box_back a {
    font-size: 23px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #6a718e;
}

    .inbox_box_back a:hover {
        text-decoration: none;
    }

.inbox_title {
    font-weight: 700;
}

.inbox_content {
    font-size: 12px;
}

.delete_btn {
    min-height: 30px;
    min-width: 120px;
    font-size: 15px;
}

    .delete_btn a {
        color: #ffffff;
    }

        .delete_btn a:hover {
            text-decoration: none;
        }

.inbox_box table tbody tr.active, .inbox_box table tbody tr:hover {
    background-color: #6a718e;
    color: #ffffff;
}

#profilemodal.modal .modal-dialog {
    max-width: 500px;
}

#profilemodal.modal .modal-header {
    background-image: linear-gradient(to bottom, #126e51 0%, #083e2d 100%);
    -moz-box-shadow: 0px 3px 7px 0px #ccc;
    -webkit-box-shadow: 0px 3px 7px 0px #ccc;
    box-shadow: 0px 3px 7px 0px #ccc;
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    justify-content: center;
}

    #profilemodal.modal .modal-header img {
        margin: 0 auto;
        width: 200px;
    }

    #profilemodal.modal .modal-header .close {
        position: absolute;
        right: 20px;
    }

.user_select_img {
    max-width: 125px;
    max-height: 125px;
    margin: auto;
}

    .user_select_img img {
        border-radius: 50%;
        width: 100px;
        height: 100px;
    }

.user_select_img_item {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    justify-items: center;
    grid-row-gap: 10px;
}

    .user_select_img_item img {
        border-radius: 100px;
        max-width: 70px;
        cursor: pointer;
    }

.upload.fa-camera {
    background: #f8f9fb;
    border-radius: 50%;
    height: 67px;
    width: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6a718e;
    border: 2px solid #6a718e;
    font-size: 24px;
}

.upload_profile {
    cursor: pointer;
}

/*newtune*/
#downloadmodal.modal .modal-dialog {
    max-width: 800px;
}
#downloadmodal.modal .modal-header {
    background-image: linear-gradient(#f1d6bf, #d2b7a0);
    -moz-box-shadow: 0px 3px 7px 0px #ccc;
    -webkit-box-shadow: 0px 3px 7px 0px #ccc;
    box-shadow: 0px 3px 7px 0px #ccc;
    padding: 0px;
}
#downloadmodal.modal .modal-header img {
    margin: 0 auto;
    width: 200px;
}
#downloadmodal.modal .modal-header .close {
    position: absolute;
    right: 20px;
    margin: 0;
}
/*newtuneEND*/

#snow {
    background: none;
    background-image: url(../images/share/s1.png),url(../images/share/s2.png);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    -webkit-animation: snow 15s linear infinite;
    -moz-animation: snow 15s linear infinite;
    -ms-animation: snow 15s linear infinite;
    animation: snow 15s linear infinite;
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 400px 1000px, 200px 400px, 100px 300px;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }

    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }

    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

/*predict*/
.predict_home{
    background: url(../images/predict/predictbg.jpg)no-repeat top center;
    background-position: top;
}
.predict-filter-menu-bar {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
a.pmbox{
    color: #6a718e!important;
}
a.pmbox.active{
    color: #ffffff!important;
}
a.pmbox:hover{
    background: linear-gradient(to bottom,#f1d6bf 5%,#d2b7a0 100%);
    color: #ffffff!important;
}
a.pmbox:hover .img_active {
    display: block;
}
a.pmbox:hover .img_nonactive {
    display: none;
}
#announcement_winner .modal-content img,#announcement_completed .modal-content img{
    margin: auto;
}
#announcement_winner.announcementmodal .close,#announcement_completed.announcementmodal .close {
    position: absolute;
    right: 60px;
    top: 0;
}
#announcement_record .modal-content{
    margin: auto;
    text-align: center;
}
#announcement_howtowin .modal-content{
    margin: auto;
    text-align: center;
}
.latest_main{
    position: relative;
}
.latest_title{
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
}
.record_table{
    margin-top: -12px;
    background-color: #0c101c;
    border: 2px solid #6a718e;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
}
.record_table_pry {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 7px 5px;
    border-bottom: 1px solid #6a718e;
}
.record_table_pry:first-child{
    border: 1px solid #ffffff;
    border-radius: 13px;
    padding: 5px;
    background-color: #000;
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.record_table_pry:first-child .record_line:after{
    content: "";
    color: #fff;
    border-right: 2px solid #fff;
    padding-left: 55px;
    position: absolute;
    height: 20px;
    top: 4px;
}
.record_table_pry:last-child{
    border-bottom: none;
}
#announcement_record .close {
    position: absolute;
    right: 13px;
    top: 66px;
    z-index: 99;
}
.record_line{
    position: relative;
}
.promo-boxes-upcoming {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 15px 15px;
    text-align: center;
    margin: 46px 0 10px 0;
    text-align: center;
}
.predict_box{
    -webkit-box-shadow: 0px 0px 6px 0px #58534da1;
    -moz-box-shadow: 0px 0px 6px 0px #58534da1;
    box-shadow: 0px 3px 6px 0px #58534da1;
}

.index_tab_ongoing {
    background-color: #fefdfb;
    border: 1px solid #cbb698;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    background: #fff url(../images/predict/ongoingbg.jpg)no-repeat bottom center;
}
.upcoming_howandrules{
    display: grid;
    grid-template-columns: auto auto;   
}
.rules_how_main{
    position: relative;
    cursor: pointer;
}
.rules_how_text{
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 22px;
    left: 0;
    right: 0;
    position: absolute;
}
.endsin{
    color: #6a718e;
    font-size: 34px;
    position: relative;
    font-weight: bold;
}
.endsin:before{
content: "";
    color: #6a718e;
    width: 18%;
    height: 0px;
    border-top: 1px solid #6a718e;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;

}
.endsin:after{
    content: "";
    color: #6a718e;
    width: 24%;
    border-top: 1px solid #6a718e;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.countdown01{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    justify-items: center;  
    margin: 0px 90px;
}
.countdown01_sub_title{
    color: #6a718e;    
}
.countdown01_sub{
    position: relative;
}
.countdown01_sub_txt{
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: auto;
    color: #fff;
    top: -8px;
    left: 17px;
    right: 0;
    font-size: 110px;
    letter-spacing: 35px;
}
.end_custom{
    margin: 30px 0px;
}
.vs_custom{
    margin: 30px 0px 10px 0px;
}
.vs_head{
    position: relative;
}
.vs_head_txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: bold;
    color: #394b61;
    font-size: 18px;
}
.vs_body{
    margin-top: -4px;
    position: relative;
}
.vs_team_L{
    color: #fff;
    position: absolute;
    left: 12%;
    bottom: 34%;
    font-size: 23px;
    font-weight: bold;
}
.vs_team_R{
    color: #fff;
    position: absolute;
    right: 12%;
    bottom: 34%;
    font-size: 23px;
    font-weight: bold;
}
.vs_score{
    display: grid;
    grid-template-columns: 290px 416px 290px;   
    justify-content: center;
}
.vs_score_main{
    background-color: #fff;
    display: grid;
    grid-template-columns: auto auto auto;
    text-align: center;
    justify-content: center;
    align-content: center;
    height: 158px;
    align-self: center;
    border-radius: 10px;
    justify-content: space-around;
}
.vs_score_img img{
    width: 191px;
}
.countdown02{
    position: relative;
    display: flex;
    align-items: center;
}
.countdown02_r{
    margin-right: 0px;
}
.countdown02_txt{
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0 auto;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    font-size: 102px;
    z-index: 9;
}
select.countdown_select{
    background: transparent;
    color: #fff;
    text-transform: none;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    letter-spacing: 28px;
    margin-left: 14px;
}
select.countdown_select:focus{
    border: none;
    outline: unset;
}
select::-ms-expand {
    display: none;
}
select.countdown_select option{
    color: #000;
    height: 60px;
    font-size: 25px;
}
.vs_btn{
    display: flex;
    margin: auto;
    margin-top: -20px;
}
.vsbtn_sub{
    position: relative;
}
.vs_btn_txt{
    position: absolute;
    color: #394b61;
    font-weight: bold;
    font-size: 22px;
    bottom: 17px;
    left: 0;
    right: 0;
}
button.vsbtn_sub{
    border: none;
    background: none;
}

#announcement_howtowin .latest_title {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
}
.modal_title_predict{
    color: #e0c4a4;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.how_to_win_table tr:first-child{
    background-color: #cbb698;
    color: #fff;
}
.how_to_win_table tr{
    color: #6a718e;
}
.how_to_win_table tr:first-child td{
    border: none;
    border-right: 1px solid #ffffff;
}
.how_to_win_table tr td{
    padding: 8px;
    border: 1px solid #ccad8d;
    font-weight: bold;
}
.how_to_win_table tr td:first-child{
    border-top-left-radius: 7px;   
}
.how_to_win_table tr td:last-child{
    border-top-right-radius: 7px;   
}
.how_to_win_table tr:first-child td:last-child {
    border-right: 1px solid transparent;
}

#announcement_howtowin .record_table {
    margin-top: -1px;
    background-color: #fff;
    border: 2px solid #6a718e;
    border-radius: 10px;
    padding: 25px 25px;
    color: #000;
}
#announcement_howtowin .record_table p{
    margin-bottom: 4px;
}

#announcement_howtowin .record_table p.txt_spec{
    margin-top: 20px;
}
#announcement_howtowin .record_table p.txt_spec01{
    margin-top: 20px;
}
.text-bold{
    font-weight: bold;
    color: #6a718e;
}
.modal_title_predict_custom{
    margin-top: 20px;
}
.txt_max{
  color: #e0c4a4;  
}


#announcement_rules .latest_title {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
}
#announcement_rules .modal-content{
    margin: auto;
    text-align: center;
}
#announcement_rules .record_table {
    margin-top: -1px;
    background-color: #ffffff;
    border: 2px solid #6a718e;
    border-radius: 10px;
    padding: 25px 25px;
    color: #000;
}
ul.rules_ul{
    padding-left: 20px;
    text-align: left;
}

.Powered{
    text-align: right;
    font-size: 14px;
}
.widget {
    background-image: linear-gradient(to bottom, #ffffff, #e3efef);
    min-height: 100px;
    width: 100%;
    box-shadow: 0 9px 3px #d8d8d8, 0px 11px 19px 1px #05050542;
    border: 2px solid #fff;
    border-radius: 26px;
    margin-bottom: 70px;
    display: grid;
    grid-template-columns: 700px auto;
    padding: 43px;
    grid-gap: 15px;
}
.slider-single02 .slick-next:before {
    content:url(../images/index/right.png);
}
.slider-single02 .slick-prev:before {
    content:url(../images/index/left.png);
}
/*.slider-single02 .slick-next:hover:before {
    content:url(../images/index/right_hover.png);
}
.slider-single02 .slick-prev:hover:before {
    content:url(../images/index/left_hover.png);
}*/
.slick-prev {
    left: -50px;
}
.header_main_wrap{
    display: flex;
    justify-content: right;
    align-items: center;
    color: #fff;
    font-size: 12px;
}
.switch-btn {
    position: relative;
    cursor: pointer;
    top: -3px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
    width: 51px;
    height: 22px;
    border: none;
}
.switch-btn:before{
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
.switch-btn.active{
    background: linear-gradient(to bottom,#1053c53 5%,#0a232f 100%);
}
.switch-btn.active:before{
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}
.switch-wrap {
    font-size: 11px;
    line-height: 30px;
}
.day { display:block; float: right;}
.night { display:none; float: right;}

/*for darkmode use*/
.dark-mode {
    color:#ffffff;
}
.dark-mode .day { display:none;}
.dark-mode .night { display:block;}
.dark-mode .header-menu{
    background: linear-gradient(to bottom,#053c53 5%,#0a232f 100%);
}
.dark-mode .main-menu ul li a{
    color: #fff;
}
.dark-mode .main-menu ul li.active a, .dark-mode .main-menu ul li.active a .chineseFont_text {
    color: #cba98c;
}
.dark-mode .main-menu ul li:hover a, .dark-mode .main-menu ul li:hover a .chineseFont_text {
    color: #cba98c;
    text-decoration: none;
}
.dark-mode .slidermain_02 .slider.slider-nav02{
    height: 75px;
    background: url(../images/index/buttonbase_long_dark.png)no-repeat;
    background-position: top;
    background-size: contain;
    padding: 0px 20px;
}
.dark-mode .game_tab_info{
    color: #fff;
}
.dark-mode .index_home {
    background: url(../images/index/indexbg_dark.jpg)no-repeat top center;
}
.dark-mode .t-header {
    background-color: #0b191f;
    min-height: 32px;
    display: flex;
    align-items: center;
}
.dark-mode .header-menu {
    -moz-box-shadow: 0px 3px 7px 0px #0a232f;
    -webkit-box-shadow: 0px 3px 7px 0px #0a232f;
    box-shadow: 0px 3px 7px 0px #0a232f;
}
.dark-mode .social {
    position: fixed;
    perspective: 1000px;
    right: -8px;
    top: 20%;
    padding: 0;
    margin: 0;
    background-color: #112129;
    border: 1px solid #ccad8d;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
}
.dark-mode span.np-ef {
    width: auto;
    height: auto;
    background: #112129;
    color: #cbb698;
    font-size: 15px;
    border: 1px solid #ccad8d;
    min-width: 180px;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203 182 152 / 70%);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    box-shadow: 0px 0px 6px 0px rgb(203 182 152 / 70%);
}
.dark-mode .np-ef_inner:hover {
    background-color: #0b191f;
    cursor: pointer;
}
.np-ef_inner_title a.np-ef_inner_title_info:hover {
    text-decoration: none;
    color: #dec4a0;
    background-color: #0b191f;
}.dark-mode .social .social-ico .image_normal {
    filter: brightness(2);
}
.dark-mode .text_game_title{
    color: #ffffff;
}
.dark-mode .chineseFont_text{
    color: #ffffff;
}
.dark-mode h4{
    color: #ffffff;
}
.dark-mode .marquee_custom{
    color: #ffffff;
}
.dark-mode .announcement_more{
    background-color: #ffffff;
}
.dark-mode .index_tab{
    background: linear-gradient(to bottom,#053c53 5%,#081d26 100%);
}
.dark-mode .qualityservice_inner_title {
    color: #cbb698;
}
.dark-mode .qualityservice_inner_content {
    color: #ffffff;
}
.dark-mode .footer_section {
    background: #0b191f;
}
.dark-mode .login_home {
    background: url(../images/login/bg_dark.jpg)no-repeat top center;
    background-position: center;
}
.dark-mode .login_body {
    background: url(../images/login/login_base_dark.png)no-repeat top center;
    background-position: center;
    background-size: cover;
}
.dark-mode .form-group b {
    color: #cbb698;
}
.dark-mode .login_title {
    color: #ffffff;
}
.dark-mode .login_form_inner a {
    color: #ffffff;
}
.dark-mode .wbg3 {
    background: rgb(8 ,54 ,74 ,0.95);
    display: flex;
}
.dark-mode .dropdown_btn_custom:hover {
    background-color: #0a232f;
}
.dark-mode .megamenu{
    color: #ffffff;
}
.dark-mode .english_text{
    color: #ffffff;
}
.dark-mode .sports_home {
    background: url(../images/sports/sportsbg_dark.jpg)no-repeat top center;
    background-position: center;
}
.dark-mode .esports_home {
    background: url(../images/esports/BG_dark.jpg)no-repeat bottom center;
}
.dark-mode .sports_c_t{
    color: #ffffff;
}
.dark-mode .live_home {
    background: url(../images/livecasino/BG_dark.jpg)no-repeat top center;
    background-position: center;
}
.dark-mode .slot_home {
    background: url(../images/slots/BG_dark.jpg)no-repeat bottom center;
}
.dark-mode .lotto_home {
    background: url(../images/lotto/BG_dark.jpg)no-repeat top center;
    background-position: top;
    color: #ffffff;
}
.dark-mode .fishing_home {
    background: url(../images/fishing/BG_dark.jpg)no-repeat top center;
    background-position: center;
}
.dark-mode .promo_home {
    background: url(../images/promotion/promobg_dark.jpg)no-repeat top center;
    background-position: top;
    background-color: #041c27;
}
.dark-mode .predict_home{
    background: url(../images/predict/predictbg_dark.jpg)no-repeat top center;
    background-position: top;
}
.dark-mode .vip_home {
    background: url(../images/vip/vipbg_dark.jpg)no-repeat top center;
}
.dark-mode .live_home .tab-content,.dark-mode .sports_home .tab-content,.dark-mode .esports_home .tab-content,.dark-mode .slot_home .tab-content,.dark-mode .fishing_home .tab-content{
    color: #ffffff;
}
/*.dark-mode .index_tab.vip_table_rules {
    background: #ffffff;
}
.dark-mode .vip_home .index_tab{
    background: #ffffff;
}*/
.dark-mode .index_body_custom{
    background-color: #031d2b;
}
.dark-mode .sub-side-nav li {
    background: linear-gradient(to bottom,#084f6c 5%,#0a232f 100%);
}
.dark-mode .sub-side-nav li a {
    color: #ffffff;
}
.dark-mode .sub-side-nav li:hover,.dark-mode .sub-side-nav li.active {
    background: -moz-linear-gradient(bottom,#eacdad 0%,#c3aa8a 99%);
    background: -webkit-linear-gradient(bottom,#eacdad 0%,#c3aa8a 99%);
    background: linear-gradient(to bottom,#eacdad 0%,#c3aa8a 99%);
}
.dark-mode .sub-side-right{
    background: linear-gradient(to bottom,#053c53 5%,#081d26 100%);
    color: #ffffff;
}
.dark-mode .bankingtable{
    color: #ffffff;
}
.dark-mode .sub-side-right .tncaccordion{
    color: #ffffff;
}
.dark-mode .tncaccordion .card {
    background: #0b2c39;
}
.dark-mode .mail_icon{
    color: #ffffff;
}
.dark-mode .login_header_afterlogin{
    color: #ffffff;
}
.dark-mode .afterloginbodymain .form-group b {
    color: #ffffff;
}
.dark-mode .blogpage_home .index_tab {
    background: linear-gradient(to bottom,#053c53 5%,#081d26 100%);
}
.dark-mode .blogpage_home {
    background: #052032 url(../images/blogpage/d-blogpagebg.jpg)no-repeat top center;
    background-position: top;
}
.dark-mode .index_tab.info_main {
    background: linear-gradient(to bottom,#053c53 5%,#081d26 100%);
    color: #ffffff;
}
.dark-mode .modal-content {
    background-color: #0b2c39;
}
.dark-mode .download_toptitle {
    background-color: #053c53;
    
}
.dark-mode .vip_table table tbody, .dark-mode .vip_table_rules table tbody {
    background-color: #0a1c27;
}
.dark-mode .main_profile, .dark-mode .main_profile_right {
    background-color: #00000021;
}
.dark-mode .menu_account a.active {
    background-color: #0a2a39;
}
.dark-mode table.history_table tbody tr:nth-child(2n) {
    background-color: #0b2c3b;
}
.dark-mode .inbox_tab table tbody tr.noread {
    background-color: #0b2c3b;
}
.dark-mode .box-prov ul li {
    background-color: #03131d;
}
.dark-mode .dropdown-balance, .dark-mode .dropdown-option {
    background: rgb(4 25 38);
}
.dark-mode .applybg {
    background: url(../images/download/d-APPLE.jpg)no-repeat top center;
    background-position: center;
    background-size: cover;
}

.dark-mode .androidbg {
    background: url(../images/download/d-ANDROID.jpg)no-repeat top center;
    background-position: center;
    background-size: cover;
}

.dark-mode .pcbg {
    background: url(../images/download/d-window.jpg)no-repeat top center;
    background-position: center;
    background-size: cover;
}
.dark-mode .bnk-info {
    box-shadow: inset 0px 1px 5px -1px rgb(193 192 192 / 62%);
    border-radius: 10px;
    width: 450px;
    padding: 10px;
}
.dark-mode .prov-amot {
    background: #053c53;
    border-radius: 9px;
    border: 2px solid #cba98c;
    margin: 0px 5px;
    margin-top: 5px;
    word-break: break-all;
    color: #ffffff;
}
.dark-mode .btn_transfer {
    font-size: 13px;
    min-width: 105px;
    border: 1px solid #cba98c;
    background: #092633;
    border-radius: 26px;
    color: #ffffff;
    min-height: 36px;
    margin-left: 18px;
}
.dark-mode a.menu_account_inner .beforeactive, .dark-mode .main_btn_short_custom .beforeactive {
    filter: brightness(2);
}
.dark-mode .main_profile_title, .dark-mode .bnk-info ul, .dark-mode .main_btn_short_custom a .main_text, .dark-mode .menu_account a, .dark-mode .box-prov ul li, .dark-mode .transfer_main label, .dark-mode .transfer_title, .dark-mode .dropdown-balance, .dark-mode .np-ef_inner_link, .dark-mode .vip_main_title, .dark-mode .vip_sup_title, .dark-mode .vip_exclusive_main, .dark-mode .vip_benefits table, .dark-mode .lotto_table span, .dark-mode .lotto_table table tbody, .dark-mode .promo_example, .dark-mode .info_main_title, .dark-mode .info_back a, .dark-mode .vip_table table tbody, .dark-mode .endsin, .dark-mode .countdown01_sub_title, .dark-mode .modal_box_column_body, .dark-mode .modal-title_03, .dark-mode .how_to_win_table tr, .dark-mode .text-bold {
    color:#ffffff;
}
.dark-mode .main_btn_short_custom a.active .main_text, .dark-mode .main_btn_short_custom:hover a .main_text {
    color: #cba98c;
}
.dark-mode .endsin:before, .dark-mode .endsin:after { border-color:#ffffff;}
.dark-mode .index_tab_ongoing {
    background-color: #fefdfb;
    border: 1px solid #cbb698;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgb(203 182 152 / 70%);
    -moz-box-shadow: 0px 0px 6px 0px rgb(203,182,152,0.7);
    box-shadow: 0px 0px 6px 0px rgb(203 182 152 / 70%);
    background: #053c53 url(../images/predict/d-ongoingbg.jpg)no-repeat bottom center;
}
.dark-mode .tncaccordion .card .tncbtn.collapsed {
    background: #0b191f;
    border: 1px solid #cba98c;
    color: #ffffff;
}
.dark-mode #announcement_howtowin .record_table, .dark-mode #announcement_rules .record_table {
    background-color: #0b2c39;
    color: #ffffff;
}
.live_head{
    background-color: #126e51;
    color: #ffffff;
    text-align: center;
    padding: 7px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 5px;
}
.lead_head{
    background-color: #126e51;
    color: #ffffff;
    text-align: center;
    padding: 7px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 5px;
}
.live_head img,.lead_head img{
    width: 20px;
    margin-right: 10px;
}
.lead_con{
    background-color: #000;
    min-height: 386px;
    width: 100%;
}
.slidermain_02 .slider.slider-single02 .index_product_wrap {
    background: url(../images/index/greencards.png)no-repeat top center;
    background-size: contain;
    overflow: hidden;
    width: 243px;
    height: 348px;
    border-radius: 12px;
}
.slidermain_02 .slider.slider-single02 .slick-center .index_product_wrap {
    overflow: visible;
}
.index_qua{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-bottom: 50px;
}
.index_timer_wrap{
    position: relative;
    text-align: center;
}


.progress {
    width: 120px;
    height: 120px !important;
    /* float: left; */
    line-height: 150px;
    background: none;
    margin: 20px;
    box-shadow: none;
    position: absolute;
    top: 14px;
    left: 54px;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid #fff0;
    position: absolute;
    top: 0;
    left: 0;
}

.progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.progress .progress-left {
    left: 0
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 12px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards
}

.progress .progress-value {
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #0000;
    font-size: 24px;
    color: #425878;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: -12%;
    left: 5%;
}
.progress .progress-value p{
    position: absolute;
    top: 21px;
    left: 0;
    font-size: 17px;
    right: 0;
}

.progress.blue .progress-bar {
    border-color: #126e51;
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear forwards 1.8s
}

.progress.yellow .progress-bar {
    border-color: #fdba04
}

.progress.yellow .progress-right .progress-bar {
    animation: loading-3 1.8s linear forwards
}

.progress.yellow .progress-left .progress-bar {
    animation: none
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(0deg);
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(144deg);
        transform: rotate(180deg);
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
}
.index_timer_font{
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}
.index_timer_font_eng{
    font-size: 12px;
}
.footer_main{
    display: flex;
    justify-content: space-between;
}
.footer_custom{
    text-align: left;
    color: #316152;
}
.promo_side_txt{
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
}
/*****07102021*******/
.vip-table{width:100%;}
.vip-table tr th{text-align:center;padding:5px;}
.vip-table tr th:first-child{text-align:left;padding-left:50px;color: #000;}
.vip-table tr th h4{font-size:18px;font-weight:bold;color: #000;}
.vip-wrap{background:#f4f4f4;border-radius:15px;padding:30px 0px;width:100%;}
.vip-table tr td:first-child{text-align:left;padding-left:50px;}
.vip-table tr td{padding:10px;text-align:center;}
tr.bg-green{background:#126e51;color:#fff;}
.vip-table p{margin:0px;}
tr.bg-bottom th{padding-bottom:40px;}
.vip-table tr th:first-child th{vertical-align:bottom;}
tr.bg-bottom td{padding-bottom:25px;}
tr.bg-ttl-vp{background:#ebebeb;}
tr.bg-ttl-top td{padding-top:25px;}

.form-check-input {
    position: absolute;
    margin-top: 0.1rem;
    margin-left: -1.25rem;
}
.afterlogin_bg{
    padding-top: 40px;
    background: url(../images/index/indexbg.jpg)no-repeat center;
}
.main_profile_side{
    margin-left: 10px;
}
.main_profile_side_top{
    background-color: #fff;
    min-height: 307px;
    padding: 10px;
}
.main_profile_side_bottom{
    background-color: #fff;
    min-height: 310px;
    padding: 10px;
    margin-top: 10px;
}
.progress-bar-vip{
    position: relative;
    overflow: hidden;
    height: 7px;
    margin-top: 12px;
    border-radius: 39px;
    background: #dddddd;
}
.progress-bar-vip>span{
    position: relative;
    display: block;
    height: 100%;
}
.progress-bar-vip>span:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #8d8d8d;
}
.current-status-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.current-status h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.status-bottom h6 {
    margin: 0;
    padding: 33px 0 0px;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.status-bottom h6:after {
    width: 3px;
    height: 21px;
    position: absolute;
    background: #fff;
    bottom: -51%;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    z-index: 1;
}
.status-bottom p {
    color: #707070;
    font-size: 13px;
    padding: 7px 0 0;
    line-height: 13px;
    text-align: center;
    font-weight: bold;
}
.progress_percent_bronze{
    width: 7%;
}
.progress_percent_silver{
    width: 29%;
}
.progress_percent_gold{
    width: 50%;
}
.progress_percent_platinum{
    width: 72%;
}
.progress_percent_diamond{
    width: 100%;
}
.vip_exclusive_sub img{
    width: 50px;
    margin-bottom: 10px;
}
.history_search {
    display: flex;
    align-items: center;
}

.history_search span {
    margin: 0 10px;
}
/*download*/
.downloadTab{
    margin: 20px 0;
}
.downloadTab .nav-pills .nav-link {
    background: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
    margin-bottom: 5px;
    height: 50px;
    color: #858585;
    align-items: center;
    display: flex;
}
.downloadTab .nav-pills .nav-link.active,.downloadTab .nav-pills .nav-link:hover{
    background: linear-gradient(to bottom, #126e51 0%, #083e2d 100%);
    color: #fff;
}
.downloadbody{
    text-align: center;
}
.downloadbox{
    text-align: center;
    width: 23%;
    margin: 0 5px;
    display: inline-block;
    height: 173px;
}
.ndl-btn {
    background: #126e51;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 78%;
}
.ndl-btn:hover,.ndl-btn:focus{
    color: #b0b0b0;
}
.adl-btn{
    background: #126e51;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 700;
    border-radius: 30px;
    display: block;
    margin: auto;
    margin-top: 4px;
    width: 78%;
}
.adl-btn:hover,.adl-btn:focus{
    color: #b0b0b0;
}
.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: #000;
    text-transform: uppercase;
    font-weight: 500;
}
.dl table td {
    text-align: left;
    padding: 8px;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    color: #000000;
}
.dl .username_custom {
    color: #6a8cb0;
}
.downloadboxContent{
    padding: 10px;
    border: 1px solid #c4c4c4;
    background: rgba(129, 157, 187, 0.15);
}
/*downloadEND*/
.contact-us-header_inner{
    margin: 50px 0;
}
.contact_dotted{
    border-right: 1px dotted;
}
/*blog*/
.blog-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: #126e51;
    border-radius: 10px;
    background: #f6f6f6;
}
.blog-title-box {
    background: #126e51;
    padding: 5px;
    display: flex;
}
.blog-title-box i {
    font-size: 21px;
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #fff;
    padding: 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 10px;
}
.blog-boxer {
    display: grid;
    grid-template-columns: 40% 60%;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 25px 0;
    grid-gap: 10px;
}
.blog-boxer_inner {
    display: grid;
    padding-bottom: 10px;
}
.blog-time-title {
    color: #000;
}
.blog-content {
    color: #000;
    margin-bottom: 15px;
}
.blog-boxer .moreinfo_btn {
    display: flex;
    align-items: center;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
}
.blog-boxer .moreinfo_btn i {
    background: #fff;
    color: #126e51;
    border-radius: 50%;
    margin-left: 10px;
    width: 15px;
    height: 15px;
    padding: 2px;
}
.seperate-line {
    height: 2px;
    width: 100%;
    margin: 0 auto;
    background: #ececec;
    border-radius: 10px;
}
.moreinfo_btn{
    background-color: #126e51;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}
.blog_details_txt{
    color: #000;
}
.blog_details_title{
    color: #126e51;
    font-size: 18px;
}
.blog-title-box i.fab_custom{
    font-size: 18px;
    color: #ffffff;
    margin-left: 0;
    margin-right: 16px;
    border: 1px solid #f1b90a;
    padding: 0;
    width: 0;
    height: 0;
    text-align: center;
    border-radius: 0;
}
.blog_back{
    align-self: center;
    margin-left: auto;
}
/*blogEND*/

.vip_custom_tag{
    color: #fff;
    text-align: center;
    border-radius: 5px;
    width: 59px;
    background-image: linear-gradient(to right, #126e51 0%, #083e2d 100%);
}
.movie_sec{
    margin-bottom: 50px;
}

.lang-box {
    top: 10px;
    right: 8px;
    margin-left: 22px;
}
button#language-menu {
    color: #dcdcdc;
    font-size: 13px;
    padding: 0;
}
.lang-box button img{
    max-width: 23px;
}
.dropdown-menu.language {
    padding: 2px 0;
    margin: 0;
    min-width: 48px;
    font-size: 13px;
    overflow: hidden;
    background: rgba(0,0,0,0.7);
    left: 0px!important;
}
.dropdown-menu.language .dropdown-item {
    padding: 3px 10px;
    text-align: center;
    color: #212121;
}
.dropdown-toggle::after{
    display: none;
}
.dropdown_btn_custom div{
    text-transform: uppercase;
}
.rebatelink_cus{
    display: flex;
    align-items: center;
}
.rebatelink_cus .btn_transfer{
    min-width: 82px;
    min-height: 29px;
}
/*23/3/2022*/
.game_tab_info_text{
    word-break: inherit;
}