@font-face {
    font-family: 'Days One';
    src: url('../../fonts/DaysOne-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* global.css */
html, body {
	background:#000;
	font-family:'Days One', sans-serif;
}

h1 {
	color:#fff;
	font-size:25px;
	font-weight:700;
}
h1 > span:not(.nocolor) {
	color:#ffd004;
}

h2 {
	color:#fff;
	font-size:20px;
	font-weight:600;
	margin-bottom:20px;
}

h3 {
	color:#fff;
	font-size:18px;
	font-weight:600;
	margin-bottom:20px;
}

h4 {
	color:#fff;
	font-size:16px;
	font-weight:600;
	margin-bottom:20px;
}

a, a:hover {
	color:#ffd905;
}

p {
	color:#fff;
	font-size:15px;
	margin-bottom:20px;
}

img {
	width: auto;
	max-width:100%;
    height: auto;
    display: block;
	margin:0 auto;
}

label {
	color:#fff;
}

ul,ol {
	color:white;
	padding-left:15px;
}

.table > tbody > tr > td, .table > tbody > tr > th {
	vertical-align:middle;
	background: #fff;
	color: #000;
}

.modal-content {
	background-color:#000;
}

.content-wrap {
	/* background:url(../../images/body_bg.jpg) no-repeat center; */
	background:#000;
	padding:20px 0;
	min-height:350px;
}

.bg-image{
	position:fixed;
	inset:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
	z-index:0;
}

.container {
	padding:0 20px;
	width:100%;
	max-width:1170px;
}

.black_bg {
	background:#000;
}

.button.button-3d {
	background-image:linear-gradient(#81f501,#218701);
	border:1px solid #5ba00d;
	border-radius:0;
}

.well {
	background-color:transparent;
	border:none;
}

.flex {
	display:flex;
}

.white {
	color:#fff;
}

.black {
	color:#000;
}

.textCenter {
	text-align:center;
}
.textRight {
	text-align:right;
}

.loadingDiv {
	display:none;
	color:#fff;
}

.d-none {
	display:none !important;
}

.d-block {
	display:block !important;
}

.d-inline-block {
	display:inline-block !important;
}

.pc_view {
	display:block;
}
.mobile_view {
	display:none;
}

.custom-file-upload {
	display: block;
	padding: 10px 20px;
	border: 1px solid transparent;
	border-radius: 0 40px 40px 0;
	background-color: transparent;
	color: #000;
	cursor: pointer;
	margin: 0;
	font-weight: 400;
	font-size: 12px;
	text-align:center;
}

input[type="file"] {
	display: none;
}

.table > thead > tr {
	border-radius: 15px 15px 0px 0px;
	background: linear-gradient(90deg, #C79935 0%, #F4EE7D 30%, #FFE45E 54%, #FEE561 76%, #FEED79 100%);
	color: #000;
}
.table > thead > tr > th {
	border:none;
}
.table-responsive {
	border-radius: 15px;
}

.table {
	margin:0;
}

.mt-5 {
	margin-top:5px;
}
.mt-10 {
	margin-top:10px;
}
.mt-20 {
	margin-top:20px;
}
.mb-20 {
	margin-bottom:20px;
}
.mb-40 {
	margin-bottom:40px;
}
.mb-0 {
	margin-bottom:0;
}

.cutmargin {
	margin:0 !important;
}

.p-10 {
	padding:10px;
}
.p-20 {
	padding:20px;
}

.pt-10 {
	padding-top:10px;
}
.px-20 {
	padding-left:20px;
	padding-right:20px;
}
.px-40 {
	padding-left:40px;
	padding-right:40px;
}
.py-20 {
	padding-top:20px;
	padding-bottom:20px;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #ddd;
	font-size:15px;
	font-weight:500;
	color:#000;
	line-height:37px;
	height:37px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height:37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height:37px;
}
.select2-results__option--selectable {
	color:#000;
}
/* Width of the scrollbar */
.select2-results__options::-webkit-scrollbar {
	width: 12px;
}

/* Track of the scrollbar */
.select2-results__options::-webkit-scrollbar-track {
	background: #eee; /* black background for the track */
}

/* Thumb (the draggable part) of the scrollbar */
.select2-results__options::-webkit-scrollbar-thumb {
	background-color: #000; /* black thumb */
	border-radius: 6px; /* rounded corners */
	border: 3px solid transparent; /* optional padding around thumb */
}

/* Hide scrollbar buttons */
.select2-results__options::-webkit-scrollbar-button {
	display: none;
}

/* Firefox */
.select2-results__options {
	scrollbar-color: #000 #eee; /* thumb color and track color both black */
	scrollbar-width: thin; /* makes scrollbar thinner */
}

.padding_modal h2, .padding_modal h3, .padding_modal ul li, .padding_modal p, .padding_modal label, .padding_modal table tr th, .padding_modal table tr td {
	color:#000;
}
.padding_modal table {
	border-color:#000;
}
.padding_modal table tr td {
	padding:0 !important;
}
.padding_modal .table-responsive {
	border-radius:0;
}
.padding_modal {
	padding:20px;
	background:#fff;
	border-radius:0 0 15px 15px;
}

.close, .close:hover, .close:focus {
	color: #fff;
	opacity: 1;
	position: absolute;
	top: 13px;
	right: 15px;
}

.close2, .close2:hover, .close2:focus {
	color: #000;
	opacity: 1;
	position: absolute;
	top: 16px;
	right: 15px;
}

.modal-content {
	background:#fff;
	box-shadow:none;
	border:none;
	border-radius:20px;
	border:4px solid #E7CC99;
}
.modal-body {
	padding:0;
	color:#000 !important;
}

@media (max-width: 1200px) {
	h1 {
		font-size:20px;
	}
	
	h2 {
		font-size:18px;
	}
	
	h3 {
		font-size:15px;
	}
	
	p {
		font-size:13px;
	}
}

@media (max-width: 991px) {
	.container {
		width:100% !important;
	}

	#wrapper {
		background-color:#000;
	}

	.pc_view {
		display:none;
	}
	.mobile_view {
		display:block;
	}

	.d-mobile-none {
		display:none !important;
	}

	.content-wrap {
		padding:20px 0 60px !important;
	}

	body {
		padding-bottom: 40px !important;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size:18px;
	}
	
	h2 {
		font-size:15px;
	}
	
	h3 {
		font-size:13px;
	}
	
	p {
		font-size:12px;
	}

	body {
		padding-bottom:90px !important;
	}
}

@media (max-width: 480px) {
	h1 {
		font-size:15px;
	}
	
	h2 {
		font-size:13px;
	}
	
	h3 {
		font-size:12px;
	}
	
	p {
		font-size:11px;
	}
	
	.container.fullwidth-480 {
		width:100% !important;
	}

	.mobile-p-10 {
		padding:10px !important;
	}

	.mobile-mb-10 {
		margin-bottom:10px !important;
	}

	.mobile-mb-20 {
		margin-bottom:20px !important;
	}

	.mobile-mt-5 {
		margin-top:5px !important;
	}

	.modal-body{
		padding:0 !important;
	}

	.modal-dialog {
		margin:0;
	}

	.game_access {
		display: grid;
		grid-template-columns: 1fr 135px;
		align-items: center;
	}

	.modal-dialog {
		margin:20px !important;
		padding:0;
	}

	.close2, .close2:hover, .close2:focus {
		top:4px;
	}
}
/* header.css */
#top-login {
	position:absolute;
	top:0;
	right:0;
	height:100px;
	line-height:100px;
	font-size:30px;
	z-index:999;
	color:#fff;
	-webkit-transition: height .4s ease, line-height .4s ease;
	-o-transition: height .4s ease, line-height .4s ease;
	transition: height .4s ease, line-height .4s ease;
}
#top-login img {
	max-height:30px;
}
#top-login .login_menu {
	position:absolute;
	top:100%;
	right:0;
	display:none;
	border:1px solid #fff;
}
#top-login:hover .login_menu {
	display:block;
}
#top-login .login_menu ul {
	padding:0;
	height:auto !important;
}
#top-login .login_menu ul li {
	height:auto;
	line-height:1.2;
	float:none;
	margin:0;
}
#top-login .login_menu ul li a {
	line-height:45px;
	background:#000;
	color:#fff;
	text-align:left;
	padding:0 5px;
	width:120px;
	height:45px;
	border-bottom:1px solid #fff;
}
#top-login .login_menu ul li:last-child a {
	border-bottom:0px solid #fff;
}

