﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900');

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    font-size: 15px;
    margin: 0 auto;
    color: #949ab3;
}

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 #cba98c;
}

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: 'AdobeheitistdFont', Arial, sans-serif;*/
    font-weight: normal;
    font-style: normal;
    color: #6a718e;
}

.t-header {
    background-color: #43475a;
    min-height: 32px;
    display: flex;
    align-items: center;
}

.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: 85px;
    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;
}

    .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;
}

    .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: 71%;
        justify-content: space-between;
    }

    .main-menu ul {
        margin: 0;
        padding: 0;
    }

        .main-menu ul li {
            display: inline-block;
            list-style-type: none;
            padding: 24px 11px;
            margin: 0;
            text-align: center;
            font-size: 14px;
            font-weight: 700;
            height: 100%;
            border-bottom: 3px solid transparent;
        }

            .main-menu ul li a {
                color: #6a718e;
                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 #cba98c;
        }

            .main-menu ul li.active a, .main-menu ul li.active a .chineseFont_text {
                color: #cba98c;
            }

        .main-menu ul li:hover a, .main-menu ul li:hover a .chineseFont_text {
            color: #cba98c;
            text-decoration: none;
        }

        .main-menu ul li:hover {
            border-bottom: 3px solid #cba98c;
        }

.login_header {
    display: flex;
    padding: 0px;
    align-items: center;
}

.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;
}

    .login_header_before a {
        color: #6a718e;
        text-decoration: none;
        background: linear-gradient(to bottom,#fefefe 5%,#f3f3f3 100%);
        padding: 15px;
        border: 1px solid #d4d4d4;
        border-radius: 5px;
    }

        .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 {
    background-color: #efefef;
    cursor: pointer;
}

.dropdown_promo {
    font-size: 12px;
    font-weight: 500;
}

.dropdown_promo_img img {
    width: auto;
    height: 181px;
}

.megamenu {
    width: 100%;
    left: 0px;
    top: 85px;
    position: absolute;
    justify-content: center;
    color: #949ab3;
    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(7, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    max-width: 963px;
    justify-items: center;
}

.menu-in-promo {
    grid-template-columns: repeat(4, 1fr);
}

.menu-in-predict {
    display: flex;
}

    .menu-in-predict .dropdown_btn_custom {
        max-width: 220px;
        margin: 0 auto;
    }

        .menu-in-predict .dropdown_btn_custom a {
            color: #949ab3 !important;
            transition: none;
        }

.dark-mode .megamenu a {
    color: #fff !important;
}

.dropdown_btn_custom {
    padding: 10px 0;
}
/*index*/
.index_home {
    background: url(../images/index/indexbg.jpg)no-repeat top center;
}

.announcementCustom {
    display: flex;
    align-items: center;
}

.announcement {
    border: 1px solid #ccad8d;
    border-radius: 20px;
    padding: 3px;
    margin: 20px 0 10px 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);
}

.announcementCustom i {
    color: #ccad8d;
    margin-left: 18px;
}

.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: #5b5b5b;
}

.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 .slider {
    height: 300px;
}

    .slidermain_02 .slider.slider-for {
        height: 180px;
        padding-top: 65px;
    }

    .slidermain_02 .slider.slider-nav02 {
        height: 75px;
        background: url(../images/index/buttonbase_long.png)no-repeat;
        background-position: top;
        background-size: contain;
        padding: 0px 20px;
    }

        .slidermain_02 .slider.slider-nav02 .slick-list {
            width: 100%;
        }

    .slidermain_02 .slider.slider-single02 .slick-slide img {
        width: 350px;
        cursor: pointer;
        padding-top: 45px;
    }

    .slidermain_02 .slider.slider-single02 img.img_main {
        opacity: 0.6;
        transition: all 300ms ease;
        transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }

    .slidermain_02 .slider.slider-single02 .slick-center 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);
    }

    .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;
    }

    .slidermain_02 .slider.slider-single02 .slick-slide {
        min-height: 600px;
    }

    .slidermain_02 .slider.slider-nav02 .slick-slide {
        cursor: pointer;
        float: left;
        display: flex;
        height: 100%;
        min-height: 1px;
        justify-content: center;
        padding-top: 12px;
    }

        .slidermain_02 .slider.slider-nav02 .slick-slide .game_tab .img_hover {
            width: 150px;
            opacity: 0;
        }

        .slidermain_02 .slider.slider-nav02 .slick-slide.slick-current .game_tab .img_hover, .slidermain_02 .slider.slider-nav02 .slick-slide:hover .game_tab .img_hover {
            opacity: 1;
            filter: drop-shadow(0px 3px 3px #af9772);
        }

        .slidermain_02 .slider.slider-nav02 .slick-slide.slick-current .game_tab .img_hover, .slidermain_02 .slider.slider-nav02 .slick-slide:hover .game_tab .game_tab_info {
            color: #fff;
            text-shadow: 0px 4px 4px #907c5d;
        }

        .slidermain_02 .slider.slider-nav02 .slick-slide .game_tab .game_tab_info {
        }

        .slidermain_02 .slider.slider-nav02 .slick-slide.slick-current .game_tab .game_tab_info {
            color: #fff;
            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;
    }

.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;
    margin: 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 {
    position: absolute;
    display: grid;
    grid-template-columns: 30% 70%;
    bottom: -11px;
    justify-items: center;
    text-align: center;
    align-items: center;
    padding: 17px;
    font-size: 12px;
    font-weight: 700;
    color: #949ab3;
}

    .game_tab_info img {
        width: 76px;
    }

.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);
}

