body{
	background: #141414;
}
.leg{
	margin-bottom: 50px #141414;
}
.navbar-toggler-icon{
	background-color: #fff !important;
}
.header{
    background:rgba(0,0,0,0);
    -webkit-transition: All .5s ease;
    transition: All .5s ease;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    padding:10px 0;
  }
  
  .darkHeader{
    background:rgba(0,0,0,0);
    -webkit-box-shadow: 0 36px 71px -10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 36px 71px -10px rgba(0, 0, 0, 0.07);
    padding:0px 0;
    }
  
  
  .header .noe{display:flex;}
  .header .noe2{display:none;}
  
  .darkHeader .noe{display:none;}
  .darkHeader .noe2{display:flex;}
  
  @media (max-width: 991px){
    .header{
    background:#fff;
    -webkit-box-shadow: 0 36px 71px -10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 36px 71px -10px rgba(0, 0, 0, 0.07);
    padding:0px 0;
    }
  }
  
  .header .navbar{flex:1;}
  
  .header .navbar .navbar-nav .nav-item .nav-link{
    font-size:14px;color:#fff;
    text-transform:uppercase;font-weight: 500;
    margin-right: .875rem;
    margin-left: .875rem;
    }
  
  .header.darkHeader .navbar .navbar-nav .nav-item .nav-link{
    color:#242539;
    }
  
  
  .header .navbar .navbar-collapse .login{text-transform:uppercase;background:rgba(86,190,137,.375);color:#fff;padding:12px 18px;}
  .darkHeader .navbar .navbar-collapse .login{background:rgba(86,190,137,.125);color:#56BE89;}
  
  .header .navbar .navbar-collapse .register{text-transform:uppercase;color: #fff;background-color: #56BE89;padding:12px 18px;}
  .darkHeader .navbar .navbar-collapse .register{color: #fff;background-color: #56BE89;}
  
  @media (max-width: 991px){
    .header .navbar .navbar-collapse .login{background: #F1FAF6;color: #56BE89;}
    .header .navbar .navbar-collapse .register{color: #fff;background-color: #56BE89;}
  }




/* separated */


.header-dashboard{
	background:#16162C;
	-webkit-transition: All .5s ease;
	transition: All .5s ease;
	padding:0;
	z-index:99;
	box-shadow:0 20px 48px rgba(186,196,207,.65);
}		


		
	.header-dashboard .navbar{padding:.75rem 1rem;border-bottom:1px solid rgba(0,0,0,.15);}
	.header-dashboard .navbar-brand{box-shadow:12px 0 12px -10px rgba(0,0,0,0.1);padding-right:.5rem;}
	.header-dashboard .shadow-left{box-shadow:-12px 0 12px -10px rgba(0,0,0,0.1);padding-left:.5rem;}
	.header-dashboard .nav-item{padding:.5rem .75rem!important;display:flex;align-items:center;}
	.header-dashboard .nav-item:last-child{padding:.5rem 0rem .5rem .75rem!important;display:flex;align-items:center;}
	.header-dashboard .nav-link{font-size:11px;text-transform:uppercase;font-weight:500;color:#fff!important;display:flex;align-items:center;padding:0!important;position:relative;}
	.header-dashboard .nav-link i.ic{color:#56BE89;margin-right:8px;padding-top:0px;line-height:100%;transition:All .5s ease;-webkit-transition:All .5s ease;line-height:16px;height:16px;width:16px;text-align:center;border-radius:2px;}
	.header-dashboard .nav-link:hover .ic{color:#fff;box-shadow:0 0 0 3px #56BE89, inset 0 0 0 20px #56BE89;}
	
	.header-dashboard .nav-link .rotate{
		transform: rotate(90deg) ;
		-webkit-transform: rotate(90deg) ;
		padding:0;
		width:24px;height:24px;background:rgba(0,0,0,.15);border-radius:3px;display:flex;align-items:center;justify-content:center;
		}
		
	.header-dashboard .nav-link.underl:before{position:absolute;top:110%;left:0;width:0px;height:2px;content:'';background:rgba(255,255,255,.15);transition:All .2s ease;-webkit-transition:All .2s ease;}
	.header-dashboard .nav-link.underl:hover:before{position:absolute;top:110%;left:0;width:16px;height:2px;content:'';background:#56BE89;}
	
	.header-dashboard {}
	


.header-switch{position:relative;}	
.header-switch p{margin:0;line-height:1;font-size:12px;color:rgba(255,255,255,.25);}	
.header-switch p b{font-weight:500;color:#fff;}	
.header-switch .small-button{display:none!important;}	
.header-switch .small-button-pc{display:flex!important;background:#56BE89;border:0;outline:none;padding:6px 12px;color:#fff;position:relative;border-radius:3px;box-shadow:0 5px 22px #307C5E;transition:All .2s ease;-webkit-transition:All .2s ease;opacity:.375;cursor:pointer;}	
.header-switch .small-button-pc.active{opacity:1;}	
.header-switch .small-button-pc:hover{display:flex!important;background:#56BE89;opacity:1;}	
.header-switch .small-button-pc label{font-size:12px;cursor:pointer;}	

.header-switch .dropdown-menu{
	-webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 24px 0 rgba(0,0,0,0.1);
	padding:0;overflow:hidden;
    }	
.header-switch .dropdown-menu .dropdown-item{font-size:12px;padding:.5rem .75rem;border-bottom:1px solid #F1F2F6;}
.header-switch .dropdown-menu .dropdown-item:last-child{border-bottom:0px solid #ccc;}

.verytop-switch{display:flex;background:#34956C;min-height:32px;}
.verytop-switch p{color:rgba(255,255,255,.5)!important;}
.verytop-switch b{color:rgba(255,255,255,.75)!important;}



#dashboard{
	background:#F2F3F7;
	padding:0;
	min-height:100vh;
	}		


#dashboard p{font-size:12px;color:#8E8F9A;}
#dashboard b{font-weight:500;color:#353448;letter-spacing:-.25px;}
#dashboard .full-height{padding-top:3rem;padding-bottom:2rem;}		
#dashboard .wbox{
	background:#fff;
	box-shadow:0 20px 48px rgba(186,196,207,.35);
	flex:1;
	align-self:stretch;
	border-radius:5px;
	}		
#dashboard .wbox2{
	background:#F2F3F7;
	box-shadow:0 20px 48px rgba(186,196,207,.5);
	flex:1;
	align-self:stretch;
	border-radius:5px;
	}	
	
#dashboard .ybox{
	background:#F2F3F7;
	box-shadow:0 20px 48px rgba(186,196,207,.5);
	flex:1;
	align-self:stretch;
	border-radius:5px;
	}		
#dashboard .member-info .username {color:#1D214F;font-size:14px;}
#dashboard .member-info .username .fa-cog{color:#BFC0C8;line-height:1;font-size:12px;}
#dashboard .member-info .username .fa-user.mr-3{line-height:1;background:#fff;color:#56BE89;display:flex;align-items: center;justify-content: center;font-size:8px;width:20px;height:20px;border-radius:5px;box-shadow:0 20px 48px rgba(186,196,207,.25);}		
		
#dashboard .member-info .accBalance {
	background:#fff;
	box-shadow:0 20px 48px rgba(186,196,207,.25);
	border-radius:5px;
	}
		
#dashboard .member-info .accBalance .svg{}
#dashboard .ref-icons-ma i{background:#fff;border-radius:5px;width:46px;height:46px;color:#56BE89;font-size:16px;box-shadow: 0 20px 48px rgba(186,196,207,.25);}
	
	
#dashboard .member-info .accBalance .mBalance{color:#16162C;
	background: -webkit-linear-gradient(top left, #313260 0%, #16162C 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight:600;
	}
#dashboard .member-info .accBalance .mBalance small{color:#4E4F72;}
#dashboard .member-info .accBalance .pBalance{font-size:12px;}
#dashboard .member-info .accBalance .pBalance b{font-size:12px;color:#fff;}

#dashboard .member-info .earningSmall .dropdown-menu{padding:0;}
#dashboard .member-info .earningSmall .dropdown-menu .dropdown-item{border-bottom:1px solid #ECECF1;}

#dashboard .member-info .earningSmall span{font-size:12px;color:#8E8F9A;padding:0;margin:0;line-height:1;font-weight:300;}
#dashboard .member-info .earningSmall p{padding:0;margin:0;font-size:14px;color:#fff;line-height:1;font-weight:500;}
#dashboard .member-info .earningSmall .withdraw-btn{
	background:#fff;
	border-radius:5px;
	box-shadow:0 20px 48px rgba(186,196,207,.25);
	height:40px;
	padding:3px;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
}
#dashboard .member-info .earningSmall .withdraw-btn span{line-height:1;font-size:10px;text-align:center;text-transform:uppercase;font-weight:600;color:#353760;}
#dashboard .member-info .earningSmall .withdraw-btn i{background:none;color:#AAADB6;}
#dashboard .member-info .earningSmall .withdraw-btn:hover{background:rgba(0,0,0,0.05);}

#dashboard .member-info .dataAccount {border:1px solid #DBDDE4;border-radius:5px;}
#dashboard .member-info .dataAccount .icc{font-size:8px;width:16px;height:16px;color:#56BE89;background:#fff;border-radius:5px;padding:0;margin:0;line-height:1;}
#dashboard .member-info .dataAccount span{font-size:12px;color:#8E8F9A;padding:0;margin:0;line-height:1;flex:1;}
#dashboard .member-info .dataAccount p{font-size:13px;padding:0;margin:0;color:#222552;line-height:1;font-weight:500;}
		
#dashboard .mainAccStatus{}		
#dashboard .mainAccStatus .balance-boxes{}		
#dashboard .mainAccStatus .balance-boxes.rightBorder{border-right:1px solid #F1F2F6;}		
#dashboard .mainAccStatus .balance-boxes .title h6{flex:1;
	
	}	
#dashboard .mainAccStatus .balance-boxes .title span{
	font-size:10px;line-height:1;
	color:#CCD0D6;
	background: -webkit-linear-gradient(top, #CDCED3 0%, rgba(237,237,237,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }	
#dashboard .mainAccStatus .balance-boxes .number{background:#F2F3F7;border-radius:5px;}	
#dashboard .mainAccStatus .balance-boxes .number .head-icon{
	font-size:14px;
	background:#fff;
	border-radius:5px;
	-webkit-box-shadow:inset 0 13px 24px rgba(186,196,207,.05);
    box-shadow:inset 0 13px 24px rgba(186,196,207,.05);
}	
#dashboard .mainAccStatus .balance-boxes .number b{color:#1E214D;flex:1;font-size:14px;padding:0 1rem;font-weight:600;}	
#dashboard .mainAccStatus .balance-boxes .number p{color:#56BE89;font-size:12px;}	

#dashboard .mainAccStatus .balance-boxes .statusNumbox{border-radius:5px;border: 1px solid #DBDDE4;}	
#dashboard .mainAccStatus .balance-boxes .statusNum{border-bottom: 1px solid #DBDDE4;}	
#dashboard .mainAccStatus .balance-boxes .statusNum:last-child{border-bottom: 0px solid #DBDDE4;}	
#dashboard .mainAccStatus .balance-boxes .statusNum span{font-size:9px;color:#CDCED3;}	
#dashboard .mainAccStatus .balance-boxes .statusNum b{font-size:13px;font-weight:600;color:#171C4A;padding:0 .375rem 0 1rem;flex:1;}	
#dashboard .mainAccStatus .balance-boxes .statusNum p{line-height:1;font-size:10px;font-weight:500;flex:1;text-transform:uppercase;}

	
#dashboard .depboxHome.border-right{border-color:#F1F2F6!important;}	

#dashboard .depboxHome .current_price{border-radius:5px;background:#F1FAF6;}	
#dashboard .depboxHome .current_price p{color:#1A1C31;font-size:10px;}	
#dashboard .depboxHome .current_price b{color:#56BE89;font-size:10px;}	

#dashboard .depboxHome .mining-type{margin-left:-5px;margin-right:-5px;}	
#dashboard .depboxHome .mining-type .colc{padding-left:5px;padding-right:5px;}	
#dashboard .depboxHome .mining-type .type{}	
#dashboard .depboxHome .mining-type .type input[type="radio"]{position:fixed;top:-999px;left:-999px;}	
#dashboard .depboxHome .mining-type .type .type_button{border: 1px solid #DBDDE4;background:#fff;transition:All .5s ease;-webkit-transition:All .5s ease;border-radius:5px;box-shadow:0 0px 0px #fff;}	
#dashboard .depboxHome .mining-type .type .type_button .fa-hdd{color:#A1D9BE;font-size:14px;margin-right:12px;}	
#dashboard .depboxHome .mining-type .type .type_button p{line-height:1;font-weight:600;font-size:10px;text-transform:uppercase;color:#1C1D35;}	
#dashboard .depboxHome .mining-type .type .type_button p small{font-size:9px;margin:0;padding:0;line-height:1;color:#8A8C97;}	
#dashboard .depboxHome .mining-type .type input[type="radio"]:checked ~ .type_button{background:#56BE89;box-shadow:0 12px 24px #CEECDD;border:1px solid #56BE89;}	
#dashboard .depboxHome .mining-type .type input[type="radio"]:checked ~ .type_button .fa-hdd{color:#fff;}	
#dashboard .depboxHome .mining-type .type input[type="radio"]:checked ~ .type_button p{color:#fff;}	
#dashboard .depboxHome .mining-type .type input[type="radio"]:checked ~ .type_button p small{color:#fff;}	

#dashboard .depboxHome .stepNav{list-style-type:none;border:none;position:relative;}	
#dashboard .depboxHome .stepNav:after{position:absolute;content:'';width:100%;height:100%;top:0;left:0;}	
#dashboard .depboxHome .stepNav .nav-item{margin:.5rem 0;position:relative;}	
#dashboard .depboxHome .stepNav .nav-item:before{position:absolute;content:'';width:0;height:100%;border-right:2px dashed #E0E0E0;top:100%;left:18px;}	
#dashboard .depboxHome .stepNav .nav-item.no:before{position:absolute;content:'';width:0;height:0%;border-right:0px dashed #E0E0E0;top:100%;left:18px;}	
#dashboard .depboxHome .stepNav .nav-link{padding:0;border:none;font-weight:400;}	
#dashboard .depboxHome .stepNav .nav-link span{width:40px;height:40px;background:#F1F2F6;color:#353448;border-radius:50%;}	
#dashboard .depboxHome .stepNav .nav-link.active{border:none;}	
#dashboard .depboxHome .stepNav .nav-link.active span{
	background: #56BE89;
    background: -webkit-linear-gradient(115deg, #56BE89 30%, #FFA351 100%);
    background: linear-gradient(115deg, #56BE89 30%, #FFA351 100%);
	-webkit-box-shadow: 0px 12px 37px -6px rgba(255,192,89,.75);
    box-shadow: 0px 12px 37px -6px rgba(255,192,89,.75);
	color:#fff;
	}	

#dashboard .depboxHome .title{border-bottom:1px solid #F1F2F6;}	
#dashboard .depboxHome .title h6{flex:1;}	
#dashboard .depboxHome .title .icon {
    line-height: 1;
    color: #56BE89;
    background: #E9F6F0;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#dashboard .depboxHome .select-box{flex:1;}	
#dashboard .depboxHome .select-box p{margin:0 ;flex:1;}	
#dashboard .depboxHome .select-box .select-date{flex:4;align-content:stretch;}	
#dashboard .depboxHome .select-box .select-date select{flex:1!important;padding:.375rem .625rem;border:0;background:none;outline:0;font-size:12px;color:#353448;background:#F1F2F6;line-height:1;height:100%;border-radius:5px;margin:2px;}	
#dashboard .depboxHome .select-box .select-date .border-left-right{border-left:1px solid #fff;border-right:1px solid #fff;}	

#dashboard .depboxHome .changeType{font-size:12px;}
#dashboard .depboxHome .changeType.ybg{
	background: #56BE89;
    background: -webkit-linear-gradient(115deg, #56BE89 50%, #FFA351 100%);
    background: linear-gradient(115deg, #56BE89 50%, #FFA351 100%);
    -webkit-box-shadow: 0px 12px 37px -6px rgba(255,192,89,.5);
    box-shadow: 0px 12px 37px -6px rgba(255,192,89,.5);
	transform: translate(0px, -1px);
	-webkit-transform: translate(0px, -1px);
	color:#fff;
	z-index:99!important;
}
#dashboard .depboxHome .changeType p{margin:0;}
#dashboard .depboxHome .changeType.ybg p{color:#fff;}
#dashboard .depboxHome .changeType .small-button{
	background:#fff;
	-webkit-box-shadow:0 4px 16px -2px rgba(0,0,0,0.2);
    box-shadow:0 4px 16px -2px rgba(0,0,0,0.2);
	border:0;
	outline:0;
	line-height:16px;
	padding:.25rem;
	margin:0 .5rem;
}

#dashboard .depboxHome .changeType .smallPay-button{padding:.5rem;flex:1;}
#dashboard .depboxHome .changeType .smallPay-button label{color:#353448;font-size:16px;font-weight:500;letter-spacing:0px;}

#dashboard .depboxHome .changeType .dropdown-menu{    -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 24px 0 rgba(0,0,0,0.1);
    padding: 0;
    overflow: hidden;}
#dashboard .depboxHome .changeType .dropdown-item{font-size: 12px;
    padding: .5rem .75rem;
    border-bottom: 1px solid #F1F2F6;}
#dashboard .depboxHome .wallet_Address{background:#E9F6F0;padding:.75rem;line-height:24px;font-size:14px;}
#dashboard .depboxHome .wallet_Address .fa-wallet{color:#56BE89;font-size:14px;}
#dashboard .depboxHome .wallet_Address span{flex:1;text-align:center;}
#dashboard .depboxHome .TFA{flex:1;text-align:center;}
#dashboard .depboxHome .TFA p{padding:.75rem;border:1px solid #F1F2F6;border-top-left-radius:5px;border-bottom-left-radius:5px;border-right:0;}
#dashboard .depboxHome .TFA p .icon{color:#56BE89;font-size:12px;padding-top:1px;}
#dashboard .depboxHome .TFA input{padding:.25rem .75rem;border:1px solid #F1F2F6;min-width:50px;border-top-right-radius:5px;border-bottom-right-radius:5px;flex:1;}
	
#dashboard .tab-content>.active{display:flex!important;}

#dashboard .table-list{border-bottom:1px solid #F3F4F8;}

#dashboard .table-list .detailBox{flex:1;}
#dashboard .table-list .detailBox .small-header{font-size:12px;font-weight:400;letter-spacing:0;color:#C2C7CE;}

#dashboard .table-list .svg{}
#dashboard .table-list .svg svg{border-radius:50%;border:1px solid #EAECEF;padding:2px;}
#dashboard .table-list .svg .ico{border-radius:50%;box-shadow:0 0 0 2px #fff, 0 0 0 3px #DEDFE4;font-size:1rem;width:1rem;height:1rem;}
#dashboard .table-list .svg .ico.fa-plus-circle{color:#56BE89;border:1px solid #E8EAEF;}
#dashboard .table-list .svg .ico.fa-check-circle{color:#1767D9;border:1px solid #1767D9;}
#dashboard .table-list .svg .ico.fa-arrow-alt-circle-up{color:#EE3E2E;border:1px solid #EE3E2E;}
#dashboard .table-list .svg .ico.fa-user-circle{color:#56BE89;border:1px solid #E8EAEF;}
#dashboard .table-list .svg .ico.fa-pause-circle{color:#F4A722;border:1px solid #F4A722;}
#dashboard .table-list .svg .ico.fa-dot-circle{color:#56BE89;border:1px solid #E8EAEF;}

.iloex{display:none;}

#dashboard .table-list .ideax{font-size:13px;margin:0;line-height:1.1;}
#dashboard .table-list .ideax p{margin:0;font-size:12px;color:#212833;}
#dashboard .table-list .ideax p.type{font-size:12px;color:#353448;}
#dashboard .table-list .ideax span{margin:0;font-size:13px;color:#353448;font-weight:500;}
#dashboard .table-list .ideax small{color:#B5B5C2;font-weight:400;font-size:13px;}
#dashboard .table-list .ideax .release-deposit-btn{
	background:none;
    height: 38px;
    padding: 3px;
}

#dashboard .table-list  .ideax .release-deposit-btn span {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 24px;
	flex:1;
	color:#818491;
}

#dashboard .table-list  .ideax .release-deposit-btn i {
    background: #fff;
    color: #56BE89;
    -webkit-box-shadow: 0 13px 24px -6px rgba(0,0,0,0.1);
    box-shadow: 0 13px 24px -6px rgba(0,0,0,0.1);
    width: 32px!important;
    height: 32px;
    font-size: 20px;
    line-height: 20px;
    
    padding: 0;
    flex: initial;
}


#dashboard .table-list  .ideax .amount{
	color:#56BE89;
}
#dashboard .table-list  .ideax .amount2{
	background:#F4F4F4;
	line-height:36px;
	padding:0 1rem;
	
	color:#353448;
}

#dashboard .page-s{flex-flow:row wrap;}
#dashboard .page-s a{background:#F3F3F4;color:#353448;margin:4px;font-size:12px;font-weight:400;line-height:32px;width:32px;text-align:center;border:1px solid #E8E8E9;border-radius:4px;}
#dashboard .page-s a.current{background:#fff;color:#E8E8E9;}
#dashboard .depInput{
	box-shadow:0 0 0 .375rem #E9F6F0;
	border:1px solid #83CFA8;
	background:#fff;
	border-radius:5px;
	min-height:54px;
	position:relative;
}
#dashboard .depInput .float-ing-down{position:absolute;left:calc(50% - 18px);bottom:-44px;font-size:36px;width:36px;height:36px;color:rgba(52,149,108,0.2);}
#dashboard .depInput .plaN{height:52px;border-right:1px solid #BCE4D0;padding-top:1px;}
#dashboard .depInput .plaN span{line-height:1;font-size:10px;color:#33334A;}
#dashboard .depInput #inputsmoney{border:none;font-size:18px;background:none;flex:1;padding:.75rem;color:#56BE89;font-weight:500;letter-spacing:-1px;}
#dashboard .depInput #inputshash{border:none;font-size:18px;background:none;flex:1;padding:.75rem;color:#56BE89;font-weight:500;letter-spacing:-1px;}
#dashboard .depInput .deposit-btn{
	background: #56BE89;
    background-position: 0px;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
	border-radius:4px;
	color:#fff;
	padding:6px;
	
	transition:All .3s ease;
	-webkit-transition:All .3s ease;
}
#dashboard .depInput .deposit-btn span{font-weight:500;font-size:12px;text-transform:uppercase;padding:5px 24px;}
#dashboard .depInput .deposit-btn  i {
    background: #fff;
	color:#56BE89;
    width: 42px!important;
    height: 42px;
    font-size: 20px;
    line-height: 20px;
    border-radius:3px;
    padding: 0;
    flex: initial;
	transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
}
#dashboard .depInput .deposit-btn:hover {}


#dashboard .popup-button{
	background:#fff;
    box-shadow: 0 20px 48px rgba(186,196,207,.25);
	border-radius:5px;
}
#dashboard .popup-button p{margin:0;color:#353448!important;font-size:12px!important;font-weight:400!important;}
#dashboard .popup-button i.fas{font-size:18px;margin:0;padding:0;margin-right:16px;line-height:1;color:#56BE89;order-radius:5px;}