#top-mail {
	position:fixed;
	bottom:30px;
	left:20px;
	line-height:75px;
	font-size:30px;
	z-index:999;
	color:#fff;
	-webkit-transition: height .4s ease, line-height .4s ease;
	-o-transition: height .4s ease, line-height .4s ease;
	transition: height .4s ease, line-height .4s ease;
	height:75px;
	width:75px;
	border-radius:100px;
	background:#ffd004;
	text-align:center;
}
#top-mail img {
	max-height:20px;
}

.mailCnt {
	position:absolute;
	width:20px;
	height:20px;
	font-size:12px;
	line-height:20px;
	border-radius:100px;
	background:#ff0000;
	color:#fff;
	text-align:center;
	top:17px;
	right:15px;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}

#primary-menu ul {
	padding:0;
	display:flex;
	column-gap:15px;
	align-items:center;
}
#primary-menu ul li {
	margin-left:0;
}
#primary-menu ul li a {
	color:#fff;
	letter-spacing: normal;
	font-size:11px;
	padding:0;
	height:auto;
	line-height:1.2;
}
#primary-menu ul li.blink_me {
	position:relative;
	transition:height 0.4s ease;
	-moz-transition:height 0.4s ease;
	-webkit-transition:height 0.4s ease;
}
#primary-menu ul li.blink_me a {
	height:auto;
	line-height:1;
	animation: color-change 0.4s linear infinite;
	background:#ffd905;
	border-radius:8px;
	padding:5px 10px;
	color:#fff;
	margin:0;
}
#primary-menu ul li a.login_btn, a.login_btn {
	border-radius: 5px;
	border: 1px solid #FCF27C;
	background: #0F1013;
	color:#FCF27C;
	height:auto;
	padding:5px 10px;
}
#primary-menu ul li a.register_btn, a.register_btn {
	border-radius: 5px;
	border: 1px solid #DD9F18;
	background: linear-gradient(90deg, #F0B920 0%, #FEFA89 76%, #EEC531 100%);
	color:#0F1013;
	padding:5px 10px;
}

a.login_btn, a.register_btn {
	display:block;
	text-align:center;
}

#logo {
	margin-right:0;
}

#logo img {
	width:auto;
	height:auto;
}

#header {
	background:#0F1013;
	border:none;
	z-index:9;
}

#header.sticky-header #header-wrap {
	background:#000;
}

#header.sticky-header #header-wrap #top-login {
	height:180px;
	line-height:180px;
}

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li.blink_me {
	height:auto;
}
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li.blink_me > a {
	height:auto;
	line-height:1.2;
}
#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > a {
	height:auto;
	line-height:1.2;
}

.button.button-3d {
	background:linear-gradient(90deg, #F0B920 0%, #FEFA89 76%, #EEC531 100%);
	color:#000;
	border:none;
}

#logo img {
	height:100px;
	transition:height 0.4s ease;
	-moz-transition:height 0.4s ease;
	-webkit-transition:height 0.4s ease;
}

@-webkit-keyframes color-change {
    0% { background: #ffd905; }
    50% { background: #ff0000; }
	100% { background: #ffd905; }
}
@-moz-keyframes color-change {
    0% { background: #ffd905; }
    50% { background: #ff0000; }
	100% { background: #ffd905; }
}
@-ms-keyframes color-change {
    0% { background: #ffd905; }
    50% { background: #ff0000; }
	100% { background: #ffd905; }
}
@-o-keyframes color-change {
    0% { background: #ffd905; }
    50% { background: #ff0000; }
	100% { background: #ffd905; }
}
@keyframes color-change {
    0% { background: #ffd905; }
    50% { background: #ff0000; }
	100% { background: #ffd905; }
}

#contact_fixed {
	position:fixed;
	right:-250px;
	top:33.33%;
	z-index:10;
	width:250px;
	transition:right 0.4s ease;
	-moz-transition:right 0.4s ease;
	-webkit-transition:right 0.4s ease;
	padding-bottom:10px;
	background: #000;
}

#contact_fixed .icon {
	top:65px;
	right:98%;
	transform:translateY(-50%);
	position:absolute;
	padding:0px;
	border-radius:0;
	width:38px;
	height:130px;
	transition:opacity 0.4s ease;
	-moz-transition:opacity 0.4s ease;
	-webkit-transition:opacity 0.4s ease;
}

#contact_fixed ul {
	list-style:none;
	padding:0;
	margin:0 5px;
}
#contact_fixed ul li {
	/* border-bottom:1px solid #F0B920; */
	padding:10px 0;
	position:relative;
}
#contact_fixed ul li:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(to left, #F0B920, #EEC531);
}
#contact_fixed ul li a {
	display:grid;
	grid-template-columns: 20px 1fr;
	column-gap:20px;
}
#contact_fixed ul li p {
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:5px;
	background: linear-gradient(90deg, #F0B920 0%, #FEFA89 76%, #EEC531 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#contact_fixed ul li:last-child {
	border:none;
}

#wechat {
	position:absolute;
	right:100%;
	top:0;
	background:#fff;
	padding:10px;
	height:100%;
	display:none;
	color:#000;
}
#wechat a {
	position:relative;
	top:50%;
	transform:translateY(-50%);
}

.fixed-animation{
	display: block;
	position: fixed;
	z-index: 99;
	left: 50%;
	top: 50%;
	transform:translate(-50%,-50%);
	/* animation: vertical-moving 10s infinite;
	animation-direction: alternate;
	animation-timing-function: linear; */
	/* width: 100px;
	height: 100px; */
}

.contact-btn{
	cursor:pointer;
}

@keyframes vertical-moving {
   0%   {top: 0%;}
   100% {top: 80%;}
}

#mystery {
	position:fixed;
	top:50%;
	transform:translateY(-50%);
	left:0;
	right:0;
	margin:0 auto;
	z-index:99;
	max-width:250px;
}

#hamburger {
	display:none;
}

#cross {
	display:none;
}

#sidebar {
	display:none;
}

#header-wrap {
	background-color:#000;
}

@media (max-width: 1200px) {
	#primary-menu ul li a {
		font-size:12px;
		padding:0 10px;
	}
	
	#header {
		background:url(../../images/jpg/body_bg.webp) no-repeat center;
	}
	
	#top-login {
		right:20px;
	}
}