.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: flex !important;
    justify-content: center;
    transition: all 300ms ease;
    grid-gap: 12px;
}

.game_products_inner {
    cursor: pointer;
}

.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: 12px;
}

.text_game_title {
    font-size: 60px;
    line-height: 1.1;
    color: #43475a;
    font-weight: 700;
}

.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: #6a718e;
    font-weight: 700;
}

.qualityservice_inner_content {
    font-size: 13px;
    color: #848487;
}

.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: #43475a;
    padding: 10px 0;
    color: #8c90a3;
}

    .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: #f1f1f1;
    padding: 0 10px;
    line-height: 1;
    border-right: 1px solid #fff;
}

    .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/sports/sportsbg.jpg)no-repeat top 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/esports/BG.jpg)no-repeat bottom center;
}

.esport_custom {
    align-self: center;
}

.esport_custom_title {
    font-size: 70px;
}

/*live*/
.live_home {
    background: url(../images/livecasino/BG.jpg)no-repeat top 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/slots/BG.jpg)no-repeat bottom 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/fishing/BG.jpg)no-repeat top 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/lotto/BG.jpg)no-repeat top 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(#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;
        color: #ffffff;
        font-size: 25px;
        font-weight: 700;
    }

        #payoutmodal.modal .modal-header span, #promomodal.modal .modal-header span {
            text-shadow: 0px 2px 3px #665641;
        }

        #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_spctext {
    font-weight: 400;
}

.lotto_table table thead {
    background-color: #cbb698;
    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 #ccad8d;
    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/promotion/promobg.jpg)no-repeat top center;
    background-position: top;
}

.promotion_main {
    margin-top: 400px;
}

.mix {
    display: none;
}