#dashboard .tfa_setting_nav{border:none!important;}
#dashboard .tfa_setting_nav .nav-link{flex:1;border:none!important;background:#F9F9F9;font-weight:500;font-size:13px;color:#C5C9D2;}
#dashboard .tfa_setting_nav .nav-link:first-child{margin-right:1rem;}
#dashboard .tfa_setting_nav .nav-link.active{color:#353448;}

#dashboard .custom-control-label{color:#353448;line-height:24px;font-size:14px;}
#dashboard .custom-control-label.red{color:#F9566A;line-height:24px;font-size:14px;}

#dashboard .custom-control-input:checked~.custom-control-label.red::before{color:#fff;border-color:#F9566A;background-color:#F9566A;}
#dashboard .custom-control-input:checked~.custom-control-label.red::before{color:#F9566A;line-height:24px;font-size:14px;}


#dashboard .depResult{margin-left:-5px;margin-right:-5px;}
#dashboard .depResult .bor{position:relative;padding-left:5px;padding-right:5px;}
#dashboard .depResult .bor .fa-equals{background:#E5F5ED;border-radius:5px;position:absolute;width:24px;height:24px;font-size:8px;color:#56BE89;top:calc(50% - 12px);right:-12px;}
#dashboard .depResult .resultNum{border:1px solid #DBDDE4;border-top-left-radius:5px;border-top-right-radius:5px;}
#dashboard .depResult .resultNum:last-child{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:0px;border-top-right-radius:0px;border-top:0px solid #fff;}
#dashboard .depResult .resultNum p{margin:0;font-size:12px;line-height:1;color:#353448; flex:1;}
#dashboard .depResult .resultNum h5{font-weight:500;color:#56BE89;letter-spacing:-.25px;line-height:1;margin:0;font-size:14px;}
#dashboard .depResult .resultNum h5 small{color:#898C98;font-weight:400;font-size:12px;margin:0;}
		
