:root{
	--color-theme-1:#9671E2;
	--color-theme-1-h:#6e4eb1;
	--color-theme-2:#4556B0;
	--color-theme-2-h:#2e3e8e;
}
a{
	color:var(--color-theme-2);
}
/*** text color ***/
.text-default-purple{
	color:var(--color-theme-1);
}
.text-default-blue{
	color:var(--color-theme-2);
}
/*** Button css ***/
.btn-theme{
	background-color:var(--color-theme-1);
	color:#fff;
	border:0;
	padding:8px 15pt;
	border-radius:8px;
	transition:all ease .3s;
}
.btn-theme:hover{
	opacity:.85;
}
.btn-theme-2{
	background-color:var(--color-theme-2);
	color:#fff;
	border:0;
	padding:8px 15pt;
	border-radius:8px;
	transition:all ease .3s;
}
.btn-theme-2:hover{
	opacity:.85;
}
/*** default layout ***/
.body-wrapper{
	max-width:500px;
	margin:0 auto;
	height:100%;
	background:linear-gradient(45deg, #523E7C, #9671E2);
	position:relative;
}
.floated-navigation{
	position:fixed;
	right:10px;
	bottom:10px;
}
.btn-floated{
	background:var(--color-theme-2);
	padding:7pt 10pt;
	border-radius:10px;
	border:none;
	color:#fff;
}
.custom-offcanvas{
	background:var(--color-theme-1) !important;
	border:none !important;
}
.select-lang a{
	display:block;
	color:#fff;
	padding:10px;
	text-decoration:none;
	transition:all ease .3s;
}
.select-lang a:hover{
	color:rgba(255,255,255,.65);
}
.side-offcanvas-list a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:10px;
	border-radius:10px;
	transition:all ease .3s;
}
.side-offcanvas-list a:hover{
	background:rgba(255,255,255,.15);
}

