::placeholder {
	color: #999 !important;
}

::selection {
	background-color: #2472ff;
	color: #fff;
}
:root {
	--main-text-color: #FBB075;
	--light-text-color: #FFE9C9;
	--highlight-text-color: #EEBB50;
	--orange: #F2791A;
	
	--main-border-radius: .65rem;
	--main-button-bg: 
		linear-gradient(180deg, #ffe9c9, #ffd7ae, #ffb075 90%) padding-box, 
		linear-gradient(180deg, #ffb075, #dd8247, #f7d1ab, #ffe9c9) border-box;
	--secondary-button-bg: 
		linear-gradient(180deg, #ffe9c9, #e5dacb, #cccccc 90%) padding-box, 
		linear-gradient(180deg, #cccccc, #95918c, #ffe9c9) border-box;
	--gray-transparent-bg: rgba(156, 156, 156, 0.31);
	--wallet-brown-bg: radial-gradient(circle at center top, rgb(127 82 50 / 61%) 0%, rgb(63 35 35 / 61%) 50%);
}

.flex {
	display: flex !important;
}

.grid {
	display: grid !important;
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

.bold {
	font-weight: bold !important;
}

.br0 {
	border-radius: unset !important;
}

.txtc {
	text-align: center !important;
}

.hidden,
.hide {
	display: none;
	opacity: 0;
}

.textl {
	text-align: left !important;
}

.textr {
	text-align: right !important;
}

.textc {
	text-align: center !important;
}

.bgwhite {
	background: #fff !important;
}

.form-group {
	margin-bottom: 0.7rem;
}

.overflow-x,
.overflow-x body {
	overflow-x: hidden;
}

.mrg-0 {
	margin: 0 !important;
}

.mrg-top-50 {
	margin-top: 50px !important;
}

.mrg-top-60 {
	margin-top: 60px !important;
}

.mrg-top-80 {
	margin-top: 80px !important;
}

.mrg-top-90 {
	margin-top: 90px !important;
}

.mrg-top-100 {
	margin-top: 100px !important;
}

.underline {
	text-decoration: underline !important;
}

.red {
	color: #ff2222 !important;
}

.green {
	color: #0d9b26 !important;
}

@font-face {
	font-family: Mont-300;
	src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
	font-family: Mont-500;
	src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
	font-family: Mont-600;
	src: url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
	font-family: Any-300;
	src: url(../fonts/Anybody-Light.ttf);
}

@font-face {
	font-family: Any-400;
	src: url(../fonts/Anybody-Regular.ttf);
}

@font-face {
	font-family: Any-500;
	src: url(../fonts/Anybody-Medium.ttf);
}

@font-face {
	font-family: Any-600;
	src: url(../fonts/Anybody-SemiBold.ttf);
}

@font-face {
	font-family: Any-700;
	src: url(../fonts/Anybody-Bold.ttf);
}

@font-face {
	font-family: 'OCRAStd';
	src: url('../fonts/OCRAStd.otf') format('opentype');
	font-weight: lighter;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: Bahnschrift;
	src: url(../fonts/Bahnschrift.ttf);
}
@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins-Regular.ttf);
	font-weight: 400;
}

@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins-SemiBold.ttf);
	font-weight: 700;
}

@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins-Bold.ttf);
	font-weight: 900;
}


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #fff;
	font-family: Any-400, Microsoft Yahei;
}

h3 {
	font-size: 70px;
}

h4 {
	font-size: 42px;
}

h5 {
	font-size: 35px;
}

h6 {
	font-size: 28px;
}

.font-50 {
	font-size: 50px;
}

p {
	font-size: 15px;
	font-family: Any-400, Microsoft Yahei;
}