#dashboard .deposit-small-btn{
	background:#56BE89;
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
	color:#fff;
	padding:4px;
	cursor:pointer;
	-webkit-box-shadow: 0 0 0 rgba(255,255,255,1);
    box-shadow: 0 0 0 rgba(255,255,255,1);
	border-radius:20px;
	padding:8px 12px;
	max-width:100%;
	min-width:160px;
}
#dashboard .deposit-small-btn span{font-weight:500;font-size:12px;text-transform:uppercase;flex:1;padding:0 1.5rem 0 .5rem;}
#dashboard .deposit-small-btn  i {
	color:#fff;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    flex: initial;
}

#dashboard .deposit-small-btn:hover{background-position: 100%;
	-webkit-box-shadow: 0 0 0 0 rgba(255,192,89,1);
    box-shadow: 0 0 0 0 rgba(255,192,89,1);
}		
		
#dashboard .back-small-btn{
	background: #EAEBEE;
	color:#A8AFBE;
	margin-right:6px;
	padding:4px;
	cursor:pointer;
	transition: All .3s ease;
    -webkit-transition: All .3s ease;
	border-radius:20px;
}
#dashboard .back-small-btn span{font-weight:500;font-size:12px;text-transform:uppercase;padding:5px 24px;}
#dashboard .back-small-btn  i {
    background: #fff;
	color:#A8AFBE;
    width: 32px!important;
    height: 32px;
    font-size: 14px;
    line-height: 20px;
    border-radius:50%;
    padding: 0;
    flex: initial;
}
#dashboard .back-small-btn:hover{
	color:#353448;
}			
		