/*** sign in page ***/
.wt-login-header{
	padding:35pt 15pt;
	display:block;
	width:100%;
	position:relative;
}
.wt-login-header:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/wt-header-bg.png) no-repeat;
	background-size:cover;
	background-position:center;
}
.welcome-text{
	color:#fff;
	font-weight:bold;
	position:relative;
}
.main-logo{
	max-width:220px;
}
.wt-login-wrapper{
	padding:25pt 15pt;
	height:100vh;
	background:rgba(255,255,255,.65);
	border-radius:35px 35px 0 0;
}
#_submit{
	display:block;
	width:100%;
	margin-bottom:10pt;
	border:none;
	border-radius:10px;
	background:var(--color-theme-2);
}
/*** Dashboard ***/
.wt-dashboard-header{
	display:flex;
	position:relative;
	padding-bottom:100pt;
}
.wt-dashboard-header.titanium{
	position:relative;
}
/*.wt-dashboard-header.titanium:before{
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	max-width:150px;
	background:url(../images/membership-rank-badge.png) no-repeat;
	background-size:contain;
	background-position:right top;
}*/
.wt-dashboard-header-left{
	width:50%;
	padding:15pt;
	position:relative;
}
.wt-dashboard-header-right{
	width:50%;
	padding:15pt;
	position:relative;
	display:flex;
	justify-content:end;
	flex-direction: column;
    align-items: end;
	overflow:hidden;
	z-index:1;
}
.wt-dashboard-header-right:before{
	content:'';
	position:absolute;
	top:0;
	right:-30%;
	width:100%;
	height:100%;
	background:url(../images/icon-worldtrip.png) no-repeat;
	background-position:center;
	background-size:100%;
	opacity:.15;
	z-index:-1;
}
.last-event-log{
	margin-top:auto;
	text-align:right;
	color:rgba(255,255,255,.65);
	font-size:12px;
}
.wt-membership, .wt-commision-rank{
	color:#fff;
	font-size:14px;
	margin-bottom:10pt;
}
.wt-membership h3, .wt-commision-rank h3{
	font-weight:bold;
	font-size:24pt;
	margin-bottom:0;
}
.pmv-qv{
	width:100%;
	padding:10pt;
	background:#fff;
	border-radius:15px;
}
.pmv-qv ul{
	margin:0;
	padding:0;
	display:flex;
	align-items:center;
}
.pmv-qv li{
	width:50%;
	text-align:center;
	list-style:none;
	display:block;
	font-weight:bold;
	color:var(--color-theme-1);
}
.wt-dashboard-content-wrapper{
	background:#fff;
	height:100vh;
	padding:15pt;
}
.wt-dashboard-wallet-grid{	
	background:#fff;
	border-radius:15px;
	margin-top:-100pt;
	box-shadow:0 0 15px rgba(100,100,100,.15);
}
.wt-dashboard-wallet-grid ul{
	margin:0;
	padding:10px;
	display: flex;
    flex-wrap: wrap;
}
.wt-dashboard-wallet-grid li{
	display:block;
	list-style:none;
	width:50%;
	padding:10pt;
}
.wt-dashboard-wallet-card h4{
	font-size:14px;
	font-weight:600;
	margin-bottom:0px;
}
.wt-wallet-amount{
	font-weight:bold;
	font-size:16pt;
	color:#4556B0;
}
.wt-wallet-dot-01{
	color:#FEC963;
}
.wt-wallet-dot-02{
	color:#FF5B5B;
}
.wt-wallet-dot-03{
	color:#00B2FF;
}
.wt-wallet-dot-04{
	color:#00D7A3;
}
.content-wrapper-title{
	margin-bottom:20pt;
	position:relative;	
}
.content-wrapper-title h3{
	margin-bottom:10px;
	font-size:20pt;
	font-weight:600;
	color:var(--color-theme-1);	
}
.content-wrapper-title p{
	color:var(--color-theme-1-h);
	font-size:14px;
}
.content-wrapper-subtitle{
	margin-bottom:20pt;
	position:relative;
	padding-left:15px;
}
.content-wrapper-subtitle:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:5px;
	height:100%;
	background-color:var(--color-theme-2);
}
.content-wrapper-subtitle h4{
	margin-bottom:0;
	font-size:16pt;
	font-weight:600;
	color:var(--color-theme-2);
}
.anno-card h4{
	font-size:16px;
	font-weight:600;
}
.anno-card p{
	font-size:14px;
	color:#888;
}
.anno-card-date{
	font-size:14px;
	font-weight:bold;
	color:var(--color-theme-1);
}
/*** Subscription ***/
.inner-content-wrapper{
	border-radius:20px 20px 0 0;
	padding-top:30pt;
	height:100%;
}
.default-card{
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    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;
}
.default-card-body{
	flex: 1 1 auto;
    padding:10px;
	font-size:14px;
	font-weight:normal;
}
.status-text{
	font-weight:bold;
	background:#f7f7f7;
	padding:5px 10px;
	border-radius:6px;
	border:1px solid #eee;
}
.status-active{
	color:#00D7A3;
}
.status-pending{
	color:#ffc107;
}
.status-inactive{
	color:#dc3545;
}
.monthly-total-renewal{
	color:var(--color-theme-1);
	font-weight:bold;
}
.subscription-amount{
	font-weight:bold;
	margin-bottom:10px;
}
.payment-method-card{
	padding:10px;
	background-color:#f7f7f7;
	border-radius:15px;
	font-size:14px;
	color:#3c3b83;
}
.payment-method-card-amount{
	font-size:16pt;
	font-weight:bold;
}
.payment-method-icon{
	width:22px;
	height:22px;
}
.btn-payment-method-desposit{
	width:100%;
	background:#fff;
	border-radius:10px;
	text-align:center;
	font-size:16px;
	padding:10px;
	display:block;
	text-decoration:none;
	transition:all ease .3s;
}
.btn-payment-method-desposit:hover{
	text-decoration:none;
	color:#000;
}
.py-card-01{
	background:linear-gradient(0deg, #FFCC68, #FABE4B);
}
.py-card-01 a{
	color:#a77615;
	font-weight:600;
}
.py-card-02{
	background:linear-gradient(90deg, #FF5B5B, #ff3c3c);
}
.py-card-02 a{
	color:#d32b2b;
	font-weight:600;	
}
.py-card-03{
	background:linear-gradient(90deg, #a9eaff, #a2efd4);
}
.py-card-03 a{
	color:#095c69;
	font-weight:600;	
}
/*** transaction History ***/
.show_search{
	text-decoration:none;
	font-size:14px;
}
.default-table{
	min-width:800px;
	width:100%;
}
.default-table >tbody>tr:nth-of-type(odd)>*{
	background-color:#F9F5FF;
}
.default-table tr th{
	color:#666;
}
.default-table tr td{
	font-size:14px;
	color:var(--color-theme-1);
	border:0;
}
.default-table tr th a, .default-table tr td a{
	color:#000;
	text-decoration:none;
}
/*** Wallet ***/
.wallets-card{
	padding:10px;
	background-color:#f7f7f7;
	border-radius:15px;
	font-size:14px;
	color:#3c3b83;
	height:100%;
}
.wallets-card-amount{
	font-size:16pt;
	font-weight:bold;
}
.wallets-card-icon{
	width:22px;
	height:22px;
}
.btn-payment-method-desposit{
	width:100%;
	background:#fff;
	border-radius:10px;
	text-align:center;
	font-size:16px;
	padding:10px;
	display:block;
	text-decoration:none;
	transition:all ease .3s;
}
.btn-payment-method-desposit:hover{
	text-decoration:none;
	color:#000;
}
.wallet-usdt{
	background:linear-gradient(0deg, #FFCC68, #FABE4B);
}
.wallet-usdt a{
	color:#a77615;
	font-weight:600;
}
.wallet-gpay{
	background:linear-gradient(90deg, #FF5B5B, #ff3c3c);
}
.wallet-gpay a{
	color:#d32b2b;
	font-weight:600;	
}
.wallet-senangpay{
	background:linear-gradient(90deg, #a9eaff, #a2efd4);
}
.wallet-senangpay a{
	color:#095c69;
	font-weight:600;	
}
.wallet-deant3{
	background:linear-gradient(90deg, #8cc9ed, #aef7ff);
}
.wallet-bonus{
	background:linear-gradient(90deg, #e17a3d, #fbb03f);
}
.wallet-bonus a{
	color:#e17a3d;
	font-weight:600;	
}
.wallet-travel{
	background:linear-gradient(90deg, #cec3ff, #aeceff);
}
.wallet-miles-points{
	background:linear-gradient(90deg, #b9ffd5, #c2ffae);
}
.wallet-share{
	background:linear-gradient(90deg, #efefef, #d3d3d3);
}
/*** Profile ***/
.referral-code-card{
	max-width:300px;
	min-height:360px;
	margin:0 auto 30pt;
	padding:15px;
	background:#6132C4;
	border-radius:20px;
	position:relative;
	z-index:1;
	color:#fff;
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	gap:10px;
}
.referral-code-card:before{
	content:'';
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50%;
	background:url(../images/refferral-code-card-bg.png) no-repeat;
	background-size:cover;
	background-position:bottom center;
	opacity:.25;
	z-index:-1;
}
.referral-qr-code{
	background:#fff;
	padding:10pt;
	border-radius:15px;
	margin:0 auto;
	position:relative;
	max-width:200px;
	position:relative;
}
.refferral-code-label{
	padding:10px 15px;
	background:#fff;
	border-radius:10px;
	display:block;
	margin:0 auto;
	color:#000;
	min-width:200px;
	text-align:center;
}
.copy-download-link{
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	text-decoration:none;
	transition:all ease .3s;
	color:var(--color-theme-1);
}
.copy-download-link:hover{
	color:var(--color-theme-1);
	text-decoration:none;
	transition:all ease .3s;
}
.copy-download-icon{
	width:60px;
	height:60px;
	padding:10px;
	margin-bottom:6px;
	background:#E4DEF2;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	transition:all ease .3s;
}
.copy-download-link:hover .copy-download-icon{
	background:#d6cded;
}
.copy-download-icon img{
	max-width:100%;
}
.copy-download-icon i{
	color:#fff;
	font-size:16pt;
}
/*** sign up page ***/
.register-title{
	position:relative;
	color:#fff;
}
.register-title h3{
	color:#fff;
	font-weight:bold;
	font-size:22pt;
}
.register-step-pills{
	gap: 15px;
    justify-content: space-evenly;
}
.register-step-pills .nav-link{
	padding:0 !important;
	position:relative;
}
.register-step-pills .nav-link:before{
	content:'';
	position:absolute;
	top:15px;
	right:-35px;
	width:30px;
	height:1px;
	border-top:3px dotted var(--color-theme-1);
}
.register-step-pills .nav-link.last-child:before{
	display:none;
}
.register-step-pills .nav-link.active, .register-step-pills .show>.nav-link{
	background-color:transparent !important;
	border-radius:0;
	display:flex;
	gap:5px;
	flex-direction: column;
    align-items: center;
}
.register-step-badge{
	width:30px;
	height:30px;
	display:flex;
	justify-content:center;
	align-items:center;
	background-color:#eee;
	border-radius:50%;
	color:var(--color-theme-2);	
	transition:opacity 0.3s ease-in;
}
.register-step-desc{
	text-align:center;
	padding:0 5px 0;
	max-width:125px;
	display:none;
	transition:opacity 0.3s ease-in;
}
.register-step-desc h4{
	color:var(--color-theme-2);
	font-weight:bold;
	font-size:12pt;
	margin:0;
}
.register-step-desc p{
	color:#777;
	margin-bottom:0px;
	font-size:10pt;
}
.register-step-pills .nav-link.active .register-step-desc{
	display:block;
}
.register-step-pills .nav-link.active .register-step-badge{
	background-color:var(--color-theme-2);
	color:#fff;
	width:35px;
	height:35px;
}
.tac_btn{
	background:var(--color-theme-1);
	padding:5px 10px;
	border-radius:5px;
	border:0;
	color:#fff;
	font-size:12pt;
	transition:all ease .3s;
}
.tac_btn:hover{
	background:#855dd7;
}
/*** subscription plan grid ***/
.subscription-plan-grid ul{
	display:flex;
	flex-wrap:wrap;
	margin:0;
	padding:0;
}
.spg-card-inner{
	position:relative;
	z-index:1;
	display: flex;
    justify-content: space-between;
	align-items:center;
}
.sp-title{
	font-weight:bold;
	font-size:20pt;
}
.sp-icon img{
	-webkit-filter:drop-shadow(0px 0px 5px rgba(0,0,0,.35));
	filter:drop-shadow(0px 0px 5px rgba(0,0,0,.35));
}
.subscription-plan-grid li{
	list-style:none;
	display:block;
	width:50%;
	padding:0 5px;
}
.spg-container {
	display: block;
	position: relative;
	padding:10pt;
	margin-bottom: 12px;
	cursor: pointer;
	font-size:16pt;
	color:#fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.spg-container:before{
	content:'';
	position:absolute;
	bottom:0;
	right:0;
	width:150px;
	height:100%;
	background:url(../images/icon-worldtrip.png) no-repeat;
	background-position:center;
	background-size:contain;
	z-index:1;
	opacity:.15;
}
.spg-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.spg-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width:100%;
	background-color:var(--color-theme-2);
	border-radius:10px;
	transition:all ease .3s;
}
.spg-container:hover input ~ .spg-checkmark {
	background-color:var(--color-theme-2-h);
}
.spg-container input:checked ~ .spg-checkmark {
	background-color:var(--color-theme-1);
}
.spg-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.spg-container input:checked ~ .spg-checkmark:after {
	display: none;
}
.spg-container .spg-checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/*** custom radios ***/
.custom-radios-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size:14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.custom-radios-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.custom-radios-checkmark {
	position: absolute;
	top:50%;
	left: 0;
	transform:translateY(-50%);
	height: 24px;
	width: 24px;
	background-color: #eee;
	border-radius: 50%;
}
.custom-radios-container:hover input ~ .custom-radios-checkmark {
	background-color: #ccc;
}
.custom-radios-container input:checked ~ .custom-radios-checkmark {
	background-color:#fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .35);
}
.custom-radios-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.custom-radios-container input:checked ~ .custom-radios-checkmark:after {
	display: block;
}
.custom-radios-container .custom-radios-checkmark:after {
	top:5px;
	left:5px;
	width:14px;
	height:14px;
	border-radius: 50%;
	background:var(--color-theme-1);
}
.custom-radios-content h4{
	margin-bottom:5px;
}
/*** choose payment method ***/
.choose-payment-method-grid ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
	gap:10px;
}
.choose-payment-method-grid li{
	list-style:none;
	display:block;
	width:200px;
	height:100%;
	max-width:200px;
}
.payment-method-detail{
	position:relative;
	z-index:1;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
.choose-payment-method-container {
	display: block;
	position: relative;
	padding:10pt;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.choose-payment-method-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.choose-payment-method-checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width:100%;
	background-color:var(--color-theme-2);
	border-radius:10px;
}
.choose-payment-method-container:hover input ~ .choose-payment-method-checkmark {
	background-color:var(--color-theme-2-h);
}
.choose-payment-method-container input:checked ~ .choose-payment-method-checkmark {
	background-color:var(--color-theme-1);
}
.choose-payment-method-checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.choose-payment-method-container input:checked ~ .choose-payment-method-checkmark:after {
	display: none;
}
.choose-payment-method-container .choose-payment-method-checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}	
.total-payment-amount{
	color:var(--color-theme-2);
	font-size:14pt;
	font-weight:bold;
}
.qrcode-pay{
	width:200px;
	height:200px;
	background:#fff;
	display:block;
	padding:15px;
	margin:0 auto;
	margin-bottom:15px;
	border-radius:15px;
}
.qrcode-pay img{
	max-width:100%;
}
.terms-text li{
	list-style: decimal;
    font-size: 14px;
    color: var(--color-theme-1-h);
}