@media (max-width: 991px) {
	
	body:not(.top-search-open) #primary-menu-trigger {
		color:#fff;
	}
	
	#primary-menu ul {
		display:none;
	}
	#primary-menu ul.show {
		display:grid;
		grid-template-columns: 1fr;
		column-gap:0;
		row-gap:0;
	}	
	#primary-menu ul li a {
		height:auto !important;
		line-height:1.2 !important;
		padding:5px 10px !important;
	}
	#primary-menu ul li.blink_me a {
		border-radius:0;
	}

	a.login_btn {
		margin-bottom:20px;
	}

	#hamburger {
		display:block;
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		left:25px;
		z-index:100;
		cursor:pointer;
	}

	#cross {
		display:block;
		position:absolute;
		top:15px;
		left:25px;
		z-index:-1;
		cursor:pointer;
	}

	#sidebar {
		display:block;
	}

	.sidebar {
		position: fixed;
		top: 0;
		left: -250px; /* Hide sidebar */
		width: 250px;
		height: 100%;
		background-color: #000;
		transition: left 0.3s ease; /* Smooth slide effect */
		z-index:99;
	}
	
	.sidebar ul {
		list-style-type: none;
		padding: 0;
		margin-top:60px;
	}
	
	.sidebar ul li {
		padding:0 15px;
	}
	
	.sidebar ul li a {
		color: white;
		text-decoration: none;
		padding-bottom:10px;
		border-bottom:1px solid #fff;
		display:block;
		margin-bottom:10px;
	}
	.sidebar ul li:last-child a {
		border:none;
		padding:0;
		margin:0;
	}

	.sidebar ul li a .flex_menu {
		display:flex;
		column-gap:10px;
		align-items:center;
	}
	.sidebar ul li a img {
		max-height:20px;
	}

	#top-mail {
		display:none;
	}

	#top-login {
		height:auto;
		top:20px;
		font-size:18px;
		line-height:1.2;
	}
}

@media (max-width: 768px) {
	#top-login {
		font-size:13px;
	}
	
	#top-login .button.button-3d {
		width:70px;
		padding:0;
		text-align:center;
		font-size:10px;
		line-height:1.2;
		height:auto;
		padding:5px;
		letter-spacing:normal;
		white-space:normal;
	}
}

@media (max-width: 480px) {
	#logo img {
		max-height:70px;
		margin:10px 0;
	}
}
/* footer.css */
#footer.dark {
	border:none;
}

.dark #copyrights {
	padding:5px 0;
	color:#000;
	background:linear-gradient(90deg, #F0B920 0%, #FEFA89 76%, #EEC531 100%);
}

#gotoTop {
	right:85px;
}
#gotoTop:hover {
	color:#000;
}

#sponsor {
	background:#2F2F3D;
	padding:20px 0;
	overflow: hidden;
	width:100%;
	position:relative;
}

#bank_slide {
	max-width:1140px;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content:space-between;
	animation: scroll 30s linear infinite;
}
#bank_slide div {
    flex: 0 0 auto; /* Prevent logos from shrinking */
}
#bank_slide img {
	width:100px;
	height:auto;
	max-width:none;
}

#menu_footer {
	background:#24252F;
	padding:50px 0;
}

#menu_flex {
	display:flex;
	column-gap:50px;
	justify-content:space-between;
}
#menu_flex ul {
	list-style:none;
	padding:0;
	margin:0;
}
#menu_flex ul li a {
	color:#fff;
}

#social_flex {
	display:flex;
	column-gap:10px;
	align-items:center;
}

#footer_fixed {
	display:none;
}

@keyframes scroll {
    0% {
        transform: translateX(100%); /* Start off-screen right */
    }
    100% {
        transform: translateX(-100%); /* End off-screen left */
    }
}

@media (max-width: 1200px) {
	
}

@media (max-width: 991px) {
	#menu_flex {
		display:grid;
		grid-template-columns:repeat(2, 1fr);
		row-gap:50px;
	}

	#bank_slide {
		column-gap:20px;
	}

	#footer_fixed {
		display:block;
		background: linear-gradient(180deg, #FFF68E 0%, #DC9916 77.5%, #EEB41C 100%);
		height:65px;
		position:fixed;
		bottom:0;
		width:100%;
		z-index:999;
	}

	#footer_icon {
		display:flex;
		justify-content:space-between;
		padding:0 10px;
	}
	#footer_icon > div {
		padding:0 10px;
		text-align:center;
	}
}

@media (max-width: 768px) {
	#gotoTop {
		right:30px;
	}
}

@media (max-width: 480px) {
	#menu_flex ul li a {
		font-size:12px;
	}
}
/* home.css */
.table_rectangle {
	height:63px;
	width:347px;
	background:url(../../images/png/table_rectangle.webp) no-repeat top center;
	margin:0 auto;
	text-align:center;
	background-size:cover;
}
.table_rectangle h2 {
	line-height:63px;
	color:#000;
}