#dashboard .depboxHome .ico-title{color:#99D7B8;font-size:10px;}
#dashboard .depboxHome .payType	{}
#dashboard .depboxHome .payType	.compound_select{
	list-style-type: none;
    border: none;
    position: relative;
	margin:0;padding:0;
	flex-flow:row wrap;
}
#dashboard .depboxHome .payType	.compound_select li{width:50%;padding:.5rem;}
#dashboard .depboxHome .payType	.compound_select input[type="radio"]{position:fixed;top:-9999px;left:-9999px;}		
#dashboard .depboxHome .payType	.compound_select label{display:flex;
	-webkit-box-shadow: 0 4px 24px -6px rgba(0,0,0,0);
    box-shadow: 0 4px 24px -6px rgba(0,0,0,0);
	border-radius:5px;
	background:#F1F2F6;
	border-left:5px solid #56BE89;
	padding:1rem;
	font-size:13px;
	flex:1;
	opacity:.4;
	color:#353448;
}		
#dashboard .depboxHome .payType	.compound_select label.disable{opacity:.4;border-left:6px solid #353448;cursor:not-allowed;}
#dashboard .depboxHome .payType	.compound_select label b{font-weight:500;}	
#dashboard .depboxHome .payType	.compound_select label .fas{font-size:20px;color:#56BE89;}	
#dashboard .depboxHome .payType	.compound_select input[type="radio"]:checked ~ label {opacity:1;}	

