
/* home.css */
.button_container {
	display:grid;
	grid-template-columns: repeat(4,1fr);
	column-gap:20px;
	row-gap:20px;
	align-items:center;
}
.button_container > a {
	display:block;
}

.table_rectangle h2 {
	color: #fff;
    margin: 0;
    background: #000;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border: 5px inset #a05bce;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    font-size: 24px;
}

table#withdrawal{
	margin-bottom: 0px;
	color: #22033e;
    font-size: 13px;
}

table#withdrawal th {
	background-image: linear-gradient(to bottom,#ff7abf,#ff54c0);
    border: 1px solid #50008c;
    padding: 0.4rem 0.55rem;
}

table#withdrawal tr{
	font-weight: bold;
    letter-spacing: 1px;
}
    
table#withdrawal td {
	padding: 0.15rem 0.4rem;
    background: #fff;
    border: unset;
}

.alertmsg {
	height: 25px;
	background:#000000;
}

img.automateimg{
	height: 30px;
}

.style-msg {
	margin:0;
	border:none;
}
.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:#FFFFFF;
	width:calc(100% - 176px);
	vertical-align:middle;
	overflow: hidden;
	position: relative;
	height:20px;
	line-height:20px;
}
.style-msg .sb-msg .announcement_info .marquee {
	font-size:16px;
	width:125%;
	white-space:nowrap;
	 /* Starting position */
	-moz-transform:translateX(100%);
	-webkit-transform:translateX(100%);	
	transform:translateX(100%);
	/* Apply animation to this element */	
	-moz-animation: example1 14s linear infinite;
	-webkit-animation: example1 14s linear infinite;
	animation: example1 14s 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%); 
	}
}

.revo-slider-caps-text {
	width:400px;
	height:400px;
}

button.close {
	position:absolute;
	top:15px;
	right:15px;
}
.modal-body {
	padding:0;
}
.modal.in .modal-dialog {
	margin:0 auto;
}
.modal-content {
	background-color: #FBEFFF;
	box-shadow: none;
	border: 2px solid #9933FF;
	border-radius: 20px;
}
.modal-content.special {
	background:none;			
}
.modal-body.special {
	position:relative;
	max-width:300px;
	margin:0 auto;
}

.modal-body.special .close {
	color:#fff;
	opacity:1;
	margin-bottom:20px;
	position:absolute;
	top:15px;
	right:20px;
}
.modal-body p, .modal-body ul li, .modal-body ol li {
	color:#000 !important;
}
.modal-body p span {
	color:#8800FF !important;
}
.modal-body h2.promotion_title {
	border-radius: 20px 20px 0 0;
	background: linear-gradient(180deg, #F9E5FF 0%, #80F 100%);
	padding:10px 20px;
	margin-bottom:10px;
	color:#fff;
}
.modal-body h4 {
	border-radius: 20px 20px 0 0;
	background: linear-gradient(180deg, #F9E5FF 0%, #80F 100%);
	padding:10px 20px;
	margin-bottom:10px;
	font-size:18px;
}
.modal-body.bonus {
	padding:0;
}
.modal-body.bonus .padding_special, .modal-body .padding_special {
	padding:0 20px 20px 20px;
}
.modal-body.bonus .close {
	position:absolute;
	top:20px;
	right:15px;
}
.modal-body label, .modal-body.bonus label {
	color:#000 !important;
}
.modal-body table, .modal-body.special table {
	border-color:#000 !important;
}
.modal-body table tr td, .modal-body.special table tr td {
	border-color:#000 !important;
	color:#000 !important;
}

#flex_table {
	display:flex;
	align-items:center;
	justify-content:center;
	column-gap:20px;
}
#flex_table > div {
	border-radius: 32.5px;
	border: 3px solid #E3BC43;
	background: linear-gradient(180deg, #8E02FB 0%, #C829A9 100%);
	width:175px;
	text-align:Center;
	color:#fff;
	text-transform:uppercase;
	padding:10px;
}
#flex_table > .active {
	background: linear-gradient(180deg, #FA04E3 0%, #DA27A7 100%);
}

.table_content{
	padding:5px;
	border-radius:30px;
	/* background: linear-gradient(0deg, #A51880 0%, #F408CC 100%); */
	background:url(../../images/others/homepage/table_bg.webp) no-repeat center;
	background-size:cover;
	min-height:575px;
}

table.withdrawal {
	width:100%;
	border-collapse: separate; /* must be set for border-spacing to work */
	border-spacing: 0;      /* sets horizontal and vertical spacing between cells */
}
table.withdrawal th {
	background: linear-gradient(0deg, #A51880 0%, #F408CC 100%);
	height:50px;
	line-height:50px;
	padding:0 10px;
	color:#fff;
	font-size:25px;
	font-weight:600;
}
table.withdrawal td {
	background-color:transparent;
	color:#fff;
	font-size:18px;
	font-weight:600;
	padding:10px;
}

#homeInfo {
	border-radius: 15px;
	background: #6200C5;
	padding:20px;
}
#homeInfo h2, #homeInfo p {
	color:#fff;
}