.filter-menu-bar {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.pmbox {
    font-size: 13px;
    font-weight: 700;
    background: #ffffff;
    border-radius: 29px;
    height: 45px;
    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 3px 6px 0px rgb(203,182,152,0.7);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    text-transform: uppercase;
}

    .pmbox.active {
        background: linear-gradient(to bottom,#f1d6bf 5%,#d2b7a0 100%);
        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(3,1fr);
    grid-gap: 15px 15px;
    text-align: center;
    margin: 46px 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(#f1d6bf, #d2b7a0);
    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(#f1d6bf, #d2b7a0);
    }
/*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/vip/vipbg.jpg)no-repeat top center;
}

.vip_table table {
    font-weight: 700;
    font-size: 15px;
}

.vip_table_spctext {
    font-weight: 400;
}

.vip_table table thead {
    background-color: #cbb698;
    color: #ffffff;
}

    .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 #ccad8d;
}

.vip_table table tbody {
    color: #6a718e;
    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.jpg)no-repeat top center;
    background-position: center;
    min-height: 460px;
}

.login_body {
    background: url(../images/login/login_base.png)no-repeat top center;
    background-position: center;
    border: 1px solid #cbb698;
    padding: 14px;
    margin: 50px 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;
}

.login_title {
    font-weight: 700;
    font-size: 20px;
    color: #6a718e;
    text-align: center;
}

.login_form {
    margin: 20px auto 0 auto;
    color: #cbb698;
}

.login_form_inner a {
    color: #6a718e;
}

.login_form .form-group .form-control {
    border: 1px solid #cbb698;
    border-radius: 20px;
    height: 32px;
    /*text-transform: uppercase;*/
}

.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;
}

.btn_login_main {
    margin-top: 10px;
}

.btn_login {
    background: linear-gradient(to bottom,#f1d6bf 5%,#d2b7a0 100%);
    color: #ffffff;
    min-width: 186px;
    height: 43px;
    border: 1px solid #c9b69a;
    border-radius: 8px;
}

    .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,#f1d6bf 5%,#d2b7a0 100%);
    color: #ffffff;
    min-width: 109px;
    height: 34px;
    border: 1px solid #c9b69a;
    border-radius: 8px;
}

.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 rgb(203,182,152,0.7);
    border: 1px solid #cba98c;
}

    .sub-side-nav li {
        background: #ffffff;
        border-bottom: 1px solid #cba98c;
        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,#eacdad 0%,#c3aa8a 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 #cba98c;
    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 rgb(203,182,152,0.7);
}

.sub-side-right-title {
    border-bottom: 1px solid #cba98c;
    margin-bottom: 10px;
    text-transform: uppercase;
}
/*aboutEND*/

/*banking*/
.bankingtable {
    color: #6a718e;
}

table.bankingtable tbody tr td {
    border: 1px solid #cba98c;
}
/*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 #cba98c;
        color: #6a718e;
    }

    .tncaccordion .card .tncbtn {
        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%);
        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: 999;
}
/*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;
}

    .notification a {
        color: #6a718e;
    }

    .notification .badge {
        position: absolute;
        top: -8px;
        right: 5px;
        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;
    width: 27%;
    position: relative;
}

.btn_acc {
    font-size: 13px;
    width: 90px;
    border: 1px solid #cba98c;
    background: none;
    border-radius: 16px;
    color: #6a718e;
    background-color: #ffffff;
}

.btn_bal {
    font-size: 13px;
    background: #6a718e;
    border-radius: 16px;
    color: #ffffff;
    border: none;
    min-width: 133px;
}

.acc_login {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
}

.option-drop {
    position: relative;
    text-align: center;
}

.btn_logout {
    font-size: 13px;
    min-width: 180px;
    border: 1px solid #cba98c;
    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, #6a718e 0%, #838db4 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 #cba98c;
    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 #b9a78d;
    right: 0;
    padding-top: 12px;
    margin-top: 10px;
}

.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: #6a718e;
    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: #cba98c;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.afterloginbodymain {
    display: grid;
    grid-template-columns: 250px auto;
    padding: 15px 0px 45px;
    margin-top: 65px;
}

.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 rgb(203,182,152,0.7);
    padding: 5px 0;
}

.user_main {
    margin-top: 20px;
}

.cam.fa-camera {
    background: #cba98c;
    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: #6a718e;
            font-size: 12px;
            font-weight: 500;
        }

        .main_btn_short_custom a.active .main_text {
            color: #cba98c;
        }

    .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: #cba98c;
}

.menu_account {
    margin: 12px 0 0;
}

    .menu_account a {
        color: #6a718e;
        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: #fff4ea;
    border-left: 4px solid #cba98c;
}

    .menu_account a.active .beforeactive {
        display: none;
    }

    .menu_account a.active .afteractive {
        display: block;
    }

    .menu_account a.active .main_text {
        color: #cba98c;
    }

        .menu_account a.active .main_text .copy_btn {
            background-color: #cba98c;
        }

.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: #cba98c;
}

    .menu_account a.menu_account_inner:hover .main_text .copy_btn {
        background-color: #cba98c;
    }

.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 rgb(203,182,152,0.7);
    padding: 30px 20px;
    margin-left: 25px;
}

.afterlogin_deposit.nav-tabs {
    border: none;
}

.afterlogin_deposit.nav .nav-item .nav-link {
    min-width: 150px;
    border-radius: 40px;
    text-align: center;
    background: #f8f9fb;
    color: #6a718e;
    height: 43px;
    border: 1px solid #c9b69a;
    font-size: 14px;
    text-transform: uppercase;
}

    .afterlogin_deposit.nav .nav-item .nav-link.active, .afterlogin_deposit.nav .nav-item .nav-link:hover {
        background: linear-gradient(to bottom,#f1d6bf 5%,#d2b7a0 100%);
        color: #ffffff;
        height: 43px;
        border: 1px solid #c9b69a;
    }

.afterlogin_deposit.nav-tabs .nav-item {
    margin-right: 20px;
}

.main_profile_title {
    font-size: 15px;
    font-weight: 700;
    margin: 5px 0px;
    color: #6a718e;
}

.bank-input-wrap.method {
    padding: 9px 9px;
    border-radius: 8px;
    width: max-content;
}

.bank-input-wrap label {
    margin: 0 5px;
    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: 5px 5px;
    color: #484848;
    font-weight: 500;
    width: 98px;
    height: auto;
}

.bank-input-wrap label .bank-type {
    border-radius: 10px;
    color: #b7b7b7;
}

.bank-input-wrap label [type=radio] + .bank-type {
    cursor: pointer;
}

.bank-input-wrap label [type=radio]:checked + .bank-type {
    border: 1px solid #cba98c;
    background-position: right bottom;
    transition: none;
    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);
}

.bank-input-wrap label [type=radio] + .bank-type img {
    cursor: pointer;
    filter: grayscale(0.8);
    border-radius: 10px;
}

.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: 10px;
    width: 450px;
    padding: 10px;
}

    .bnk-info ul {
        list-style: disc;
        padding-left: 25px;
        color: #6a718e;
        margin-top: 10px;
        font-size: 14px;
    }

.copy_btn {
    color: #ffffff;
    background-color: #6a718e;
    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, #838db4 0%, #6a718e 100%);
}

    .submit_btn:hover {
        background-image: linear-gradient(to bottom, #6a718e 0%, #838db4 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, #838db4 0%, #6a718e 100%);
    min-width: 117px;
    color: #fff;
    border: none;
    min-height: 34px;
    border-radius: 20px;
}

    .allout_btn:hover {
        background-image: linear-gradient(to bottom, #6a718e 0%, #838db4 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: 1px solid #cba98c;
    background: #f8f9fb;
    border-radius: 26px;
    color: #6a718e;
    min-height: 36px;
    margin-left: 18px;
}

    .btn_transfer:hover {
        background-image: linear-gradient(to bottom, #6a718e 0%, #838db4 100%);
        color: #ffffff;
    }

.box-prov {
    padding: 10px 0px 10px 0px;
    border-radius: 8px;
    margin-top: 5px;
}

    .box-prov ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
    }

        .box-prov ul li {
            margin-left: 10px;
            border: 1px solid #6a718e;
            width: 124px;
            padding: 10px;
            text-align: center;
            margin-bottom: 10px;
            border-radius: 8px;
            cursor: pointer;
            background-color: #f8f9fb;
            color: #6a718e;
            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: 9px;
    border: 2px solid #cba98c;
    margin: 0px 5px;
    margin-top: 5px;
    word-break: break-all;
    color: #6a718e;
}

.box-prov ul li.active, .box-prov ul li:hover {
    background-image: linear-gradient(to bottom, #838db4 0%, #6a718e 100%);
    border: 1px solid #838db4;
    color: #fff;
}

    .box-prov ul li.active .prov-amot, .box-prov ul li:hover .prov-amot {
        border: 2px solid #6a718e;
    }

.transfer_main label {
    color: #6a718e;
    font-weight: 500;
}

.form-group b {
    color: #6a718e;
    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: #6a718e;
}

.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: #6a718e;
    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);
}

.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 #6a718e;
    background-color: #f8f9fb;
    height: 35px;
    color: #b7b7b7;
    width: 97px;
}

    .btn_history.active {
        color: #6a718e;
    }

.history_custom {
    display: grid;
    grid-template-columns: 355px 300px 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-image: linear-gradient(to bottom, #eacdad 0%, #c3aa8a 100%);
    color: #ffffff;
    font-weight: 700;
}

table.history_table tbody tr:nth-child(2n) {
    background-color: #f8f9fb;
}

table.history_table tbody tr td {
    border-right: 1px solid #c3aa8a;
    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;
}

.afterlogin_inbox.nav .nav-item .nav-link {
    min-width: 207px;
    border-radius: 0px;
    text-align: center;
    background: #f8f9fb;
    color: #6a718e;
    height: 43px;
    border: 1px solid #c9b69a;
    font-size: 14px;
}

    .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: #ffffff;
        height: 43px;
        border: 1px solid #c9b69a;
    }

.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: #c9b69a;
        }

    .inbox_tab table tbody tr.noread {
        background-color: #f8f9fb;
    }

    .inbox_tab table tbody tr {
        cursor: pointer;
    }

.notice_main {
    position: relative;
}

.notification_NOTICE {
    position: absolute;
    top: 8px;
    right: 36px;
    padding: 0px 7px;
    border-radius: 50%;
    background-color: #99acc4;
    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(#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;
    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: #ffffff40;
}

.slider-single02 .slick-next:before {
    content: url(../images/index/right.png?v=1);
}

.slider-single02 .slick-prev:before {
    content: url(../images/index/left.png?v=1);
}

.slider-single02 .slick-next:hover:before {
    content: url(../images/index/right_hover.png?v=1);
}

.slider-single02 .slick-prev:hover:before {
    content: url(../images/index/left_hover.png?v=1);
}

.header_main_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.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;
}

/** 1/12/2023 Update **/
.depo-amt-wrap {
    margin: 5px 0 0 0;
}

button.amt-btn {
    background: none;
    border: 1px solid #ced4da;
    margin: 0 0 5px 0;
    width: 24%;
    padding: 5px 2px;
    color: #6b728f;
}

    button.amt-btn:hover, button.amt-btn.active {
        background: #6b728f;
        color: #fff;
    }


/** 13/1/2023 VIP NEW **/
.vip_sec {
    background: url("../images/vip/bg-vip.jpg")no-repeat top center;
    background-size: cover;
}

.dark-mode .vip_sec {
    background: url("../images/vip/bg-vip_dark.jpg")no-repeat top center;
}

.slider.vip-slider ul li {
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
}

    .slider.vip-slider ul li.active {
        filter: hue-rotate(170deg) saturate(2);
    }

.carousel {
    height: 700px;
    perspective: 600px;
    transform: translateY(-100px);
}

    .carousel .carousel-item {
        cursor: auto;
        width: 100%;
    }

        .carousel .carousel-item:active {
            cursor: grabbing;
        }

        .carousel .carousel-item img {
            width: 100%;
        }

.vip-row {
    display: grid;
    grid-template-columns: 26.5% 10% 10% 10% 10% 10% 10% 10%;
    grid-gap: 0 0.5%;
    align-items: center;
    text-align: center;
    padding: 2px 1px;
    color: #6a718e;
    font-weight: 600;
    text-transform: uppercase;
}

    .vip-row .vpbox {
        border: 1px solid #cbb698;
        background: linear-gradient(to bottom, rgba(238,241,245,1) 0%, rgba(209,214,224,1) 100%);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 45px;
        margin: -3px 0;
        line-height: 1;
    }

        .vip-row .vpbox:first-child {
            padding: 0 10px;
        }

.smvp {
    color: #7e85a2;
    font-size: 12px;
    font-weight: 500;
}

.viptable-wrapper {
    padding-bottom: 20px;
}

.vip-row.title {
    background: linear-gradient(to bottom, rgba(225,215,200,1) 0%, rgba(203,182,153,1) 100%);
    border: 2px solid #fff;
    border-radius: 8px;
    margin-bottom: 11px;
    box-shadow: 0 2px 5px rgb(0,0,0,0.27);
}

    .vip-row.title .vpbox {
        background: none;
        border: none;
        color: #fff;
        text-shadow: 0 1.5px 2px rgb(0,0,0,0.75);
    }

.vip-row.top .vpbox {
    border-radius: 8px 8px 0 0;
}

.vip-row.bottom .vpbox {
    border-radius: 0 0 8px 8px;
}

.event-container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
    margin: 30px 0 15px;
}

