body.black-bg{
	background-image: -moz-linear-gradient(-86deg, #151515 0%, #00123e 100%);
	background-image: -webkit-linear-gradient(-86deg, #151515 0%, #00123e 100%);
	background-image: -ms-linear-gradient(-86deg, #151515 0%, #00123e 100%);
}
.shape-wrapper{
	position:absolute;
	width:100%;
	height:100vh;
	overflow:hidden;
	display:block;
	z-index:-2;
}
.shape {
    background-image: -moz-linear-gradient(-57deg, #270367 0%, #251d52 100%);
    background-image: -webkit-linear-gradient(-57deg, #270367 0%, #251d52 100%);
    background-image: -ms-linear-gradient(-57deg, #270367 0%, #251d52 100%);
    position: absolute;
    left: -256px;
    top: -178px;
    width: 1095px;
    height: 602px;
    border-radius: 90px;
    -webkit-transform: rotate(-38deg);
    -ms-transform: rotate(-38deg);
    transform: rotate(-38deg);
    z-index: -1;
    opacity: 0.20;
}

.shape.two {
    background-image: -moz-linear-gradient(-75deg, #2e1c4e 0%, #03125d 100%);
    background-image: -webkit-linear-gradient(-75deg, #2e1c4e 0%, #03125d 100%);
    background-image: -ms-linear-gradient(-75deg, #2e1c4e 0%, #03125d 100%);
    position: absolute;
    left: 580px;
    top: 20px;
    border-radius: 150px;
    width: 720px;
    height: 760px;
}
.shape.three {
    background-image: -moz-linear-gradient(-75deg, #3d2667 0%, #03125d 100%);
    background-image: -webkit-linear-gradient(-75deg, #3d2667 0%, #03125d 100%);
    background-image: -ms-linear-gradient(-75deg, #3d2667 0%, #03125d 100%);
    position: absolute;
    left: 890px;
    top: -50px;
    border-radius: 150px;
    width: 816px;
    height: 702px;
}
.leftSideNav{
	background:#222;
	color:#fff;
	min-width:240px;
	height:100vh;
	overflow:scroll;
	overflow-x:hidden;
}
@media (max-width:992px){
	.leftSideNav{
		height:100%;
		overflow:scroll;
		overflow-x:hidden;	
	}
}
.custom-scrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #333;
}

.custom-scrollbar::-webkit-scrollbar
{
	width: 6px;
	background-color: #333;
}

.custom-scrollbar::-webkit-scrollbar-thumb
{
	background-color: #111;
}

.leftSideNav .list-group-header{
	color:#fff;
}
.member-status-panel{
	padding:15px;
	margin:15px;
	border:1px solid #1b1b1b;
	border-radius:5px;
	background:#333;
	box-shadow:0 0 10px rgba(0,0,0,.15);
}
.member-status-panel p.panel-title{
	margin-bottom:10px;
}
.member-id-display{
	background:#2c2c2c;
	padding:5px 10px;
	border:1px solid #1d1d1d;
	border-radius:5px;
	text-align:left;
	font-size:20px;
	font-weight:bold;
	color:#bbff6d;
}
.member-rank-sponsor{
	display:flex;
	margin-top:10px;
	margin-bottom:10px;
}
.member-status-icon img{
	margin-top:10px;
	max-width:54px;
}
.member-wallet-grid{
	text-align:right;
}
.member-partner-amount{
	font-size:22px;
	font-weight:500;
}
.partner_icon{
	margin-left:5px;
	max-width:20px;
}
.member-wallet-amount{
	font-size:20px;
	font-weight:bold;
}
.total-eth{
	margin-bottom:10px;
	padding:5px 10px;
	background:#fd4a4a;
	border-radius:6px;
}
.total-eth .amount-eth{
	font-weight:bold;
}
.total-eth button.btn{
	width:38px;
	height:38px;
	font-size:14px;
	color:#fff;
	border-radius:30px;
	box-shadow:0 0 5px rgba(0,0,0,.15);
	transition:all ease .3s;
}
.total-eth button.btn:hover{
	box-shadow:0 0 5px rgba(0,0,0,.35);
}
select.select-crypto{
	padding:3px 10px;
	background:#222;
	border:1px solid #1c1c1c;
	border-radius:5px;
	color:#fff;
}
.dequest_box{
	margin-bottom:10px;
	padding:6px 15px;
	border:1px solid #444;
	border-radius:5px;
}
.icon_dequest_type{
	margin-bottom:6px;
	transition:all ease .3s;
}
.icon_dequest_type:hover{
	opacity:.5;
}
.icon_dequest_type a{display:block;}
.icon_dequest_type img{
	width:100%;
}
.dequest_type_amount{
	color:#fff;
	font-weight:bold;
}
.dequest_amount_eth{
	background:#bbff6d;
	padding:5px 10px;
	border-radius:5px;
	color:#333;
	font-weight:500;
}
.copy-partner-link{
	background:#3c3c3c;
	padding:5px 10px;
	margin-bottom:10px;
	border-radius:5px;
	font-size:14px;
}
.copy-partner-link a{
	display:block;
	color:#fff;
}
.copy-partner-link button.btn{
	color:#fff;
}
.your-wallet-link{
	background:#3c3c3c;
	padding:5px 10px;
	margin-bottom:10px;
	border-radius:5px;
	font-size:14px;	
}
.your-wallet-link i.fa{color:#fff;}
.your-wallet-address{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.your-wallet-address a{
	color:#fff;
}

/*** font color ***/
.color-black{
	color:#000;
}
.color-white{
	color:#fff;
}
.color-red{
	color:#fd4a4a;
}
.color-green{
	color:#53f753;
}
/*** button style ***/
.btn_sign_up{
	background:#079f13;
	padding:10px 20px;
	border-radius:6px;
	border:0;
	transition:all ease .3s;
}
.btn_sign_up:hover{
	background:#126fb9;
}
.btn_sign_up a{
	color:#fff;
}
.btn_sign_up a:hover{
	text-decoration:none;
}
.btn_login{
	background:#4caf50;
	padding:10px 20px;
	border-radius:6px;
	border:0;
	transition:all ease .3s;
}
.btn_login:hover{
	background:#36903a;
}
.btn_login a{
	color:#fff;
}
.btn_login a:hover{
	text-decoration:none;
}
/*** button style 
===========***/

/*** title ***/
.text-title{
	font-size:18px;
	font-weight:bold;
}
@media screen and (min-width:992px){
	.text-title{
		font-size:24px;
	}
}
/*** title 
===========***/
.login_wrapper{
	margin:20px 0;
	background:#111;
	border-radius:20px;
	box-shadow:0 0 5px rgba(0,0,0,.15);
}
.login_wrapper_body{
	padding:30px;
}
.login_wrapper_body p{
	color:#fff;
}
.login_box{
	padding:30px 0;
	padding-left:30px;
	margin-top:30px;
	border-left:1px solid #444;
}
@media (max-width:992px){
	.login_box{
		border-top:1px solid #444;
		padding-left:0;
		border-left:none;
	}
}
/*** dashboard *****/
.main-logo{
	max-width:90%;
}
.right-panel-info{
	color:#fff;
	display:flex;
}
.panel-info-amount{
	text-align:right;
	font-size:16px;
	font-weight:bold;
}
.panel-info-amount.amount-1{
	color:#fda858;
}
.panel-info-amount.amount-2{
	color:#bbff6d;
}
.panel-info-amount.amount-3{
	color:#f3575b;
}
.panel-info-amount.amount-4{
	color:#03a9f4;
}

@media (max-width:414px){
	.right-panel-info{
		width:50%;
		float:left;
		margin-bottom:10px;
	}
	.panel-info-amount{
		text-align:center;
	}
	.panel-info-title{
		text-align:center;
	}
}
.deq-pool-panel{
	color:#fff;
	width:450px;
}
.deq-pool-panel-title{
	color:#fda858;
	font-weight:bold;
	padding:6px 10px 6px;
	background:#222642;
	border-radius:5px;
}
.deq-pool-panel-body{
	padding:10px;
}
.deq-pool-panel-row{
	display:flex;	
}
.deq-pool-panel-left{
	width:50%;
	padding:0 10px 6px;
}
.deq-pool-panel-right{
	width:50%;
	padding:0 10px 6px;
	color:#fda858;
}
@media (max-width:414px){
	.deq-pool-panel-row{
		display:block;	
	}	
	.deq-pool-panel-left,
	.deq-pool-panel-right{
		width:100%;
	}
}
.tree-wrapper{
	margin-bottom:15px;
	padding:15px;
	border:1px solid #222;
	border-radius:6px;
}

.tree-wrapper .panel-heading a{
	color:#fff;
}
.tree-wrapper .panel-heading a:not(.collapsed) .rotate-icon{
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swither-collapse{
	background:rgba(255,255,255,.15);
	border-radius:30px;
	width:36px;
	height:36px;
	line-height:2.4;
	text-align:center;
}
.swither-collapse i.fa{
	font-size:20px;
}
.card-matrix{
	margin-bottom:20px;
	padding-bottom:20px;
	border:1px solid #222;
}
.card-matrix-header{
	padding:.75rem 1.25rem;
	background:#fd4a4a;
	border-radius:5px 5px 0 0;
	color:#fff;
	text-align:center;
	position:relative;
	box-shadow:0 0 5px rgba(0,0,0,.35);
}

.card-matrix-numbering{
	position:absolute;
	left:20px;
	top:10px;
}
.card-matrix-rate{
	font-size:24px;
	font-weight:bold;
}
.matrix-downline{
	margin:30px auto 0;
	max-width:160px;
}
.matrix-downline ul{
	margin:0;
	padding:0;
}
.matrix-downline li{
	display:block;
	list-style:none;
	width:32px;
	height:32px;
	border-radius:50%;
	border:1px solid #555;
	position:relative;
}
.matrix-downline li:before{
	content: '';
    position: absolute;
    height: 28px;
    bottom: 70%;
    left: 15px;
    margin-bottom: 10px;
    border-left: 2px dashed rgba(255,255,255,.15);	
}
.matrix-downline li:nth-of-type(1):before{
	-webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    margin-left: 13px;	
}
.matrix-downline li:nth-of-type(3):before{
	-webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    margin-left: -13px;	
}
.matrix-downline li.active{
	background:#bbff6d;
	box-shadow:0 0 2px 6px;
}
.mytooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #ccc;
}

.mytooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 100px;
    background-color:#0044bf;
    color: #fff;
    text-align: center;
	font-size:12px;
	line-height:normal;
    padding:6px;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
}

.mytooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip-left {
	top: 35px;
    left: -40px; 
}

.tooltip-left::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 50px;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #0044bf transparent;
}
.martrix-two--up{
	margin:30px auto 0;
	max-width:100px;
}
.martrix-two--up ul{
	margin:0;
	padding:0;
}
.martrix-two--up li{
	display:block;
	list-style:none;
	width:32px;
	height:32px;
	border-radius:50%;
	border:1px solid #555;
	position:relative;	
}
.martrix-two--up li:before{
	content: '';
    position: absolute;
    height: 28px;
    bottom: 75%;
    left: 25px;
    margin-bottom: 10px;
    border-left: 2px dashed rgba(255,255,255,.15);	
}
.martrix-two--up li:nth-of-type(odd):before{
	-webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);	
}
.martrix-two--up li:nth-of-type(even):before{
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    left: 2px;	
}
.martrix-two--up li.active{
	background:#bbff6d;
	box-shadow:0 0 2px 6px;
}

.martrix-four--bottom{
	margin:30px auto 0;
	max-width:160px;
}
.martrix-four--bottom ul{
	margin:0;
	padding:0;
}
.martrix-four--bottom li{
	display:block;
	list-style:none;
	width:32px;
	height:32px;
	border-radius:50%;
	border:1px solid #555;
	position:relative;	
}
.martrix-four--bottom li:before{
	content: '';
    position: absolute;
    height: 28px;
    bottom: 75%;
    left: 30px;
    margin-bottom: 10px;
    border-left: 2px dashed rgba(255,255,255,.15);	
}
.martrix-four--bottom li:nth-of-type(1):before{
	-webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);	
	left:25px;
}
.martrix-four--bottom li:nth-of-type(2):before{
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    left:10px;	
}
.martrix-four--bottom li:nth-of-type(3):before{
	-webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);	
	left:20px;
}
.martrix-four--bottom li:nth-of-type(4):before{
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    left:0px;	
}
.martrix-four--bottom li.active{
	background:#bbff6d;
	box-shadow:0 0 2px 6px;
}
/*** invest/viewInvest *****/
.user-id-card{
	max-width:320px;
	margin:0 auto;
	padding:10px 20px;
	border:1px solid #03a9f4;
	border-radius:10px;
	color:#03a9f4;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	transition:all ease .3s;
}
.user-id-card:hover{
	background:#111;
}
.user-id-card a{
	display:block;
	color:#03a9f4;
}
.user-id-card a:hover{
	text-decoration:none;
}
.arrow-up-line{
	font-size:26px;
	color:#03a9f4;
	text-align:center;
	padding:20px 0;
}
.view-previous-invest, .view-next-invest{
	background:#444;
	width:26px;
	height:auto;
	border-radius:30px;
	text-align:center;
	transition:all ease .2s;
}
.view-previous-invest:hover, .view-next-invest:hover{
	opacity:.5;
}
.view-previous-invest a, .view-next-invest a{
	color:#fff;
}
.view-previous-invest a:hover, .view-next-invest a:hover{
	color:#bbff6d;
}
.view-invest-tree{
	width:250px;
}
.invest-tree-detail{
	position:relative;
	text-align:center;
	padding:10px 20px;
	margin:auto;
	background:#bbff6d;
	border-radius:5px;
	width:200px;
}
.invest-tree-numbering{
	width:32px;
	height:32px;
	background:#444;
	margin:0 auto;
	margin-top:-25px;
	color:#fff;
	line-height:2;
	border-radius:30px;
}
.invest-user-id{
	font-size:24px;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:8px;
}
.user-matrix-price-dollar{
	border-radius:25px;
	padding:5px 10px;
	margin-bottom:5px;
	background:#a3ef4d;
}
.user-matrix-price-eth{
	border-radius:25px;
	padding:5px 10px;
	margin-bottom:10px;
	background:#a3ef4d;
}
.user-matrix-downline{
	margin:60px auto 0;
	max-width:250px;
}
.user-matrix-downline ul{
	margin:0;
	padding:0;
}
.user-matrix-downline li{
	display:block;
	list-style:none;
	width:60px;
	height:60px;
	border-radius:50%;
	border:1px solid #555;
	position:relative;
	font-size:12px;
	text-align:center;
	line-height:4.5;
}
.user-matrix-downline li:before{
	content: '';
    position: absolute;
    height: 69px;
    bottom: 80%;
    left: 26px;
    margin-bottom: 10px;
    border-left: 2px dashed rgba(255,255,255,.15);	
}
.user-matrix-downline li:nth-of-type(1):before{
	-webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    margin-left: 20px;	
}
.user-matrix-downline li:nth-of-type(3):before{
	-webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    margin-left: -20px;	
}
.user-matrix-downline li.active{
	background:#bbff6d;
	box-shadow:0 0 2px 6px;
}
.user-matrix-downline li i{
	color:#555;
	font-size:20px;
	line-height:3;
}
.transfer-percent{
	margin-right:30px;
	line-height:normal;
	text-align:center;
}
.transfer-up-percent, .transfer-down-percent{
	font-size:26px;
	transition:all ease .3s;
}
.transfer-up-percent a, .transfer-down-percent a{
	color:#bbff6d;
	transition:all ease .3s;
}
.transfer-up-percent a:hover, .transfer-down-percent a:hover{
	color:#78ab3e;
}
.button-connect-wallet{
	width:100%;
	padding:10px;
	border:0;
	border-radius:6px;
	background:#079f13;
	color:#fff;
	font-weight:bold;
	box-shadow:0 0 5px rgb(134 217 255);
	transition:all ease .3s;
}
.button-connect-wallet:hover{
	background:#047d0d;
}
.button-connect-wallet a{
	color:#fff;
}
.button-connect-wallet a:hover{
	text-decoration:none;
}
/*** binaryTree.php ***/
.user-binary-tree{
	margin:60px auto 0;
	max-width:250px;
}
.binary-icon-preview{
	display:block;
	list-style:none;
	width:60px;
	height:60px;
	border-radius:50%;
	border:1px solid #555;
	position:relative;
	font-size:12px;
	text-align:center;
	line-height:4.5;
}	
.user-binary-tree ul.first-line{
	margin:0;
	padding:0;
}
.user-binary-tree ul.first-line li{
	display:block;
	list-style:none;
	position:relative;
	margin:0 50px;
}
.user-binary-tree ul.first-line li:before{
	content: '';
    position: absolute;
    height: 69px;
    bottom: 85%;
    left: 26px;
    margin-bottom: 10px;
    border-left: 2px dashed rgba(255,255,255,.15);	
}
.user-binary-tree ul.first-line li:nth-of-type(1):before{
	-webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    margin-left: 20px;	
}
.user-binary-tree ul.first-line li:nth-of-type(2):before{
	-webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    left:10px;	
}
.user-binary-tree ul.first-line li.active{
	background:#bbff6d;
	box-shadow:0 0 2px 6px;
}
.user-binary-tree li i{
	color:#555;
	font-size:20px;
	line-height:3;
}
.user-binary-tree ul.second-line{
	margin:0;
	padding:0;
}
.user-binary-tree ul.second-line li{
	display:block;
	list-style:none;
	position:relative;
}
.user-binary-tree ul.second-line li:before{
	content: '';
    position: absolute;
    height: 40px;
    bottom: 90%;
    left: 26px;
    margin-bottom: 10px;
    border-left: 2px dashed rgba(255,255,255,.15);	
}
.user-binary-tree ul.second-line li:nth-of-type(1){
	margin-left:-20px;
}
.user-binary-tree ul.second-line li:nth-of-type(1):before{
	-webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
	left:40px;	
}
.user-binary-tree ul.second-line li:nth-of-type(2):before{
	-webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
	left:15px;
}
.user-binary-tree ul.second-line li:nth-of-type(3):before{
	-webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
	left:40px;	
}
.user-binary-tree ul.second-line li:nth-of-type(4){
	margin-right:-10px;
}
.user-binary-tree ul.second-line li:nth-of-type(4):before{
	-webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
	left:15px;
}