#update {
	position:absolute;
	bottom:50px;
	left:0;
	right:0;
	margin:0 auto;
	color:#fff;
	text-align:center;
}

#gameTab {
	max-width:1200px;
	background:url(../../images/others/homepage/game_category.webp) no-repeat center;
	background-size:cover;
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:0 auto 20px;
	padding:2% 2%;
}
#gameTab > div {
	text-align:center;
	flex: 1;
	margin: 0;
}
#gameTab > div a {
	display:block;
	border-radius: 6px 0 0 6px;
}
#gameTab > div a:hover, 
#gameTab > div a.active {	
	background: linear-gradient(180deg, #F323BD 0%, #5704A0 100%);
}
#gameTab > div p {
	font-weight:700;
}

.game_access {
	display:flex;
	justify-content: space-between;
	align-items:center;
}
.game_access h3 {
	font-size:18px;
	color:#fff;
}

#total_balance {
	max-width:1200px;
	background:url(../../images/others/homepage/deposit_bg.webp) no-repeat center;
	background-size:cover;
	padding:4% 5%;
}
#total_balance h2 {
	color:#fff;
	font-weight:700;
}
#total_balance h3 {
	font-size:18px;
	color:#fff;
}

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

#totalBalance_home {
	font-size:25px;
	padding: 5px 0;
}

#balance_profile {
	border-radius: 26px;
	background: #E5097F;
	padding:5px 20px;
	box-shadow: 0 5px 5px 0 #000;
	font-size:18px;
}

#balance_flex {
	display:flex;
	align-items:center;
	justify-content: space-between;
}
#balance_flex a {
	color:#fff;
}

#player_options {
	display:flex;
	justify-content:space-between;
	align-items:center;
	column-gap:20px;
	row-gap:20px;
	margin-top:50px;
}
#player_options > div {
	flex: 1;
  	margin: 0;
}
#player_options a {
	font-weight:700;
}

.close_home {
	position:absolute;
	top:10px;
	right:15px;
}

.modal-dialog.middle {
	top:50%;
	transform:translateY(-50%) !important;
}

@media (max-width: 1200px) {
	#gameTab {
		padding:1.8% 2%
	}

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

	#total_balance {
		padding:3% 5%;
	}

	#player_options {
		margin:20px 0 15px 0;
	}
}

