:root{
	--color-orange:#FF6622;
	--color-jade:#008E85;
}

a{
	color:var(--color-theme);
	transition:all ease .3s;
}
a:hover{
	color:var(--color-secondary);
	opacity:.65;
	text-decoration:none;
}
:focus{
	outline:none;
}
::placeholder{
	color:#888;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: all 5000s ease-in-out 0s;
    transition-property: background-color, color;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*** Text Color ***/
.text-orange{
	color:var(--color-orange);
}
.text-jade{
	color:var(--color-jade);
}

/*** style start ***/
/*** Login ***/
.login-bg{
	position:relative;
	background:#fff;
	height:100%;
}
.login-bg:before{
	content:'';
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:linear-gradient(135deg, #f9c06ef2, #c03c88 58%, #755BA2);
	width:100%;
	height:100%;
	opacity:.25;
}
.main-content-wrapper{
	max-width:486px;
	height:100vh;
	margin:0 auto;
	position:relative;
	/* overflow:auto; */
}
.main-content-wrapper.main-login-wrapper{
	height: 100%;

}
.welcome-header-wrapper{
	padding:30pt 20pt;
	display:flex;
	justify-content:space-between;
	align-items:end;
	width:100%;
	position:relative;
	overflow:hidden;
}
.pattern01, .pattern02, .pattern03{
	position:absolute;
}
.pattern01{
	top:0;
	right:20%;
}
.pattern02{
	top:20%;
	right:0;
}
.pattern03{
	bottom:-60%;
}
.welcome-slogan{
	font-size:16pt;
	font-family: "Rajdhani", sans-serif;
	font-weight:500;
	color:#2B2B2B;
	position:relative;
}
.welcome-slogan span{
	display:block;
	font-weight:bold;
}
.welcome-header-logo{
	max-width:120px;
}
.form-card-wrapper{
	width: 100%;
    height:auto;
	background:rgba(255,255,255,.85);
	border-radius:20px 20px;
}
.form-card-wrapper-inner{
	padding:20pt;
}
.form-card-wrapper-inner label{
	font-weight:600;
}
.form-card-input-field{
	display:block;
	width:100%;
	padding:10pt 0;
	border:none;
	border-bottom:1px solid #CBCBCB;
	background:transparent;
}
.form-card-input-field:focus{
	outline:none;	
}
.form-card-input-field::placeholder{
	color:#8F8F8F;
}
.form-card-input-field[readonly]::placeholder{
	color:#000;
}
.input-captcha-grid{
	width:100%;
}
.captcha-box{
	background:#D9D9D9;
	width:30%;
	height:42px;
}
.input-captcha{
	height:42px;
	width:70%;
	border:0;
	padding:0 15pt;
}
.bottom-choose-lang{
	width:100%;
	display:flex;
	justify-content:space-between;
}
.bottom-choose-lang a{
	color:#989898;
	font-weight:600;
	font-size:14px;
	display:flex;
	align-items:center;
}
.bottom-choose-lang a.active{
	color:#444;
}
.app-download-logo{
	max-width:165px;
}
.download-apk-now{
	width:50%;
	padding:15px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff;
	border-radius:15pt;
	font-size:14px;
	font-weight:600;
	gap:10px;
	transition:all ease .3s;
	cursor:pointer;
	position:relative;
}
.download-apk-now:hover{
	background:#ffe6ec;
}
.icon-download-now-cloud{
	width:22px;
	position:absolute;
	top:10px;
	left:10px;
}
/*** SignUp ***/
.tips-text{
	font-size:14px;
	color:#2688FB;
}
.select-country-input-field{
	height:55px;
	padding: 10pt 0;
	border:0;
	border-bottom:1px solid #CBCBCB;
	border-radius:0;
}
.select-country-input-field:focus, .select-country-input-field:active, .select-country-input-field:hover{
	outline:0;
}
/*** Dashboard ***/
.dashboard-header-wrapper{
	background:linear-gradient(45deg, #BE3BCD, #5A83FF 50%, #DBE0FF );
	padding: 50pt 15pt;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.vm-wording{
	position:absolute;
	bottom:30px;
	right:10%;
}
.dashboard-header-left{
	color:#fff;
	padding-left:20px;
}
.dashboard-header-left h2{
	color:#fff;
	font-size: 24pt;
}
.purchase-button{
	padding:10px 15pt;
	border-radius:35px;
	border:1px solid #b487ed;
	background:linear-gradient(135deg, #B78AFF, #FFF7E1, #B78AFF);
	display:block;
	text-align:center;
	font-weight:600;
	color:#2B2B2B;
}
.purchase-button:hover{
	color:#444;
}
.dashboard-header-right img{
	max-width:200px;
}
.inner-wrapper{
	padding:20pt;
	padding-bottom:120px !important;
	position:relative;
	/*height:100vh;
	overflow:auto;*/
}
.inner-dashboard-wrapper{
	padding-bottom:120px !important;
	height:auto;
	overflow:visible;
}
.dashboard-card-first-col{
	margin-bottom:20pt;
	padding:15pt;
	margin-top:-70px;
	background:#fff;
	border-radius:20px;
	box-shadow:0 0 15px rgba(100,100,100,.15);
}
.countdown {
	display: flex;
	justify-content:space-between;
	align-items:center;
	font-size:14px;
	padding-top:15pt;
	border-radius: 10px;
}
.countdown div {
	margin: 0 5px;
	padding: 10px;
	background: #f5f5f5;
	border-radius: 5px;
	border:1px solid #ededed;
	min-width:45px;
	max-width:45px;
	text-align:center;
}
.urgent div{
	border:1px solid #d00;
	background:#ff4747;
	color: white;
	animation-name: alert-bg;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}
@keyframes alert-bg {
	0%{box-shadow:0 0 15px rgb(251 0 0 / 100%);}
	25%{box-shadow:0 0 25px rgb(251 0 0 / 50%);}
	50%{box-shadow:0 0 15px rgb(251 0 0 / 100%);}
	75%{box-shadow:0 0 25px rgb(251 0 0 / 50%);}
	100%{box-shadow:0 0 15px rgb(251 0 0 / 100%);}
}

.dashboard-card-col{
	margin-bottom:20pt;
	padding:15pt;
	background:#fff;
	border-radius:20px;
	box-shadow:0 0 15px rgba(100,100,100,.15);
}
.dashboard-card-col ul{
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	position:relative;
}
.dashboard-card-col ul:before{
	content:'';
	position:absolute;
	top:50%;
	right:50%;
	width:96%;
	height:1px;
	background:#ddd;
	transform: translate(50%, 0px);
}
.dashboard-card-col ul:after{
	content:'';
	position:absolute;
	top:50%;
	right:52%;
	width:1px;
	height:96%;
	background:#ddd;
	transform: translate(0px, -50%);
}
.dashboard-card-col li{
	width:50%;
	height:60px;
	list-style:none;
}
.dashboard-card-col-detail{
	font-size:10pt;
}
.dashboard-card-col-detail h4{
	font-size:20pt;
	font-weight:bold;
	margin-bottom:0;
	color:#222;
	line-height:normal;
	display:block;
}
.bullet-dot{
	width:8px;
	height:8px;
	border-radius:50%;
	background:#cdcdcd;
	display:inline-block;
}
.bullet-dot01{
	background:#FF6622;
}
.bullet-dot02{
	background:#C12D3A;
}
.bullet-dot03{
	background:#92F089;
}
.bullet-dot04{
	background:#86C5FF;
}
.content-row-title{
	margin-bottom:10pt;
	padding-left:10px;
	position:relative;
	font-weight:700;
	color:var(--color-theme);
}
.content-row-title:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:3px;
	height:100%;
	border-radius:5px;
	background:var(--color-theme);
}
.content-row-card{
	border:1px solid #ddd;
	border-radius:5pt;
}
.content-row-card-body{
	padding:10pt;
}
.gotick-point-release{
	font-weight:600;
}
.read-more{
	display:flex;
	align-items:center;
	font-size:12px;
	font-weight:normal;
}
.news-anno-grid ul{
	margin:0;
	padding:0;
}
.news-anno-grid li{
	list-style:none;	
}
.news-anno-card{
	margin-bottom:15px;
}
.news-anno-card-header{
	display:flex;
	justify-content:space-between;
	padding-bottom:10px;
}
.news-anno-title{
	font-weight:600;
	font-size:14px;
}
.news-anno-date{
	font-size:12px;
	color:var(--color-theme);
}
.news-anno-card-content p{
	font-size:14px;
	text-align:justify;
	color:#555;
}
.inner-footer{
	width:100%;
	background:#fff;
	border-top:1px solid #ddd;
	position:fixed;
	bottom:0;
	left:0;
	z-index:1;
}
.inner-footer-wrapper{
	padding:15pt 0;
	max-width:486px;
	margin:0 auto;
}
.inner-footer-wrapper ul{
	margin:0;
	padding:0;
	display:flex;
	gap:5px;
}
.inner-footer-wrapper li{
	list-style:none;
	width:25%;
	text-align:center;
}
.inner-footer-wrapper li a{
	color:#7A7A7A;
}
.inner-footer-wrapper li a.active{
	color:var(--color-theme);
}
.inner-footer-wrapper li img{
	display:block;
	margin:0 auto 5pt;
	width:30px;
	height:30px;
}
/*** Network ***/
.inner-header-wrapper{
	max-width: 486px;
	margin:0 auto;
	padding:50pt 15pt;
	padding-top:20pt;
	width: 100%;
	min-height:265px;
    position: relative;
    overflow: hidden;
}
.inner-header-wrapper:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;    
    width: 100%;
    height: 100%;
    opacity: .25;
}
.inner-header-wrapper.inner-header-community:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #f9c06ef2, #c03c88 58%, #755BA2);
    width: 100%;
    height: 100%;
    opacity: .25;
}
.inner-header-title{
	position:relative;
	text-align:center;
	color:#000;
	margin-bottom:20pt;
	min-height:36px;
}
.inner-header-title h3{
	margin-bottom:0;
	color:#000;
	font-size:14pt;
	position:absolute;
	left:50%;
	transform:translate(-50%, 0);
}
.back-previous-page a{
	display:block;
	padding:0 5pt;
	color:#000;
	transition:all ease .3s;
}
.back-previous-page a:hover{
	color:#888;
}
.network-user-detail{
	margin:15pt 0;
	display:flex;
	justify-content:space-between;
	position:relative;
}
.network-user-id{
	display:block;
	font-size:14pt;
	font-weight:bold;
	margin-bottom:5px;
}
.network-user-grade-grid{
	display:flex;
	align-items:center;
	gap:5px;
}
.network-user-level{
	font-size:36px;
	font-weight:bold;
	line-height:normal;
	padding-right:6px;
}
.network-share-hold{
	display:flex;
	align-items:center;
	padding:3pt;
	background:rgba(255,255,255,.5);
	border:2px solid #fff;
	border-radius:10px;
	font-size:12px;
}
.network-share-circle{
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	padding-top:4px;
    padding-left:4px;
}
.network-share-circle img{
	width:20px;
	height:20px;
}
.tap2-hold-grid{
	display:flex;
	align-items:center;
	padding:5px 10px;
	border-radius:35px;
	border:1px solid #AB85FF;
	background:#d9cafb;
	font-size:12px;
	min-width:136px;
}
.tap2-hold-grid a{
	color:#9c70fd;
}
.tap2-hold-logo{
	width:100%;
	max-width:26px;
}

/*** Circle progress bar ***/
.circle-progress {
	width:30px;
	height:30px;
	line-height: 150px;
	background: none;
	margin: 0 auto;
	box-shadow: none;
	position: relative;
}
.circle-progress:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 3px solid #FFB8BF;
	position: absolute;
	top: 0;
	left: 0;
}
.circle-progress > span {
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}
.circle-progress .circle-progress-left {
	left: 0;
}
.circle-progress .circle-progress-bar {
	width: 100%;
	height: 100%;
	background: none;
	border-width: 3px;
	border-style: solid;
	position: absolute;
	top: 0;
	border-color: #BA2232;
}
.circle-progress .circle-progress-left .circle-progress-bar {
	left: 100%;
	border-top-right-radius: 75px;
	border-bottom-right-radius: 75px;
	border-left: 0;
	-webkit-transform-origin: center left;
	transform-origin: center left;
}
.circle-progress .circle-progress-right {
	right: 0;
}
.circle-progress .circle-progress-right .circle-progress-bar {
	left: -100%;
	border-top-left-radius: 75px;
	border-bottom-left-radius: 75px;
	border-right: 0;
	-webkit-transform-origin: center right;
	transform-origin: center right;
}
.circle-progress .circle-progress-value {
	display: flex;
	border-radius: 50%;
	font-size: 36px;
	text-align: center;
	line-height: 20px;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-weight: 300;
}
.circle-progress .circle-progress-value div {
	margin-top: 10px;
}
.circle-progress .circle-progress-value span {
	font-size: 12px;
	text-transform: uppercase;
}

/* This for loop creates the necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.circle-progress[data-percentage="10"] .circle-progress-right .circle-progress-bar {
	animation: loading-1 0.5s linear forwards;
}
.circle-progress[data-percentage="10"] .circle-progress-left .circle-progress-bar {
	animation: 0;
}

.circle-progress[data-percentage="20"] .circle-progress-right .circle-progress-bar {
	animation: loading-2 0.5s linear forwards;
}
.circle-progress[data-percentage="20"] .circle-progress-left .circle-progress-bar {
	animation: 0;
}

.circle-progress[data-percentage="30"] .circle-progress-right .circle-progress-bar {
	animation: loading-3 0.5s linear forwards;
}
.circle-progress[data-percentage="30"] .circle-progress-left .circle-progress-bar {
	animation: 0;
}

.circle-progress[data-percentage="40"] .circle-progress-right .circle-progress-bar {
	animation: loading-4 0.5s linear forwards;
}
.circle-progress[data-percentage="40"] .circle-progress-left .circle-progress-bar {
	animation: 0;
}

.circle-progress[data-percentage="50"] .circle-progress-right .circle-progress-bar {
	animation: loading-5 0.5s linear forwards;
}
.circle-progress[data-percentage="50"] .circle-progress-left .circle-progress-bar {
	animation: 0;
}

.circle-progress[data-percentage="60"] .circle-progress-right .circle-progress-bar {
	animation: loading-5 0.5s linear forwards;
}
.circle-progress[data-percentage="60"] .circle-progress-left .circle-progress-bar {
	animation: loading-1 0.5s linear forwards 0.5s;
}

.circle-progress[data-percentage="70"] .circle-progress-right .circle-progress-bar {
	animation: loading-5 0.5s linear forwards;
}
.circle-progress[data-percentage="70"] .circle-progress-left .circle-progress-bar {
	animation: loading-2 0.5s linear forwards 0.5s;
}

.circle-progress[data-percentage="80"] .circle-progress-right .circle-progress-bar {
	animation: loading-5 0.5s linear forwards;
}
.circle-progress[data-percentage="80"] .circle-progress-left .circle-progress-bar {
	animation: loading-3 0.5s linear forwards 0.5s;
}

.circle-progress[data-percentage="90"] .circle-progress-right .circle-progress-bar {
	animation: loading-5 0.5s linear forwards;
}
.circle-progress[data-percentage="90"] .circle-progress-left .circle-progress-bar {
	animation: loading-4 0.5s linear forwards 0.5s;
}

.circle-progress[data-percentage="100"] .circle-progress-right .circle-progress-bar {
	animation: loading-5 0.5s linear forwards;
}
.circle-progress[data-percentage="100"] .circle-progress-left .circle-progress-bar {
	animation: loading-5 0.5s linear forwards 0.5s;
}

@keyframes loading-1 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(36);
		transform: rotate(36deg);
	}
}
@keyframes loading-2 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(72);
		transform: rotate(72deg);
	}
}
@keyframes loading-3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(108);
		transform: rotate(108deg);
	}
}
@keyframes loading-4 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(144);
		transform: rotate(144deg);
	}
}
@keyframes loading-5 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(180);
		transform: rotate(180deg);
	}
}
.circle-progress {
	margin-bottom:0;
}
/*** End Circle progress bar ***/

.network-user-invited{
	display:flex;
	flex-direction:column;
	align-items:center;
	text-align:center;
	font-size:14px;
	color:#666;
	padding-top:15px;
}
.invitation-qrcode{
	max-width:45px;
	display:block;
	margin-bottom:5px;
}
.network-count-card{
	width:50%;
	padding:10px;
	margin-bottom:10px;
	background:#fff;
	box-shadow:0 0 5px rgba(100,100,100,.15);
}
.network-count-card-title{
	font-size:12px;
}
.network-count-card-amount{
	font-size:16pt;
	font-weight:bold;
	font-family: "Rajdhani", sans-serif;
}
.inner-wrapper-search-network{
	margin: 0 auto;
	margin-top:-50pt;
	padding:20pt;
	padding-bottom:120px !important;
	border-radius:30pt 30pt 0 0;
	background:#fff;
	min-height:500px;
	max-width: 486px;
}
.inner-wrapper-title{
	color:#000;
	font-weight:600;
	margin-bottom:15pt;
}
.search-network{
	position:relative;
}
.form-search-x2{
	display: block;
    width: 100%;
	border:none;
	border-radius:30px;
	background:#F1F1F1;
	padding: .375rem .75rem;
	padding-left:30pt;	
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
	height: calc(1.5em + 1.2rem + 2px);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-search-x2:focus{
	background:#fff;
	box-shadow:0 0 10px rgba(100,100,100,.15);
}
.search-network-icon{
	color:#797979;
	position:absolute;
	left:6px;
	top:20px;
    transform: translate(10px, -5px);
}
.btn-search-network{
	position:absolute;
	top:4px;
	right:10px;
	color:var(--color-theme);
}
.network-group-grid{
	margin:10px 0;
	padding:10pt;
	border:1px solid #C7C7C7;
	border-radius:10px;
	position:relative;
}
.network-lv{
	color:#2D2D2D;
	width:100%;
	display:block;
	padding-right:20pt;
	position:relative;
	transition:all ease .3s ;
	padding-bottom:10px;
	border-bottom:1px solid #ececec;
}
.network-lv[aria-expanded="false"]:before{
	content:'+';
	position:absolute;
	top:0;
	right:0;
	display:block;
	transition:all ease .3s ;
}
.network-lv[aria-expanded="true"]:before{
	content:'-';
	position:absolute;
	top:0;
	right:0;
	display:block;
	transition:all ease .3s ;
}
.network-user-card{
	display:flex;
	align-items:center;
	width:100%;
	font-size:14px;
	padding:10px;
	padding-right:15px;
	position:relative;
}
.network-user-card:before{
	content:'';
	position:absolute;
	top:-20px;
	left:20px;
	width:1px;
	height:60px;
	border-left:1px dotted #888;
}
.network-user-card + .network-user-card{
	margin-top:10px;
}
.network-user-card + .network-user-card:last-child{
	margin-bottom:10px;
}
.network-user-card.no-placement:before{
	display:none;
}
.nuc-01{
	width:40%;
}
.nuc-01-title{
	font-weight:700;
	padding: 7px;
	background:#fff;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    display: inline-block;
	position:relative;
}
.nuc-01-id{
	color:#888;
}
.nuc-02{
	text-align:right;
	color:#000;
	padding-right:15px;
}
.nuc-02-level{
	font-weight:700;
}
.nuc-03{
	text-align:right;
	color:#000;
}
.nuc-03-amount{
	font-weight:700;
}
.network-lv-collapse{
	padding:10pt 0;
}
.toggleDivNow{
	opacity: 0;		
	max-height: 0;
	/*overflow: hidden;
	transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;*/
	transition: opacity 0.3s ease-in-out;
	position:relative;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}
.toggleDivNow:last-child{
	border-bottom:0;
}
.hidden{
	display: none;
}
.visible{
	opacity: 1;
	height:100%;
	max-height: none; /* Adjust as needed */
}
.toggleLink{
	display:block;
	margin: 0px 0 0px;
	padding-bottom:10px;
	cursor: pointer;
	color:#000;
	position:relative;
	border-bottom:1px solid #ccc;
	transition:all ease .3s;
}
.toggleLink:before{
	content:'+';
	position:absolute;
	top:50%;
	right:0;
	transform:translate(0,-60%);
	transaction:all ease .3s;
}

.toggleLink:focus{
	background:#FFEBEE;
}
.toggleLink:focus + .toggleDivNow{
	background:#f9e1e5;
}
.toggleLink.active{
	color:#222; /* Change to desired active link style */
}
.toggleLink.active:before{
	content:'-';
}
.toggleLink.active + .toggleDivNow{
	padding-left:5pt;
}
.toggleLink.first-row{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:0;
}
.toggleLink.first-row + .toggleDivNow{
	/*padding-top:10px;
	margin-top:10px;*/
	border-top:1px solid #ccc;
}
.toggleLink.first-row .network-user-card{
	padding-bottom:20px;
}
.first-row .network-user-card:before{
	display:none;
}
.sales-booster-grid{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:10px;
	background:linear-gradient(135deg, #ffefd7f2 40%, #ffe0f2 59%, #cfbeed);
	border-radius:10px;
	font-size:14px;
}
.sales-booster-grid-content{
	font-size:14px;
	color:#777;
	text-align:right;
}
.sales-booster-grid-content span{
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#000;
}

/*** Network/sales ***/
.small-group-sales{
	width:46.66%;
	padding:10px;
	background:linear-gradient(45deg, #812BEF,#C496FF);
	border-radius:10px;
}
.small-group-sales h4{
	color:#fff;
	font-weight:bold;
	margin-bottom:0;
}
.small-group-sales-title{
	font-size:12px;
	color:#fff;
}
.community-sales{
	width:46.66%;
	padding:10px;
	background:linear-gradient(45deg, #FFB890,#FF6914);
	border-radius:10px;	
}
.community-sales h4{
	color:#fff;
	font-weight:bold;
	margin-bottom:0;
}
.community-sales-title{
	font-size:12px;
	color:#fff;	
}
.small-group-hit{
	width:50%;	
	border-radius:6px;
	border:1px solid #FE5206;
	padding:10px;
	text-align:center;
}
.small-group-hit h4{
	font-size:14px;
	color:#000;
	margin-bottom:0;
}
.small-group-hit-amount{
	font-weight:bold;
	font-size:12pt;
	color:#FE5206;
	margin-bottom:5px;
}
.small-group-hit-amount span{
	font-size:20pt;
}
.sharehold-quantity-hit{
	width:50%;	
	border-radius:6px;
	border:1px solid #BA2231;
	padding:10px;
	text-align:center;	
}
.sharehold-quantity-hit h4{
	font-size:14px;
	color:#000;
	margin-bottom:0;
}
.sharehold-quantity-hit-amount{
	font-weight:bold;
	font-size:12pt;
	color:#BA2231;
	margin-bottom:5px;	
}
.sharehold-quantity-hit-amount span{
	font-size:20pt;	
}

/*** Wallet - member wallet***/
.inner-wallet-wrapper{
	padding:10pt;
}
.member-wallet-card{
	margin-bottom:15pt;	
	width:100%;
	min-height:150px;
	border-radius:15pt;
	background:#efefef;
	position:relative;
	display:flex;
	align-items:center;
}
.member-wallet-card a{
	width:100%;
	height:100%;
	padding:20pt;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.member-wallet-card:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/vm-wording.png) no-repeat;
	background-size:auto;
	background-position:80% bottom;
}
.wallet-vmile-member{
	background:linear-gradient(90deg, #BE3BD1, #5A83FF, #DBE0FF);
}
.wallet-gotick-points{
	background:linear-gradient(90deg, #FF6622, #FAB355, #FFE1BA);
}
.wallet-tap-token{
	background:linear-gradient(90deg, #8B5CF6, #E5D9FF);
}
.wallet-feiyang-share{
	background:linear-gradient(90deg, #CB2231, #FFDECB);
}
.wallet-usd{
	background:linear-gradient(90deg, #00AFA5, #D8FFCB);
}
.wallet-tap2{
	background:linear-gradient(89deg, #22175b, #5535a3 25%, #8d66e5);
}
.wallet-vip-pool{
	background:linear-gradient(90deg, #655FA7, #FE708E, #FFDDAB);
}
.member-wallet-card-title{
	font-size:12pt;	
	color:#fff;
}
.member-wallet-card-amount{
	font-family: "Rajdhani", sans-serif;
	font-size:20pt;
	font-weight:bold;
	letter-spacing:1.2px;
	color:#fff;	
}
.member-wallet-card .mwc-left-panel{
	width:70%;
	position:relative;
}
.member-wallet-card .mwc-right-panel{
	width:30%;
	position:relative;
	text-align:center;
}
.member-wallet-card .mwc-right-panel img{
	max-width:100%;
}
/*** Wallet page - vmile wallet ***/
.member-card-frame{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:15pt;
	min-height:125px;
}
.wallet-vmile-bg:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:80%;
	background: linear-gradient(135deg, #D5DCFF, #5F87FF 58%, #B740D4);	
	opacity:.15;
}
.btn-submit{	
	border-radius:30pt;
	background:#aaa;
	text-align:center;
	color:#fff;
	transition:all ease .3s;
	position:relative;
	margin-bottom:20pt;
}
.btn-submit a{
	padding:10pt 20pt;
	color:#fff;
	font-size:13pt;
	letter-spacing:1px;
	display:block;
}
.btn-submit:hover{
	opacity:.8;
}
.btn-submit-outline{
	background:#fff;
	text-align:center;
	color:#AC48D9;
	transition:all ease .3s;
	position:relative;
}
.btn-submit-outline a{
	border:1px solid #AC48D9;	
	border-radius:30pt;
	padding:10pt 20pt;
	color:#AC48D9;
	font-size:13pt;
	letter-spacing:1px;
	display:block;
	transition:all ease .3s;
}
.btn-submit-outline a:hover{
	background-color:#AC48D9;
	color:#fff;
}
.btn-submit-outline.red-outline{
	color:#BA2231;
}
.btn-submit-outline.red-outline a{
	border:1px solid #BA2231;
	color:#BA2231;
}
.btn-submit-outline.red-outline a:hover{
	background-color:#BA2231;
	color:#fff;
}
.btn-submit-purple{
	background:#AC48D9;
}
.btn-submit-orange{
	background:#FF6622;
}
.btn-submit-red{
	background:#BA2231;
}
.btn-submit-blue{
	background:#2688FB;
}
.btn-submit-peach-orange{
	background:#E7574E;
}
.btn-submit-jade{
	background:var(--color-jade);
}
.notice-alert{
	background:#fcfcfc;
	border-radius:10pt;
	padding:10pt;
	box-shadow:10px 10px 15px rgba(0,0,0,.15);
	z-index: 1;
    position: relative;
    max-width: 91%;
    margin: 0 auto -20px;
    font-size: 10pt;
	font-weight:600;
	display:flex;
	align-items:center;
	gap:5px;
}
.success-notice-alert{
	color:#007443;
	background-color:#D4EDDA;
}
.history-list-wrapper{
	margin:0 auto;
	padding: 20pt;
    border-radius: 30pt 30pt 0 0;
    background: #fff;
    min-height: 500px;
    max-width: 486px;
	position:relative;
}
.history-list-grid{
	margin:20pt 0;
}
.history-list-grid ul{
	margin:0;
	padding:0;
}
.history-list-grid li{
	display:block;
	list-style:none;
	margin-bottom: 15pt;
    border-bottom: 1px solid #ddd;
}
.history-list-grid li:last-child{
	border-bottom:none;
}
.history-list-card{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom: 15pt;
}
.history-list-card a{
	display:flex;
	justify-content:space-between;
	align-items:center;
	width:100%;
	color:#000;
}
.history-list-detail{
	line-height:normal;
}
.history-date-time-created{
	font-size:10pt;
	color:#777;
}
.history-list-title{
	font-size:12pt;
	font-weight:600;
	line-height:24pt;
}
.transaction-order-id{
	font-size:10pt;
	color:#777;	
	letter-spacing:0.35px;
}
.transaction-history-amount{
	font-size:12pt;
	font-weight:500;
	text-align:right;
}
.transaction-history-amount span.crt{
	color:#0ED116;
}
.transaction-history-amount span.dbt{
	color:#888;
}
.transaction-status{
	font-size:10pt;
}
.action-badge{
	font-size:12px;
}
.pending{
	color:#FFA02E;
}
.successful{
	color:#0ED116;
}
.cancel, .rejected{
	color:var(--color-theme);
}
/*** Wallet page - purchase vmile card package ***/
.custom-alert{
	color:#F32828;
	font-size:10pt;
}
ul.listing{
	margin:0;
	padding:0;
}
ul.listing li{
	list-style:none;
}
ul.listing li ul{
	margin:0;
	margin-bottom:10px;
	padding:0;
	padding-left:20px;
}
ul.listing li ul.disc li{
	list-style:disc;
}
.custom-form-input-field{
	display:block;
	width:100%;
	padding:10pt 0;
	border:none;
	border-bottom:1px solid #CBCBCB;
	background:transparent;
}
.custom-form-input-field:focus{
	outline:none;
}
.custom-form-input-field::placeholder{
	color:#8F8F8F;
}
.custom-form-input-field[readonly]::placeholder{
	color:#000;
}
.subtile-label{
	display:flex;
	width:100%;
	padding:10pt;
	background:#eee;
	color:#000;
	font-weight:bold;
}
.confirm-detail-card{
	padding:1.25rem;
	min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
	position:relative;
	font-size:14px;
}
.wallet-address-div{
	width:40%;
	text-align:right;
	word-break:break-all;
}
.bottom-panel{
	margin:30pt 0;
}
		/*** virutal keyboar ***/

.keyboard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:0px;
    width:145px;
    margin: 0 auto;
    position: absolute;
    top:75px; /* Adjust based on input field position */
    right:0;
	z-index:1;
}
.key {
    padding:5pt;
    background-color: #ddd;
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
    user-select: none;
    font-size: 18px;
    transition: background-color 0.3s;
}
.key:hover {
    background-color: #bbb;
}
/*** Wallet page - view transaction history detail ***/
.transaction-grand-amount{
	text-align:center;
	font-size:20pt;
	padding:10pt 0;
	margin-bottom:20pt;
	font-weight:600;
}
.remark-text{
	margin-top:5pt;
	font-size:10pt;
	color:#999;
	display:flex;
	align-items:center;
	justify-content:center;
}
.transaction-grand-amount span.crt{
	color:#0ED116;
}
.transaction-grand-amount span.dbt{
	color:#0ED116;
}
.listing-grid{
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.listing-grid ul{
	margin:0;
	padding:0;
}
.listing-grid li{
	padding:15pt 10pt;
	display:flex;
	justify-content:space-between;
	list-style:none;
	border-bottom:1px solid #e7e7e7;
	font-size:10pt;
}
.listing-grid li:last-child{
	border-bottom:none;
}
.listing-grid li > div{
	width:60%;
	word-break: break-all;
}
.listing-grid li > div + div{
	width:40%;
	text-align:right;
}
/*** Wallet page - Gotick wallet ***/
.wallet-gotick-points-bg:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(135deg, #FFDEB3, #FF6622 58%);
    opacity: .15;
}
.user-earning-grid{
	margin:20pt 0;
	padding:10pt;
	background:#fff;
	border-radius:20pt;
	position:relative;
}
.user-earning-grid:before{
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	width:1px;
	height:60%;
	background:#ddd;
	transform: translate(0px, -50%);
}
.user-earning-grid ul{
	margin:0;
	padding:0;
	display:flex;
}
.user-earning-grid li{
	list-style:none;
	width:50%;
	text-align:center;
}
.earning-box-title{
	font-size:14px;
	font-weight:500;
	margin-bottom:5pt;
}
.today-earning-amount, .accumulative-earning-amount{
	font-size:14pt;
	font-weight:700;
}
.custom-modal .modal-content{
	border-radius:10pt;
	border:0;
}
.top-up-detail{
	font-size:12pt;
}
.top-up-detail h4{
	color:#000;
}
.top-up-wallet-address{
	font-size:10pt;
	color:#888;
	word-break:break-all;
}
.scan-qr-top-up{
	max-width:120px;
	margin:0 auto;
	display:block;
	padding:5pt;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,.15);
}
.transaction-filter{
	position:relative;
}
.check-calendar-link{
	position:relative;
}
.collapse-filter-calendar{
	position:absolute;
	top:25px;
	right:0px;
	width:250px;
	max-width:250px;
}
.collapse-filter-wrapper{
	padding:10pt;
	background:#fff;
	border-radius:10px;
	box-shadow:0 0 10px rgba(0,0,0,.15);
}
.day-filter{
	color:#777;
	font-size:14px;
	font-weight:500;
}
.day-filter a{
	display:block;
	padding:5pt 10pt;
	background:#E7E6E6;
	border-radius:10px;
	color:#555;
	transition:all ease .3s;
}
.day-filter a:hover{
	background:#ccc;
}
.custom-date-range{
	font-size:12px;
}
#startDate, #endDate{
	color:#FF6622;
	font-size:14px;
	font-weight:500;
	text-align:center;
	background:#FFEBD1;
	border:0;
	border-radius:10px;
}
.toggleDiv {
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	position:absolute;
	top:25px;
	right:0px;
	width:250px;
	height:auto;
	max-width:250px;
}
.hidden {
	display: none;
}
.visible {
	display: block;
	opacity:1;
}
/*** Wallet page - Feiyang share wallet ***/
.wallet-feiyang-share-bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 80%;
	background: linear-gradient(135deg, #FED9C7, #CB2231 58%);
	opacity: .15;
}
.feiyang-share-dashboard-grid{
	margin:20pt 0;
	position:relative;
}
.feiyang-share-dashboard-grid ul{
	margin:0;
	padding:0;
	display:flex;
	gap:10px;
}
.feiyang-share-dashboard-grid li{
	list-style:none;
	width:25%;
	text-align:center;
}
.feiyang-share-dashboard-grid li a{
	display:block;
	color:#000;
}
.fsdg-icon{
	width:50px;
	height:50px;
	background:rgba(0,0,0,.35);
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto 10px;
}
.fsdg-icon img{
	max-width:36px;
	transition:all ease .2s;
}
.feiyang-share-dashboard-grid li a:hover .fsdg-icon img{
	transform:rotateY(180deg);
}
.fsdg-icon-exchange{
	background:linear-gradient(180deg, #DAF1FF, #4ABEFF);
}
.fsdg-icon-withdrawal{
	background:linear-gradient(180deg, #FFFDD6, #FFCB67);
}
.fsdg-icon-transfer{
	background:linear-gradient(180deg, #F5FFFC, #7BF7BB);
}
.fsdg-icon-share-holding{
	background:linear-gradient(180deg, #FFDFD9, #F75252);
}
.fsdg-title{
	font-size:14px;
}
/*** Wallet page - Exchange Feiyang share ***/
.custom-select-form{
	display:block;
	width:100%;
	height:52px;
	padding:10pt 0;
	border:none;
	border-radius:0;
	border-bottom:1px solid #CBCBCB;	
}
.custom-select-form:focus{
	outline:none;
}
.custom-select-form::placeholder{
	color:#8F8F8F;
}
.custom-select-form[readonly]::placeholder{
	color:#000;
}
/*** Wallet page - Transfer Feiyang share ***/
.btn-right-check{
	padding:5pt;
	background:#efefef;
	border-radius:10px;
	position:absolute;
	top:50%;
	right:0;
	transform:translate(0, -50%);
}
/*** Wallet page - Share Holding share ***/
.table-listing{
	border:1px solid #666;	
	width: -webkit-fill-available;
}
.table-listing  th{
	padding:5pt;
	color:#000;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}
.table-listing tr td{
	padding:5pt;
	color:#000;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}
/*** Wallet page - VIP pool ***/
.wallet-vip-pool-bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, #FFD8AA, #F46F90 58%, #7261A5);
	opacity: .15;
}
/*** Wallet page - bonus detail ***/
.bonus-total-amount{
	text-align: center;
    font-size: 20pt;
    padding: 10pt 0;
    margin-bottom: 20pt;
    font-weight: 600;
}
.bonus-total-amount span.crt {
    color: #0ED116;
}
.bonus-list-grid ul{
	margin:0;
	padding:0;
}
.bonus-list-grid li{
	list-style:none;
	border-top:1px solid #ddd;
	padding-bottom:10px;
	padding-top:10px;
}
.default-table{
	width:100%;
}
.default-table tr td{
	padding:5px;
	font-size:14px;
}
.bonus-credit-amount{
	font-size:16px;
	font-weight:600;
	color: #0ED116;
}
.bonus-credit-amount a{
	color: #0ED116;
}
/*** Wallet page - USD wallet ***/
.wallet-usd-bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 80%;
	background: linear-gradient(135deg, #D5FECA, #01AFA5 58%);
	opacity: .15;
}
.usd-wallet-dashboard-grid{
	margin:20pt 0;
	position:relative;
}
.usd-wallet-dashboard-grid ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content:space-between;
	gap:10px;
}
.usd-wallet-dashboard-grid li{
	list-style:none;
	width:25%;
	text-align:center;
}
.usd-wallet-dashboard-grid li a{
	display:block;
	color:#000;
}
.usd-wallet-dashboard-grid li a:hover .fsdg-icon img{
	transform:rotateY(180deg);
}
.fsdg-icon-topup{
	background:linear-gradient(180deg, #EAFFDA, #CFF480);
}
.fsdg-icon-usdt{
	background:linear-gradient(180deg, #FFFDD6, #FFCB67);
}
.fsdg-icon-visa-card{
	background:linear-gradient(180deg, #D5E8FF, #2487FF);
}
.fsdg-icon-prelaunch-card{
	background:linear-gradient(180deg, #ffc6c7, #ff6166);
}
.fsdg-icon-withdrawal-to-tap2{
	background:linear-gradient(180deg, #8B5CF6, #E5D9FF);
}
/*** Setting - Profile ***/
.inner-wrapper-profile{
	padding-bottom:120px;
}
.user-profile-grid{
	padding:0pt;
	margin-bottom:15pt;
	position:relative;
	display:flex;
	justify-content:space-between;
}
.user-profile-name{
	font-weight:700;
	font-size:14pt;
	display:flex;
	align-items:center;
	gap:10px;
}
.label-qualified-member{
	padding:5px 10px;
	background:#E1EBFF;
	border-radius:15px;
	display:flex;
	align-items:center;
	gap:5px;
	font-size:12px;
}
.label-qualified-member img{
	max-width:30px;
}
.user-profile-id{
	font-size:10pt;
	color:#888;
}
.vmile-member-label{
	padding:6pt 15pt;
	border-radius:30px;
	background:linear-gradient(90deg, #BB3DD3, #5B82FE);
	color:#fff;
	font-size:10pt;
}
.add-mastercard-grid{
	display:flex;
	align-items:center;
	gap:15px;
	padding:10px 15px;
	background:#fff;
	border-radius:10px;
	box-shadow:0 0 15px rgba(200,200,200,.15);
}
.mastercard-img{
	max-width:65px;
}
.click-apply-mastercard{
	padding:10px 15px;
	background:#E6F0FF;
	border-radius:10px;
	display: flex;
    align-items: center;
}
.click-apply-mastercard a{
	display:flex;
	align-items:center;
	gap:5px;
	color:#237BFF;
}
.apply-mastercard-icon{
	width:32px;
}
.my-order-grid ul{
	margin:0;
	padding:0;
	display:flex;
	gap:10px;
}
.my-order-grid li{
	list-style:none;
	display:block;
	width:24.666%;
	text-align:center;
	font-size:14px;
}
.my-order-grid li a{
	color:#000;
	transition:all ease .3s;
}
.my-order-grid li a:hover{
	color:#999;
}
.my-order-grid-icon{
	margin-bottom:5px;
}
.view-diamond-partner{
	display:block;
	width:100%;
	margin-bottom:15pt;
	position:relative;
}
.view-diamond-partner a{
	display:flex;
	align-items:center;
	gap:10px;
	cursor:pointer;
	background:linear-gradient(90deg, #FFECC8, #FFDB97);
	padding:15px;
	border-radius:10px;
	color:#61482C;
}
.view-diamond-partner h4{
	color:#61482C;
	font-size:16px;
	font-weight:bold;
	margin-bottom:0;
}
.diamond-partner-icon{
	width:100%;
	max-width:26px;
}
/*** wallet/ prelaunch ***/
.prelaunch-tap-wrapper{
	background:linear-gradient(0deg,#101515,#302746 95%,#4A2B90);
}
.prelaunch-click{
	margin-bottom:15px;
	padding:10px 20px;
	background:linear-gradient(45deg, #7B42FE, #E0D2FF);
	border-radius:35px;
	display:flex;
	color:#fff;
	display:flex;
	align-items:center;
}
.prelaunch-click:hover{
	color:#eee;
}
.prelaunch-gird-01{
	width:100%;
	display:block;
}
.prelaunch-gird-01 img{
	width:320px;
	max-width:80%;
	display:block;
	margin:0 auto;
}
.prelaunch-gird-02{	
	padding:15px;
	border:1px solid #666;
	border-radius:15px;
	text-align:center;
	color:#aaa;
}
.prelaunch-grand-amount{
	font-size:22pt;
	font-weight:bold;
	color:#fff;
}
.prelaunch-estimated{
	font-size:22pt;
	font-weight:bold;
	color:#fff;
}
.prelaunch-grid-title{
	margin-bottom:10px;
}
.prelaunch-grid-03{
	margin:20px 0;
}
.prelaunch-grid-03 ul{
	margin:0;
	padding:0;
}
.prelaunch-grid-03 li{
	display:block;
	list-style:none;
	margin-bottom:10px;
}
.prelaunch-guide-link{
	display:flex;
	align-items:center;
	padding:10px;
	border:1px solid #666;
	border-radius:15px;
	color:#fff;
	cursor:pointer;
	background:transparent;
	width:100%;
	transition:all ease .3s;
}
.prelaunch-guide-link:hover{
	background:rgba(0,0,0,.15);
	border-color:#333;
}
.join-prelaunch-now{
	padding:15px;
	border-radius:8px;
	background:#8B5CF6;
	display:block;
	color:#fff;
	font-weight:600;
	text-align:center;
}

.sliding-div {
	padding:15pt;
	position: absolute;
	bottom:-100%;
	left: 0;
	width: 100%;
	height:80%;
	background-color: #000;
	border-radius:25px 25px 0 0;
	color: white;
	display: flex;
	align-items: center;
	flex-direction: column;
	transition: bottom 0.3s ease-in-out;
	box-shadow:0px -10px 10px rgb(224 224 224 / 50%);
}
.toggle-button {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 10px 20px;
	background-color: #007BFF;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.toggle-button:hover {
	background-color: #0056b3;
}
.close-button {
	padding: 5px 10px;
	background-color:transparent;
	color: white;
	font-size:16px;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-70%);
}
.close-button:hover {
	background-color:transparent;
}
.sliding-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	display: none;
}
.sliding-div-header{
	position:relative;
	width:100%;
	text-align:center;
	font-size:18px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #333;
}
.sliding-div-body{
	padding-bottom:60px;
}
.sliding-div-body,
.sliding-div-body p{
	color:#ccc;
	font-size:16px;
	overflow:auto;
}
.sliding-div-body ul{
	margin:0;
	padding:0;
}
.sliding-div-body li{
	list-style:none;
}
.prelaunch-grid-transfer h4{
	font-size:16px;
	color:#aaa;
	margin-bottom:10px;
}
.prelaunch-transfer-card{
	border:1px solid #555;
	border-radius:15px;
	padding:15px;
	margin-bottom:30px;
	display:flex;
	align-items:center;
	color:#fff;
}
.ptcl-title{
	color:#fff;
	font-size:1em;
	font-weight:600;
}
.ptcl-balance{
	color:#888;
}
.prelaunch-transfer-amount-block{
	max-width:50%;
}
.prelaunch-transfer-amount-input{
	width:100%;
	border:1px solid transparent;
	background:transparent;
	font-size:22px;
	text-align:right;
	color:#fff;
	transition:all ease .3s;
}
.prelaunch-transfer-amount-input:focus{
	background:#222;
	border:1px solid #555;
	box-shadow:0 0 5px rgba(255,255,255,.15);
}
@media(max-width:500px){
	.add-mastercard-grid{
		gap:5px;
		font-size:14px;
	}
	.mastercard-img{
		max-width:36px;
	}
	.click-apply-mastercard a{
		font-size:14px;
	}
	.apply-mastercard-icon{
		width:22px;
	}
}
.go-tick-voucher-label{
	padding:6pt 15pt;
	border-radius:30px;
	background:linear-gradient(90deg, #FF6622, #FAB355, #fdc883);
	color:#fff;
	font-size:10pt;
}
.custom-card{
	padding:15pt;
	background:#fff;
	border-radius:15px;
	box-shadow:0 0 15px rgba(200,200,200,.15);
}
.faq-grid-card{
	font-size:10pt;
	color:#000;
}
.faq-grid-card:hover{
	opacity:1;
	color:#777;
}
.setting-list-grid{
	margin:0;
	padding:0;
}
.setting-list-grid li{
	list-style:none;
	display:block;
	padding:15pt 0;
	border-bottom: 1px solid #e5e5e5;
}
.setting-list-grid li:last-child{
	border-bottom:none;
}
.setting-list-grid li a{
	display:flex;
	align-items:center;
	color:#000;
}
.setting-list-icon{
	margin-right:10pt;
}
/*** Setting - QR code ***/
.invitation-qr-bg:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #F9C06E, #C03C88 58%, #755BA2);
    width: 100%;
    height: 100%;
    opacity: .25;
}
.invitation-qrcode-card{
	margin:0 auto 20pt;
	padding:30pt 15pt;
	border-radius:20pt;
	max-width:300px;
	min-height:360px;
	/*background:linear-gradient(135deg, #FAC470, #DC4A68, #BE3F89, #635FA7);*/
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	position:relative;
}
.invitation-qrcode-card:before{
	content:'';
	position:absolute;
	bottom:0pt;
	right:0pt;
	width:100%;
	height:100%;
	/*background:url(../images/vm-wording.png) no-repeat;*/
	background:url(../images/invitation-card-bg.png) no-repeat;
	background-size:100%;
	background-position:center;
	opacity:1;
	display:none;
}
.invitation-card-bg{
	position:absolute;
	top:0;
	left:0;
}
.invitation-info{
	text-align:center;
	margin-bottom:30pt;
	position:relative;
}
.invitation-qr-img{
	width:165px;
	max-width:165px;
	background:#fff;
	border-radius:10px;
	padding:10pt;
	margin-bottom:10pt;
	box-shadow:0 0 10px rgba(0,0,0,.15);
}
.invitation-user-name{
	font-size:20pt;
	font-weight:600;
	color:#fff;
	text-align:center;
}
.invitation-user-id{
	font-size:12pt;
	color:#fff;
	position:relative;
}
.invitation-user-id a{
	color:#fff;
}
.scan-qrcode-slogan{
	color:rgba(255,255,255,.65);
	margin-top:auto;
	position:relative;
}
.copy-save-icon{
	padding:10px;
	width:52px;
	height:52px;
	margin:auto;
	margin-bottom:10pt;
	background:#efefef;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.copy-save-qr{
	text-align:center;
	color:#676767;
}
/*** Setting - FAQ ***/
.faq-title{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:5px;
}
.faq-title h3{
	margin-bottom:0;
	background:linear-gradient(to left, #FFCD88, #FF676C,#7036E0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.icon-question-mark-shape{
	max-width:60px;
}
.search-form{
	position:relative;
}
.search-form-icon{
    color: #797979;
    position: absolute;
    left: 6px;
    top: 20px;
    transform: translate(10px, -5px);
}
.btn-search-form{
	background:var(--color-theme);
    position: absolute;
    top: 4px;
    right: 10px;
    color:#fff;
	border-radius:20pt;
}
.btn-search-form:hover{
	color:#fff;
	background:var(--color-secondary);
}
.faq-list-card{
	background:#fff;
	border-radius:15px;
	box-shadow:0 0 10px rgba(200,200,200,.5);
	padding:15pt;
	margin-bottom:15pt;
}
.faq-list-card-header a{
	display:flex;
	align-items:center;
	margin-bottom:10pt;
	color:#000;
}
.faq-list-card-title{
	width:80%;
	font-weight:700;
}
.faq-list-card-body p{
	font-size:10pt;
}
/*** Setting - Contact ***/
.default-card{
	background:#fff;
	border-radius:15px;
	box-shadow:0 0 10px rgba(200,200,200,.35);
}
.default-card-body{
	padding:15pt;
}
/*** Setting - switch account ***/
.switch-acc-wrapper{
	max-width: 486px;
    position: relative;
}
.switch-acc-wrapper ul{
	margin:0;
	padding:0;
}
.switch-acc-wrapper li{
	display:block;
	list-style:none;
	background:#fff;
	border-radius:10px;
	box-shadow:0 0 10px rgba(0,0,0,.15);
	margin-bottom:10pt;
	padding:10pt;
}
.switch-acc-card{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.switch-acc-name{
	font-size:14px;
	font-weight:600;
}
.switch-acc-select{
	display:flex;
	align-items:center;
	background:#f7f7f7;	
}
.btn-unbind{
	padding:5px 10pt;
	border:0;
	border-radius:6px 0 0 6px;
	background:#ccc;
}
a.btn-switch{
	padding:5px 10pt;
	border-radius:0 6px 6px 0;
	background:var(--color-jade);
	color:#fff;
}
/*** Inject ***/
.link-view-more{
	font-size:12px;
	margin-bottom:5pt;
	padding-right:30px;
	display:inline-block;
	position:relative;
}

.link-view-more[aria-expanded="true"] i{
	transform:rotate(180deg);
}
#alert-info {
  font-size: 14px;
  line-height: 1.5;
}
#alert-info div.collapse:not(.show) {
    height:128px !important;
    overflow: hidden;  
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;  
	transition:none;
	animation:none;
}
#alert-info div.collapsing {
    min-height:128px !important;
}
#alert-info a.collapsed:after  {
    content: '';
}
#alert-info a:not(.collapsed) i {
	transform:rotate(180deg);
}
.unit-convert-box{
	background:#F0EAE0;
	border-radius:10px;
	padding:10px;
	font-size:14px;
}
.available-unit-convert{
	color:#555;
	font-weight:700;
	margin-bottom:10pt;
}
.available-unit-convert span{
	color:var(--color-theme);
}
.convert-grid-01, .convert-grid-03{
	padding:5pt;
	background:#fff;
	border-radius:5px;
	display:flex;
	justify-content:space-between;
}
.convert-grid-03{
	margin-top:-10px;
}
.convert-grid-02{
	display:flex;
	justify-content:center;
}
.convert-times{
	width:45px;
	height:45px;
	background:#F0EAE0;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:14px;
	color:var(--color-theme);
	margin-top:-10px;
}
.convert-times span{
	font-size:20px;
	font-weight:bold;
}
/*** tap tap login ***/
.taptap-login-wrapper{
	background:#101515;
}
.connect-taptap-grid{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content: space-around;
	padding:30pt;
	height:100%;
}
.connect-taptap-img{
	width:100%;
	max-width:70%;
}
.connect-taptap-content{
	text-align:center;
	color:#fff;
}
.connect-taptap-now{
	display:flex;
	align-items:center;
	justify-content:center;
	padding:15px 30px;
	border-radius:35px;
	background:#8B5CF6;
	color:#fff;
	transition:all ease .3s;
}
.connect-taptap-now:hover{
	color:#eee;
}
.connect-taptap-now span{
	transition:all ease .3s;
}
.connect-taptap-now:hover span{
	padding-right:15px;
}
.connect-taptap-logo{
	width:100%;
	max-width:125px;
	display:block;
	margin:30pt auto 0;
	text-align:center;
}
/*** taptap index ***/
.taptap-billboard{
	background: rgba(0, 0, 0, .35);
    border-radius: 15px;
    padding: 15pt;
    display: flex;
    align-items: center;
	color:#fff;	
	width:100%;
	border:none;
}
.taptap-billboard:hover{
	color:#fff;
}
.ttb-left{
    width: 80%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ttb-left-content h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
}
.ttb-right{
    width: 20%;
    display: flex;
    justify-content: end;
	align-items:center;
	gap:10px;
}
.ttb-amount{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.taptap-dashboard-grid-01{
	padding:20pt 10px;
	padding-top:0;
}
.tap2-value{
	font-size:16px;
	font-weight:600;
	color:#fff;
}
.tap2-value span{
	font-size:24pt;
}
.tap2-grand-amount{
	font-size:16px;
	color:#ddd;
}
.tap2-rate{
	font-size:16px;
	color:#aaa;
}
.tap2-rate.up{
	color:#23E56D;
}
.tap2-rate.down{
	color:#ff6675;
}
.taptap-icon{
	width:65px;
	height:65px;
}
.taptap-icon img{
	opacity:.5;
	width:100%;
	max-width:100%;
}
.taptap-dashboard-grid-02{
	margin-bottom:20pt;
}
.taptap-dashboard-grid-02 ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
}
.taptap-dashboard-grid-02 li{
	list-style:none;
	padding:0 5px;
	width:20%;
}
.taptap-dashboard-grid-02 li a{
	display:flex;
	flex-direction:column;
	gap:5px;
}
.taptap-dashboard-grid-02 li a:hover .tap2-dashboard-icon{
	transform:rotateY(180deg);
}
.tap2-dashboard-icon{
	display:block;
	margin:0 auto;
	padding:10px;
	width:48px;
    height:48px;
    background: #160F1A;
    border-radius: 50%;
	transition:all ease .3s;
}
.tap2-dashboard-icon img{
	max-width:100%;	
}
.tap2-dashboard-title{
	text-align:center;
	font-size:14px;
	color:#fff;
}
.taptap-dashboard-grid-04{
	margin:15pt 0;
}
.tap2-transaction-grid{
	margin:0;
	padding:0;
}
.tap2-transaction-grid li{
	display:block;
	list-style:none;
	margin-bottom:10pt;
}
.tap2-transaction-grid li:nth-child(even) .tap2-transaction-card{
	background:rgba(0,0,0,.5)
}
.tap2-transaction-card{
	background:rgba(0,0,0,.35);
	border-radius:15px;
	padding:15pt;
	display:flex;
	align-items:center;
}
.ttc-left{
	width:80%;
	display:flex;
	align-items:center;
	gap:10px;
}
.tap-icon-display{
	width:36px;
}
.tap-icon-display img{
	width:100%;
	max-width:100%;
}
.tap2-transaction-content h4{
	font-size:20px;
	font-weight:bold;
	color:#fff;
	margin-bottom:0;
}
.tap2-transaction-content p{
	color:#aaa;
	font-size:14px;
	margin-bottom:0;
}
.ttc-right{
	width:20%;
	display:flex;
	justify-content:end;
}
.ttc-amount{
	font-size:20px;
	font-weight:600;
	color:#fff;
}
.tips-slider-container {
	width: 100%;
	max-width: 500px;
	position: relative;
	overflow: hidden;	
	touch-action: pan-y pinch-zoom;
	-webkit-user-select: none;
	user-select: none;
}
.tips-slider-wrapper {
	display: flex;
	transition: transform 0.3s ease-in-out;
	-webkit-user-select: none;
	user-select: none;
}
.tips-slide {
	min-width: 100%;
	padding:10pt;
	display: flex;
	align-items: flex-start;
	gap: 20px;
	box-sizing: border-box;
	cursor: grab;
	border-radius: 24px;
	background: #160F1A;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.tips-slide:active {
	cursor: grabbing;
}
.tips-slide-icon {
	width: 48px;
	height: 48px;
	/*background: #6366f1;*/
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	position: relative;
}
.tips-slide-icon::before {
	content: "✨";
	font-size: 24px;
	color: white;
	display:none;
}
.tips-slide-content {
	flex: 1;
}
.tips-slide-content h3 {
	margin: 0 0 8px 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}
.tips-slide-content p {
	margin: 0;
	color: #a0a0b8;
	font-size: 14px;
	line-height: 1.5;
}
.tips-slide-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 20px 32px 20px;
}
.tips-slide-pagination-dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #4a4a5e;
	cursor: pointer;
	transition: all 0.3s ease;
}
.tips-slide-pagination-dot.active {
	width:25px;
	border-radius:10px;
	background: #6366f1;
	transform: scale(1.2);
}
.tips-slide-pagination-dot:hover {
	background: #8b8ba0;
}
.tips-slide-pagination-dot.active:hover {
	background: #7c3aed;
}
/* Navigation arrows (optional) */
.tips-slide-nav-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.1);
	border: none;
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
}
.tips-slide-container:hover .nav-arrow {
	opacity: 1;
	pointer-events: auto;
}
.tips-slide-nav-arrow:hover {
	background: rgba(255, 255, 255, 0.2);
}
.tips-slide-nav-arrow.prev {
	left: 16px;
}
.tips-slide-nav-arrow.next {
	right: 16px;
}
/*** taptap convert ***/
.taptap-convert-grid-01 h3{
	color:#fff;
	margin-bottom:5px;
}
.taptap-convert-grid-01 p{
	color:#fff;
}
.taptap-convert-grid-02{
	margin-bottom:15pt;
}
.tap2-converter-card{
	background:#160F1A;
	border-radius:25px;
	min-height:125px;
	padding:15pt;
	margin-bottom:10px;
	position:relative;
}
.tap2cc-top{
	display:flex;
	align-items:center;
	margin-bottom:5px;
}
.token-convert-type{
	display:flex;
	align-items:center;
	gap:5px;
	color:#fff;
	font-weight:600;
	font-size:18px;
}
.token-convert-type img{
	max-width:22px;
}
.convert-amount-grid{
	display:flex;
	align-items:center;
	justify-content:end;
	gap:5px;
	margin-left:auto;
}
.tap2-convert-input{
	border:none;
	background:none;
	width:inherit;
	text-align:right;
	color:#D2BEFF;
	font-size:20px;
	transition:all ease .3s;
	display: inline-block;
}
.tap2-convert-input::placeholder{
	color:#666;
}
.label-max{
	padding:5px 10px;
	border-radius:25px;
	background:rgba(200,200,200,.35);
	color:#aaa;
	font-size:12px;
	width:auto;
}
.tap2cc-content-text{
	margin-bottom:10px;
}
.tap2cc-content-text p{
	color:#aaa;
	font-size:14px;
}
.convert-icon-label{
	background:#2C243F;
	color:#8B5CF6;
	border-radius:50%;
	width:52px;
	height:52px;
	margin:0 auto -30px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:22pt;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	z-index:1;
}
.convert-icon-label:hover{
	color:#d3c0ff;
}
.taptap-convert-grid-03{
	margin:15pt 0;
	display:inline-block;
	width:100%;
}
.btn-tap2-submit{
	padding:15px 20pt;
	background:#8B5CF6;
	border-radius:35px;
	color:#fff;
	font-size:18px;
	font-weight:600;
	width:100%;
	display:block;
	text-align:center;
}
.view-tap2-terms{
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 0;
    background: #2E2709;
    color: #FFE149;
    border-radius: 15px;
    padding: 12px 15pt;
    transition: all ease .3s;
}
/*** taptap receive ***/
.taptap-receive-grid-01 h3{
	color:#fff;
	margin-bottom:5px;
}
.taptap-receive-grid-01 p{
	color:#fff;
}
.taptap-receive-card{
	min-height:250px;
	padding:25pt 15pt;
	border-radius:15px;
	background:#160F1A;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:10px;
}
.taptap-receive-qr{
	width:125px;
	height:125px;
	border-radius:25px;
	background:#fff;
	padding:10px;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:65pt;
}
.taptap-receive-title{
	color:#fff;
	font-size:16px;
	font-weight:600;
}
.ttr-wallet-address{
	color:#999;
	font-size:14px;
	word-break:break-all;
	text-align:center;
	display:block;
	margin:0 auto 10pt;
	padding:10pt 15pt;
	border-radius:15px;
	background:rgba(50,50,50,.35);
	max-width:500px;
}
/*** taptap send ***/
.taptap-send-grid-01 h3{
	color:#fff;
	margin-bottom:5px;
}
.taptap-send-grid-01 p{
	color:#fff;
}
.taptap-send-grid-02 h4{
	font-size:20px;
	color:#fff;
	margin:10px 0;
}
.tap2-send-card{
	background: #160F1A;
    border-radius: 25px;
    padding: 15pt;
    margin-bottom: 10px;
    position: relative;
	display:inline-block;
	width:100%;
}
.ttsc-top{
	display:flex;
	align-items:center;
}
.send-amount-grid {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
}
.send-amount-input{
	border:none;
	background:none;
	width:100%;
	text-align:right;
	color:#D2BEFF;
	font-size:20pt;
	transition:all ease .3s;
}
.send-amount-input::placeholder{
	color:#666;
}
.ttsc-content-text{
	display:flex;
	align-items:center;
}
.ttsc-balance-amount{
	color:#fff;
	font-weight:600;
	font-size:16px;
}
.ttsc-usdt-amount{
	margin-left:auto;
	display:flex;
	justify-content:end;
	color:#aaa;
}
.ttsc-address-input{
	border:none;
	background:transparent;
	width:100%;
	color:#eee;
	padding-top:10px;
}
.ttsc-address-input::placeholder{
	color:#525252;
}
.taptap-send-grid-03 {
    margin: 15pt 0;
    display: inline-block;
    width: 100%;
}
/*** taptap purchase ***/
.fixed-bottom-div{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
}
.fixed-bottom-div-inner{
	width:100%;
	max-width:486px;
	margin:0 auto;
	padding:15pt 10pt;
	background:#222;
}
.taptap-purchase-grid-01 h3{
	color:#fff;
	margin-bottom:5px;
}
.taptap-purchase-grid-01 p{
	color:#fff;
}
.purchase-list-grid{
	margin:10pt 0;
	padding:0;
	display:inline-block;
	width:100%;
}
.purchase-list-grid ul{
	margin:0;
	padding:0;
}
.purchase-list-grid li{
	display:block;
	list-style:none;
	margin-bottom:10pt;
}
.choose-package-container {
	display: block;
	position: relative;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color:#fff;
}
.choose-package-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.choose-package-checkmark {
	position:relative;
	height:100%;
	width:100%;
	display:inline-block;
	transition:all ease .3s;
	border-radius:15px;
}
.choose-package-container:hover input ~ .choose-package-checkmark {
	box-shadow:0 0 10px rgba(100,100,100,.5);
}
.choose-package-container input:checked ~ .choose-package-checkmark {
	background-color: transparent;
}

.choose-package-container input:checked ~ .choose-package-checkmark .package-basic{
	border-color:#51EB9B;
	box-shadow:0 0 15px rgba(225,225,255,.65);
}
.choose-package-container input:checked ~ .choose-package-checkmark .package-advance{
	border-color:#BEA1FF;
	box-shadow:0 0 15px rgba(225,225,255,.65);
}
.choose-package-container input:checked ~ .choose-package-checkmark .package-platinum{
	border-color:#FFE2B4;
	box-shadow:0 0 15px rgba(225,225,255,.65);
}
.choose-package-container input:checked ~ .choose-package-checkmark .package-supreme{
	border-color:#67E6FF;
	box-shadow:0 0 15px rgba(225,225,255,.65);
}
.package-purchase-card{
	min-height:125px;
	border-radius:15px;
	border:1px solid transparent;
	padding:15pt;
	background:#160F1A;
	transition:all ease .3s;
}
.package-basic.selected{
	border-color:#51EB9B;
}
.package-advance.selected{
	border-color:#BEA1FF;
}
.package-platinum.selected{
	border-color:#FFE2B4;
}
.package-platinum.selected{
	border-color:#67E6FF;
}
.ppc-top{
	display:flex;
	align-items:center;
	margin-bottom:6px;
}
.ppc-top-left{
	width:80%;
}
.ppc-top-right{
	width:20%;
}
.ppc-title{
	font-size:22px;
	font-weight:600;
}
.ppc-top-left p{
	color:#fff;
	font-size:14px;
	margin-bottom:0;
}
.ppc-top-left p.ppc-valid-day{
	color:#999;
	font-size:14px;
}
.package-basic .ppc-title{
	color:#51EB9B;
}
.package-advance .ppc-title{
	color:#BEA1FF;
}
.package-platinum .ppc-title{
	color:#FFE2B4;
}
.package-supreme .ppc-title{
	color:#67E6FF;
}
.ppc-bottom{
	display:flex;
	align-items:center;
}
.ppc-price{
	display:flex;
	align-items:center;
	gap:5px;
	font-size:24pt;
	font-weight:bold;
}
.ppc-price span.ppc-ori-price{
	font-size:14px;
	font-weight:300;
	color:#999;
	text-decoration: line-through;
}
.selected-package-card{
	display:inline-block;
	width:100%;
	border-radius:15px;
	background:#000;
	margin-bottom:30px;
	padding:10pt;
}
.selected-package-card-top{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-bottom:15px;
}
.spct-card-package{
	display:flex;
	align-items:center;
	gap:8px;
	font-size:18px;
	font-weight:600;
	color:#fff;
}
.spct-card-package#selected-package-basic{
	color:#51EB9B;
}
.spct-card-package#selected-package-advanced{
	color:#BEA1FF;
}
.spct-card-package#selected-package-platinum{
	color:#FFE2B4;
}
.spct-card-package img{
	width:100%;
	max-width:32px;
}
.spct-card-pricing{
	display:flex;
	align-items:center;
	gap:6px;
	font-size:20pt;
	font-weight:bold;
	color:#fff;
}
.spct-ori-price{
	font-size: 14px;
    font-weight: 300;
    color: #999;
    text-decoration: line-through;
}
.selected-package-card-content{
	font-size:14px;
	color:#fff;
}
.selected-package-card-content .valid-date{
	color:#999;
	font-size:14px;
}
.purchase-with-card{
	display:inline-block;
	width:100%;
	border-radius:15px;
	background:#000;
	margin-bottom:15px;
	padding:10pt;
}
.purchase-with-card.insufficient-balance{
	border:1px solid #FF6969;
}
.purchase-with-card.insufficient-balance .pwc-amount{
	color:#FF6969;
}
.purchase-with-card.insufficient-balance .pwc-amount::placeholder{
	color:#FF6969;
}
.pwc-top{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.pwc-title{
	display:flex;
	align-items:center;
	gap:5px;
	color:#fff;
	font-size:16px;
}
.pwc-title img{
	width:100%;
	max-width:26px;
}
.pwc-amount{
	width:100%;
	max-width:50%;
	font-size:22pt;
	font-weight:bold;
	color:#D2BEFF;
	border:0;
	background:transparent;
	text-align:right;
}
.pwc-amount::placeholder{
	color:#555;
}
.toggleBottom{
	border:none;
	background:transparent;
	color:#fff;
}
.select-package-div{
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height:auto;
	max-height:80vh;
	border-radius:15px 15px 0 0;
	box-shadow:0 0 10px rgba(225,225,255,.65);
	background-color: #000;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: bottom 0.5s ease-in-out;
}
.select-package-div-inner{
	width:100%;
	height:100%;
	position:relative;
	overflow:auto;
	padding:10pt;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	display: none;
}
.successful-purchase-messg{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:10px;
	margin:30pt 0;
	text-align:center;
}
.successful-purchase-messg h3, .successful-purchase-messg p{
	color:#fff;
	margin-bottom:5px;
}
.successful-purchase-messg img{
	max-width:65px;
}
/*** taptap earn ***/
.taptap-earn-grid-01 h3{
	color:#fff;
	margin-bottom:5px;
}
.taptap-earn-grid-01 p{
	color:#fff;
}
.taptap-earn-grid-02{
	display:inline-block;
	width:100%;
	min-height:125px;
	border-radius:15px;
	background:#160F1A;
	padding:10pt;
}
.taptap-earn-token{
	display:flex;
	align-items:center;
	gap:6px;
	color:#fff;
}
.taptap-earn-token img{
	max-width:26px;
}
.earn-ext-grid{
	display:inline-block;
	width:100%;
	margin:10pt 0 0;
}
.earn-ext-grid ul{
	margin:0;
	padding:0;
}
.earn-ext-grid li{
	display:flex;
	align-items:center;
	list-style:none;
	border-top:1px solid #333;
}
.earn-ext-card{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	width:100%;
	color:#fff;
	padding:20px 0;
	background:transparent;
	border:none;
}
.earn-ext-card.active, .earn-ext-card:focus{
	outline:none;
}
.earn-ext-card:hover{
	color:#fff;
	opacity:.5;
}
.text-apr{
	color:#D2BEFF;
}
.back-firstDiv-button{
	border:0;
	background:transparent;
	color:#fff;
}
.back-firstDiv-button:active, .back-firstDiv-button:focus{
	outline:none;
}
.button-container {
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}
.button-container.fade-out {
	opacity: 0;
}        
.earn-content-div {
	display: none;
	flex-direction:column;
	height:auto;
	position: relative;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.earn-content-div.fade-in {
	opacity: 1;
	transform: translateY(0);
}
.taptap-earn-stake-grid{
	margin:15pt 0;
	display:inline-block;
	width:100%;
}
.ttes-card{
	display:inline-block;
	width:100%;
	padding:10pt;
	margin-bottom:20pt;
	border-radius:15px;
	background:#160F1A;
	color:#fff;
}
.ttes-card-top{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.ttes-card-title{
	display:flex;
	align-items:center;
	gap:6px;
	color:#fff;
	font-size:16px;
}
.ttes-card-title img{
	width:100%;
	max-width:25px;
}
.ttesc-label{
	color:#999;
}
.earn-content-bottom{
	margin-top:10px;
}
.tnc-check{
	width:100%;
	max-width:360px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 auto 15pt;
}
.tnc-check-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom:0;
	cursor: pointer;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tnc-check-container a{
	color:#2196F3;
}
.tnc-check-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.tnc-check-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 22px;
	width: 22px;
	border-radius:5px;
	background-color: #eee;
}
.tnc-check-container:hover input ~ .tnc-check-checkmark {
	background-color: #ccc;
}
.tnc-check-container input:checked ~ .tnc-check-checkmark {
	background-color: #2196F3;
}
.tnc-check-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.tnc-check-container input:checked ~ .tnc-check-checkmark:after {
	display: block;
}
.tnc-check-container .tnc-check-checkmark:after {
	left:8px;
	top:3px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*** taptap point ***/
.view-point-benefit{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
	border:0;
	background:#091D2E;
	color:#49DEFF;
    border-radius: 15px;
    padding:12px 15pt;
	transition:all ease .3s;
}
.view-point-benefit:focus{
	outline:none;
}
.view-point-benefit:hover{
	opacity:.5;
}
.slide-up-div{
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: auto;
	min-height:50%;
    max-height: 80vh;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 0 10px rgba(225, 225, 255, .65);
    background-color: #000;
    color: white;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    transition: bottom 0.5s ease-in-out;
}
.slide-up-div-inner{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
    padding: 10pt;
}
.slide-up-div-top{
	padding:15pt;
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:1px solid #444;
}
.btn-close-slideUpDiv{
	border:0;
	background:transparent;
	color:#fff;
	transition:all ease .3s;
}
.btn-close-slideUpDiv:hover{
	opacity:.5;
}
.btn-close-slideUpDiv:focus, .btn-close-slideUpDiv:active{
	outline:0;
}
.slide-up-div-top h4{
	margin-bottom:0;
	color:#fff;
	font-size:22px;
	font-weight:600;
}
.slide-up-div-content{
	padding:15pt 10px;
	color:#fcfcfc;
	font-size:14px;
}
.slide-up-div-content p{
	font-size:14px;
	color:#fcfcfc;
}
/*** taptap holdsales ***/
.taptap-holdsales-grid-01{
	margin-bottom:20pt;
}
.taptap-holdsales-grid-01 h3{
	color:#fff;
}
.progress-bar-tap2-grid{
	gap:10px;
	margin-bottom:15pt;
}
.pbt2g-left{
	width:70%;
}
.progress-tap2-owner{
	background:#62508C;
	border-radius:25px;
}
.progress-bar-tap2-owner{
	background-color:#B898FF;
}
.pbt2g-right{
	color:#A9A9A9;
}
.pbt2g-right b{
	color:#fff;
}
.view-tap2-owner-terms{
	display:flex;
	align-items:center;
	width:100%;
	padding:15px 15pt;
	border:0;
	border-radius:15px;
	background:#fff;
	color:#8B5CF6;
	transition:all ease .3s;
}
.view-tap2-owner-terms:hover{
	opacity:.5;
}
.taptap-holdsales-grid-02{
	color:#fff;
}
.taptap-holdsales-grid-02 h4{
	font-size: 20px;
    color: #fff;
    margin: 10px 0;
}
.taptap-holdsales-card{
	background: #160F1A;
    border-radius: 25px;
    padding: 15pt;
    margin-bottom: 15pt;
    position: relative;
    display: inline-block;
    width: 100%;	
}
.tthc-top{
	display: flex;
    align-items: center;
	margin-bottom:5px;
}
.tthc-content{
	color:#fff;
	font-size:14px;
}
.table-lite{
	width:100%;
}
.table-lite th, .table-lite tr{
	border-top:1px solid #eee;
}
.table-lite tr th, .table-lite tr td{
	color:#fff !important;
	padding:10px;
}
/*** account / diamond ***/
.diamond-partner-wrapper {
    background: linear-gradient(180deg, #FFDB98, #FFEBC5);
}
.diamond-partner-inner-header:before{
	background:url(../images/diamond-blink-bg.png) no-repeat;
	background-position:center;
	background-size:contain;
	opacity:1;
}
.diamond-partner-grid-01{
	text-align:center;
	padding:0 15pt;
	margin-bottom:20pt;
	color:#61482C;
	position:relative;
}
.diamond-partner-img{
	display:block;
	margin:0 auto 15pt;
	width:100%;
	max-width:125px;
}
.diamond-partner-img img{
	display:block;
	margin:0 auto;
	max-width:65px;
}
.diamond-partner-title{
	font-size:20pt;
	font-weight:bold;
	margin-bottom:15pt;
}
.view-diamond-partner-mission{
	margin:0 auto;
	background:transparent;
	border:0;
	display:flex;
	align-items:center;
	gap:10px;
	transition:all ease .3s;
}
.view-diamond-partner-mission:hover{
	opacity:.5;
}
.diamond-partner-grid-02{
	width:100%;
	max-width:360px;
	border-radius:15px;
	background:linear-gradient(0deg, #fff 55%, #FFDB99);
	box-shadow:0 0 15px rgba(0,0,0,.35);
	padding:20pt 15pt;
	margin:0 auto;
	position:relative;
}
.usdt-holding-in-tap2{
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:10px;
	margin:0px auto;
	color:#2F2F2F;
}
.usdt-holding-in-tap2:hover{
	color:#000;
}
.usdt-holding-progress{
	background:#EAEAEA;
	border-radius:25px;
}
.usdt-holding-progress-bar{
	background:#8B5CF6;
}
.diamond-partner-grid-03{
	height:100vh;
	background:#fff;
	border-radius:15px 15px 0 0;
}
.inner-wrapper-bonus-history{
    margin: 0 auto;
    margin-top: -100pt;
    padding: 20pt;
	padding-top:80pt;
    padding-bottom: 120px !important;
    border-radius: 30pt 30pt 0 0;
    background: #fff;
    min-height: 500px;
    max-width: 486px;	
}
.diamond-bonus-history h4{
	font-size:16px;
	font-weight:600;
	color:#000;
	margin-bottom:15px;
}
.diamond-bonus-history ul{
	margin:0;
	padding:0;
}
.diamond-bonus-history li{
	list-style:none;
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
}
.diamond-bonus-grid{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:10px 0;
}
.diamond-bonus-date-time{
	font-size:12px;
	color:#777;
	line-height:2;
}
.diamond-bonus-title{
	color:#000;
	font-weight:bold;
}
.diamond-bonus-history-id{
	font-size:12px;
	color:#777;
	line-height:2;
}
.diamond-bonus-amount{
	font-size:20px;
	font-weight:600;
}
.diamond-bonus-amount.up{
	color:#17d117;
}
.diamond-bonus-amount.down{
	color:#dc3545;
}
.slide-up-wrapper{
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 50%;
    max-height: 80vh;   
    transition: bottom 0.5s ease-in-out;	
}
.slide-up-card{
	margin:0 auto;
	max-width:500px;
	min-height:50vh;
	border-radius: 15px 15px 0 0;
    box-shadow: 0 0 10px rgba(225, 225, 255, .65);
    background-color: #000;
    color: white;
    display: flex;
    justify-content: start;
    flex-direction: column;
}
/*** account / diamond earn ***/
.diamond-earn-wrapper{
	background:linear-gradient(180deg, #FFDB98, #FFEBC5);
}
.diamond-earn-grid-01{
	padding:10pt;
}
.diamond-earn-grid-01-card{
	width: 100%;
    border-radius: 15px;
    background: linear-gradient(0deg, #fff 55%, #FFDB99);
    box-shadow: 0 0 15px rgba(0, 0, 0, .35);
    padding: 20pt 15pt;
    margin: 0 auto;
    position: relative;
}
.diamond-earn-grid-02{
	padding:10pt;
}
.diamond-earn-card{
	background: #fff;
    border-radius: 25px;
    padding: 15pt;
    margin-bottom: 15pt;
    position: relative;
    display: inline-block;
    width: 100%;
	color:#000;
}
.dec-top{
	display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.all-token-you-have{
	display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 18px;
}
.all-token-you-have img{
	max-width:22px;
}
.dec-amount{
	display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    margin-left: auto;
}
.dec-amount-input{
	border:none;
	background:none;
	width:inherit;
	text-align:right;
	color:#8B5CF6;
	font-size:20px;
	transition:all ease .3s;
	display: inline-block;
}
.dec-amount-input::placeholder{
	color:#666;
}
.dec-content{
	color:#000;
	font-size:14px;
}
.success-hold-tap2-grid{
	text-align:center;
	padding:30pt 0;
}
.success-hold-tap2-grid h4{
	color:#000;
}
.icon-success-hold{
	width:100%;
	max-width:100px;
	display:block;
	margin:0 auto;
}
.icon-success-hold img{
	max-width:100%;
}

@media (max-width:500px){
	.main-content-wrapper.main-login-wrapper{
		height:100%;
	}
	.form-card-wrapper{
		border-radius:20px 20px 0 0;
	}
	.network-user-grade-grid{
		font-size:12px;
	}
	.network-user-level{
		font-size: 25px;
	}
	.network-user-invited{
		font-size:12px;
	}
	.countdown{
		font-size:12px;
	}
	.countdown div{
		padding:5px;
		min-width:32px;
	}
	.token-convert-type{
		font-size:16px;
	}
	.tap2-transaction-card{
		padding:10pt;
	}
	.tap2-converter-card{
		padding:10pt;
	}
}
@media (max-width:480px){
	.inner-wrapper{
		padding:10pt;
	}
	.dashboard-card-col{
		padding:10pt;
	}
	.dashboard-card-col-detail {
		font-size: 12px;
	}
	.inner-footer-wrapper{
		padding:10pt 0;
	}
	.inner-footer-wrapper li {
        font-size: 12px;
    }
	.inner-footer-wrapper li img {
        width: 22px;
        height: 22px;
    }
}
@media (max-width:375px){
	.dashboard-card-col-detail {
		font-size: 8pt;
	}
	.dashboard-header-left{
		padding-left:0px;
	}
}
@media (max-width:320px){
	.inner-wrapper{
		padding:10pt;
	}
	.dashboard-header-left{
		padding-left:0;
	}
	.purchase-button{
		padding:5pt 10pt;
		font-size: 10pt;
	}
	.dashboard-header-right img{
		max-width:120px;
	}
}