.event-wrapper {
    background: linear-gradient(to bottom, rgba(238,241,245,1) 0%, rgba(209,214,224,1) 100%);
    border-radius: 10px;
    padding: 15px;
}

.terms-wrap {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #cbb698;
    box-shadow: 0 2px 10px #ead9c0, 0 1px 2px #ead9c0;
    padding: 15px;
    color: #000;
    font-size: 13px;
    height: 100%;
}

.event-title {
    text-align: center;
    overflow: hidden;
    position: relative;
    margin: 0 -15px 15px;
}

.title-deco {
    position: absolute;
    max-width: 58%;
}

    .title-deco.bar-1 {
        left: -28%;
        bottom: 0;
    }

    .title-deco.bar-2 {
        right: -28%;
        bottom: 0;
        transform: scaleX(-1);
    }

.text_game_title.event {
    font-size: 40px;
}

ul.terms {
    list-style-image: url('../images/vip/arrow.png');
    padding-left: 17px;
}

/** 31/1/2023 Update **/
.vip_icon img {
    max-width: 100px;
    filter: none;
}

.profile_rate img {
    width: 23px;
    filter: none;
}

/** 14/3/2023 Update - Popup slider **/
.modal-dialog.annouce-slider {
    max-width: 900px;
}

.modal-content.annouce-slider {
    border: 2px solid #ccad8d;
    box-shadow: none;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
}