@media (max-width: 991px) {
	table.withdrawal th {
		font-size:15px;
	}

	table.withdrawal td {
		font-size:12px;
		background:#000;
	}

	.table_content{
		padding:2px;
		background: linear-gradient(180deg, #8E02FB 0%, #C829A9 100%);
		min-height:0;
	}

	.table-responsive {
		margin:0;
	}

	#update {
		bottom:10px;
		font-size:12px;
	}

	#gameTab {
		background:url(../../images/others/homepage/game_category_mobile.webp) no-repeat center;
		background-size: cover;
		padding:2.9% 1%;
	}

	#gameTab img {
		max-height:none;
	}
	#gameTab > div p {
		margin-top:-10px;
		padding-bottom:10px;
	}

	#total_balance {
		background:url(../../images/others/homepage/deposit_bg_mobile.webp) no-repeat center;
		background-size:cover;
		padding:10.5% 7%;
		margin:0 auto 20px;
	}

	#balance_profile {
		font-size:10px;
	}
	#totalBalance_home {
		font-size:18px;
	}

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

	.style-msg .sb-msg .announcement_info {
		width:100%;
	}

	.style-msg .sb-msg .announcement_info .marquee {
		-moz-animation: example1 18s linear infinite;
		-webkit-animation: example1 18s linear infinite;
		animation: example1 18s linear infinite;
	}

	.modal-dialog.middle {
		top:0%;
		transform:translateY(0) !important;
	}

	.modal-dialog.middle.special {
		top:50%;
		transform:translateY(-50%) !important;
	}
}

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

@media (max-width: 480px) {
	#total_balance {
		height:auto;
		padding:6.5% 8%;
	}

	#player_options {
		margin-top: 5px;
	}

	#gameTab {
		padding:2% 1%;
	}
	#gameTab img {
		max-height:49px;
	}
	#gameTab > div p {
		margin-top:0;
		padding-bottom:0;
	}

	.style-msg .sb-msg .announcement_info .marquee {
		width:270%;
		-moz-animation: example1 14s linear infinite;
		-webkit-animation: example1 14s linear infinite;
		animation: example1 14s linear infinite;
	}

	.modal-body.bonus .close {
		top:7px;
	}

	.modal-content {
		max-width: 335px;
		margin: 0 auto;
	}

	.close_home {
		top:0px;
	}

	/* .modal-dialog.middle {
		top:0%;
		transform:translateY(0) !important;
	} */

	.modal-dialog.middle-mobile {
		margin: auto;
		top: 50% !important;
		transform: translateY(-50%) !important;
	}
}

@media (max-width: 391px) {
	#gameTab img {
		max-height: 45px;
	}

	#total_balance {
		padding: 5% 8%;
	}
}

@media (max-width: 376px) {
	#gameTab img {
		max-height: 42px;
	}
}
/* page.css */
#page-title {
	padding:0;
	border:none;
	background-color:transparent;
}
#page-title h1 {
	color:#fff;
	font-size:40px;
	text-shadow:3px 3px 3px #000;
}

ul.tab-nav:not(.tab-nav-lg) li#rebate_blink {
	background:#ea3851;
	animation: blinker 1s linear infinite;
}

.bread_image {
	background:url(../../images/jpg/breadcrumb.webp) no-repeat center;
	background-size:cover;
	padding:5% 0;
}
.bread_image h1 {
	font-size:40px !important;
}

@keyframes blinker {
	33.33% {
		background:#e767b2;
	}
	
	66.66% {
		background:#c612ce;
	}
}

#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%;
}

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

a.copy_btn {
	border-radius: 15px;
	background: #FF0002;
	color: #fff;
	padding: 10px 20px;
	font-size: 20px;
	font-weight:700;
}
a.copy_btn.special {
	background: #A020F0;
	padding: 10px 20px;
	font-size: 15px;
}

.promotion_content h2, .promotion_content h3, .promotion_content ul li {
	color:#000;
}

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

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

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

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

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

	a.copy_btn.special {
		padding: 10px;
		font-size: 12px;
	}

	.game_access h3 {
		font-size: 15px;
	}

	.bread_image {
		padding:3% 0;
	}
	.bread_image h1 {
		font-size:28px !important;
	}
}
/* account.css */
.login_bg {
	border-radius:20px;
	padding:40px;
	background:#fff;
}

#forgotPassword a {
	font-size:12px;
	color:#ff0000;
}

.form-control, .form-select {
	border-radius: 50px;
	border: 1px solid #DBDBDB;
	background: #F2F2F2;
	height: 47px;
  	padding: 6px 12px;
	width:100%;
}

#registerSubmit {
	width:100%;
}

.login_bg h4, .login_bg p, .login_bg label {
	color:#000;
}