#dashboard {
	border-radius: 15px;
	border: 2px solid #EDB12F;
	background: #0B0D13 url(../../images/jpg/table_home_bg.webp) no-repeat center;
	background-size:cover;
}
#dashboard_bg {
	display:none;
}
#dashboard_grid {
	display:grid;
	grid-template-columns:1fr 350px;
	column-gap:20px;
	align-items:center;
}
#dashboard_grid h2 {
	font-size: 20px;
	font-style: italic;
	font-weight: 700;
	line-height: normal;
	text-transform:uppercase;
}
#dashboard_icon {
	position:relative;
	left:-20px;
	transform: scale(1.1);
}

.dashboard_width {
	max-width:650px;
	margin:0 auto;
	padding:10px 0;
}

.deposit_table {
	border-radius: 15px;
	border: 1px solid #EDB12F;
	background: #2F2F2F;
}
table#withdrawal th {
	background:none;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	padding:20px 0;
}
table#withdrawal td {
	background:none;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	padding:20px 0;
}

.alertmsg {
	background: linear-gradient(90deg, #F6D650 21%, #0F1013 0%);
	height:20px;
}

.style-msg {
	margin:0;
	border:none;
	height:20px;
}
.style-msg .sb-msg {
	padding:0 0px 0 0;
	line-height:1.2;
	overflow:hidden;
	border:none;
	height:auto;
	margin-left:-5px;
}
.style-msg .sb-msg .announcement {
	display:inline-block;
	width:162px;
	padding-right:10px;
	vertical-align:middle;
	background:#ffd004;
	height:20px;
	line-height:20px;
	position:relative;
	color:#000;
}
.style-msg .sb-msg .announcement .diagonal {
	position:absolute;
	top:0;
	left:100%;
	border-left:20px solid #ffd004;
	border-top:20px solid transparent;	
}
.style-msg .sb-msg .announcement img {
	display:inline-block;
}
.style-msg .sb-msg .announcement_info {
	display:inline-block;
	color:#F6D650;
	width:calc(100% - 176px);
	vertical-align:middle;
	overflow: hidden;
	position: relative;
	height:20px;
	line-height:20px;
}
.style-msg .sb-msg .announcement_info .marquee {
	width:100%;
	white-space:nowrap;
	 /* Starting position */
	-moz-transform:translateX(100%);
	-webkit-transform:translateX(100%);	
	transform:translateX(100%);
	/* Apply animation to this element */	
	-moz-animation: example1 10s linear infinite;
	-webkit-animation: example1 10s linear infinite;
	animation: example1 10s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
	0%   { -moz-transform: translateX(100%); }
	100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
	0%   { -webkit-transform: translateX(100%); }
	100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
	0% { 
		-moz-transform: translateX(100%); /* Firefox bug fix */
		-webkit-transform: translateX(100%); /* Firefox bug fix */
		transform: translateX(100%); 		
	}
	100% { 
		-moz-transform: translateX(-100%); /* Firefox bug fix */
		-webkit-transform: translateX(-100%); /* Firefox bug fix */
		transform: translateX(-100%); 
	}
}

.button_container {
	margin:0 -20px 10px 0;
	text-align:center;
}
.button_container .button_float {
	float:left;
	width:calc(20% - 20px);
	margin:0 20px 20px 0;
}
.button_container .button_float.special_case {
	float:none;
	display:inline-block;
	width:calc(25% - 24px);
}

.automate_grid {
	display:inline-block;
}

.automated-text a {
    font-size:23px;
    display:block;
    line-height:30px;
    padding-left:8px;
    letter-spacing:-2px;
    font-weight:600;
    color:#fff;
	background:-webkit-linear-gradient(#fffee2, #ffa500);
    background-clip:border-box;
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	-webkit-text-stroke:1px #654100;
	text-transform:uppercase;
}


.tilt-shaking {
	/* animation: tilt-shaking 1.3s infinite; */
	animation-name: tilt-shaking;
	animation-duration: 1.3s;
	animation-delay: 0.4s;
	animation-iteration-count: infinite;
}

#gameTab {
	display:flex;
	column-gap:20px;
	justify-content:space-between;
	align-items:center;
}
#gameTab > div {
	text-align:center;
}

.game_access {
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.game_access h3 {
	font-family:Arial;
}

#gameList_grid {
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap:5px;
	row-gap:10px;
}
#gameList_grid > div {
	position:relative;
}

.game_fade {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.4);
	border-radius:10px;
}

.game_btn, .game_btn:hover {
	border-radius: 10px;
	background: linear-gradient(90deg, #F5E848 0%, #E6C11E 50%, #E6C11E 100%);
	color: #FFF;
	text-shadow: 0 4.75px 0 #7B6002;
	-webkit-text-stroke-width: 1.66px;
	-webkit-text-stroke-color: #A68A51;
	font-size: 30px;
	display:block;
	line-height:1.2;
	padding:5px;
	text-transform:uppercase;
	font-weight:900;
	font-family:Arial;
}

.maintenance_game {
	position:absolute;
	width:100%;
	font-size:13px;
	font-weight:700;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
}

.play_game {
	position:absolute;
	width:100%;
	color:#fff;
	font-size:13px;
	font-weight:700;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	border-radius:0 0 10px 10px;
}

h2.game_title {
	border-radius: 15px 15px 0 0;
	background: linear-gradient(36deg, #FFAD01 8.37%, #FFE733 91.78%);
	color:#000;
	padding:10px;
	font-size:35px;
	font-family:Arial;
	margin:0;
}

#total_balance_new {
	background:url(../../images/png/total_balance.webp) no-repeat top center;
	background-size:cover;
	padding-top:15%;
	position:relative;
}
#total_balance_new.special {
	top:5px;
}
#total_balance_new.special #balance_flex {
	padding:10px;
}
#total_balance_new.special #player_options img {
	max-width:50px;
}
#total_balance_new.special h2 {
	font-size:15px;
}
#total_balance_new.special #totalBalance_home {
	font-size:24px;
	margin-top:10px;
}
#totalBalance_home {
	margin-top:10px;
	font-size:28px;
}

@keyframes tilt-shaking {
	0% { transform: rotate(0deg); }
	25% { transform: rotate(5deg); }
	50% { transform: rotate(0eg); }
	75% { transform: rotate(-5deg); }
	100% { transform: rotate(0deg); }
}

#slider {
	height:0px;
	visibility:hidden;
	opacity:0;
}

.seo-more-content{
    display:none;
}

.card-header{
    min-height:60px;
    display:flex;
    align-items:center;
}

.card-header{
    background:#222;
    padding:15px 20px;
}

.card-header a{
    color:#fff;
    font-size:22px;
    text-decoration:none;
    width:100%;
    text-align:center;
}

.card-body{
    padding:20px;
}