button.close-btn {
    background: none;
    border: none;
    color: #ccad8d;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 18px;
    font-weight: 700;
    z-index: 2;
}

ol.carousel-indicators.popupslider {
    bottom: 0;
}

.carousel.popup-slider {
    height: auto;
    perspective: none;
    transform: initial;
}

.carousel .carousel-item {
    cursor: auto;
    width: 100%;
}

/**  Winter Snow - Update-19/10/2023 **/
#canvas {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    pointer-events: none;
}

/**  Falling Gold - Update-8/11/2023 **/
.dot {
    width: 27px;
    height: 24px;
    position: absolute;
    background: url("../images/index/gold1.png");
    background-size: 100% 100%;
}

#container {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/** Updated - 12/4/2024 **/
.slidermain_02 .slider.slider-for {
    height: auto;
    margin-bottom: 30px;
}

.slider .game_products {
    display: block !important;
    text-align: center;
}

.game_products_inner {
    display: inline-block;
}

/** 21/5/2024 - Confetti**/
#confetti {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}

/** 5/7/2024 - header APK download **/
.header-left {
    display: flex;
    align-items: center;
}

.apk-wrap {
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.apkimg img {
    max-height: 20px;
}

.dlapk {
    display: block;
    background: #322f37;
    border-radius: 40px;
    font-size: 11px;
    padding: 2px 6px;
    text-transform: uppercase;
    color: #959ab1;
    margin-left: 5px;
}

    .dlapk:hover {
        background: #cba98c;
        color: #fff;
    }

.switch-btn {
    top: 4px;
}

/** Affiliate Page - Updated 29/9/2024 **/
.affi-title {
    color: #6a718e;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.dark-mode .affi-title {
    color: #fff;
}

.aff-banner-wrap {
    position: relative;
    max-width: 682px;
    margin: 0 auto 15px;
}

.deco-affi {
    position: absolute;
    left: -6%;
    right: 0;
    top: 2%;
    width: 112%;
    margin: 0 auto;
}

.aff-top-btn {
    text-align: center;
    padding: 0 0 20px;
    border-bottom: 1px solid #6a718e;
    margin-bottom: 20px;
}

button.affi-btn {
    background: linear-gradient(to bottom, #eacdad 0%, #c3aa8a 100%);
    border: 1px solid #cba98c;
    border-radius: 40px;
    color: #fff;
    min-width: 130px;
    height: 38px;
    font-weight: 500;
    font-size: 15px;
    margin: 0 5px;
}

    button.affi-btn:hover {
        background: linear-gradient(to top, #eacdad 0%, #c3aa8a 100%);
    }

button.affi2-btn {
    background: #f8f9fb;
    border: 1px solid #cba98c;
    border-radius: 40px;
    color: #6a718e;
    min-width: 130px;
    height: 38px;
    font-weight: 500;
    font-size: 15px;
    margin: 0 5px;
}

    button.affi2-btn:hover {
        background: #6a718e;
        color: #f8f9fb;
    }

ul.nav.acc-nav {
    text-align: center;
    justify-content: center;
}

    ul.nav.acc-nav li.acc-item a.acc-link {
        display: inline-block;
        background: #f8f9fb;
        border: 1px solid #cba98c;
        border-radius: 40px;
        color: #6a718e;
        padding: 5px;
        min-width: 130px;
        height: 38px;
        font-weight: 500;
        font-size: 15px;
        margin: 0 5px;
    }

        ul.nav.acc-nav li.acc-item a.acc-link.active {
            background: linear-gradient(to bottom, #eacdad 0%, #c3aa8a 100%);
            color: #fff;
        }

tr.divideline {
    border-top: 1px solid #c3aa8a;
}

form.form-inline.coms-wrap {
    padding: 15px 0;
    margin: 0 auto;
    justify-content: center;
}

.modal-content.referral {
    border: 1px solid #ccad8d;
    border-radius: 10px;
    background: #f8f9fb;
    padding: 20px 15px;
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
}

button.close-refer {
    background: none;
    padding: 0;
    border: none;
    position: absolute;
    right: 7px;
    top: 2px;
    color: #444;
    z-index: 2;
    font-size: 14px;
}

.referal-code {
    display: grid;
    grid-template-columns: 65% 35%;
    height: 40px;
    overflow: hidden;
    border-radius: 45px;
    border: 1px solid #cba98c;
}

input.refer-input {
    width: 100%;
    background: #fff;
    border: none;
    height: 100%;
    padding: 2px 10px;
    color: #80592a;
    font-weight: 500;
}

button.copy-btn {
    background: linear-gradient(to bottom, #eacdad 0%, #c3aa8a 100%);
    border: none;
    color: #80592a;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}

    button.copy-btn:hover {
        background: linear-gradient(to top, #eacdad 0%, #c3aa8a 100%);
    }

.qrcode-download {
    max-width: 200px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #cba98c;
    margin: 15px auto;
    box-shadow: 0 2px 6px rgb(0, 0, 0, 0.2);
}

.share-qr-img {
    border: 1px solid #cba98c;
    margin-bottom: 10px;
}

button.qrdl-btn {
    background: linear-gradient(to bottom, #eacdad 0%, #c3aa8a 100%);
    border: 1px solid #cba98c;
    border-radius: 11px;
    color: #fff;
    width: 100%;
    height: 38px;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
}

    button.qrdl-btn:hover {
        background: linear-gradient(to top, #eacdad 0%, #c3aa8a 100%);
    }

.share-social {
    padding: 10px 0 5px;
}

a.social-icon {
    display: inline-block;
    max-width: 60px;
    margin: 0 5px;
}

.modal-dialog.referral {
    max-width: 800px;
}

.modal-content.program {
    background: url("../images/affiliate/popbg.png")no-repeat top center;
    background-size: cover;
    border: 1px solid #cba98c;
    border-radius: 12px;
    padding: 20px 20px;
}

.title-affiliate {
    text-align: center;
    margin-bottom: 25px;
}

.downline-title {
    position: relative;
    max-width: 238px;
    margin: 0 auto;
    text-align: center;
}

.dltext {
    position: absolute;
    left: 0;
    right: 0;
    top: 2px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.deco {
    position: absolute;
}

    .deco.gift-aff-1 {
        left: -44%;
        top: -15%;
        max-width: 29%;
    }

    .deco.gift-aff-2 {
        right: -48%;
        top: -27%;
        max-width: 29%;
    }

.downline-system {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 30px 0 5px;
    text-align: center;
}

.downline-box {
    position: relative;
    max-width: 192px;
    margin: 0 auto;
}

.dlb-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7%;
    line-height: 1;
    color: #43475a;
    font-size: 15px;
    font-weight: 500;
}

.whitetext {
    color: #fff;
}

.commision-sample {
    position: relative;
    max-width: 470px;
    margin: 0 auto 15px;
}

.comm-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #4d3214;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.refer-tnc-title {
    color: #6a718e;
    font-weight: 700;
}

ul.refer-terms {
    color: #6a718e;
    padding-left: 17px;
    font-size: 14px;
    line-height: 1.3;
}

/** Gold falling Updated - 9/12/2024 **/
#flakeEffect {
    width: 30px;
}

.snow {
    position: fixed;
    top: -5vh;
    transform: translateY(0);
    transform: rotate(180deg);
    animation: fall 7s linear forwards;
}

@keyframes fall {
    to {
        transform: translateY(105vh);
    }
}

/** Updated - 7/4/2025**/
.bank-info-wrapper {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 5px;
    max-width: 620px;
}

.bank-qrcode {
    padding: 10px;
    box-shadow: inset 0px 1px 5px -1px rgba(0, 0, 0, 0.62);
    border-radius: 10px;
    max-width: 180px;
}