#balance {
	background:#fff;
	border:1px solid #000;
	max-width:350px;
	width:100%;
	margin:0 auto;
}
#balance tr td, #balance tr th {
	border:1px solid #000;
	padding:5px;
}
#balance tr th {
	font-weight:700;
	text-transform:uppercase;
	background:#6200C5;
	color:#fff;
}

#profile_grid {
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap:75px;
	row-gap:10px;
}
#profile_grid > a {
	display:block;
	text-align:center;
	border-radius: 15px;
	border: 3px solid #9B0050;
	background: #FFF;
	box-shadow: 0 5px 8px 0 #9B0050;
	padding:20px;
}
#profile_grid > a.active {
	background: linear-gradient(180deg, #FFF 0%, #D2D1D1 20.19%, #B534FF 100%);
}
#profile_grid > a > p {
	color:#000;
	text-transform:capitalize;
}

#personal_info {
	font-size:25px;
	font-weight:700;
}
#personal_info h2 {
	color:#fff;
}

#personal_detail {
	display:grid;
	grid-template-columns: 1fr 10px 1fr;
	color:#fff;
	row-gap:10px;
	column-gap:10px;
}

#avatar {
	display:grid;
	grid-template-columns: 540px 1fr;
	min-height:800px;
}
#avatar label {
	color:#000;
}
#avatar .form-control {
	border-radius:10px;
}

.avatar_profile {
	background:url(../../images/others/member/avatar_bg.webp) no-repeat center;
	background-size:cover;
	min-height:500px;
}

/* #password {
	border-radius:5px;
	background:#BF0000;
	display:inline-block;
	padding:5px 15px;
	color:#fff;
	font-weight:400;
} */

.member_title {
	color:#fff;
	font-weight:700;
	font-size:20px;
	padding:10px 0;
}
.member_content {
	color:#000;
}
.member_content label, .member_content p {
	color:#fff;
}

#bankInfo label {
	color:#000;
}

#bankInfo .form-control, #bankInfo .form-select {
	border-radius:10px;
}

#bankInformation {
	width:100%;
	border:0px solid #A020F0;
	border-radius:15px;
}
#bankInformation th, #bankInformation td {
	border:none;
	padding:5px;
}
#bankInformation th {
	background: #A020F0;
	border:none;
	color:#fff;
	width:145px;
}
#bankInformation td {
	background: #fff;
	color:#000;
}
#bankInformation td p {
	color:#000;
}
#bankInformation.special {
	border:none;
}
#bankInformation.special th {
	border:0px solid #A020F0;
	width:auto;
	padding:20px 10px;
	font-size:12px;
}
#bankInformation.special td {
	border:0px solid #fff;
	width:auto;
	padding:10px;
	font-size:12px;
}

#mail-table_length label, #mail-table_filter label {
	color:#666;
}

#bankDetails {
	border-radius: 10px;
	border: 1px solid #E44D9E;
	background: #FFF;
	padding:10px;
}

.bankContent {
	display:grid;
	grid-template-columns: 1fr 10px 1fr;
	column-gap:10px;
}

.select2-container--default .select2-selection--single {
	border-radius: 50px !important;
	border: 1px solid #DBDBDB !important;
	background: #F2F2F2 !important;
	height: 47px !important;
	padding: 6px 12px;
	width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px !important;
	right: 15px !important;
}

#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: 30px;
	border: 2px solid #FFF;
	background: linear-gradient(180deg, #D877F5 0%, #E5097F 100%);
	color: #FFF;
	text-shadow: 0 1.688px 0 #7300F1;
	font-size: 18px;
	font-weight: 700;
	margin:0 20px 20px;
	display:block;
	text-transform:uppercase;
	padding:10px 0;
}

.maintenance_game {
	position:absolute;
	width:100%;
	font-size:13px;
	font-weight:700;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
}
.maintenance_label {
	position:absolute;
	width:100%;
	text-align:center;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	background:rgba(255,255,255,0.7);
	padding-top:20%;
	padding-bottom:20%;
	font-weight:700;
	font-size:12px;
}

.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;
}

#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;
}