.accordion-card{
    border:4px solid #F30576;
    border-radius:8px;
    overflow:hidden;
    background: #ffd4f2;
}

.accordion-card h3,
.accordion-card ol,
.accordion-card ol li {
	margin:0;
}
.accordion-card ol {
	margin-left:20px;
}

.accordion-title{
    position:relative;
    display:block;
    padding:18px 50px 18px 20px;
    background: linear-gradient(90deg, #BC4E9C 0%, #E900C4 49%, #F80759 100%);
    color:#fff;
    font-size:28px;
    font-weight:700;
    text-decoration:none !important;
    cursor:pointer;
    transition:.3s;
}

.accordion-title:hover{
    background:linear-gradient(90deg, #BC4E9C 0%, #E900C4 49%, #F80759 100%);
}

.accordion-content{
    padding:20px;
}

.accordion-title:after{
    content:"+";
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    border-radius:50%;
    background:#ffd4f2;
    color:#000;
    font-size:22px;
    font-weight:700;
}

.accordion-title[aria-expanded="true"]:after{
    content:"−";
}

.accordion-content h3,
.accordion-content p,
.accordion-content ul li,
.accordion-content ol li {
	color:#000;
}

#splide{
	width:100%;
	background:#000;
	overflow:hidden;
	position:relative;
	z-index:1;
	aspect-ratio: 1440 / 693;
}

/* Track */
#splide .splide__track{
	width:100%;
}

/* List */
#splide .splide__list{
	width:100%;
}

/* Slide */
#splide .splide__slide{
	width:100%;
}

/* Picture */
#splide .splide__slide picture{
	display:block;
	width:100%;
}

/* Image */
#splide .splide__slide img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	display:block;
}

/* Arrows */
#splide .splide__arrows{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	transform:translateY(-50%);
	pointer-events:none;
	z-index:10;
}

#splide .splide__arrow{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	pointer-events:auto;

	width:50px;
	height:50px;

	border-radius:50%;
	background:rgba(0,0,0,0.5);

	display:flex;
	align-items:center;
	justify-content:center;
}

/* Left */
#splide .splide__arrow--prev{
	left:20px;
	transform: translateY(-50%) rotate(180deg);
}

/* Right */
#splide .splide__arrow--next{
	right:20px;
}

/* Icon */
#splide .splide__arrow svg{
	fill:#fff;
	width:18px;
	height:18px;
}

.splide__track--fade > .splide__list > .splide__slide {
	transition: opacity 1s ease !important;
}

#announcement_text {
	position:relative;
	top:-4px;
}

@media (max-width: 1200px) {
	table#withdrawal th {
		font-size:20px;
	}
	table#withdrawal td {
		font-size:15px;
	}
	
	.alertmsg {
		background: linear-gradient(90deg, #ffd004 10%, #000 0%);
	}
}

@media (max-width: 991px) {
	.button_container {
		margin:0 -10px 20px 0;
		text-align:center;
	}
	.button_container .button_float {
		width:calc(20% - 10px);
		margin:0 10px 10px 0;
	}
	.button_container .button_float.player {
		float:none;
		display:inline-block;
		width:calc(25% - 14px);
		margin:0 10px 10px 0;
	}
	.button_container .button_float.agent {
		float:none;
		display:inline-block;
		width:calc(25% - 14px);
		margin:0 10px 10px 0;
	}

	#dashboard {
		display:none;
	}

	#dashboard_bg {
		display:block;
		border-radius: 15px;
		border: 2px solid #EDB12F;
		/* background: #0B0D13 url(../../images/table_home_bg.jpg) no-repeat center; */
		background:#000;
		background-size:cover;
	}

	#gameList_grid {
		grid-template-columns: repeat(3, 1fr);
	}

	#gameTab {
		column-gap:10px;
		row-gap:10px;
	}
}

@media (max-width: 768px) {
	.table_rectangle {
		height:35px;
		width:193px;
	}
	.table_rectangle h2 {
		line-height:35px;
	}
	
	table#withdrawal th {
		font-size:18px;
	}
	table#withdrawal td {
		font-size:13px;
	}
	
	/*.button_container .button_float.special_case {
		width:calc(20% - 10px);
	}*/
	
	.style-msg .sb-msg {
		text-align:left;
	}
	.style-msg .sb-msg .announcement {
		width:25px;
		padding:0;
	}
	
	#announcement_text {
		display:none;
	}
	
	.style-msg .sb-msg .announcement_info {
		width: calc(100% - 30px);
	}
	
	.alertmsg {
		background: linear-gradient(90deg, #ffd004 6%, #000 0%);
	}

	#splide .splide__arrow{
		width:40px;
		height:40px;
	}

	#splide .splide__arrow--prev{
		left:10px;
	}

	#splide .splide__arrow--next{
		right:10px;
	}
}

@media (max-width: 480px) {
	table#withdrawal th {
		font-size:15px;
	}
	table#withdrawal td {
		font-size:11px;
	}
	
	.automate_grid img {
		max-height:30px;
	}
	.automated-text a {
		font-size:15px;
	}

	#total_balance_new {
		background:url(../../images/png/mobile_total_balance.webp) no-repeat top center;
		background-size:contain;
		padding:0;
	}

	#gameTab {
		background:url(../../images/png/mobile_game_tab.webp) no-repeat top center;
		background-size:contain;
		padding:12px !important;
		margin-top:20px;
		column-gap:5px;
		display:grid;
		grid-template-columns: 1fr 2px 1fr 2px 1fr 2px 1fr 2px 1fr;
		align-items:start;
	}

	#gameTab img {
		max-height:32px;
	}

	.border_tab {
		background: #FFFA02;
		height:40px;
		width:2px;
		margin-top:5px;
	}

	#total_balance_new.special #balance_flex {
		padding:30px;
	}

	h2.game_title {
		font-size:24px;
	}

	.game_access {
		display: grid;
		grid-template-columns: 1fr 135px;
		align-items: center;
	}

	a.copy_btn {
		font-size:13px !important;
	}

	.accordion-title {
		font-size:16px;
	}
}
/* page.css */
#page-title {
	padding:0;
	border:none;
	background-color:transparent;
}
#page-title .container {
	position:relative;
}
#page-title .container h1 {
	color:#fff;
	font-size:40px;
	display:inline-block;
	text-shadow:3px 3px 3px #000;
}
#page-title h1 {
	color:#fff;
}

.bread_image {
	height:100%;
	width:100%;
}

.download_container {
	padding:20px;
	border-radius: 30px;
	border: 2px solid #EEC531;
	background: #1C1C1C;	
}

.download_grid {
	display:flex;
	align-items:flex-start;
	justify-content:center;
	column-gap:20px;
	row-gap:20px;
}

