: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;
}
.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;
}

/*** 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-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);
}
/*** 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;
}
@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;
}

@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;
	}
}
@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;
	}
}