.saba_btn, .saba_btn:hover {
	background: linear-gradient(90deg, #BC4E9C 0%, #E900C4 49%, #F80759 100%);
	color:#fff;
	padding:5px;
	margin:0 2px;
}
.saba_btn.active {
	background:#000;
}

h2.game_title {
	border-radius: 10px 10px 0 0;
	background: #A020F0;
	padding:10px;
	color:#fff;
}

#customerForm {
	margin:0;
}
#customerForm label {
	color:#000;
}

.modal-content.noborder {
	border:none;
}

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

@media (max-width: 991px) {
	#avatar {
		grid-template-columns: 1fr;
		min-height:0;
	}

	#personal_info {
		font-size:15px;
	}
}

@media (max-width: 768px) {
	#gameList_grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.game_btn, .game_btn:hover {
		font-size:18px;
	}
}

@media (max-width: 480px) {
	.game_btn, .game_btn:hover {
		font-size: 15px;
	}

	.flexUsername {
		padding:15px;
	}

	.avatar_profile {
		padding-top:20px !important;
		padding-bottom:20px;
		min-height:0px;
	}
	.avatar_profile img {
		max-height:100px;
	}

	.errormsg {
		margin:0;
	}

	#profile_grid {
		column-gap:10px;
	}
	#profile_grid > a {
		padding:5px;
		margin:0;
	}
	#profile_grid > a > img {
		max-width:50px;
	}
	#profile_grid > a > p {
		font-size:10px;
	}

	.maintenance_label {
		font-size:8px;
		padding-top:30%;
		padding-bottom:30%;
	}

	.member_title {
		font-size:15px;
		font-weight:400;
	}
}

@media (max-width: 380px) {
	#profile_grid {
		column-gap:5px;
	}
}
/* download.css */
#download_section ul.tab-nav:not(.tab-nav-lg) {
	border:none;
	padding:0;
	text-align:center;
	display:grid;
	grid-template-columns:repeat(3,1fr);
	column-gap:10px;
	row-gap:10px;
}					
#download_section ul.tab-nav:not(.tab-nav-lg) li:first-child {
	margin:0;
	border:none;
}
#download_section ul.tab-nav:not(.tab-nav-lg) li {
	float:none;
	width:auto;
	border:none;
	height:auto;
	vertical-align:top;
}
#download_section ul.tab-nav:not(.tab-nav-lg) li img {
	/* box-shadow: 2px 2px 2px #555; */
	border-radius: 20px;
}
#download_section ul.tab-nav:not(.tab-nav-lg) li a {
	padding:0;
	background-color:transparent;
	border-radius:8px;
	color:#000;
	height:auto;
	padding:0px;
	border-radius: 20px;
}
#download_section ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a {
	top:0;
	background-color:transparent;
	border:2px solid #F0B920;
	left:0;
	right:0;
	margin:0 auto;
	width:78%;
}

#download_section ul.tab-nav:not(.tab-nav-lg) li a > .hover_effect {
	background-color:rgba(0,0,0,0.4);
	border-radius:20px;
	position:absolute;
	width:77%;
	height:100%;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
}

#download_section ul.tab-nav:not(.tab-nav-lg) li.ui-tabs-active a > .hover_effect {
	background-color:transparent;
}

.show_form {
	display:block;
}
.hide_form {
	display:none;
}

.download_container {
	padding: 0 20px;
}

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

a.register_btn {
	border-radius: 30px;
	background: linear-gradient(90deg, #5588FC 0%, #690EF0 50%, #80F 100%);
	color: #fff;
	padding: 5px 10px;
}

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

@media (max-width: 991px) {
	#download_section ul.tab-nav:not(.tab-nav-lg) {
		grid-template-columns:repeat(3,1fr);
		column-gap:5px;
		row-gap:5px;
	}
}

@media (max-width: 768px) {
	.flexUsername {
		font-size:12px;
	}

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

@media (max-width: 480px) {
	.download_grid {
		column-gap:5px;
	}
}
/* blog.css */
#blog_section h1,h2,h3,h4 {
	color:#000;
}