.flexUsername {
	color:#000;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0 0 35px 0 #EC008C;
	padding:20px;
	font-size:20px;
	font-weight:700;
	font-family:Arial;
}
.flexUsername .flexInfo {
	display:flex;
	justify-content: space-between;
	align-items:center;
}

#personal, .personal {
	border-radius: 15px 15px 0px 0px;
	background: linear-gradient(90deg, #C79935 0%, #F4EE7D 30%, #FFE45E 54%, #FEE561 76%, #FEED79 100%);
	color: #FFF;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding:15px 20px;
	color:#000;
}
#personal_table {
	background:#fff;
	border-radius:0 0 15px 15px;
}
#personal_table > .table > tbody > tr > td {
	color:#000;
}

#personal_info {
	padding:0 20px 15px;
}
#personal_info label {
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform:none;
}
#personal_info .details {
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	border-radius: 40px;
	background: #F5F5F5;
	padding:10px 20px;
}
#personal_info .details a {
	color: #CBA13C;
	font-size: 15px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}

#balance_info {
	display:grid;
	grid-template-columns:200px 1fr;
	border-radius: 15px;
	color:#000;
	background:linear-gradient(90deg, #C79935 0%, #F4EE7D 30%, #FFE45E 54%, #FEE561 76%, #FEED79 100%);
}
#balance_info > div {
	padding:10px 20px;
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
}

#balance_info #game_title {
	border-radius:40px 0 0 40px;
}

#payment_grid {
	display:grid;
	grid-template-columns:repeat(3,1fr);
	column-gap:20px;
	row-gap:20px;
}
#payment_grid > div {
	border-radius: 35px;
	background: #fff;
	padding:10px;
	text-align:center;
	border:1px solid #FFAD01;
	box-shadow:0 7px 0 #FFAD01;
}
#payment_grid > div.active {
	background: linear-gradient(0deg, #FFAD01 9.38%, #FFF 93.13%);
}

#tutorial_grid {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	column-gap:20px;
	row-gap:20px;
}
#tutorial_grid > div {
	text-align:center;
}
#tutorial_grid img {
	max-width:100%;
}

a.copy_btn {
	border-radius: 15px;
	background: #ff0000;
	color:#fff;
	padding:5px 15px;
	font-size:20px;
	font-family:Arial;
	font-weight:700;
}

.terms_padding {
	border:1px solid #FCF27C;
	border-radius:20px;
	padding:20px;
}

.terms_padding * {
	color:#FCF27C;
}
.terms_padding hr {
	border-color:#FCF27C;
}
.terms_padding p {
	color:#fff;
}

@media (max-width: 1200px) {
	#page-title .container h1 {
		font-size:32px;
	}
}

@media (max-width: 991px) {
	#tutorial_grid {
		grid-template-columns:1fr;
	}
}

@media (max-width: 768px) {
	#page-title .container h1 {
		font-size:28px;
	}

	.flexUsername {
		font-size:12px;
	}

	.download_grid img {
		max-width:90px;
	}

	.flexUsername {
		font-size:15px;
	}
	
	a.copy_btn {
		font-size:15px;
		padding:10px;
	}
}

@media (max-width: 480px) {
	#page-title .container h1 {
		font-size:24px;
	}

	.download_container {
		padding:10px;
	}
}
/* bonus.css */
.promo_image {
	padding-top:68%;
	position:relative;
}
.promo_image .promo_absolute {
	position:absolute;
	bottom:15px;
	right:15px;
}
.promo_image .promo_absolute img:hover {
	box-shadow:none;
}

.promotion_content img {
	transition:box-shadow 0.4s ease;
	-moz-transition:box-shadow 0.4s ease;
	-webkit-transition:box-shadow 0.4s ease;
}
.promotion_content img:hover {
	box-shadow:0px 0px 60px #fff;
}

.promotion_container {
	border-radius: 19.149px;
	border: 4px solid #E7CC99;
	background: #000;
	box-shadow: 0 6.254px 7.818px 0 rgba(0, 0, 0, 0.25);
	position:relative;
	padding:110px 0 0 0;
	display:block;
}
.promotion_container .promo_text {
	position:absolute;
	top:30px;
	left:0;
	right:0;
	margin:0 auto;
	width: 80%;
	z-index:9;
}
.promotion_container .promo_text .image {
	position:absolute;
	top:-15px;
	left:-20px;
}
.promotion_container .promo_text h1 {
	color:#00e3f7;
}
.promotion_container .promo_text h2 {
	border-radius: 27.5px;
	background: linear-gradient(182deg, #F5E848 1.29%, #E6C11E 49.75%, #E6C11E 98.2%);
	color: #000;
	font-family: Arial;
	font-size: 20px;
	font-weight: 700;
	padding:10px;
	padding-left:20%;
}
.promotion_container .promo_text .promo_absolute {
	margin:0 auto;
	display:grid;
	column-gap:50px;
	grid-template-columns: 1fr;
	position:relative;
	top:-20px;
}

.learn_more {
	border-radius: 14px 14px 0 0;
	background: linear-gradient(182deg, #F5E848 1.29%, #E6C11E 49.75%, #E6C11E 98.2%);
	color: #000;
	font-family: Arial;
	font-size: 15px;
	font-weight: 700;
	text-transform:uppercase;
	display:inline-block;
	padding:5px 20px;
}

h2.promotion_title {
	border-radius: 15px 15px 0 0;
	background: linear-gradient(182deg, #F5E848 1.29%, #E6C11E 49.75%, #E6C11E 98.2%);
	padding: 10px 20px;
	margin-bottom: 0;
	color: #fff;
}

.promo_flex {
	display:flex;
	align-items: center;
	justify-content: center;
	column-gap:30px;
	margin-bottom:20px;
}
.promo_flex > div > a {
	display:block;
	width:120px !important;
	text-align:center;
	padding:0;
}

.button {
	background: linear-gradient(182deg, #F5E848 1.29%, #E6C11E 49.75%, #E6C11E 98.2%);
	border-radius:10px;
}

@media (max-width: 1200px) {
	
}

@media (max-width: 991px) {
	a.learn_more {
		padding:10px 0;
		font-size:12px;
	}

	#page-title h1 {	  
		font-size: 30px;	  
	}
}

@media (max-width: 768px) {
	
}

@media (max-width: 480px) {
	.promotion_container {
		padding:88px 0 0 0;
	}

	.promotion_container .promo_text h2 {
		padding-left:74px;
		font-size:16px;
	}

	.promotion_container .promo_text {
		top:20px;
	}
}
/* account.css */
.widget_links li a:hover, .widget_links li a.activeLink {
	color:#ffd004;
}
.widget_links li a {
	color:#fff;
	padding:0;
	background:none;
}
.widget_links li {
	padding:4px 0;
}

.login_bg {
	background:#fff;
	color:#000;
}
.login_bg h3, .login_bg label, .login_bg p {
	color:#000;
}
.login_bg .button.button-3d {
	background:linear-gradient(90deg, #F0B920 0%, #FEFA89 76%, #EEC531 100%);
	color:#000;
}

/*------------------ div size width ------------------*/
.mydiv5, .mydiv5fix{
	width:5%;
	float:left;	
}
.mydiv10, .mydiv10fix{
	width:10%;
	float:left;	
}
.mydiv12_5, .mydiv12_5fix{
	width:12.5%;
	float:left;	
}
.mydiv20, .mydiv20fix{
	width:20%;
	float:left;	
}
.mydiv25, .mydiv25fix{
	width:25%;
	float:left;	
	padding:10px 5px 20px 5px;
}
.mydiv25 img{
	height:160px;
	width:auto;
}
.mydiv30, .mydiv30fix{
	width:30%;
	float:left;	
}
.mydiv33, .mydiv33fix{
	width:33.3%;
	float:left;	
}
.mydiv40, .mydiv40fix{
	width:40%;
	float:left;	
}
.mydiv50, .mydiv50fix{
	width:50%;
	float:left;	
}
.mydiv60, .mydiv60fix{
	width:60%;
	float:left;	
}
.mydiv66, .mydiv66fix{
	width:66.7%;
	float:left;	
}
.mydiv70, .mydiv70fix{
	width:70%;
	float:left;	
}
.mydiv75, .mydiv75fix{
	width:75%;
	float:left;	
}
.mydiv80, .mydiv80fix{
	width:80%;
	float:left;	
}
.mydiv90, .mydiv90fix{
	width:90%;
	float:left;	
}
.mydivInnerPadding5{
	padding:5px;
}
.mydivInnerPadding10{
	padding:10px;
}

.money_container {
	margin:0 0px -20px 0;
}
.money_container .money_grid {
	margin:0 0px 20px 0;
}

/* .bank_container {
	margin:0 -10px -10px 0;
} */
.bank_container .bank_grid {
	float:left;
	margin:0 10px 10px 0;
	width:75px;
	height:75px;
	text-align:center;
}
.bank_container .bank_grid.border {
	border:4px solid #ffd943;
}

#account_grid {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	column-gap:20px;
	background:#20222f;
	border-radius:100px;
	align-items:center;
}
#account_grid > div {
	text-align:center;
}
#account_grid a {
	display:block;
	padding:10px;
	border-radius:100px;
}
#account_grid .active {
	background:#ffd943;
	color:#20222f;
}

