@charset "utf-8";
/** Night Mode **/
body.dark-mode {
	color: #fff;
}
.dark-mode .header-sec {
	background: #22293d;
}
.dark-mode .header-bottom {
    background: #4a4b86;
}
.dark-mode .home-top, .dark-mode .product-page {
	background: url("../images/bg-home-dark.jpg")no-repeat top center;
	background-size: cover;
}
.dark-mode ul.nav.header-menu li.menu-item a.menu-link {
	color: #fff;
}
.dark-mode .seo-wrapper, .dark-mode .seo-wrapper a {
	color: #fff;
}
.dark-mode button.read-more {
    color: #fff;
    border: 2px solid #fff;
}
.dark-mode button.hamburger-button {
    color: #fff;
}
.dark-mode button.acc-btn img {
    filter: brightness(10) contrast(1);
}
.dark-mode .promo-page {
	background: url("../images/promo/promo-bg-dark.png")no-repeat top center;
	background-size: cover;
    background-attachment: fixed;
}
.dark-mode .promo-container {
	background: #22293d; 
}
.dark-mode .vip-page {
	background: url("../images/promo/promo-bg-dark.png")no-repeat top center;
	background-size: cover;
    background-attachment: fixed;
}
.dark-mode .vip-container {
    background: #22293d;
}
.dark-mode .vip-tnc {
    background: #22293d;
    color: #fff;
}
.dark-mode .blog-page {
	background: url("../images/promo/promo-bg-dark.png")no-repeat top center;
	background-size: cover;
    background-attachment: fixed;
}
.dark-mode a.all-blog, .dark-mode .blog-date {
    color: #fff;
}
.dark-mode .lottery-page {
    background: url("../images/lottery/lottery-bg-dark.png") no-repeat top center;
    background-size: cover;
}
.dark-mode .lotto-box {
    border: 4px solid #4a5a7c;
}
.dark-mode .register-page {
    background: url("../images/bg-home-dark.jpg") no-repeat bottom center;
    background-size: cover;
}
.dark-mode .info-page {
    background: url("../images/info-bg-dark.png") no-repeat bottom center;
	background-attachment: fixed;
    background-size: cover;
}
.dark-mode .info-inner {
    background: #4a4b86;
    color: #fff;
}
.dark-mode .card-body-tnc {
    background: #22293d;
}
.dark-mode .smap-wrap a {
	color: #fff;
}
.dark-mode .depo-sec {
	background: url("../images/info-bg-dark.png")no-repeat top center;
	background-size: cover;
}
.dark-mode .afcontainer-inner {
    background: #687da8;
}
.dark-mode .label-form {
    color: #fff;
}
.dark-mode .prov-balc {
    background: #5a6c90;
}
.dark-mode .pagination-bottom a {
    color: #fff;
}
.dark-mode .error-sec {
	background: url("../images/error/bg-404-dark.png")no-repeat top center;
}
.dark-mode .error-wrapper {
    color: #fff;
}
.dark-mode .shop-page {
    background: url("../images/bg-home-dark.jpg")no-repeat top center;
    background-size: cover;
}