#blog_section p {
	color:#000;
}

#blog_section .content-wrap {
	min-height:800px;
}

#blogList {
	list-style:none;
	padding:0;
	margin:0;
	display:grid;
	grid-template-columns: repeat(2,1fr);
	column-gap:20px;
	row-gap:20px;
}

#blogList li {
	margin-bottom:0;
}
#blogList li:last-child {
	margin-bottom:0;
}

#blogList li a {
	color:#000;
}

.blog_grid {
	display:grid;
	grid-template-columns:1fr 35%;
	column-gap:20px;
	row-gap:20px;
}
.blog_grid.special {
	grid-template-columns:1fr;
}

#blog_menu h2 {
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	margin:0;
	color:#000;
}

#blog_menu ul {
	margin:0;
	list-style:none;
	padding:0;
}

#blog_menu ul li {
	padding:10px;
	border-radius:17px;
	background:#fff;
	margin-top:10px;
}
#blog_menu ul li:first-child {
	margin-top:0;
}

#blog_menu ul li a {
	display:block;
	padding:10px;
	color:#000;
	font-weight:700;
}
#blog_menu ul li.active a {
	background:#000;
	color:#fff;
}

.blog_list {
	border-radius:17px;
	background:#fff;
}
.blog_list .blog_image{
	border-radius:17px 17px 0 0;
}
.blog_list .blog_info {			
	padding:20px 10px;
}
.blog_list .blog_info p {			
	color:#000;
}

.blog_list .blog_info a.read_more {
	border-radius: 10px;
	background: linear-gradient(270deg, #B505FE 0%, #6E0CFB 100%);
	color: #FFF !important;
	padding:10px 20px;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform:uppercase;
}

.tag_flex {
	display:flex;
	flex-wrap:wrap;
	column-gap:10px;
	row-gap:10px;
}
.tag_flex > div {
	border-radius: 20px;
	border: 1px solid #000;
	background: #FFF;
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:10px;
}

.blogSide {
	display:grid;
	grid-template-columns:35% 1fr;
	column-gap:10px;
}
.blogSide h3 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.blogSide p {
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.blogSide a {
	background: linear-gradient(270deg, #B505FE 0%, #6E0CFB 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform:uppercase;
}

#page-title {
	padding:0;
}

#page-title .container h1 {
	text-align:center;
}

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

@media (max-width: 991px) {
	.blog_grid {
		grid-template-columns: 1fr;
		row-gap:20px;
	}
}

@media (max-width: 768px) {
	.view_btn {
		font-size:12px;
		padding:0;
	}
}

@media (max-width: 480px) {
	
}
/* deposit.css */
#deposit_section h2 {
	font-size:20px;
}

#gameList {
	display:grid;
	grid-template-columns:repeat(5, 1fr);
	column-gap:20px;
	row-gap:20px;
	align-items:center;
	margin-bottom:20px;
}
#gameList > div {
	cursor:pointer;
	border-radius: 15px;
	border: 2px solid #9B0050;
	background: #FFF;
	text-align:center;
	height:80px;
	position:relative;
	padding:10px;
}
#gameList > div.active {
	background: linear-gradient(180deg, #FFF 0%, #D2D1D1 20.19%, #B534FF 100%);
}
#gameList > div img {
	position:relative;
	top:50%;
	transform:translateY(-50%);
	max-height:50px;
}

#gameList2 {
	display:grid;
	grid-template-columns:repeat(5, 1fr);
	column-gap:20px;
	row-gap:20px;
	align-items:center;
	margin-bottom:20px;
}
#gameList2 > div {
	cursor:pointer;
	border-radius: 15px;
	border: 2px solid #9B0050;
	background: #FFF;
	text-align:center;
	height:80px;
	position:relative;
	padding:10px;
}
#gameList2 > div.active {
	background: linear-gradient(180deg, #FFF 0%, #D2D1D1 20.19%, #B534FF 100%);
}
#gameList2 > div img {
	position:relative;
	top:50%;
	transform:translateY(-50%);
	max-height:50px;
}