.bank_container {
	display:grid;
	grid-template-columns: repeat(6,1fr);
	column-gap:10px;
	row-gap:40px;
}
.bank_container .bank_grid {
	width:auto;
	height:auto;
	padding-top:91%;
	text-align:center;
	border:6px solid transparent;
	border-radius:15px;
}
.bank_container .bank_grid.border {
	border:6px solid #551A8B;
}

.bank_container .bank_grid .maintenance_label {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	color:#fff;
	padding:2px 5px;
	border-radius:5px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.bank_container .bank_grid .maintenance_label p {
	margin:0;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.bank_container_gopay {
	background: #fff;
	border-radius: 0 0 15px 15px;
	padding:15px 20px;
	display: grid;
	grid-template-columns: repeat(6,1fr);
	column-gap: 10px;
	row-gap: 40px;
}
.bank_container_gopay .bank_grid {
	border:6px solid transparent;
	border-radius: 15px;
	position:relative;
}
.bank_container_gopay .bank_grid.border {
	border:6px solid #551A8B;
}

.bank_container_gopay .bank_grid .maintenance_label {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	color:#fff;
	padding:2px 5px;
	border-radius:5px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.bank_container_gopay .bank_grid .maintenance_label p {
	margin:0;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.bank_container_ewallet {
	background: #fff;
	border-radius: 0 0 15px 15px;
	padding:15px 20px;
	display: grid;
	grid-template-columns: repeat(6,1fr);
	column-gap: 10px;
	row-gap: 40px;
}
.bank_container_ewallet .bank_grid {
	border:6px solid transparent;
	border-radius: 15px;
}
.bank_container_ewallet .bank_grid.border {
	border:6px solid #551A8B;
}

#deposit_border {
	border:1px solid #fff;
	padding:20px;
	border-radius:20px;
	margin-bottom:20px;
}

#upload_receipt {
	display:grid;
	grid-template-columns:1fr;
	border-radius:40px;
	align-items:center;
}

#bank_gopay_label {
	border-radius: 15px 15px 0px 0px;
	background: #551A8B;
	color: #FFF;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 15px 20px;
	margin:0;
}

#balance_grid {
	display:grid;
	grid-template-columns:repeat(4,1fr);
	column-gap:10px;
	row-gap:10px;
}

#account_grid {
	display:grid;
	grid-template-columns:repeat(2,1fr);
	column-gap:20px;
}

.saba_btn, .saba_btn:hover {
	background:#F4EE7D;
	color:#000;
	padding:5px;
	margin:0 2px;
}
.saba_btn.active {
	background:#000;
	color:#fff;
}

#bank_detail {
	border:1px solid #551A8B;
	border-radius:20px;
	padding:20px;
}
#bank_detail .grid {
	display:grid;
	grid-template-columns: 150px 5px 1fr;
	column-gap:5px;
}

#total_balance {
	border-radius: 15px;
	background: linear-gradient(90deg, #C79935 0%, #F4EE7D 30%, #FFE45E 54%, #FEE561 76%, #FEED79 100%);
	border: 2px solid #FFE45E;
	box-shadow: 0 0 10px 0 #FEE561;
}

#total_balance h2 {
	font-size:30px;
}

#total_balance h3 {
	font-size:24px;
}

#balance_flex {
	display:grid;
	grid-template-columns: 250px 1fr;
	align-items:center;
	position:absolute;
	top:15px;
	left:0;
	right:0;
	width:100%;
	max-width:800px;
	margin:0 auto;
	padding:20px;
	column-gap:20px;
	row-gap:20px;
}
#balance_flex a {
	color:#fff;
}

#player_options {
	display:grid;
	grid-template-columns:1fr 2px 1fr 2px 1fr;
	align-items:center;
	column-gap:20px;
	row-gap:20px;
}

#balanceDeposit, #depBalance {
	color: #fff !important;
}

.member_title {
	color:#fff !important;
}