#dashboard .deposit-scan-mn{}
#dashboard .deposit-scan-mn b{margin:0 .5rem;}
#dashboard .deposit-scan-mn i{background: #F3F4F6;width: 100%;padding:.75rem .375rem;text-align:center;font-size:10px;font-style:normal;color:#353448;margin-top:.5rem;}



/* sep */


  @media only screen and (max-width: 1199px) {
	.header-dashboard .header-dashboard .nav-item{padding:.375rem .5rem!important;}
	.header-dashboard .header-dashboard .nav-link{font-size:10px;text-transform:uppercase;font-weight:500;color:#353448!important;display:flex;align-items:center;padding:0!important;}
	.header-dashboard .navbar-expand-lg .navbar-nav{flex-flow:row wrap;}
	#dashboard .depboxHome .title.bb3-3{border-top:1px solid #F1F2F6;}
	#dashboard .depboxHome .stepNav{flex-flow:row!important;}
	#dashboard .depboxHome .stepNav li{flex:1;}
	#dashboard .depboxHome .stepNav .nav-item:before{border:none;}
	#dashboard .depboxHome .stepNav .nav-link p{flex:1;font-size:12px;line-height:120%;}
	#features .owl-carousel{padding-left:0;}
	#features .featlist{-webkit-box-shadow: 0 12px 64px -10px rgba(0, 0, 0, 0.1);box-shadow: 0 12px 52px -10px rgba(0, 0, 0, 0.1);}
}	
		
		
		
		
		
		
/*************************************************************/
/*************************************************************/
/*************************************************************/
@media only screen and (max-width: 991px) {
	.iloex{display:flex;width:24px;color:#D5D7DC;}
	.allbuton-pc {display:none!important;}
	.header-switch .small-button{display:flex!important;background:#53BC87;border:0;outline:none;padding:6px 12px;color:#fff;position:relative;border-radius:3px;box-shadow:0 5px 12px #34956C;}	
	.header-switch .small-button label{font-size:12px;}	
	.header-switch .small-button i.fa-caret-down{font-size:8px;line-height:1;}	
	.header-dashboard .nav-link .rotate{background:none;}

	.float-paidout-button{padding:.625rem .875rem;bottom:84%;font-size:12px;}
	.float-paidout-button .icon{color:rgba(255,255,255,.6);font-size:16px;}
	
	.navbar-collapse{
	height:100vh!important;transition: all 0.3s ease-in-out;
	opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
	position:absolute;
	
	top:56px;right:0;
	width:260px;
	-webkit-box-shadow: inset 0 4px 16px -4px rgba(0,0,0,0.1);
    box-shadow: inset 0 4px 16px -4px rgba(0,0,0,0.1);
    background-color:rgba(255,255,255,.975);
	box-shadow:-100px 0 100px 0px rgba(53,52,72,.15);
	transition:All .3s ease!important;
	-webkit-transition:All .3s ease!important;
	-moz-transition:All .3s ease!important;
	-o-transition:All .3s ease!important;
	}
	.header .navbar .navbar-nav .nav-item .nav-link{color:#242539}
	#MainNav.show {
    opacity: 1;
	z-index:999;
    visibility: visible;
	}
	.mt-sms-3 .nav-item .nav-link{font-size:16px!important;font-weight:700!important;}
	.mt-sms-3{margin:2rem 0 1rem;}
	
	.right-navi{
		-webkit-align-items: center;
        align-items: center;
		-webkit-justify-content: center;
        justify-content: center;
		margin-top:.5rem;
		}
	.nav-item .nav-btn{width:160px;text-align:center;padding:15px 25px!important;font-size:14px;}
	
	.slash-bg{width:36%;height:88%}
	
	#deposit-home .deposit-box{margin-top:3rem;}
	
.header .noe{display:none;}
.header .noe2{display:flex;}
	.btn span{padding: .5rem .5rem;}
	.btn span i{margin-right:.5rem;}
	.header-dashboard{position:fixed!important;width:100%;top:0;left:0;}
	#dashboard{padding-top:120px;}
	#dashboard.editaccoutn-sp{padding-top:150px!important;}
	.verytop-switch p{font-size:10px!important;}
	.verytop-switch p b{font-size:10px!important;}
	.header-dashboard .navbar-light .navbar-toggler{padding:.25rem;display:flex;color: rgba(0,0,0,.5);    border-color: rgba(255,255,255,.1);}
	.header-dashboard .navbar-toggler-icon{width:1.25rem;height:1.25rem;color: rgba(255,255,255,.5);background:none;}
	.header-dashboard .navbar-toggler-icon .fa-bars{color: rgba(255,255,255,1);font-size:18px;}
	.header-dashboard .navbar-brand a svg{height:24px!important;}
	
	.accountMenu.navbar-collapse{top:52px;}
	.header-dashboard .navbar-expand-lg .accountMenu .navbar-nav{flex-flow:column;}
	.header-dashboard .mt-sms-3{border-bottom:1px solid #F1F2F6;margin:0;padding:1.5rem 0;}
	.header-dashboard .shadow-left{padding:1rem 0;flex-flow:row wrap!important;}
	.header-dashboard .nav-item{padding: .75rem 1.25rem!important;}
	.header-dashboard .nav-item:last-child{padding: .5rem 1.25rem!important;}
	.header-dashboard .nav-link{color:#2B2D56!important;}
	.mt-sms-3 .nav-item .nav-link{font-size:13px!important;color:#2B2D56!important;}
	
	
	#dashboard .table-list .detailBox{flex-flow:row wrap!important;}
	#dashboard .table-list .detailBox .svg{padding: .25rem;}
	#dashboard .table-list .detailBox .svg svg{width:24px;height:24px;}
	#dashboard .table-list .detailBox .PhonenoDisplay{display:none!important;}
	#dashboard .table-list .ammcount{flex: initial;padding-right:0!important;}

	#dashboard .table-list  .ideax .release-deposit-btn {background:#E9F6F0;box-shadow:none;}
	#dashboard .table-list  .ideax .release-deposit-btn span{color:#353448;}
	
	.full-small{width:100%!important;flex: initial!important;}
	
	.footer .footer-list a.social-btn{
		width: 30px;
		height: 30px;
		font-size: 10px;
	}
	
	#hero.about-us-page {padding:6rem 0 3rem;}
	#about-tabs .our-team .our-boss{max-width:56%;}
	#about-tabs .our-team .member-info .social{width:60%;}
	.dsewq{box-shadow:0 -80px 80px -64px rgba(0,0,0,0.05);}
.d4j20{padding-top:0;}
.allpaidouts #proof-dates .sdate{font-size:12px;}
}
/*************************************************************/
/*************************************************************/
/*************************************************************/
@media only screen and (max-width: 767px) {
	
	section {padding: 3rem 0;}
	.presen-ref{margin-top:1rem;}
	#dashboard .mainAccStatus .balance-boxes.rightBorder{border-right:0;border-bottom:1px solid #F1F2F6;}
	#dashboard .depInput{flex-flow:row wrap;align-items:stretch!important;}
	#dashboard .depInput .plaN{width:100%;border-right:0;height:auto;display:none!important;}
	#dashboard .depInput #inputsmoney{border-bottom:1px solid rgba(150,89,12,.1);}
	#dashboard .depInput .currsym{border-bottom:1px solid rgba(150,89,12,.1);}
	#dashboard .depInput .deposit-btn{width:100%;margin:8px;height:48px;}
	#dashboard .depInput .deposit-btn span{flex:1;}
	#dashboard .depInput .deposit-btn i{width:36px!important;height:36px;}
	#dashboard .depResult .resultNum h5{font-size:15px;margin-top:1px;}
	#dashboard .depboxHome .changeType p{font-size:11px;}
	#dashboard .depboxHome .changeType .small-button label{font-size:11px;}
	#dashboard .depboxHome .stepNav{display:none;}
	#dashboard .depboxHome .payType .compound_select li{width:100%;padding:.5rem 0;}
	#dashboard .depboxHome .csa span{font-size:11px;}
	#dashboard .depboxHome .csa.order-laast{order:99;width:100%;text-align:center; -webkit-align-items: center;
          align-items: center;
			-webkit-justify-content: center;
          justify-content: center;
		  margin-top:1rem;}
	
	#dashboard .earning-row{flex-flow:row wrap!important;}
	#dashboard .table-list .besmall{width:100%!important;flex:initial!important;padding-left:46px!important;}
	#dashboard .table-list .svg.history .icon{font-size:10px;}
	#dashboard .table-list .svg.history{width: 30px;height: 30px;}
	#dashboard .table-list  .ideax .amount2{font-size:12px;padding:0 .5rem;line-height:26px;}
	
	.status-box p{font-size:12px;}	
	
	.btn span {padding: .375rem .375rem;}
	
	#hero{padding:9rem 0 0px;}
	.slash-bg {width:100%;height:15rem;border-bottom-left-radius: 45px;-webkit-border-bottom-left-radius: 45px;}
	#features {padding:3rem 0 3rem;position: relative;}
	
	.about-us-page .site-plan .resutl h4{font-size:17px;}
	.about-us-page .site-plan .resutl p{line-height:1;font-size:10px;padding-top:5px;}
	
	.omgd3{font-size:2.5rem;line-height:1;padding-top:.5rem;}
	.afflixx .owl-carousel{display:flex;}
	.afflixx .owl-carousel .owl-stage-outer .owl-stage{background:#fff;}

	.allpaidouts .proof-data .proof-top .date{font-size:10px;line-height:14px;}
#affiliate-banners{padding:3rem 0;}
.mu34{font-size:1.825rem;}
.step-to-step .nav-tabs:before{background:none;}
.step-to-step .nav-tabs .nav-link{margin-left:10px;padding:10px;border:1px solid #E7E7E7;}
.step-to-step .nav-tabs .nav-link:first-child{margin-left:0px!important;}
.step-to-step .nav-tabs .nav-item.show .nav-link, .step-to-step .nav-tabs .nav-link.active{margin-left:10px;padding:10px;border:1px solid #E7E7E7;}
.step-to-step .nav-tabs .nav-link .icon{font-size:16px;}
.step-to-step .nav-tabs .nav-link span , .step-to-step .nav-tabs .nav-item.show .nav-link span, .step-to-step .nav-tabs .nav-link.active span{width:100%;border-top:0;margin:0;padding:0;font-size:13px!important;line-height:1;padding-top:6px;}

.rag04{text-align:right;}
}		
/*************************************************************/
/*************************************************************/
/*************************************************************/	
.disclaimer{font-size:12px;color:rgba(36,37,57,0.65);}	
@media only screen and (max-width: 575px) {	

.bounty-border{border-radius:10px;border:2px solid #42436B;padding:0px;}
.disclaimer{font-size:10px;color:rgba(36,37,57,0.65);}	
	.seals img{height:16px;}
	
	.float-paidout-button{padding:.375rem .5rem;bottom:84%;font-size:12px;}
	.float-paidout-button .icon{color:rgba(255,255,255,.6);font-size:12px;}
	
	#dashboard .depboxHome .wallet_Address .cd{font-size:11px;}
	#dashboard .depboxHome .csa{font-size:11px;}
	#dashboard .depboxHome .csa span{font-size:11px;}
	#dashboard .depboxHome .csa.order-laast{order:99;width:100%;text-align:center; -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
		  margin-top:1rem;}
		  
	#dashboard .table-list .detailBox{flex-flow:row wrap!important;}
	#dashboard .table-list  .ideax p{font-size:10px;}
	#dashboard .table-list  .ideax p.type{font-size:12px;}

	#dashboard .table-list .detailBox .ammcount{flex: initial;padding-right:0!important;}
	#dashboard .table-list  .ideax .amount{font-size:12px;}
	#dashboard .table-list  .ideax span small{font-size:8px;}
	#dashboard .table-list  .ideax .release-deposit-btn {background:#E9F6F0;box-shadow:none;height:32px;}
	#dashboard .table-list  .ideax .release-deposit-btn span{color:#353448;font-size:11px;}  
	#dashboard .table-list  .ideax .release-deposit-btn i{
		    width: 24px!important;
			height: 24px;
			font-size: 12px;
			line-height: 20px;
	}
		  
		#dashboard .depboxHome .select-box p{font-size:10px;}  
		  #dashboard .depboxHome .select-box .select-date select{font-size:11px;padding:.5rem .25rem;}
		  
		  #content-form:before{top: 0%;left: -76%;}
		  
	.footer-copyright{font-size:10px;}
	.step-to-step .nav-tabs .nav-link{width:calc(50% - 6px); -webkit-flex: initial;flex: initial;margin:3px!important;margin-left:3px!important;}
	.step-to-step .nav-tabs .nav-link:first-child{margin-left:3px!important;}
	
	.step-to-step .tab-content .accordion>.card .card-header h2{padding:.5rem .75rem;}
	
	.btc_form{font-size:12px;padding-bottom:2rem;}
	.btc_form i{font-size:12px;font-style:normal;}
	
	.allpaidouts #proof-dates .sdate{padding:6px 0px;font-size:10px;}
	
.allpaidouts .proof-data .proof-top{flex-flow:row wrap;padding:0;}
.allpaidouts .proof-data .proof-top .username{flex: initial;width:50%;font-size:12px;line-height:22px;border-right:1px solid #EAEAF1;border-bottom:1px solid #EAEAF1;color:#2A233A;font-weight:500;display:flex;}
.allpaidouts .proof-data .proof-top .date{flex: initial;width:50%;font-size:10px;line-height:22px;border-right:0px solid #EAEAF1;border-bottom:1px solid #EAEAF1;display:flex;}
.allpaidouts .proof-data .proof-top .pm{font-size:12px;border-right:1px solid #EAEAF1;display:flex;width:50px;}
.allpaidouts .proof-data .proof-top .usd_amount{flex: initial;font-size:12px;font-weight:500;display:flex;flex:1;}
.allpaidouts .proof-data .proof-top .amount{flex: initial;font-size:12px;border-right:1px solid #fff;color:#2A233A;font-weight:500;display:flex;flex:1;}
.allpaidouts .proof-data .proof-top .linkxa{font-size:12px;display:flex;width:auto;padding:.25rem;}
.allpaidouts .proof-data .proof-top .linkxa a{font-size:10px;display:flex;-webkit-align-items: center;align-items: center;}
.allpaidouts .proof-data .proof-top .linkxa a .icon{font-size:8px;display:flex;-webkit-align-items: center;align-items: center;}
	
	
	#hero .price-box{padding:.5rem;}
	#hero .price-box .price-gadget .price{font-size:12px;}
		  
}