#gameContent {
	color:#fff;
}
#gameContent h2 {
	font-size:25px;
}

#gameContent2 {
	color:#fff;
}
#gameContent2 h2 {
	font-size:25px;
}

#left_content p, #left_content2 p {
	font-size:20px;
	font-weight:700;
}

#balanceTotal, #balanceTotal2 {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
}

#payment_grid {
	display:grid;
	grid-template-columns:repeat(5,1fr);
	column-gap:20px;
	row-gap:20px;
	align-items:center;
	margin-bottom:20px;
}
#payment_grid > a {
	display:block;
	position:relative;
}
#payment_grid > a img {
	position:relative;
}
#payment_grid .maintenance {
	background:rgba(155,0,80,0.7);
	color:#fff;
	font-weight:700;
	font-size:15px;
	position:absolute;
	width:100%;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
	padding:20% 0;
}

.payment {
	border-radius: 15px;
	/* border: 2px solid #9B0050; */
	/* background: #FFF; */
	text-align:center;
	/* height:80px; */
	position:relative;
}
.payment.border {
	/* background: linear-gradient(180deg, #FFF 0%, #D2D1D1 20.19%, #B534FF 100%); */
}

#bank_grid {
	color:#000;
	display:grid;
	grid-template-columns: repeat(10,1fr);
	column-gap:10px;
	row-gap:10px;
	border-radius: 15px;
	border: 2px solid #9B0050;
	background: #FFF;
	padding:20px;
}

.bankList {
	border:4px solid transparent;
}
.bankList.border {
	border:4px solid #A020F0;
}

#amount_btn {
	display:grid;
	grid-template-columns:repeat(5,1fr);
	text-align:center;
	column-gap:5px;
}
#amount_btn .button {
	border-radius: 5px;
	background: #FFF;
	color:#000;
	margin:5px 0;
}

.promo_grid {
	display:grid;
	grid-template-columns: 14px 1fr;
	column-gap:10px;
	row-gap:10px;
	padding:0 30px;
}

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

#amount_grid {
	display:grid;
	grid-template-columns: 50px 1fr;
	align-items:center;
	background: #C90C6E;
	color:#fff;
	padding:0 0 0 10px;
}
#amount_grid input {
	border-radius:0;
}
#promotion, #bank_name {
	border-radius:0;
	background:#fff;
	padding-right:40px;
}

.gameName.special {
	padding:0 10px !important;
}
.gameName.special img {
	max-height:50px;
	transform:translateY(-65%) !important;
}

.modal-header {
	border-radius: 20px 20px 0 0;
	background: linear-gradient(180deg, #F9E5FF 0%, #80F 100%);
	padding: 10px 20px;
	margin-bottom: 10px;
}

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

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

	#gameList {
		grid-template-columns:repeat(3, 1fr);
		row-gap:10px;
		column-gap:10px;
		margin-bottom:10px;
	}
	#gameList > div {
		border-radius:10px;
	}

	#gameList2 {
		grid-template-columns:repeat(3, 1fr);
		row-gap:10px;
		column-gap:10px;
		margin-bottom:10px;
	}
	#gameList2 > div {
		border-radius:10px;
	}

	#bank_grid {
		grid-template-columns: repeat(4, 1fr);
	}

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

	#amount_btn {
		grid-template-columns:repeat(5,1fr);
	}
}

@media (max-width: 768px) {
	#gameList > div {
		padding:10px;
	}

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

@media (max-width: 480px) {
	.gameName.special {
		padding:5px 10px !important;
	}
	.gameName.special.deposit img {
		transform:translateY(-50%) !important;
	}

	.special_absolute {
		position: absolute;
		bottom: -3px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	  }

	#left_content p, #left_content2 p {
		font-size:15px;
		font-weight:400;
	}

	#balanceTotal, #balanceTotal2 {
		font-size: 15px;
		font-weight: 400;
	}

	#payment_grid > a {
		padding:0;
	}

	#payment_grid .maintenance {
		padding:13% 0;
	}

	#tutorial_grid {
		grid-template-columns:1fr;
		column-gap:0px;
	}
}