@media (max-width: 1200px) {
	
}

@media (max-width: 991px) {
	.mydiv25 img{
		height:120px;
		width:auto;
	}

	.bank_container, .bank_container_gopay, .bank_container_ewallet {
		grid-template-columns: repeat(4,1fr);
	}

	#account_grid a {
		padding:5px;
	}

	#balance_flex h2 {
		font-size:15px !important;
	}

	#player_options img {
		max-height:50px;
	}

	#balance_flex {
		top:10px;
		padding:10px;
	}
}

@media (max-width: 767px) {
	.widget_links li a {
		font-size:11px;
	}
	
	.table-responsive > .table-bordered > tbody > tr > td:first-child {
		border-left:1px solid #fff;
	}
	.table-responsive > .table-bordered > tbody > tr > td:last-child {
		border-right:1px solid #fff;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > td {
		border-bottom:1px solid #fff;
	}
	.mydiv5, .mydiv10, .mydiv12_5, .mydiv20, .mydiv25, .mydiv30, .mydiv33, .mydiv40, .mydiv50, .mydiv60, .mydiv66, .mydiv70, .mydiv75, .mydiv80, .mydiv90,.myDiscDiv,.myDiscDiv2{
		width:33.33%;	
	}
	.mydiv25 img{
		height:150px;
		width:auto;
	}

	#balance_grid {
		grid-template-columns:repeat(3,1fr);
	}
}

@media (max-width: 480px) {
	.mydiv25 img{
		height:100px;
		width:auto;
	}
	
	#balance_flex h2 {
		font-size:12px !important;
	}

	#player_options {
		column-gap:10px;
		row-gap:10px;
	}

	#balance_flex {
		grid-template-columns: 1fr;
		position:relative;
		top:0;
		padding:30px;
	}
	#balance_flex .mobile_grid {
		display:flex;
		justify-content: space-between;
		column-gap:20px;
	}
}

@media (max-width: 380px) {
	.mydiv25 img{
		height:80px;
		width:auto;
	}
}
/* game.css */
.nav .nav-icon {
    width: 70px;
    height: 70px;
    background: black;
    border-radius: 10px;
    border: 1.3px solid gold;
    margin: 5px auto;
    box-shadow: 0 2px 5px #333;
    overflow: hidden;
}

.nav .nav-icon img {
    width: 100%;
    height: 100%;
}

.nav .select {
    float: left;
    padding: 10px 0;
    width: 16.66%;
    height: 130px;
    text-align: center;
    font: 12px arial;
    color: #fff;
    text-shadow: 0 1px 2px #333;
    user-select: none;
    transition-duration: .3s;
}

.cld1{
	height:100%;
	width:100%;
	position:fixed;
	background-color:black;
	opacity:0.6;
	z-index:99999;
	left:0px;
	top:0px;
	display:none;
}

.cld2{
	position:fixed;
	z-index:99999;
	background-color:rgba(0,0,0,0.7);
	width:200px;
	height:90px;
	padding:20px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	display:none;
}

.cld2 table{
	float:center;
	margin:0 auto;
}

.cld3{
	color:white;
	text-align:center;
	vertical-align:middle;
	padding:20px 20px 10px 0;
}

.cld3 p{
	margin:0 0 10px;
	font-size:13px;
}

.cld4{
	text-align:center;
	vertical-align:middle;
}

.cld4 img{
	width:40px;
}

@media (max-width: 1200px) {
}

@media (max-width: 979px) {
}

@media (max-width: 767px) {
	.nav .nav-icon {
		margin: 0 auto 10px;
	}
	
	.nav .select {
		width: 25%;
	}
}

@media (max-width: 480px) {
}
/* coin.css */
html, body {
	/*height:2000px;*/
    height:100%;
}

html[data-theme="cny"] .animation-items i {
 background:url('../../images/png/animation-items.webp') no-repeat;
 background-size:100%;
 display:block;
 width:30px;
 height:30px
}

.animation-items {
 position:fixed;
 top:-10%;
 z-index:9999;
 -webkit-user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 user-select:none;
 cursor:default;
 -webkit-animation-name:animation-items-fall,animation-items-shake;
 -webkit-animation-duration:10s,3s;
 -webkit-animation-timing-function:linear,ease-in-out;
 -webkit-animation-iteration-count:infinite,infinite;
 -webkit-animation-play-state:running,running;
 animation-name:animation-items-fall,animation-items-shake;
 animation-duration:10s,3s;
 animation-timing-function:linear,ease-in-out;
 animation-iteration-count:infinite,infinite;
 animation-play-state:running,running
}
.animation-items:nth-of-type(0) {
 left:1%;
 -webkit-animation-delay:0s,0s;
 animation-delay:0s,0s
}
.animation-items:nth-of-type(1) {
 left:20%;
 -webkit-animation-delay:1s,1s;
 animation-delay:1s,1s
}
.animation-items:nth-of-type(2) {
 left:40%;
 -webkit-animation-delay:6s,.5s;
 animation-delay:6s,.5s
}
.animation-items:nth-of-type(3) {
 left:60%;
 -webkit-animation-delay:4s,2s;
 animation-delay:4s,2s
}
.animation-items:nth-of-type(4) {
 left:80%;
 -webkit-animation-delay:2s,2s;
 animation-delay:2s,2s
}
.animation-items:nth-of-type(5) {
 left:100%;
 -webkit-animation-delay:8s,3s;
 animation-delay:8s,3s
}

.animation-items:nth-of-type(6) {
 left:5%;
 -webkit-animation-delay:1.5s,.5s;
 animation-delay:1.5s,.5s
}
.animation-items:nth-of-type(7) {
 left:30%;
 -webkit-animation-delay:2.5s,1s;
 animation-delay:2.5s,1s
}
.animation-items:nth-of-type(8) {
 left:45%;
 -webkit-animation-delay:3s,.5s;
 animation-delay:3s,.5s
}
.animation-items:nth-of-type(9) {
 left:70%;
 -webkit-animation-delay:5s,2s;
 animation-delay:5s,2s
}

@-webkit-keyframes animation-items-fall {
 0% {
  top:-10%
 }
 100% {
  top:100%
 }
}

@-webkit-keyframes animation-items-shake {
 0%,
 100% {
  -webkit-transform:translateX(0);
  transform:translateX(0)
 }
 50% {
  -webkit-transform:translateX(80px);
  transform:translateX(80px)
 }
}

@keyframes animation-items-fall {
 0% {
  top:-10%
 }
 100% {
  top:100%
 }
}

@keyframes animation-items-shake {
 0%,
 100% {
  transform:translateX(0)
 }
 50% {
  transform:translateX(80px)
 }
}