html,
body {
	background: #000;
	background-attachment: fixed;
}
body {
	/* background: linear-gradient(0deg, #56575b, #0c0f14); */
	background: url(../images/v2/backgrounds/main_bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	/* font-family: Microsoft Yahei, 'å¾®è½¯é›…é»‘ä½“', 'å®‹ä½“', sans-serif, system-ui; */
    font-family: Poppins, sans-serif;
	letter-spacing: 0.3px;
	color: #fff;
	width: 100%;
	height: initial;
	min-height: 100%;
}

body:before {
	content: '';
	position: fixed;
	/* right: 0;
	bottom: 30px; */
	width: 100%;
	height: 100%;
	background: url(../images/v2/backgrounds/main_bg.png) no-repeat;
	background-size: cover;
	background-position: center;
	/* filter: grayscale(1);
	opacity: 0.06; */
}

a {
	color: #fff;
	/* font-family: Any-500, Microsoft Yahei; */
}

a:hover {
	color: unset;
}

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

img {
	width: 100%;
	object-fit: contain;
	user-select: none;
}

input {
	letter-spacing: 0.4px;
}

input,
select,
textarea,
button {
	outline: none !important;
}

.btn:hover {
	box-shadow: 0 5px 12px -7px rgba(0, 0, 0, 0.4) !important;
}

.icon-search2:before {
	content: "\e8b6";
}

.icon-lock2:before {
	content: "\e897";
}

.icon-person:before {
	content: "\e7fd";
}

.icon-phone2:before {
	content: "\e0cd";
}

.icon-volume_up:before {
	content: "\e050";
}

/**** Background Setting ****/
.site-wrap {
	position: relative;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 90px;
	width: 100%;
	height: auto;
	z-index: 1;
	
    overflow-x: hidden;
}

.site-wrap.mobile-view {
    max-width: 430px;
    height: 100%;
	/* background: url(../images/v2/backgrounds/main_bg.png) no-repeat;
    background-size: cover;
    background-position: center center; */
}
/* Mobile */
@media (hover: none) and (pointer: coarse) {
	.site-wrap {
		max-width: 430px;
        /* min-width: 430px; */
		height: 100% !important;
		/* background: url(../images/v2/backgrounds/main_bg.png) no-repeat;
		background-size: cover;
		background-position: center center; */
	}
}
/* @media (hover: hover) and (pointer: fine) {
	.site-wrap {
		height: 100vh !important;
	}
} */
.site-section {
	width: 100%;
	max-width: 1200px;
	padding: 0;
	margin: auto;
    margin-top: 3%;
}

body.slideout,
body.slideout:before {
	animation: righttoleft 0.4s;
}

body.slidein,
body.slidein:before {
	right: -120%;
	animation: lefttoright 0.3s forwards;
}

@keyframes righttoleft {
	0% {
		right: -100%;
		position: fixed;
	}

	100% {
		right: 0;
		position: fixed;
	}
}

@keyframes lefttoright {
	0% {
		right: 0;
		position: fixed;
	}

	100% {
		right: -120%;
		position: fixed;
	}
}

.fadeInTop,
.fadeInBottom,
.fadeInLeft,
.fadeInRight,
.fadeInZoom,
.fadeInZoom2,
.fadeIn {
	opacity: 0;
}

.fadeInTop.animated {
	animation: fadeInTop 1s;
	animation-fill-mode: forwards;
}

.fadeInBottom.animated {
	animation: fadeInBottom 1s;
	animation-fill-mode: forwards;
}

.fadeInLeft.animated {
	animation: fadeInLeft 1s;
	animation-fill-mode: forwards;
}

.fadeInRight.animated {
	animation: fadeInRight 1s;
	animation-fill-mode: forwards;
}

.fadeIn.animated {
	animation: fadeIn 1s;
	animation-fill-mode: forwards;
}

.fadeInZoom.animated {
	animation: fadeInZoom 1.2s;
	animation-fill-mode: forwards;
}

.fadeInZoom2.animated {
	animation: fadeInZoom2 0.8s;
	animation-fill-mode: forwards;
}

.delay {
	opacity: 0;
	animation-delay: .2s !important;
}

.delay2 {
	opacity: 0;
	animation-delay: .4s !important;
}

.delay3 {
	opacity: 0;
	animation-delay: .6s !important;
}

.delay4 {
	opacity: 0;
	animation-delay: .8s !important;
}

.delay5 {
	opacity: 0;
	animation-delay: 1s !important;
}

.duration2 {
	animation-duration: 1.15s !important;
}

@keyframes fadeInTop {
	0% {
		opacity: 0;
		transform: translateY(-15px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInBottom {
	0% {
		opacity: 0;
		transform: translateY(15px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-15px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(15px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadeInZoom {
	0% {
		opacity: 0;
		transform: scale(0.5);
	}

	40% {
		transform: scale(1.10);
	}

	55% {
		transform: scale(0.90);
	}

	70% {
		transform: scale(1.05);
	}

	85% {
		transform: scale(0.95);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes fadeInZoom2 {
	0% {
		opacity: 0;
		transform: scale(0.8);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.rotate {
	font-size: 16px !important;
	animation: rotate360 0.7s infinite;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes glowing {
	0% {
		filter: brightness(1);
	}

	50% {
		filter: brightness(1.15);
	}

	100% {
		filter: brightness(1);
	}
}

@keyframes rotate360 {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.delayIN>div,
.delayIN>a {
	animation: fadeInBottom 0.7s backwards;
	animation-delay: 1s;
}

.delayIN>div:nth-child(1),
.delayIN>a:nth-child(1) {
	animation-delay: 0.1s;
}

.delayIN>div:nth-child(2),
.delayIN>a:nth-child(2) {
	animation-delay: 0.2s;
}

.delayIN>div:nth-child(3),
.delayIN>a:nth-child(3) {
	animation-delay: 0.3s;
}

.delayIN>div:nth-child(4),
.delayIN>a:nth-child(4) {
	animation-delay: 0.4s;
}

.delayIN>div:nth-child(5),
.delayIN>a:nth-child(5) {
	animation-delay: 0.5s;
}

.delayIN>div:nth-child(6),
.delayIN>a:nth-child(6) {
	animation-delay: 0.6s;
}

.delayIN>div:nth-child(7),
.delayIN>a:nth-child(7) {
	animation-delay: 0.7s;
}

.delayIN>div:nth-child(8),
.delayIN>a:nth-child(8) {
	animation-delay: 0.8s;
}

.delayIN>div:nth-child(9),
.delayIN>a:nth-child(9) {
	animation-delay: 0.9s;
}

.delayIN>div:nth-child(10),
.delayIN>a:nth-child(10) {
	animation-delay: 1s;
}

/****** Header3 *****/
.site-header3 {
	position: fixed;
	display: flex;
    background: url(../images/v2/backgrounds/header_bg.png) !important;
    background-size: cover !important;
	top: 0;
	width: 100%;
	height: 50px;
	z-index: 1000;
}

.site-header3.transparent {
	background: unset;
	box-shadow: unset;
}

.site-header3 a {
	position: absolute;
	left: 0;
	width: 60px;
	height: 100%;
	display: flex;
    align-items: center;
	z-index: 10;
	color: var(--main-text-color);
	animation: fadeInZoom2 0.5s backwards;
	animation-delay: 0.3s;
    font-size: 14px;
}

.site-header3 a:before {
	content: '';
	background: url(../images/icon/icon-back.png?v=20260606) no-repeat;
	background-size: contain;
	background-position: center;
	width: 30px;
	height: 36px;
	margin: auto;
	filter: drop-shadow(2px 4px 5px #000);
	margin-bottom: 8px;
}

/* .site-header3 a:active:before,
.site-header3 a:focus:before {
	filter: grayscale(1);
} */

.sheader3-center {
	display: flex;
	height: 100%;
	width: 100%;
}

.sheader3-center h4 {
    font-size: 17px;
    color: var(--main-text-color);
    margin: auto;
    letter-spacing: 0.5px;
    font-family: 'Any-500';
}


/*************** Header ***************/
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 15;
}

.sheader-main {
	position: relative;
	z-index: 999;
    background: url(../images/v2/backgrounds/header_bg.png) !important;
    background-size: cover !important;
	display: flex;
	height: 50px;
	width: 100%;
}

.sheader-logo {
	height: inherit;
	padding: 0 5px;
	margin-right: auto;
}

.sheader-logo img {
	height: inherit;
}

.sheader-nav {
	display: flex;
	padding: 0 5px;
}
.sheader-lang {
	display: flex;
	height: 40px;
	/* width: 40px;
	padding: 3px;
	background: linear-gradient(180deg, #f3c721, #d58a14);
	box-shadow: 0 1px 5px #000a; 
	filter: drop-shadow(0 1px 4px #000a);*/
	transition: filter 0.4s ease;
	/* border-radius: 50%; */
	margin: auto;
	margin-right: 0;
	cursor: pointer;
}

.sheader-lang img {
	/* height: 100%;
	border-radius: 50%;
	border: 1px solid #222;
	box-shadow: 0 1px 3px #0008; */
}

.sheader-title {
    position: absolute;
    left: 51%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
	color: var(--main-text-color); 
    text-shadow: 0 0 var(--main-text-color);
    font-size: 18px;
}


.sheader-lang:hover {
	filter: grayscale(0) brightness(1.1);
}

.sheader-lang:active,
.sheader-lang:focus,
.sheader-curr.active .scurrency-button {
	/* filter: grayscale(1) brightness(0.9); */
}




.site-footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #4d3333bb !important;
	/* box-shadow: 0 1px 5px #fff4;
	border-top: 1px solid #121416; */
	z-index: 13;
}

.sfooter-main {
	position: relative;
	display: flex;
	width: 100%;
    height: 65px;
}

.sfooter-main>a {
	width: 100%;
	display: grid;
	padding-top: 8px;
	padding-bottom: 5px;
}

.sfooter-main>a i {
	/* width: 35px; 
    height: 50px; */
	padding: 12px;
	margin: auto;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	/* animation: glowing 4s infinite; */
}

.sfooter-main>a span {
	font-size: 12px;
	margin: auto;
	text-align: center;
	color: #fefefebf;
	/* line-height: 180%; */
    line-height: 12px;
	transition: color .2s ease;
    
}

.sfooter-main>a.active span {
	color: var(--main-text-color);
}

.sfooter-center {
	width: 110% !important;
}

.sfooter-center i {
	position: absolute;
	display: flex;
	top: -32px;
	left: calc(50% - 40px);
	width: 80px !important;
	height: 80px !important;
}

.sfooter-center i font {
	display: flex;
	margin: auto;
	font-size: 12px;
	margin-bottom: 16px;
	line-height: 15px;
	padding-right: 8px;
	filter: drop-shadow(0 1px 5px #000);
}

.sfooter-main>a.sfooter-center{
    margin-top: 24px;
}

.sfooter-center i font:before {
	content: '';
	background: url(../images/icon/ifont.png) no-repeat;
	background-size: contain;
	background-position: center;
	height: 15px;
	width: 9px;
	margin: auto;
	margin-top: -1px;
}

.sfooter-voicechat {
	position: fixed;
	display: flex;
	right: 0;
	bottom: 90px;
	z-index: 10;
	animation: fadeInBottom 1s backwards;
	animation-delay: 1s;
}

.sfooter-voicechat:before {
	content: '';
	background: url(../images/v2/icon/icon-services.png?v=20260611) no-repeat;
	background-size: contain;
	background-position: center;
	width: 80px;
	height: 80px;
	margin: auto;
	animation: glowing 5s infinite;
}



/*** end p_loading.php ***/
/****************** Signup ********************/
.site-header .header-backbtn {
	position: absolute;
	display: flex;
	width: 50px;
	height: 50px;
}

.site-header .header-backbtn img {
	width: 30px;
	height: 30px;
	object-fit: contain;
	margin: auto 6px;
}

.site-header .header-center {
	color: #fff;
	font-family: system-ui;
	font-size: 23px;
	text-shadow: 0 1px 2px #000;
	margin: auto;
}

.site-login-main {
	max-width: 500px;
	margin: auto;
}

.site-login-logo {
	display: flex;
	margin: 10px 0;
}

.site-login-logo > div{
	text-align: center;
}
.site-login-logo img {
	/* width: 50%; */
	object-fit: contain;
    max-width: 240px;
    max-height: 90px;
	margin: auto;
}
.site-login-logo .logo {
  position: relative;
}

.site-login-logo .logo::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  height: 60px;
  width: 1px;
  background-color: #fff;
}

.site-login-section label {
	margin: 0;
	font-size: 12px;
	color: #ddd;
}



.game-search-bar input,
.site-login-section input,
.site-login-section select {
	background: #8080804d !important;
	color: #fefefe !important;
	border: unset !important;
	/* box-shadow: 0 1px 2px #000a; */
	height: 38px;
	font-size: 14px;
	padding: 2px 15px;
    border-radius: .65rem;
}
.site-login-section .reflink-group{
    position: relative;
}
.site-login-section .reflink-group input{
	width: 100%;
	height: 22px;
	font-size: 10px;
    /* margin-left: 10px; */
    padding-left: 10px !important;
    padding-right: 40px !important;
}

.site-login-section .reflink-group .input-icon-end{
    position: absolute;
    right: 0;
    top: -6px;
    width: 28px;
    height: 35px;
    padding: 3px;
}

.reflink-group button{
    height: 28px;
    line-height: 10px;
    min-width: 150px;
}

.form-verified-btn {
	display: flex;
	text-align: center;
}

.form-verified-btn input,
.form-verified-btn select {
	height: 36px;
	/* margin-top: 10px; */
	width: 100%;
}

.form-verified-btn input {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}
.form-verified-btn .btn-verified {
	width: 50%;
	min-width: 100px;
	height: 35px;
	color: #000;
	border-radius: 0 5px 5px 0;
	font-size: 13px;
	text-shadow: 0 0 1px #000a;
	text-transform: uppercase;
	border: 1px groove #fff9ba8f;
	/* background: linear-gradient(0deg, #debd60, #fff5ca 50%); */
    background: var(--main-button-bg);
}

.site-login-section .team-search,
.invite-modal .download-btn,
.site-login-section .invite-now-btn,
.site-login-section .btn-main,
.site-login-section .btn-login,
.site-login-section .btn-scan {
	display: table;
	margin: auto;
	min-width: 330px; /* 350px*/
	border: 2px solid #ffffff00;
	box-shadow: 0 2px 4px #0007;
	background: var(--main-button-bg);
	border-radius: var(--main-border-radius);
    color: #42210b !important;
    /* text-shadow: 0px 0px #42210b !important; */
	font-size: 16px;
	padding: 0 5px;
	height: 42px;
	line-height: 28px; 
    /* font-weight: bolder; */
    font-weight: 900;
}

.site-login-section .btn-scan {
	background: transparent !important;
    text-shadow: none !important;
	box-shadow: none !important;
	color: var(--main-text-color) !important;
}
.site-login-section .btn-scan img {
	width: 24px;
	margin-right: 10px;
}

.site-login-section .invite-now-btn{
    min-width: 200px;
}

.site-login-section .btn-secondary,
.site-login-section .btn-login.disabled,
.site-login-section .btn-login.cancel,
.site-login-section .btn-login.close,
.site-login-section .btn-login:disabled {
    background: var(--secondary-button-bg) !important;
    border: 2px solid #ffffff00;
    border-radius: var(--main-border-radius);
}

.site-login-section a.btn-login{
    text-align: center;
    line-height: 40px;
}

.site-login-lang {
	display: flex;
	margin-bottom: 50px;
	padding-top: 10px;
}

.site-login-lang a {
	display: inline-block;
}

.site-login-lang a:hover img,
.site-login-lang a:focus img,
.site-login-lang a:active img {
	filter: brightness(1.4) drop-shadow(0px 0px 2px #ff0000aa);
}

.site-login-lang a:first-child {
	margin-left: auto;
}

.site-login-lang a:last-child {
	margin-right: auto;
}

.site-login-lang a img {
	width: 35px;
	height: 35px;
	object-fit: contain;
	transition: all 0.5s ease;
}

.login-notes {
	font-size: 12px;
	font-size: 12px;
	font-family: Mont300, system-ui;
	color: #ff9191;
	padding-top: 5px;
	margin-top: 2px;
	margin-bottom: 5px;
}

/*** lang header **/
.header-lang-bar {
	position: absolute;
	display: none;
}

.header-lang-bar.active {
	display: block;
}

.header-lang-list {
	background: linear-gradient(0deg, #300d66, #31c9ceee);
	border: 1px solid #080d25;
	border-radius: 20px;
}

.header-lang-list a {
	display: block;
}

.header-lang-list a img,
.header-lang-main img {
	width: 40px !important;
	height: 40px !important;
}

.header-lang {
	position: relative;
	display: flex;
	/* margin-right: 5px; */
}
.header-balance-menu,
.header-deposit-menu,
.header-lang-menu {
	display: flex;
	height: 40px;
	width: 40px;
	/* padding: 3px;
	background: linear-gradient(180deg, #f3c721, #d58a14);
	box-shadow: 0 1px 5px #000a;
	filter: drop-shadow(0 1px 4px #000a); */
	transition: filter 0.4s ease;
	border-radius: 50%;
	margin: auto;
	margin-right: 1px;
	cursor: pointer;
}

/* .header-lang-menu:hover {
	filter: grayscale(0) brightness(1.1);
} */

.header-lang-menu img {
	height: 100%;
	border-radius: 50%;
	/* border: 1px solid #222;
	box-shadow: 0 1px 3px #0008; */
}

#member-balance{
    line-height: 40px;
    margin-right: 2px;
	font-family: Bahnschrift;
}

.header-lang-hide {
	display: none;
	position: absolute;
	top: 38px;
	right: 0;
	width: 140px;
    margin-right: 3px;
	background: #ffffffd4;
	/* box-shadow: 0 1px 4px #0007; */
	border-radius: .65rem;
	padding: 5px 0;
}

.header-lang-hide.active {
	display: block;
	animation: fadeIn 0.7s;
}

.header-lang-hide a {
	display: flex;
	padding: 6px;
}

.header-lang-hide a img {
	/* width: 32px; */
	height: 32px;
}


/*game*/
.site-games-board {
	display: flex;
	width: 100%;
	/*padding: 20px;
    background: linear-gradient(to bottom, rgb(40 169 218) 0%, #43c0ff 100%);
    border-radius: 0px 0px 20px 20px;*/
	/*background-color: #fff;*/
	/*height: 150px;
    margin-top: 26px;*/
}

.site-games-logo {
	width: 30%;
	display: contents;
}

/*.site-games-logo img {
    display: block;
    margin: 10%;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    width: 60%;
}*/
.site-games-logo img {
	display: block;
	margin: auto;
	margin-top: 3%;
	margin-bottom: 3%;
	text-align: center;
	width: auto;
}

.subpage-gamestransfer {
	width: 100%;
	padding: 10px;
	/*padding-top:80px;*/
	padding-bottom: 15px;
	background-color: #ffffff;
	border-radius: 5px;
}

.subpage-gamestransfer-whole {
	width: 100%;
	float: left;
	text-align: left;
	display: inline-flex;

}

.subpage-gamestransfer-whole span {
	font-size: 12px;
	color: #000;
	width: 100%;
}

.subpage-gamestransfer-left {
	width: 50%;
	float: left;
	margin-bottom: 10px;
	text-align: left;
}

.subpage-gamestransfer-left span {
	font-size: 17px;
	font-weight: 600;
	/*font-size: 14px;*/
	color: #000;
	text-align: left;
}

.subpage-gamestransfer-right {
	width: 50%;
	float: right;
	margin-bottom: 10px;
	text-align: right;
}

.subpage-gamestransfer-right span {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-right: 10px;
}

.subpage-gamestransfer-right img {
	width: 10%;
}

.subpage-gamestransfer-display {
	text-align: center;
	border-bottom: 1px solid #000;
}

.subpage-gamestransfer-display input {
	color: #000 !important;
	font-size: 35px;
	width: 80%;
	background: transparent;
	border: none;
	text-align: center;
}

.subpage-gamestransfer-total-text {
	width: 15%;
	float: left;
	margin-bottom: 10px;
}

.subpage-gamestransfer-total-text span {
	font-size: 14px;
	color: #000;
}

.subpage-gamestransfer-total-amount {
	width: auto;
	margin-bottom: 10px;
}

.subpage-gamestransfer-total-amount span {
	font-size: 14px;
	color: #FF9800;
	margin-left: 10px;
}

.subpage-gamestransfer-explain-left {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

.subpage-gamestransfer-explain-left span {
	font-size: 12px;
	color: #543f00;
}

.subpage-gamestransfer-explain-right {
	width: 50%;
	margin-bottom: 10px;
	float: right;
	text-align: left;
}

.subpage-gamestransfer-explain-right span {
	font-size: 12px;
	color: #543f00;
}

.subpage-gamestransfer-button {
	width: 100%;
	margin-bottom: 10px;
}

.subpage-gamestransfer-button button,
.subpage-gamestransfer-button a {
	width: 98%;
	line-height: 15px;
	color: #000;
	background: linear-gradient(0deg, #b58925, #fffb82) !important;
	margin-top: 25px;
	padding: 10px;
	border: 2px solid #e9e448;
	justify-content: center;
}

.subpage-games {
	width: 100%;
	padding: 10px;
	/*padding-top:80px;*/
	padding-bottom: 15px;
	background-color: #fff8d0;
	border-radius: 5px;
}

.subpage-games-left {
	width: 50%;
	float: left;
	margin-bottom: 10px;
	text-align: left;
}

.subpage-games-left span {
	font-size: 14px;
	color: #000;
}

.subpage-games-right {
	width: 50%;
	float: right;
	margin-bottom: 10px;
	text-align: right;
}

.subpage-games-right span {
	font-size: 14px;
	color: #000;
	margin-right: 10px;
}

.subpage-games-right img {
	width: 10%;
}

.subpage-games-display {
	text-align: center;
	border-bottom: 1px solid #000;
}

.subpage-games-display span {
	color: #000 !important;
	font-size: 35px;
}

.subpage-games-total-text {
	width: 15%;
	float: left;
	margin-bottom: 10px;
}

.subpage-games-total-text span {
	font-size: 14px;
	color: #000;
}

.subpage-games-total-amount {
	width: auto;
	margin-bottom: 10px;
}

.subpage-games-total-amount span {
	font-size: 14px;
	color: darkseagreen;
	margin-left: 10px;

}

.subpage-games-explain-left {
	width: 40%;
	float: left;
	margin-bottom: 10px;
}

.subpage-games-explain-left span {
	font-size: 14px;
	color: #808080;
}

.subpage-games-explain-right {
	width: 60%;
	margin-bottom: 10px;
	float: right;
	text-align: left;
}

.subpage-games-explain-right span {
	font-size: 14px;
	color: #808080;
}

.subpage-games-button {
	width: 100%;
	margin-bottom: 10px;
}

.subpage-games-button a {
	width: 98%;
	line-height: 15px;
	color: #000;
	background: linear-gradient(5deg, #a7864a 5%, #eac989 95%);
	margin-top: 30px;
	padding: 10px;
}


/**************** Others ****************/
.site-ccservices {
	display: grid;
	width: 100%;
	margin: auto;
	margin-top: 15px;
	max-width: 600px;
}

.ccservices-main {
	min-height: 500px;
	margin: 0 10px;
}

.ccservices-main a {
	display: block;
	margin: 10px;
    background: #743e0b45;
	padding-bottom: 5px;
    border-radius: var(--main-border-radius);
}

.ccservices-main a:hover,
.ccservices-main a:active,
.ccservices-main a:focus {
	filter: brightness(1.3);
	/* border-radius: 15px 15px 0 0; */
	/* border-color: #0b7b6d; */
}

.ccservices-main a:after {
	content: '';
	background: url(../images/icon2/arrow-right.png) no-repeat;
	background-size: 25px 25px;
	background-position: center right;
	width: 30px;
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
}

.ccservices-main a img {
	width: 35px;
	height: 50px;
	object-fit: contain;
    margin-left: 12px;
}

.ccservices-main a span {
	color: #fefefe;
	margin-left: 5px;
	font-size: 12px;
}

.ccservices-main h4 {
	text-transform: uppercase;
	font-size: 20px;
	color: antiquewhite;
	margin-left: 5px;
	text-shadow: 0 1px 3px #000a;
}

.btn-fcss1 {
	background: linear-gradient(0deg, #b58925, #fffb82) !important;
	height: 45px;
	line-height: 45px;
	color: #000 !important;
	text-shadow: 0 0 1px #0008;
	text-align: center;
	border: none;
	border-radius: 4px;
	font-family: system-ui;
	width: 100%;
}

.btn-fcss1 span i {
	font-size: 20px;
	margin: auto;
	margin-right: 5px;
}

.btn-fcss2 {
	background: linear-gradient(90deg, #f44336, #be352b) !important;
	height: 45px;
	line-height: 45px;
	color: #fff !important;
	text-shadow: 0 0 1px #0008;
	text-align: center;
	border: none;
	border-radius: 4px;
	font-family: system-ui;
	width: 100%;
}

.btn-fcss2 span i {
	font-size: 20px;
	margin: auto;
	margin-right: 5px;
}

.form-note {
	/* background: #e5e5e5; */
	font-size: 13px;
	padding-top: 10px;
	font-family: system-ui;
	margin-bottom: 10px;
}
.form-note label{
	color: var(--main-text-color);
}



/*customerservice*/

.sservice-main {
    max-width: 400px;
    margin: auto;
    margin-top: 10px;
    padding: 3%;
}

.sservice-item {
    position: relative;
    padding: 10px;
    padding-right: 0;
    max-height: 100px;
    border-radius: var(--main-border-radius);
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: flex !important;
    justify-content: space-between !important;
	margin-top: 0.25rem !important;
	width: 100% !important;
}
.sservice-item:nth-child(odd) {
    background: #36201ac7;
}
.sservice-item:nth-child(even) {
    background: #38291ca4;
}
.sservice-item.sservice-feedback{
    max-width: 400px;
    margin: auto;
    margin-top: 10px;
    border-radius: var(--main-border-radius);
    background: url(../images/v2/backgrounds/bonus_wallet_bg.png);
    background-size: 100% 100%;
    background-position: center;
}

.sservice-logo {
	min-width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	box-shadow: inset 0 1px 10px #0005;
	border-radius: 5px;
	margin: auto;
	margin-right: 10px;
}

.sservice-logo img {
	width: 100%;
	height: 100%;
}

.sservice-detail {
	width: 100%;
	padding: 5px;
	display: grid;
}

.sservice-detail h5 {
    margin-left: 6px;
    margin-right: 6px;
    font-size: 12px;
    color: var(--main-text-color);
}

.sservice-detail p {
	font-size: 12px;
	font-family: system-ui;
	letter-spacing: 0.2px;
	color: #ddd;
	margin: 0;
}

.sservice-date {
	display: flex;
}

.sservice-date:before {
	content: '';
	position: absolute;
	top: 5px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: url(../images/icon/check.png) no-repeat center;
	background-size: contain;
	filter: brightness(2.4);
}

.sservice-date span {
	font-size: 18px;
	font-family: Any-600, Microsoft Yahei;
	letter-spacing: 0;
	display: flex;
	margin-top: auto;
	min-width: max-content;
	padding: 0 5px;
	line-height: 100%;
}

.sservice-date span font {
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: auto;
	margin-right: 8px;
}

/*bankaccount*/

.baccounts-main {
	display: grid;
	padding: 5px 10px;
}

.baccounts-item {
	position: relative;
	display: flex;
	background: #383b42;
	box-shadow: 0 1px 5px #0005;
	padding: 3px 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.baccounts-logo {
	min-width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	box-shadow: inset 0 1px 10px #0005;
	border-radius: 5px;
	margin: auto;
	margin-right: 10px;
}

.baccounts-logo img {
	width: 100%;
	height: 100%;
}

.baccounts-detail {
	width: 100%;
	padding: 5px;
	display: grid;
}

.baccounts-detail h5 {
	font-size: 15px;
	font-family: Any-400, Microsoft Yahei;
	color: #ffdc5e;
	margin: 0;
}

.baccounts-detail p {
	font-size: 12px;
	font-family: system-ui;
	letter-spacing: 0.2px;
	color: #ddd;
	margin: 0;
}

.baccounts-date {
	margin-top: 13px;
}

/*.baccounts-date:before{
  content: '';
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(../images/icon/check.png) no-repeat center;
    background-size: contain;
    filter: brightness(2.4);
}*/
.baccounts-date span {
	font-size: 18px;
	font-family: Any-600, Microsoft Yahei;
	letter-spacing: 0;
	display: flex;
	margin-top: auto;
	min-width: max-content;
	padding: 0 5px;
	line-height: 100%;
}

.baccounts-date span font {
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: auto;
	margin-right: 8px;
}

/* transfer */

.stransfer-bank {
	display: flex;
	width: 100%;
	background: #555861;
	margin-bottom: 15px;
	border-radius: 6px;
	box-shadow: 0 1px 5px #0002;
	padding: 4px 0;
}

.stransfer-bank>img {
	width: 80px;
	height: 50px;
	margin: auto 5px;
}

.stransfer-bank-inner {
	display: grid;
	padding: 0 5px;
	width: 100%;
	padding-top: 5px;
	margin: auto;
}

.stransfer-bank-inner h5 {
	font-size: 14px;
	margin: auto 0;
}

.stransfer-bank-inner span {
	display: flex;
	font-size: 13px;
	margin: auto 0;
}

.stransfer-bank-copy {
	margin-left: 6px;
	width: 18px;
	height: 18px;
	background: url(../images/icon/copy-w.png) no-repeat center;
	background-size: contain;
}

.stransfer-amount {
	display: grid;
	padding: 5px;
	border-bottom: 1px solid #8d909d;
	margin-bottom: 10px;
}

.stransfer-amount label {
	font-size: 17px;
	text-align: center;
}

.stransfer-amount input {
	font-size: 50px !important;
    padding-bottom: 0;
	text-align: center;
	line-height: 100%;
	color: #ffc800;
	background: unset;
	letter-spacing: 2px;
	border: none;
	width: 100%;
    font-family: Bahnschrift;
}
.site-login-section input[name="turnoveramount"] {
    font-family: Bahnschrift;
}
.stransfer-notice {
	padding: 5px;
	margin-bottom: 5px;
}

.stransfer-notice p {
	line-height: 160%;
	font-size: 13px;
	letter-spacing: 0;
	word-break: break-all;
	margin-bottom: 0;
	color: #eee;
}

.stransfer-upload {
	display: grid;
	padding: 10px;
	padding-top: 12px;
	margin-bottom: 10px;
	background: #64676dcf;
	border-radius: 10px;
}

.stransfer-upload h5 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
	padding: 0 25px;
}

.stransfer-upload-image {
	position: relative;
	width: 100%;
	margin: auto;
	height: 46vw;
	max-height: 400px;
	background: #eee;
	overflow: hidden;
	border-radius: 6px;
}

.stransfer-upload-image img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: contain;
	z-index: 1;
}

.stransfer-upload-image>span.sample {
	display: grid;
	position: absolute;
	top: calc(50% - 35px);
	width: 100%;
	font-size: 15px;
	color: #222;
	font-weight: bold;
	text-align: center;
}

.stransfer-upload-image>span.sample:before {
	content: '';
	width: 100%;
	height: 40px;
	background: url(../images/upload-images.png) no-repeat center;
	background-size: contain;
	margin-bottom: 10px;
}

.stransfer-upload input {
	display: none;
}

.stransfer-qrcode {
	display: flex;
	gap: 10px;
	margin: 10px auto;
}

.stransfer-qrcode>a {
	width: 70px;
	height: 70px;
}

.stransfer-password {
	display: grid;
	margin-top: 40px;
	margin-bottom: 30px;
}

.stransfer-password h5 {
	font-size: 15px;
	text-align: center;
}

.stransfer-passkey {
	position: relative;
	width: 100%;
	max-width: 231px;
	margin: auto;
}

.stransfer-passkey ul {
	display: flex;
	margin: auto;
	width: 100%;
	gap: 5px;
}

.stransfer-passkey ul li {
	width: 100%;
	font-size: 20px;
	height: 35px;
	line-height: 38px;
	text-align: center;
	background: #fff;
	color: #000;
	border-radius: 5px;
	box-shadow: inset 0 1px 5px #0005;
}

.stransfer-passkey input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	color: #0000;
	background: #0000;
	border: none;
	transform: scale(1.1);
}


.site-nav-marquit {
	position: relative;
	display: inline-flex;
	width: 100%;
	height: 28px;
	background: #000;
	border-radius: 50px;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
}

.site-nav-marquit>img {
	width: 40px;
	height: 20px;
}

.site-nav-marquit i {
	object-fit: contain;
	margin: 3px;
	color: #ffd25a;
	font-size: 18px;
	text-align: center;
	width: 5%;
}

.site-nav-marquit span {
	padding-right: 50%;
	color: #fff;
	letter-spacing: 1px;
	font-family: fangsong;
	font-size: 12px;
	line-height: 22px;
	width: 40%;
}

.site-nav-marquit a {
	color: #fff;
	font-size: 11px;
	background: linear-gradient(0deg, #010100, #222, #010100);
	margin: auto 4px;
	padding: 0 15px;
	min-width: 60px;
	text-align: center;
	border-radius: 15px;
	border: 2px groove #ffd794;
	box-shadow: 0 1px 3px #ffd79447;
}

/***************** Promotion ******************/
.site-promo-list {
	display: grid;
	max-width: 550px;
	margin: auto;
	margin-top: 10px;
}

.site-promo-view{
	max-width: 550px;
    padding-left: 15px;
    padding-right: 15px;
	margin: auto;
}

.site-promo-field h4{
    font-size: 16px;
    margin: 15px;
    color: var(--main-text-color);
}

.site-promo-field p{
    margin: 6px;
    font-size: 12px;
    color: #d2d2d2;
}

.skeleton-image {
	background: linear-gradient(90deg, #c2c2c275, #7a7a7a75, #84848475);
	background-size: 200% 100%;
	animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
	0% { background-position: -200% 0; }
	100% { background-position: 200% 0; }
}

.input-icon-wrap {
  position: relative;
}
.input-icon {
  position: absolute;
  left: 18px;
  top: 28px;             /* æ ¹æ®ä½  input çš„é«˜åº¦å¾®è°ƒ */
  width: 35px;
  height: 35px;
  padding: 3px;
}
.input-icon-end {
  position: absolute;
  right: 18px;
  top: 28px;             /* æ ¹æ®ä½  input çš„é«˜åº¦å¾®è°ƒ */
  width: 35px;
  height: 35px;
  padding: 3px;
}

.game-search-bar .input-icon-end {
    right: 0;
    top: 0;
}
.input-with-icon {
	padding-left: 40px !important;   /* âœ… ç»™å›¾æ ‡è®©å‡ºç©ºé—´ */
}


.register-now-text{
  font-size: 14px !important;
	color: #e5e5e5d9;
}
.register-now-text a{
    font-size: 14px !important;
    color: #ffb075 !important;
}


      /* å®¹å™¨ */
.custom-radio {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
  display: inline-flex;
  align-items: center;
}

/* éšè—åŽŸç”Ÿ radio */
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* è‡ªå®šä¹‰åœ†åœˆ */
.radio-mark {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 14px;
  width: 14px;
  background-color: #fff;         /* å¤–åœˆèƒŒæ™¯ */
  border-radius: 50%;
}

/* é€‰ä¸­åŽçš„åœ†ç‚¹ */
.custom-radio input:checked ~ .radio-mark {
  background-color: #e6b600;      /* ä¸­é—´ç‚¹é¢œè‰² */
  border-color: #e6b600;
}

/* ä¸­é—´çš„ç™½ç‚¹ */
.custom-radio .radio-mark:after {
  content: "";
  position: absolute;
  display: none;
}

/* é€‰ä¸­æ—¶æ˜¾ç¤ºç™½ç‚¹ */
.custom-radio input:checked ~ .radio-mark:after {
  display: block;
}

.custom-radio .radio-mark:after {
    top: 30%;
    left: 4px;
    width: 6px;
    height: 6px;
	border-radius: 50%;
	background: white;
}

#uid-list #uid-item{
    margin: 0px 10px 0px 10px;
    margin-bottom: 0.7rem;
    width: 92%;
    background: #743e0b45;
    border-radius: var(--main-border-radius);
}


.custom-select{
    position: relative;
    width: 40%;
    padding: 2px 10px;
    border: none;
    color: #fefefe;
    background: #8080801a 
        url("../images/v2/icon/dropdown_icon.png") no-repeat right .25rem center !important;
    background-size: 18px !important;
    height: 36px;
    margin-right: 3px;
}
 
.custom-select.active{
    z-index: 2;
}
.custom-select.active:after{
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    background: unset;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.custom-select input{
    display: none;
}
.custom-select label{
    color: #ffb075;
    cursor: pointer;
    line-height: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.custom-select label:after{
    /*content: "\f0dd";*/
    font-family: 'icomoon' !important;
    position: absolute;
    top: -3px;
    right: 14px;
}
.site-login-section label{
    font-size: 12px;
}
.custom-select.active label{
    animation: fadeCS4 0.4s;
    border-radius: 3px;
}
@keyframes fadeCS4 {
  0% { background: #0000; box-shadow: 0 0 0 #000; }
  50% { background: #0003; box-shadow: 0 0 4px #fff8; }
  100% { background: #0000; box-shadow: 0 0 0 #000; }
}
.custom-select ul{
    position: absolute;
    display: none;
    top: 37px;
    left: 0;
    width: 100%;
    min-width: 114px;
    overflow: auto;   
    font-size: 14px;
    background: #fefefecf;
    color: #5a5a5a;
    box-shadow: 0 1px 3px #5555; 
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}
.custom-select ul li{
    padding: 5px 0px;
    transition: background 0.3s ease;
    /* border-bottom: 1px solid #dedada; */
}
.custom-select label img{ 
    width: 28px;
    margin-right: 7px;
    border-radius: 10px;
}
.custom-select ul img{
     width: 20%;
    margin: 0 10px;
    border-radius: 10px;
}
.custom-select ul li:hover,
.custom-select ul li:active{
    background: #bdb9b9;
}
.custom-select.active ul{
    display: block;
    margin: 0;
}
.site-login-lang {
    margin-bottom: 0px;
}
.deposit-content .bank-upload #uploadBtn,
.site-login-section .otp-btn{
    width: 40%;
    padding: 2px 10px;
    border: 2px solid #ffffff00;
    box-shadow: 0 2px 4px #0007;
    background: linear-gradient(180deg, #ffe9c9, #ffd7ae, #ffb075 90%) padding-box, linear-gradient(180deg, #ffb075, #dd8247, #f7d1ab, #ffe9c9) border-box;
    border-radius: 0.65rem;
    color: #42210b;
    text-shadow: 0px 0px #42210b !important;
    font-size: 14px;
    height: 36px;
    line-height: 28px;
    margin-right: 3px;
}
.deposit-content .bank-upload #uploadBtn{
    width: 30%;
}
.sgames-nav span{
	color: var(--light-text-color);
    display: inline-block;
    width: 60px;
    word-wrap: break-word;
}

/* .sheader-currency {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
} */

/* æ‰“å¼€æ—¶çš„çŠ¶æ€ */
/* .sheader-curr.active {
  opacity: 1;
  transform: translateY(0);
  z-index: 999;
} */

.sheader-curr.show {
	display: flex; /* æ˜¾ç¤ºï¼Œä½†å…ˆé€æ˜Ž */
	transform: translateY(0);
	z-index: 999;
}

.sheader-curr.visible {
  opacity: 1;  /* åšæ·¡å…¥ */
}

.wallet-detail .wallet-title .open-wallet img,
.sheader-curr .sheader-curr-right .open-wallet img{
	width: 24px;
}
.wallet-detail .wallet-title .open-wallet span,
.sheader-curr .sheader-curr-right .open-wallet span{
	font-size: 12px;
    color: var(--main-text-color);
}

.wallet-title{
	display: flex;
    justify-content: space-between;
}

.wallet-detail .wallet-balance img{
	width: 40px;
    padding: 4px;
    padding-top: 0px;
}
.wallet-detail .wallet-balance img.wallet-transfer-img{
    position: absolute;
    right: -10%;
}
.wallet-detail .wallet-balance span{
	font-size: 22px;
    color: var(--highlight-text-color);
}

.wallet-balance{
    width: 50%;
    border: 2px solid var(--main-text-color);
    border-radius: 3rem;
    position: relative;
}

/* é®ç½©ï¼Œåˆå§‹éšè— */
#overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 998;
}

/* å·¦ä¾§å¯¼èˆªæ  */
#leftNav {
	position: fixed;
	display: flex;
	flex-direction: column;
	top: 0;
	left: 0;
	width: 55%;
	height: 100vh;
    max-width: 320px;
	background: #362525eb !important;
	box-shadow: 2px 0 8px rgba(0,0,0,0.2);
	transform: translateX(-100%); /* åˆå§‹éšè— */
	transition: transform 0.3s ease;
	z-index: 999;
	padding: 20px 0 10px 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* å¯¼èˆªå¼€å¯çŠ¶æ€ */
#leftNav.active {
	transform: translateX(0);
}

#leftNav .leftnav-hide{
	position: relative;
}
#leftNav .leftnav-hide img{
	width: 35px;
    position: absolute;
    right: 10px;
}

#overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.leftnav-logo {
	padding: 10px 20px;
	text-align: center;
  /* border-bottom: 1px solid #ddd; */
}
.leftnav-logo img{
	width: 50%;
}

.leftnav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.leftnav-list li a {
	position: relative;
	display: block;
	padding: 12px 15%;
	color: #eeeeeed9;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}

.leftnav-list span{
	margin-left: 5%;
}

.leftnav-list img{
	width: 20px;
}

.joinus-section {
    padding: 1% 5%;
}
.joinus-title {
	font-size: 12px;
}

.joinus-content {
	display: flex;
}

.joinus-content img {
    width: 45px;
    margin-right: 15px;
}

.joinus-content .joinus-download{
	display: flex;
    flex-direction: column;
    margin-left: auto;
}
.joinus-content .joinus-download img{
    width: 25px;
    align-self: center;
    margin-right: 0;
}
.joinus-content .joinus-download span{
	font-size: 12px;
	color: var(--main-text-color);
    
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(6px); }
	to { opacity: 1; transform: translateY(0); }
}

.withdraw-content h1,
.deposit-content h1{
	font-size: 14px;
    color: #fdb47f;
}

.custom-col-20{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.custom-col-20.fastpay-item{
	max-width: 96px;
}

.depo-item{
	display: flex;
	flex-direction: column;
    align-items: center;
	height: 80px;
}
.depo-item span{
	font-size: 12px;
	color: #d7d7d7bf !important;
    width: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.depo-item .img-container img{
	width: 50px;
    filter: grayscale(1);
}
.depo-item .img-container {
  display: inline-block;        /* æˆ– flexï¼Œçœ‹éœ€æ±‚ */
  padding: 2px;                 /* â­ gap = padding */
  border-radius: 6px;           /* å®¹å™¨åœ†è§’ */
}

.depo-item .img-container img {
	display: block;               /* åŽ»æŽ‰åº•éƒ¨ç©ºéš™ */
	width: 50px;                  /* å›¾ç‰‡å°ºå¯¸ */
	height: auto;
	border-radius: 4px;           /* å¯é€‰ï¼Œåœ†è§’ç•¥å°äºŽå®¹å™¨ */
	background: #fff;
}
.depo-item.active span{
	color: #ebebeb !important;
}
.depo-item.active img{
    filter: none !important;
}

.depo-item.active .img-container {
  border: 1px solid #fdb47f;    /* border åœ¨å®¹å™¨ä¸Š */
}

.deposit-content .bank-detail{
	position: relative;
	background: var(--gray-transparent-bg);
	border-radius: var(--main-border-radius);
}



.deposit-content .bank-detail .copy-btn img{
	width: 32px;
}
.deposit-content .bank-detail .copy-btn{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.deposit-content .bank-upload{
    display: flex;
    text-align: center;
	width: 100%;
}

.deposit-content .custom2-file-label {
	width: 70%;
	display: inline-flex;
	align-items: center;
    padding: 3px 5px;
	background: var(--gray-transparent-bg);
	border-radius: 6px;
	cursor: pointer;
	color: #fff;
    height: 36px;
    max-height: 36px;
}

.deposit-content .custom2-file-label img {
  width: 24px;
  height: 24px;
}

.deposit-content .custom2-file-label .file-text {
  font-size: 12px;
}
.bank-upload #customFile{
	display: none !important;
}

.withdraw-content .deposit-note-tnc,
.deposit-content .deposit-note-tnc{
    font-size: 10px;
    color: var(--orange);
}
.withdraw-content .deposit-note-tnc ul,
.deposit-content .deposit-note-tnc ul{
	list-style-type: disc !important;
}

.withdraw-content .deposit-note-tnc .highlight,
.deposit-content .deposit-note-tnc .highlight{
	color: #f5a85c !important;
	font-size: 12px;
    font-weight: 900;
}

.withdraw-content label{
	font-size: 14px !important;
    color: #fdb47f;
}

.slideshow-item.bank-card,
.slideshow-item.cryptobank-card,
.slideshow-item.addbank-card{
    background-size: 100% 100%;
    max-width: 350px;
    max-height: 200px;
    height: 200px;
	/* border-radius: 1.65rem; */
}
.slideshow-item.bank-card{
	background: url(../images/withdrawcard/bank.png) no-repeat;
	background-size: 100%;
}
.slideshow-item.cryptobank-card{
	background: url(../images/withdrawcard/crypto.png) no-repeat;
	background-size: 100%;
}
.slideshow-item.addbank-card{
	background: url(../images/withdrawcard/empty.png) no-repeat;
	background-size: 100%;
}

.withdrawcard-wrapper{
    max-width: 390px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.withdrawcard-slideshow .owl-item {
	transform: scale(0.86);
	/* filter: grayscale(100%); */
	opacity: 0.6;
	transition: all 0.3s ease;
	margin-top: 12px;
}

/* ä¸­é—´ active çš„ item */
.withdrawcard-slideshow .owl-item.active {
	transform: scale(1.1);
	/* filter: grayscale(0); */
	opacity: 1;
	z-index: 2;
}

/* å¯é€‰ï¼šå·¦å³ç¨å¾®æ›´å° */
.withdrawcard-slideshow .owl-item {
  transform: scale(0.86);
}

.withdrawcard-slideshow .bank-detail,
.withdrawcard-slideshow .cryptobank-detail {
	color: #ffffffe6;
}
#withdrawform input[name="amount"]::placeholder {
  color: #bb5200 !important;
  opacity: 1 !important;/* Firefox */
}
#withdrawform input[name="amount"]::-ms-input-placeholder { /* Edge 12-18 */
  color: #bb5200 !important;
}
.cryptobank-card .cryptobank-detail .top-right,
.bank-card .bank-detail .top-right{
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}
.cryptobank-card .cryptobank-detail .top-right .country,
.bank-card .bank-detail .top-right .country{
	display: flex;
	flex-direction: column;
    align-items: center;
	font-family: unset !important;
    color: var(--main-text-color);
	font-size: 10px;
	line-height: 4px;
}
.cryptobank-card .cryptobank-detail .top-right img,
.bank-card .bank-detail .top-right img{
	width: 32px;
}
.cryptobank-card .cryptobank-detail .top-right .share-icon
.bank-card .bank-detail .top-right .share-icon{
    margin-bottom: 18px;
}

.cryptobank-card .cryptobank-detail .middle-left,
.bank-card .bank-detail .middle-left{
    line-height: 18px;
    margin-top: 32px;
    margin-left: 12px;
	font-family: 'OCRAStd', monospace;
}

.cryptobank-card .cryptobank-detail .bank-name,
.bank-card .bank-detail .bank-name{
	font-size: 60%;
}

.cryptobank-card .cryptobank-detail .bottom-right,
.bank-card .bank-detail .bottom-right{
    display: flex;
    justify-content: flex-end;
    margin: 10px;
    line-height: 16px;
}
.cryptobank-card .cryptobank-detail .bottom-right{
    margin-top: 20px;
}
.cryptobank-card .cryptobank-detail .bottom-right img,
.bank-card .bank-detail .bottom-right img{
	width: 16px;
}
.cryptobank-card .cryptobank-detail .bottom-right span,
.bank-card .bank-detail .bottom-right span{
	font-size: 10px;
	margin-left: 3px;
	margin-right: 3px;
}


.cryptobank-card .cryptobank-detail .top-right .share-icon,
.bank-card .bank-detail .top-right .share-icon{
    padding-bottom: 5px;
}

.addbank-card{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.addbank-card .middle-left{
	display: flex;
    align-items: center; 
    margin: 20px;
    margin-top: 0;
}
.addbank-card .middle-left img{
	width: 45px;
}
.addbank-card .middle-left span{
    font-size: 15px;
	margin-left: 15px;
    color: var(--main-text-color);
}

.withdrawcard-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 40%;
}

.withdrawcard-carousel .owl-dot {
	height: 7px;
	width: 7px;
	margin: 0 2px;
	background-color: #a9a9a9b8;
	border-radius: var(--main-border-radius);
	display: inline-block;
	transition: background-color 0.6s ease;
}

.withdrawcard-carousel .owl-dot.active {
	background-color: var(--main-text-color);
	width: 32px;
}


.addbank-modal .addbank-content{
	background: url(../images/v2/backgrounds/addbank_bg_lg.png);
    background-size: 420px 600px;
    min-height: 600px;
    background-repeat: no-repeat;
}
.addbank-notification-modal .addbank-content{
	background: url(../images/v2/backgrounds/addbank_bg_sm.png);
    background-size: 420px 360px;
    min-height: 360px;
    background-repeat: no-repeat;
}
.birthday-modal .birthday-content{
	background: url(../images/v2/backgrounds/birthday_modal_bg.png);
    background-size: 420px 360px;
    min-height: 360px;
    background-repeat: no-repeat;
}
.invite-modal .invite-content{
	background: url(../images/v2/backgrounds/invite_bg.png);
    background-size: 420px 640px;
    min-height: 640px;
	inset: 0;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    background-repeat: no-repeat;
}
.rebate-modal .m-content{
	background: url(../images/v2/backgrounds/coins_bg_lg.png);
    background-size: 420px 500px;
    min-height: 500px;
    /* height: 50vh; */
    background-repeat: no-repeat;
}
.withdrawbonus-modal .m-content{
	background: url(../images/v2/backgrounds/coins_bg_sm.png);
    background-size: 420px 360px;
    min-height: 360px;
    background-repeat: no-repeat;
}
.announcement-modal .m-content{
	background: url(../images/v2/backgrounds/modal_bg_lg.png);
    background-size: 420px 640px;
    min-height: 640px;
    background-repeat: no-repeat;
}
.announcement-modal,
.birthday-modal,
.addbank-notification-modal,
.addbank-modal,
.invite-modal,
.withdrawbonus-modal,
.rebate-modal{
    position: fixed;
	display: block;
    top: 0;
    left: 0;
    /* background-size: 90% 90%; */
	background-position: center;
    border-radius: 10px;
    background-repeat: no-repeat;
    overflow-y: auto;
    width: 100vw; 
    height: 99%;
    /* max-width: 410px; */
	opacity: 0;
    pointer-events: none;   /* â­å…³é”® */
    z-index: -1;            /* â­å…³é”® */
	transform: translateY(-20px); /* ä»Žä¸Šæ–¹ */
	transition: opacity 0.3s ease, transform 0.3s ease;
}
.announcement-modal.active,
.birthday-modal.active,
.addbank-notification-modal.active,
.addbank-modal.active,
.invite-modal.active,
.withdrawbonus-modal.active,
.rebate-modal.active{
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
    z-index: 999;
}

.addbank-notification-title .addbank-close,
.addbank-title .addbank-close,
.invite-title .invite-close,
.rebate-modal .m-close,
.announcement-modal .m-close,
.withdrawbonus-modal .m-close{
	position: absolute;
    right: -20px;
    top: -28px;
    /* margin: 3%; */
	z-index: 9999;
    width: 36px;
}

@media screen and (min-height: 700px) {
    .announcement-modal, .birthday-modal, .addbank-notification-modal, .addbank-modal, .invite-modal, .withdrawbonus-modal, .rebate-modal, .profilePic-modal {
        top: 15% !important;
    }
}
.announcement-modal .m-close{
	margin: 3%;
}
.announcement-modal .m-detail{
	display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: auto;
    justify-content: center;
    margin-top: 25px;
    letter-spacing: 0px;
    font-family: sans-serif;
}
.announcement-modal .m-detail .title{
	color: var(--main-text-color);
	margin-bottom: 20px;
    font-size: 18px;
}
.announcement-modal .m-detail .text{
	line-height: 17px;
    overflow-y: scroll;
    height: 400px;
    color: #f8f8f8f0;
}
.invite-title .invite-close{
    top: 0;
    right: 0;
}

.birthday-modal .birthday-content,
.addbank-notification-modal .addbank-content,
.addbank-modal .addbank-content,
.announcement-modal .m-content,
.rebate-modal .m-content,
.withdrawbonus-modal .m-content{
    position: relative;
    padding: 25px;
    margin: auto;
    max-width: 430px;
	height: 100%;
    display: flex;
    flex-direction: column;
}

.birthday-modal .birthday-title,
.addbank-notification-modal .addbank-title,
.addbank-modal .addbank-title,
.invite-modal .invite-title,
.rebate-modal .m-title,
.announcement-modal .m-title,
.withdrawbonus-modal .m-title{
	position: relative;
    text-align: center;
    margin-top: 2%;
	color: var(--light-text-color);
}

.addbank-notification-modal .notification-img{
	width: 160px;
    margin-left: auto;
    margin-right: auto;
}
.addbank-notification-modal .addbank-note-btn p{
	font-size: 14px;
}

.addbank-notification-modal .addbank-note-btn{
	text-align: center;
}

/* éšè—åŽŸç”Ÿ radio */
.addbank-modal .country-select input[type="radio"] {
  display: none;
}

/* é»˜è®¤ç°é˜¶ */
.addbank-modal .country-select img {
  filter: grayscale(100%);
  cursor: pointer;
  transition: all 0.3s ease;
  width: 40px;       /* æ ¹æ®éœ€æ±‚è°ƒæ•´ */
  height: 40px;
  margin-right: 8px;
}

/* é€‰ä¸­æ—¶æ¢å¤å½©è‰² */
.addbank-modal .country-select input[type="radio"]:checked + img {
  filter: grayscale(0%);
}

.input-icon.bankcode-select2{
    z-index: 9;
}

.birthday-content .birthday-tnc-btn,
.addbank-content .addbank-tnc-btn{
    margin-top: auto;
}
.birthday-content .birthday-tnc-btn .tnc-content-highlight,
.addbank-content .addbank-tnc-btn .tnc-content-highlight{
	color: var(--main-text-color)
}
.addbank-tnc-btn .button-pair,
.birthday-tnc-btn .button-pair,
.withdrawbonus-modal .button-pair{
	display: flex;    
	gap: 5px;
    justify-content: center;
}
.birthday-tnc-btn .button-pair button,
.addbank-tnc-btn .button-pair button,
.withdrawbonus-modal .button-pair button,
.birthday-tnc-btn .button-pair a,
.addbank-tnc-btn .button-pair a,
.withdrawbonus-modal .button-pair a{
    min-width: 50% !important;
}

.profile-section{
	position: relative;
    max-width: 430px;
    margin: auto;
}
.profile-section .profile-pic{
	position: relative;
}
.profile-section .profile-pic img.avatar{
	width: 84px;
}
.profile-section .profile-pic img.edit-btn{
	position: absolute;
	width: 26px;
	bottom: 0;
	right: 0;
    z-index: 9;
}
.profile-section .user-info{
    line-height: 24px;
}
.profile-section .user-info #username{
	font-size: 85%;
    font-weight: 100;
    color: #e3e3e3;
}

.profile-section .user-info .vip-badge{
    width: 45px;
    margin-bottom: 5px;
}
.profile-section .profile-share-btn{
    position: absolute;
    top: 25%;
    right: 15%;
    width: 36px;
}
.profile-section .settings-btn{
    position: absolute;
    top: -5%;
    right: 5%;
    width: 36px;
}
.vip-progress-section{
    display: flex;
    justify-content: center;
	background: url(../images/vip/v0_progress_bg.png) no-repeat;
    background-size: 400px 83px !important;
	background-position: center !important;
	height: 85px;
	width: 400px;
	margin: auto;
	position: relative;
}
.vip-progress-section .vip-progress-bg{
	max-width: 400px;
}
/* .vip-progress-section .profile-vip-note{
	position: relative;
}
.vip-progress-section .profile-vip-note span{
    position: absolute;
    max-width: 350px;
    width: 100%;
    font-size: 70%;
    left: 6%;
    bottom: 0;
} */
.vip-progress-section .profile-vip-note {
    position: absolute;
    max-width: 350px;
    width: 100%;
    font-size: 70%;
    left: 4%;
    bottom: 0;
	color: var(--light-text-color);
	font-style: italic;
}

.cash-wallet-section{
	background: var(--wallet-brown-bg);
}
.bonus-wallet-section{
	background: url(../images/v2/backgrounds/bonus_wallet_bg.png);
    background-size: 100% 100%;
    background-position: center;
}

.account-verify-section,
.bonus-wallet-section,
.cash-wallet-section{
	max-width: 400px;
    margin: auto;
    margin-top: 10px;
	padding: 3%;
	border-radius: var(--main-border-radius);
}
.bonus-wallet-section .wallet-title,
.cash-wallet-section .wallet-title{
	font-size: 18px;
    margin-bottom: 10px;
	color: #eaeaea;
    font-weight: 700;
}
.bonus-wallet-section .wallet-content,
.cash-wallet-section .wallet-content{
	display: flex;
}
.bonus-wallet-section .wallet-img,
.cash-wallet-section .wallet-img{
    width: 36px;
    margin-right: 8px;
}

.wallet-content #cash_value,
.wallet-content #bonus_value{
    color: var(--highlight-text-color);
	font-size: 22px;
	font-family: Bahnschrift;
}

.wallet-content #icoin_value{
	line-height: 34px;
	font-family: Bahnschrift;
}
.wallet-content .withdraw-btn{
    margin-left: auto;
	color: #333;
    min-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    border: 2px solid #ffffff00;
	background: var(--secondary-button-bg);
	border-radius: var(--main-border-radius);
}
.wallet-content .withdraw-btn img{
	width: 30px;
}
.wallet-content .withdraw-btn span{
    margin-left: 5px;
    font-weight: bolder;
}
.account-verify-section{
	background: #282833bf;
	display: flex;
    justify-content: space-between;
	color: var(--light-text-color);
}
.account-verify-section.active{
	color: #e3e3e3;
	background: radial-gradient(circle at 50% -85%, #926424bf 10%, #442a24bf 50%);
}
.account-verify-section img{
	width: 40px;
}


.menu-section{
	max-width: 400px;
    margin: auto;
    margin-top: 10px;
	padding: 3%;
	border-radius: var(--main-border-radius);
	background: radial-gradient(circle at 50% 2%, #926424bf 5%, #442a24bf 50%);
}
.menu-section .menu-item{
	text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    position: relative;
}
.menu-section .menu-item span{
	font-size: 10px;
	color: var(--light-text-color);
    white-space: nowrap;
	
}

.menu-section .menu-item .badge{
	position: absolute;
	top: 0;
	right: 10%;
	border-radius: 5rem;
}

.profilePic-modal{
    position: fixed;
	display: block;
    border-radius: 10px;
    width: 100vw; 
    min-height: 600px;
    /* max-width: 410px; */
    height: 25vh;
    top: 0;
	overflow-y: scroll;
	opacity: 0;
	transform: translateY(-20px); /* ä»Žä¸Šæ–¹ */
	transition: opacity 0.3s ease, transform 0.3s ease;
}
.profilePic-modal.active{
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
    z-index: 999;
}

.profilePic-title{
	position: relative;
}

.profilePic-title{
    position: relative;
    text-align: center;
    margin-top: 2%;
    color: var(--light-text-color);
}

.profilePic-title .profilePic-close{
	position: absolute;
    right: -20px;
    top: -28px;
    /* margin: 3%; */
    width: 36px;
}
.profilePic-modal .profilePic-content{
	background: url(../images/v2/backgrounds/modal_bg_lg.png);
    /* background-size: 90% 90%; */
    background-size: 420px 600px;
	background-position: center;
    background-repeat: no-repeat;
    padding: 25px;
    margin: auto;
    max-width: 430px;
	height: 100%;
    display: flex;
    flex-direction: column;
}
.profilePic-modal .avatar-option {
  cursor: pointer;
  position: relative;
}

.profilePic-modal .avatar-option input[type="radio"] {
  display: none;
}

.profilePic-modal .avatar-option img {
  width: 100%;
  border-radius: 8px;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}
.qrcode-selection .slideshow-item,
.avatar-option{
	position: relative;
}

.avatar-option .avatar-lock-badge {
	position: absolute;
    top: 50%;
    left: 25%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 10px;
	border-radius: var(--main-border-radius);
	background: #754c24;
    font-style: italic;
    line-height: 14px;
}
.qrcode-selection .qr-lock-badge{
	display: none;
	position: absolute;
    top: 70%;
    left: 10%;
    padding-left: 3px;
    padding-right: 3px;
	border-radius: var(--main-border-radius);
	background: #754c24;
    font-style: italic;
    line-height: 14px;
    font-size: 8px;
	color: #020202;
    filter: brightness(2.5);
}
.qrcode-selection a.disabled .qr-lock-badge{
	display: block;
}
.qrcode-selection .qr-lock-badge strong, 
.avatar-option .avatar-lock-badge strong{
	font-size: 13px;
}

.avatar-radio-group{
    height: 490px;
    overflow-y: scroll;
    align-content: flex-start;
}
.avatar-radio-group.has-selected .avatar-option img:not(.avatar-unavailable) {
  filter: grayscale(1);
  opacity: 0.5;
}
.avatar-radio-group .avatar-option img.avatar-unavailable {
    filter: brightness(1.5) grayscale(0.5) blur(1px);
}

.avatar-radio-group.has-selected
.avatar-option input:checked + img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.15);
}
/* Chrome / Edge */
input.birthday-input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
}

/* Firefox */
input.birthday-input[type="date"] {
    appearance: none;
    -moz-appearance: textfield;
}

.team-title a{
	color: #b3b3b3;
    text-align: center;
    border: 2px solid transparent;
    padding-left: 10px;
    padding-right: 10px;
}
.team-title a.active{
	color: var(--main-text-color);
	font-weight: 900;
    border-bottom: 2px solid;
    width: fit-content;
}

.site-login-section .team-search {
	min-width: 25%; 
    height: 38px;
    padding-left: 3px !important;
}

.team-breadcrumb{
    line-height: 14px;
}
.team-breadcrumb .breadcrumb-item a{
	color: var(--main-text-color);
    font-size: 80%;
}
.team-breadcrumb .breadcrumb-item.active{
	font-weight: bolder;
	color: var(--light-text-color);
	font-size: 110%;
}
.team-breadcrumb .breadcrumb-item+.breadcrumb-item:before{
    content: ">" !important;
}

.team-main-content,
.team-sub-content{
	background: #422620bf;
	border-radius: var(--main-border-radius);
}

.team-sub-content{
	margin-left: 1.5rem !important;
	background: #351f1a9b !important;
}

.team-main-content .team-header,
.team-sub-content .team-header{
	display: flex;
	justify-content: space-between;
    line-height: 30px;
}
.friend-item .btn,
.chat-item .datetime,
.team-main-content .team-header .team-header-right,
.team-sub-content .team-header .team-header-right{
	font-size: 11px;    
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.chat-section .chat-footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: radial-gradient(circle at 50% 2%, #926424 5%, #442a24 50%);
	/* box-shadow: 0 1px 5px #fff4;
	border-top: 1px solid #121416; */
	z-index: 13;
    padding-top: 8px;
	padding-bottom: 70px;
	border-radius: var(--main-border-radius);
}

.chat-section .chat-footer .chat-input{
	margin-left: 10px;
	margin-right: 10px;
	display: flex;
    padding: 8px;
}
.chat-section .chat-footer .chat-input img{
	width: 40px;
}
.chat-section .chat-footer .chat-input input{
	margin-left: 10px;
	margin-right: 10px;
	background: #fefefe !important;
}
.chat-input-hidden {
	max-height: 0;
	overflow: hidden;
	display: flex;
    justify-content: center;
	gap: 12px;
	transition: max-height .3s ease;
}

.chat-input-hidden.active {
	max-height: 300px;
}
.chat-input-hidden .chat-input-item{
	display: flex;
	flex-direction: column;
	align-items: center;
    justify-content: center;
    margin-bottom: 30px;
	color: var(--main-text-color);
}
.chat-input-hidden .chat-input-item img{
	width: 72px;
}
.chat-input-hidden .chat-input-item span{
    font-size: 14px;
}
.chat-action {
  cursor: pointer;
  transition: transform .2s ease;
  transform-style: preserve-3d;
}

/* ç¿»è½¬ä¸­ */
.chat-action.flipping {
  transform: rotateY(180deg);
}
.friend-item .btn a,
.friend-result .add-friend-btn,
.team-header .team-header-right .team-chat,
.team-header .team-header-right .team-transfer{
    display: flex;
    flex-direction: column;
    line-height: 10px;
}
.friend-item .btn a span,
.friend-result .add-friend-btn span,
.team-header .team-header-right .team-chat span,
.team-header .team-header-right .team-transfer span{
	color: var(--main-text-color);
	margin: auto;
}
.friend-item .btn a span,
.friend-result .add-friend-btn span{
	font-size: 9px;
}

.friend-item .btn a.btn-transfer span,
.friend-item .btn a.reject-friend-btn span,
.team-header .team-header-right .team-transfer span{
	color: var(--light-text-color) !important;
}

.friend-item .btn a.btn-transfer,
.team-header .team-header-right .team-transfer{
	color: var(--light-text-color) !important;
	margin-right: 10px;
}

.friend-item .btn a img,
.team-header .team-header-right .team-chat img,
.team-header .team-header-right .team-transfer img{
	width: 46px;
    margin: auto;
}


.team-main-content .team-header .avatar-img,
.team-main-content .team-header .vip-badge,
.team-sub-content .team-header .avatar-img,
.team-sub-content .team-header .vip-badge{
	width: 36px;
}

.team-main-content .team-header .vip-badge,
.team-sub-content .team-header .vip-badge{
    margin-bottom: 8px;
}

.team-main-content .team-header .username,
.team-sub-content .team-header .username{
	font-size: 12px;
	color: rgb(255, 213, 0);
    margin: 3%;
    margin-right: 1%;
    min-width: 85px;
    display: inline-block;
    max-width: 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.team-main-content .team-header .username {
 max-width: 100px;
}
.team-main-content .team-header .share,
.team-sub-content .team-header .share{
	font-size: 20px;
}

.team-detail .team-detail-left {
	border-right: 1px solid var(--light-text-color);
}
.team-detail .team-detail-title{
	font-size: 11px;
	color: var(--light-text-color);
}
.team-detail .team-detail-value{
	font-size: 16px;
	color: var(--main-text-color);
    font-family: Bahnschrift;
}

.team-invite-friend{
	text-align: center;
    display: flex;
    flex-direction: column;
}
.team-invite-friend img{
	max-width: 335px;
	margin: auto;
}
.team-invite-friend span{
	color: var(--light-text-color);
}

.invite-modal .invite-content{
    max-width: 420px;
    margin: auto;
	position: relative;
}
.invite-modal .qrcode{
	position: relative;
    text-align: center;
    margin: auto;
    padding-top: 32px;
    padding-bottom: 16px;
}
.invite-modal .qrcode #qrcode-bg{
    width: 382px;
    max-width: 382px;
}
.qrcode-selection.qrcode-carousel .slideshow-item a.active:not(.disabled) img{
	border: 1px solid var(--main-text-color);
    border-radius: .65rem;
}
.qrcode-selection.qrcode-carousel .slideshow-item a.disabled img{
    filter: brightness(0.5);
}

.invite-modal .qrcode .qrcode-container #qrcode-img{ 
	position: absolute;
    top: 25%;
    width: 210px;
    left: 26%;
    border-radius: .65rem;
    background: #fefefe;
    height: 265px;
}
.invite-modal .qrcode .qrcode-container #qrcode-img canvas{ 
    padding-top: 5px;
}

.invite-modal .qrcode .qrcode-container .qrcode-detail{
    position: absolute;
    left: 25%;
    bottom: 16%;
    width: 210px;
    left: 26%;
    color: #000;
    display: flex;
    flex-direction: column;
    line-height: 24px;
    font-size: 14px;
}


.invite-modal .qrcode .qrcode-container .qrcode-detail .qrcode-code{
    font-size: 26px;
    font-weight: 900;
    font-family: 'Any-500';
}

.invite-modal .invite-download{
}
.invite-modal .download-btn{
	position: absolute;
    top: 6%;
    right: 6%;
    z-index: 10;
    height: 32px;
	min-width: 120px;
    background: var(--secondary-button-bg) !important;
}
.invite-modal .download-btn img{
	width: 18px;    
	margin-right: 2px;
}
@media (min-width: 1024px) {
	.invite-modal.active {
		transform: scale(0.7);
		transform-origin: center;
		top: -5%;
	}
}

/** affiliate_overview.php & friend.php**/
.add-friend-container,
.share-container{
    max-width: 400px;
    margin: auto;
    margin-top: 10px;
    padding: 3%;
    border-radius: var(--main-border-radius);
	background: var(--wallet-brown-bg);
}
.chat-container,
.friend-request-container,
.friend-list-container{
	max-width: 400px;
    margin: auto;
    margin-top: 10px;
    padding: 3%;
}
.share-container .title{
    text-align: center;
	font-size: 12px;
	color: var(--main-text-color);
}
.share-container a{
	margin-left: 5px;
	margin-right: 5px;
}
.share-container img{
    width: 40px;
}

.add-friend-container .title{
    color: var(--main-text-color);
}
.add-friend-container input{
	font-size: 12px;
}

.add-friend-container .input-icon{
    left: 0;
    top: 2px;
	transform: translateY(-50%);
}
.add-friend-container .input-icon-end{
    right: 0;
    top: 2px;
	transform: translateY(-50%);
}

.add-friend-container .search-result img{
	width: 32px;
}
.add-friend-container .search-result img.vip-badge{
	width: 42px;
}

.add-friend-container .search-result .no-result{
	color: #b3b3b3;
	font-size: 14px;
}

.friend-button-container{
    max-width: 400px;
    margin: auto;
    margin-top: 10px;
}
.friend-button-container button{
	margin: auto;
	border-radius: var(--main-border-radius);
    color: #cfcfcf !important;
    background: transparent;
    box-shadow: unset;
	border: none;
	font-size: 16px;
	padding: 0 5px;
	height: 42px;
	line-height: 28px;
}
.friend-button-container button.active{
	border: 2px solid #ffffff00;
	box-shadow: 0 2px 4px #0007;
	background: var(--main-button-bg);
	border-radius: var(--main-border-radius);
    color: #42210b !important;
    text-shadow: 0px 0px #42210b !important;
}

.friend-result .profile-info{
	margin-left: 5px;
	margin-right: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 12px;
}
.friend-result .profile-info .name{
	font-size: 12px;
	color: #cfcfcf;
}

.notification-container,
.announcement-container,
.chat-container,
.friend-list-container{
  visibility: hidden;
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .35s ease, transform .35s ease;
}
/* æ˜¾ç¤ºçŠ¶æ€ */
.notification-container.active,
.announcement-container.active,
.chat-container.active,
.friend-list-container.active {
  visibility: visible;
  position: relative;
  opacity: 1;
  transform: translateY(0);
}

.notification-section .title-count,
.chat-container .title-count,
.friend-request-container .title-count,
.friend-list-container .title-count{
	font-size: 12px;
    /* width: fit-content; */
    width: 135px;
    text-align: center;
    padding: 3px 6px;
    border-radius: var(--main-border-radius);
}

.friend-request-container .title-count{
    background: #7b5b3bb3;
}
.notification-section .message-count-title,
.chat-container .title-count,
.friend-list-container .title-count{
    background: #693b2ab3;
}

.notification-section .mark-all-title{
    background: #a06a338e;
    color: var(--main-text-color);
}

.promo-section .promo-item,
.announcement-section .announcement-item,
.notification-section .notification-item,
.friend-section .friend-item{
	position: relative;
	padding: 10px;
	padding-right: 0;
    max-height: 50px;
    border-radius: var(--main-border-radius);
    overflow: hidden;          /* æ”¶ç¼©å†…å®¹éšè— */
    transition: max-height 0.3s ease; /* åŠ¨ç”» */
}
.notification-section .notification-item.expanded {
    max-height: 500px;         /* å±•å¼€åŽé«˜åº¦ï¼Œæ ¹æ®å†…å®¹è°ƒæ•´ */
}
.promo-section .promo-item,
.announcement-section .announcement-item{
    max-height: unset;
    padding: 0;
    padding-top: 5px;
}
.promo-section .promo-item img,
.announcement-section .announcement-item img{
    /* height: 140px; */
	width: 400px;
    margin: auto;
	max-width: 95vw;
}
.notification-section .notification-item img,
.friend-section .friend-item .avatar-img,
.friend-section .friend-item .vip-badge{
	width: 32px;
}
.announcement-section .notification-item img{
	width: 300px;
}
.friend-section .friend-item .vip-badge{
    margin-bottom: 6px;
}
.promo-section .promo-item .title,
.announcement-section .announcement-item .title,
.notification-section .notification-item .title,
.friend-section .friend-item .username,
.friend-section .friend-item .chat-title{
	margin-left: 6px;
	margin-right: 6px;
    font-size: 12px;
    color: var(--main-text-color);
}
.promo-section .promo-item .title,
.announcement-section .announcement-item .title{
    font-size: 14px;
}
.promo-section .promo-item .more,
.announcement-section .announcement-item .more{
    text-align: end;
    font-size: 12px;
    padding: 3px;
}

.promo-section .promo-item,
.announcement-section .announcement-item{
	background: radial-gradient(circle at 50% 2%, #926424bf 5%, #442a24bf 50%);
}
.promo-section .promo-item.read,
.announcement-section .announcement-item.read{
    background: #504f4f45 !important;
}

.notification-section .notification-item .text{
	margin-left: 6px;
	margin-right: 6px;
    font-size: 12px;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notification-section .notification-item.expanded .text{
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
}
.notification-section .notification-item .datetime{
	margin-top: 0 !important;
    margin-left: auto !important;
}
.friend-section .friend-item:nth-child(odd) {
  background: #36201ac7;
}

.friend-section .friend-item:nth-child(even) {
  background: #38291ca4; /* å¦ä¸€ç§é¢œè‰² */
}

.notification-section .notification-item.read,
.friend-section .friend-item.chat-item{
    background: #504f4f45 !important;
}
.notification-section .notification-item,
.friend-section .friend-item.chat-item.active{
    background: #36201ac7 !important;
}
.friend-section .friend-item.chat-item .chat-title{
	color: #c3c3c3;
}
.friend-section .friend-item.chat-item.active .chat-title{
	color: #fefefe;
}
.promo-section .promo-item .dot,
.announcement-section .announcement-item .dot,
.notification-section .notification-item .dot,
.friend-section .chat-item .dot{
    position: absolute;
    right: 5px;
    width: 10px;
    height: 10px;
    z-index: 999;
    top: 5px;
    border-radius: var(--main-border-radius);
    transition: opacity 0.5s ease;
}

.promo-section .promo-item .dot,
.announcement-section .announcement-item .dot,
.notification-section .notification-item .dot,
.friend-section .chat-item.active .dot{
    background: var(--light-text-color);
}
.notification-item .dot.hidden {
    opacity: 0;
    pointer-events: none;
}
.promo-section .promo-item.read .dot,
.announcement-section .announcement-item.read .dot,
.notification-section .notification-item.read .dot{
    background: unset;
}
.notification-section .notification-item.read .title{
	color: #e6e6e6;
}
.notification-section .notification-item.read .text,
.notification-section .notification-item.read .datetime{
	color: #7d7a7c;
}


.chat-item .datetime{
	display: flex;
    flex-direction: column;
    text-align: end;
    margin-top: 40px;
    line-height: 15px;
    align-content: flex-end;
    align-items: flex-end;
    margin-right: 5px;
}
.chat-item .datetime .date{
    font-size: 14px;
}
.chat-item .datetime .time{
    color: #c3c3c3;
}

/** notification.php **/
.notification-section{
    max-width: 400px;
    margin: auto;
    margin-top: 10px;
}

/** chat.php **/
.back-header,
.chat-header{
    display: flex;
    justify-content: center;
}
.back-header .back-btn,
.chat-header .back-btn{
    position: absolute;
    left: 10px;
	color: var(--orange);
}
.back-header .back-btn,
.chat-header.promotion-header .back-btn{
	color: var(--main-text-color);
}

.back-header .back-btn img,
.chat-header .back-btn img{
	width: 32px;
}
.chat-header .profile-info{
	display: flex;
	justify-content: center;
    align-items: center;
    margin: auto;
	color: var(--main-text-color);
}
.chat-header .profile-info img{
	width: 36px;
}

.back-header,
.chat-header {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 10px; /* ç»™çº¿ç•™ç©ºé—´ */
}
.chat-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;          /* æŽ§åˆ¶çº¿é•¿åº¦ */
  height: 1px;
  background: var(--main-text-color);    /* çº¿é¢œè‰² */
}
.chat-header.promotion-header::after {
    background: unset;
}
.chat-section .chat-content .chat-item{
	display: flex;
    margin-top: 15px;
	opacity: 1;
}
.chat-section .chat-content .chat-item.me{
    flex-direction: row-reverse;
}
.chat-section .chat-content img.avatar-img{
	width: 32px;
}
.chat-section .chat-content .chat-time{
    align-content: end;
}
.chat-section .chat-content .chat-msg{
    padding: 10px;
    background: #fefefe;
    color: #282828;
    max-width: 280px;
    word-break: break-all;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: var(--main-border-radius);
}
.chat-section .chat-content .chat-item.me .chat-msg{
    background: #f3d495;
}


.overview-title{
    max-width: 400px;
    margin: auto;
    margin-top: 15px;
    padding: 0% 3%;
    font-size: 14px;
	color: var(--light-text-color);
}
.overview-container{
    max-width: 400px;
    margin: auto;
    padding: 3%;
    border-radius: var(--main-border-radius);
    background: #4b434340;
    text-align: center;
}
.overview-container .overview-values{
    color: var(--main-text-color);
    border-bottom: 2px solid #4d4240;
}
.overview-container .overview-values #total_new_member,
.overview-container .overview-values #total_active_member,
.overview-container .overview-values #total_today_commission{
	font-size: 125%;
    font-family: Bahnschrift;
}
.overview-container .overview-titles{
	font-size: 10px;
}

.earning-button-container,
.earning-container,
.earning-table{
    max-width: 400px;
    margin: auto;
	margin-top: 10px;
}

.earning-container .commission-container,
.earning-container .rebate-container{
	padding: 10px;
	background: var(--wallet-brown-bg);
    border-radius: var(--main-border-radius);
}
.earning-container .label{
	font-size: 12px;
	color: var(--light-text-color);
}
.earning-container .value{
	font-size: 18px;
	color: var(--main-text-color);
    font-family: Bahnschrift;
}
.earning-container .value #total_commission,
.earning-container .value #total_rebate,
.earning-container .value #total_rebate2{
	font-size: 120%;
    white-space: nowrap;
}

.earning-container .detail{
    line-height: 30px;
    align-items: baseline;
}


.earning-button-container button{
	margin: auto;
	border: 2px solid #ffffff00;
	box-shadow: 0 2px 4px #0007;
	background: var(--main-button-bg);
	border-radius: var(--main-border-radius);
    color: #42210b !important;
    text-shadow: 0px 0px #42210b !important;
	font-size: 16px;
	padding: 0 5px;
	height: 42px;
	line-height: 28px;
}

.earning-table{
	padding: 10px;
}
.rpt-filter .type-filter,
.rpt-filter .date-filter,
.earning-table .table-filter,
.rebate-table .table-filter{
	display: flex;
    align-items: center;
}
.rpt-filter .date-filter .to,
.rebate-table .table-filter .to{
    margin: 0px 10px;
    font-size: 14px;
    line-height: 32px;
	color: #feb175 !important;
}
.rpt-filter .type-filter .custom-filter-btn,
.rpt-filter .date-filter .custom-filter-btn,
.earning-table .table-filter .custom-filter-btn,
.rebate-table .table-filter .custom-filter-btn{
    display: flex;
    align-items: center;
    font-size: 12px;
	background: #8080804d !important;
	color: #feb175 !important;
	border-radius: var(--main-border-radius);
	margin-left: 6px;
	min-width: 115px;
}
.rpt-filter .type-filter .custom-filter-btn{
	min-width: unset;
    width: 85%;
}
.rpt-filter .type-filter .custom-filter-btn,
.rpt-filter .date-filter .custom-filter-btn{
    padding: 5px;
}
/* .rpt-filter .date-filter .custom-filter-btn,
.rebate-table .table-filter .custom-filter-btn{
    min-width: 150px;
}
.rpt-filter .date-filter .custom-filter-btn span,
.earning-table .table-filter .custom-filter-btn span,
.rebate-table .table-filter .custom-filter-btn span{
    margin-right: 10px;
} */
.rpt-filter .type-filter .custom-filter-btn img,
.rpt-filter .date-filter .custom-filter-btn img,
.earning-table .table-filter .custom-filter-btn img,
.rebate-table .table-filter .custom-filter-btn img{
	width: 32px;
 margin-right: 5px;
}
.rpt-filter .type-filter .custom-filter-btn img.filter-dropdown-icon,
.rpt-filter .date-filter .custom-filter-btn img.filter-dropdown-icon,
.earning-table .table-filter .custom-filter-btn img.filter-dropdown-icon,
.rebate-table .table-filter .custom-filter-btn img.filter-dropdown-icon{
	width: 30px;
	margin-left: auto;
}
.earning-table .table-content table,
.rebate-table .table-content table{
	text-align: center;
    width: 100%;
}
.earning-table .table-content th,
.earning-table .table-content td{
	padding: 5px 15px;
	width: 33.33%;
    font-size: 12px;
}
.rebate-table .table-content th,
.rebate-table .table-content td {
    font-size: 12px;
	padding: 5px 15px;
}
.rebate-table .table-content th:first-child,
.rebate-table .table-content td:first-child {
	width: 50%;
}

.earning-table .avatar-td{
	width: 32px;
	margin-right: 6px;
}
.earning-table .username-td{
	font-size: 12px;
	color: #fece00;
}    

.earning-table .user-td{
	display: flex;
    align-items: center;
}    

.earning-table table,
.rebate-table table {
  border-collapse: separate;
  border-spacing: 0 12px; /* è¡Œä¸Žè¡Œä¹‹é—´çš„é—´è· */
}

.earning-table thead tr,
.rebate-table thead tr {
  background: #8e50298a;
}
.earning-table tbody tr:nth-child(odd),
.rebate-table tbody tr:nth-child(odd) {
  background: #4d3823a4;
}

.earning-table tbody tr:nth-child(even),
.rebate-table tbody tr:nth-child(even) {
  background: #38291ca4; /* å¦ä¸€ç§é¢œè‰² */
}

.earning-table thead tr th:first-child,
.earning-table thead tr th:nth-child(2),
.rebate-table thead tr th:first-child {
	position: relative;
}
.earning-table thead tr th:first-child::after,
.earning-table thead tr th:nth-child(2)::after,
.rebate-table thead tr th:first-child::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);    
	width: 2.5px;
    height: 60%;
	background: #fefe;
}

.earning-table thead tr th:first-child,
.earning-table tbody tr td:first-child,
.rebate-table thead tr th:first-child,
.rebate-table tbody tr td:first-child {
  position: relative;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.earning-table thead tr th:last-child,
.earning-table tbody tr td:last-child,
.rebate-table thead tr th:last-child,
.rebate-table tbody tr td:last-child {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.rebate-modal .chip-type{
    display: flex;
    justify-content: space-around;
    margin-top: 10%;
    margin-bottom: 5%;
}
.rebate-modal .chip-type span{
	color: #cccccc;
}
.rebate-modal .chip-type span.active{
    color: #feb175 !important;
}

.withdrawbonus-modal .comm-title {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 3%;
    display: flex;
    flex-direction: column;
    line-height: 24px;
}
.withdrawbonus-modal .comm-title .label{
	font-size: 12px;
}
.withdrawbonus-modal .comm-title .value{
    font-size: 24px;
	color: var(--main-text-color);
    font-family: Bahnschrift;
}

.loader-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.result_div#loaderdiv{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* åˆå§‹é€æ˜Ž */
    z-index: 9999;
    display: flex; /* æ”¹æˆ flex æ–¹ä¾¿å±…ä¸­ */
    align-items: center;
    justify-content: center;
    /*opacity: 0;*/              /* åˆå§‹ä¸å¯è§ */
    pointer-events: none;    /* ä¸å¯ç‚¹å‡» */
    transition: opacity 0.3s ease, background 0.3s ease; /* è¿‡æ¸¡åŠ¨ç”» */
}
/* .result_div#loaderdiv.active {
    opacity: 1;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.5);
} */
.custom-loader {
	width: 100px;
	height: auto;
}
/* .custom-loader {
    width: 48px;
    height: 48px;
    border: 5px solid var(--main-text-color);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    display: grid;
} */

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
} 

/** gamereport.php */
.curr-select {
	width: 50%;
	border-radius: 3rem;
	position: relative;
}
.curr-select .curr-icon{
	width: 50px;
}
.curr-select .curr-change-icon{
	position: absolute;
	left: 19%;
	top: 10%;
	width: 36px;
}
.select-country-selection{
	left: 15%;
}
/* .rpt-section{
	width: 400px;
} */
.nodata-img{
    width: 15vh;
    margin: auto;
    margin-top: 50px;
}


.tutorial-item{
	border-radius: var(--main-border-radius);
	background: var(--wallet-brown-bg);
	padding: 10px;
	display: flex;
}
.tutorial-item iframe{
	border-radius: var(--main-border-radius);
}
.tutorial-detail h5{
	font-size: 13px;
}
.download-pdf,
.open-video,
.share-video{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.open-video img,
.download-pdf img,
.share-video img{
	width: 64px;
}
.open-video span{
	color: var(--light-text-color);
	font-size: 12px;
}
.download-pdf span,
.share-video span{
	color: var(--main-text-color);
	font-size: 12px;
}
#videoContainer iframe{
	height: 280px !important;
}

.leaderboard-rules{
    width: 100%;
    text-align: right;
}
.leaderboard-rules span{
	margin-right: 5px;
    border: 1px solid;
    border-radius: 1rem;
    padding: 5px 10px;
}




.leaderboard-page .winner-container{
	background: unset;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded{
	height: 100%;
}

@keyframes ios-shake {
  0%   { transform: translateX(0); }
  15%  { transform: translateX(-8px); }
  30%  { transform: translateX(8px); }
  45%  { transform: translateX(-6px); }
  60%  { transform: translateX(6px); }
  75%  { transform: translateX(-4px); }
  90%  { transform: translateX(4px); }
  100% { transform: translateX(0); }
}


.input-shake {
  animation: ios-shake 0.4s ease-in-out;
}

@media (max-width: 420px) {
  .leftnav-vip{
    width: 95%; 
  }
  .leftnav-vip .member-detail .username{
    font-size: 12px;
  }
  .leftnav-vip .member-detail .playerid{
    font-size: 8px;
  }
  .vip-progress-section{
    background-size: 100% 83px !important;
    width: 100% !important;
  }
}

@media (max-width: 350px) {
  html {
    font-size: 85%;
  }

  /** Profile */
  .profilePic-modal .profilePic-content{
    background-size: 100% 600px !important;
    max-width: 100% !important;
  }
  /*.site-login-section .team-search,  .invite-modal .download-btn,*/
   .site-login-section .invite-now-btn, .site-login-section .btn-main, .site-login-section .btn-login, .site-login-section .btn-scan{
    min-width: 100% !important;
  }

  .vip-badge img{
    margin-bottom: 10px;
    max-width: 40px;
  }
  .invite-modal .qrcode{
	transform: scale(0.8) translateX(-5%)  translateY(-11%);
  }
  .birthday-modal .birthday-content, .addbank-notification-modal .addbank-content, .addbank-modal .addbank-content, .announcement-modal .m-content, .rebate-modal .m-content, .withdrawbonus-modal .m-content{
    max-width: 100% !important;
    background-size: 100% !important;
  }
  .rpt-filter .type-filter .custom-filter-btn, .rpt-filter .date-filter .custom-filter-btn, .earning-table .table-filter .custom-filter-btn, .rebate-table .table-filter .custom-filter-btn{
	font-size: 10px;
  }
}
.game-img-wrapper {
	position: relative;
}
.popular-slideshow.owl-carousel .slideshow-item .slideshow-image img, 
.gamelist-slideshow.owl-carousel .slideshow-item .slideshow-image img,
.game-img-wrapper img.game-img{
	width: 120px;
	height: 120px;
    object-fit: cover !important;
}

@media screen and  (min-width: 850px) {
	.game-img-wrapper img.game-img{
		width: 100%;
		height: 100%;
		object-fit: cover !important;
	}
}

.fav-icon {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 25px;
	height: 25px;
	padding: 3px;
	background: #a5a5a5a1;
}
img.bonus-wallet-icon{
    position: absolute;
    z-index: 9999;
    top: 2px;
    right: 2px;
    width: 35px;
    height: 35px;
    padding: 3px;
    animation: glowing 3s infinite;
}
.withdraw-content h1, .deposit-content h1 {
 display: block;
 width: 100%;
}
.full-width {
 width: 100%;
}
.select-country-item.active {
 background-color: #81492b;
}
.select-country-item.active span {
 color: #ffffff;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
 border-radius: .65rem;
}


.loading-spinner {
  width: 20px;
  height: 20px;
  border: 3px solid #ddd;
  border-top: 3px solid transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin: auto;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
.icon2-home {
    background-image: url(../images/v2/icon/home.png?v=20260606);
}