/*!
  * ======================================================================
  * ======================================================================
  */
@import url("icons/iconfont.css");
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,600,600i,700,800&display=swap');

/*!
  * ======================================================================
  * ======================================================================
  */
/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #FCD698 inset !important;
}

input:active,input:focus,select:active,select:focus {
    outline: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
html,body{
	overflow-x: hidden;max-width:100vw;width:100%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
	}
body {
    color: #7e828f !important;
    font-family: "Poppins",Roboto,system,-apple-system,BlinkMacSystemFont,".SFNSDisplay-Regular","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
	font-size: 13px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
	background:#fff;
	
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height:0;
}
.video-container:after {
	position:absolute;left:-28px;
	height:120px;
	width:72px;
	clip-path: polygon(70% 0, 100% 50%, 70% 100%, 0 100%, 0 0);
	top:calc(50% - 60px);
	content:'';
	background:#56BE89;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
	-webkit-box-shadow: 0 36px 171px -10px rgba(0, 0, 0, 0.07);
    box-shadow: 0 36px 171px -10px rgba(0, 0, 0, 0.07);
}

.videos-box-background{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);
    
	}

section{padding:6rem 0;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{font-family:"Poppins", sans-serif;font-weight:500;color:#353760;line-height: 1.25;}
.h1,h1{font-size:36px;}
.h2,h2{font-size:30px;}
.h3,h3{font-size:24px;}
.h4,h4{font-size:20px;}
.h5,h5{font-size:18px;}
.h6,h6{font-size:16px;}

	p{font-size:13px;color:#333739;}
	a{color:#56BE89;font-weight:500;-webkit-transition: All .5s ease;transition: All .5s ease;}
	a:hover{color:#32916A;font-weight:500;text-decoration:none;}
	
/* Buttons */

.btn{
	background:#56BE89;
	border-radius:3px;
	display:inline-flex;
	transition: All .5s;
	margin-right:10px;
	border:none;
	box-shadow:0 12px 24px -8px rgba(86,190,137,.375);
}
.btn:last-child{
	margin-right:0px;
}
.btn span{
	border:none;
	font-size:13px;
	font-weight:500;
	padding:.375rem .625rem;
	height:32px;
	color:#fff;
	min-width:0px;
	transition: All .5s;
	position:relative;
	text-transform:uppercase;
	display:flex;
	align-items:center;
}

.btn span i{color:rgba(255,255,255,.5);margin-left:1rem;position:relative;transition: All .5s;transform: translate(6px,0px);-webkit-transform: translate(6px,0px);}
.btn:hover span i{color:rgba(255,255,255,1);transform: translate(8px,0px);-webkit-transform: translate(8px,0px);}
.nav-btn{margin:0 .25rem;
	border-radius:3px;}	
.btn:hover{
	box-shadow:0 0 24px -6px #56BE89;
}

.btn-outline{
	border:0px solid #B0B0BA;
	background: rgba(86,190,137,.25);
    color: #56BE89;
	box-shadow:none;
}

.btn-outline span{color:#282840;padding:.375rem;height:32px;}
.btn-outline:hover{
	background: rgba(86,190,137,.375);
	box-shadow:none;
}

.head-icon{	background:#fff;color:#56BE89;
			font-size:16px;height:46px;width:46px;
			display:flex;line-height:1;
			margin-bottom:24px;
			-webkit-align-items: center;
			align-items: center;
			-webkit-justify-content: center;
			justify-content: center;
		  }
.head-icon-white{
			-webkit-box-shadow: 0 13px 24px -6px rgba(0,0,0,0.09);
			box-shadow: 0 13px 24px -6px rgba(0,0,0,0.09);
			background-color: #fff;
			color:#56BE89;font-size:16px;height:46px;width:46px;display:flex;line-height:1;
			-webkit-align-items: center;
			align-items: center;
			-webkit-justify-content: center;
			justify-content: center;
		  }
.head-icon-small{
			background-color:rgba(86,190,136,.125);
			color:#56BE89;height:36px;width:36px;display:flex;line-height:1;
			-webkit-align-items: center;
			align-items: center;
			-webkit-justify-content: center;
			justify-content: center;
			border-radius:50%;
			font-size:10px;
		  }
.head-icon-small.goget{
			font-size:20px;
			font-weight:900;
			color:#fff;
			text-shadow:2px 2px 0 rgba(86,190,136,.5);
			background: -webkit-linear-gradient(-45deg, rgba(86,190,136,0.1) 0%, rgba(86,190,136,0.3) 100%);
			height:36px;width:36px;
		  }		  
.all-center{
	display:flex;
	-webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}		  
		  
		  
.color-yellow{color:#56BE89;}	
.sub-title-text {background:#56BE89;color:#fff;padding:.25rem .5rem;text-transform:uppercase;border-radius:3px;box-shadow:0 12px 24px -8px rgba(86,190,137,.375);}

.dropdown-menu.show {
    display: block;
	z-index:9999;
	background:#fff;
	border-color:#F1F2F6;
}

a .fa-arrow-right{font-size:11px;padding-left:5px;}
	  
/* End Buttons */


.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:#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 .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;}
}

#faq-hero-bg{
	padding:6rem 0;
	position:relative;
	background:url(../img/5d10fb377791dacec4062c61_bg-mid2.png) no-repeat center bottom;
	background-size:cover;
}

#pre-hero-bg{
	padding:6rem 0 3rem;
	position:relative;
	background:url(../img/5d10fb377791dacec4062c61_bg-mid2.png) no-repeat center bottom;
	background-size:cover;
}

#hero{
	padding:12rem 0 0;
	position:relative;
	background:#16162C;
}

.home-background:before{
	position:absolute;content:'';
	width:100%;height:100%;
	top:0;right:0;
	background:url(../img/bg-head-1b.jpg) no-repeat center bottom;
	opacity:.5;
	background-size:cover;
}

.offer-background:before{
	position:absolute;content:'';
	width:100%;height:100%;
	top:0;right:0;
	background:url(../img/bg-head-5.jpg) no-repeat center center;
	background-size:cover;
	opacity:.5;
}

.about-bg:before{
	position:absolute;content:'';
	width:100%;height:100%;
	top:0;right:0;
	background:url(../img/bg-head-4b.jpg) no-repeat center bottom;
	background-size:cover;
	opacity:.375;
}

.affiliate-page:before{
	position:absolute;content:'';
	width:100%;height:100%;
	top:0;right:0;
	background:url(../img/bg-head-2b.jpg) no-repeat center bottom;
	background-size:cover;
	opacity:.375;
}

#hero h1 {color:#fff;}
#hero p {color:rgba(255,255,255,.6);font-size:13px;}


 .no-js .owl-carousel, .owl-carousel.owl-loaded{width:100%;flex:1;display:flex;}
#hero .owl-stage-outer{padding:30px 0;}

#hero .price-box{
		border-left:3px solid #56BE89;
		padding:0 0 0 1rem;
		-webkit-align-items: center;
        align-items: center;
		-webkit-justify-content: center;
        justify-content: center;
		}
#hero .price-box .d-flex{
		flex:1;
		-webkit-align-items: center;
        align-items: center;
		-webkit-justify-content: center;
        justify-content: center;
		}
#hero .price-box .svg{
		position:relative;
		display:flex;
		}
/*
#hero .price-box .svg:before{content:'';width:24px;height:24px;border-radius:50%;top:calc(50% - 12px);left:calc(50% - 12px);box-shadow:0 0 12px 12px rgba(5,55,115,.1);background:rgba(5,55,115,.5);position:absolute;}
*/
#hero .price-box .svg svg{z-index:1;position:relative;}
#hero .price-box .coinmarketcap-currency-widget{flex:2;}
		
#hero .owl-item{opacity:0;transition:All 1s ease;-webkit-transition:All 1s ease;}
#hero .owl-item.active{opacity:1;}

#hero .price-box .price-gadget{
			flex:2;
			padding-left:1rem;
			display:flex;
			flex-flow:column;
		}
#hero .price-box .price-gadget .name{
			font-size:11px;
			font-weight:400;
			line-height:1;
		}
#hero .price-box .price-gadget .price{
			color:#fff;
			font-size:.8125rem;
			font-weight:500;
		}
#hero .price-box .price-gadget .go{
			font-size:11px;
			font-weight:400;
			line-height:1;
		}
#hero .price-box .price-gadget .up{
			color:#3ACB84;
		}
#hero .price-box .price-gadget .down{
			color:#D73A2F;
		}

.press-dock .owl-stage {
    display: flex;
    align-items: stretch;
	overflow:visible;
}

.press-dock .owl-carousel.owl-drag .owl-item{display:flex;}
	
#features{position:relative;}
#features .owl-stage {
    display: flex;
    align-items: stretch;
	overflow:visible;
}
#features .owl-carousel {}
.owl-carousel .owl-stage-outer{padding:0;}
#features .owl-stage .owl-item{
    display: flex;
    align-items: stretch;
}

#features .feedm{position:relative;}
#features .feedm:before{position:absolute;content:'';width:100vw;height:100%;top:0;right:0;}
	
#features .featlist{
	min-height:200px;
	padding:35px 25px;
	background:#fff;
	-webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.04);
	}

#features .featlist .feat-shape{margin:25px auto;display:flex;transform: translate(0,0px);-webkit-transform: translate(0,0px);transition:All .5s ease;-webkit-transition:All .5s ease;position:relative;}
#features .featlist .feat-shape svg{max-height:46px;}

#features .featlist .title{transition:All .5s ease;-webkit-transition:All .5s ease;position:relative;}
#features .featlist .title:before{position:absolute;width:30%;height:3px;bottom:-1px;left:35%;content:'';background:#56BE89;}
#features .featlist p{padding:0;}
		
		
#deposit-home{position:relative;background:#16162C;}
#deposit-home:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../img/bg-head-5.jpg) no-repeat center center;
    opacity: .75;
    background-size: cover;
}
#deposit-home .row{position:relative;}
#deposit-home h2{color:#fff;}
#deposit-home p{color:rgba(255,255,255,.7);}

		
#deposit-home .deposit-box{
	background:#fff;
	-webkit-box-shadow: 1px 24px 37px -6px rgba(0,0,0,0.09);
    box-shadow: 1px 24px 37px -6px rgba(0,0,0,0.09);
	border-top-left-radius:45px;
	border-bottom-right-radius:45px;
	padding:0 1.5rem;
	}
#deposit-home .deposit-box .bd-highlight{}
		
#about-cert{
	background: #16162C;
}
#about-cert:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: url(../img/bg-head-3b.jpg) no-repeat center center;
    background-size: cover;
    opacity: .5;
}
		
#affiliate-home{
	background: url(../img/5d10f2.png) no-repeat center bottom;
    background-size: cover;
}
.aff-list{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #F6F6F6;}
.aff-list:last-child{margin-bottom:0rem;padding-bottom:0rem;border-bottom:0px solid #F6F6F6;}
.float-icon{position:absolute;background:#56BE89;color:#fff;display:flex;
		line-height:1;
		width:100px;height:100px;font-size:32px;
		top:-50px;right:-100px;
		-webkit-align-items: center;
        align-items: center;
		-webkit-justify-content: center;
        justify-content: center;
		-webkit-border-top-left-radius:5px;
		-webkit-border-top-right-radius:30px;
		-webkit-border-bottom-left-radius:30px;
		-webkit-border-bottom-right-radius:5px;
		border-top-left-radius:5px;
		border-top-right-radius:30px;
		border-bottom-left-radius:30px;
		border-bottom-right-radius:5px;
		}
.ref-box{background:#fff;padding:40px 25px;flex:1;}
.ref-box .daf span{font-size:10px;text-transform:uppercase;padding-top:24px;}

.common-ref{background:url(../img/5d5aba3d45270141e1124538_main-left.svg) no-repeat center center;background-size:auto 100%;}
.presen-ref{background:url(../img/5d5aba3c3f27898d40875e19_main-right.svg) no-repeat center center;background-size:auto 100%;}

.pl-5.text-c{flex:1;}





.login-type-button {
	background: -webkit-linear-gradient(135deg, #16172C 0%, #16172C 76%, #292A54 100% );
    background: linear-gradient(135deg, #16172C 0%, #16172C 76%, #292A54 100%);
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
	box-shadow:0 0 0 0 #2A2A54;
	overflow:hidden!important;
	position:relative;
}
.login-type-button:hover {
	box-shadow:0 6px 23px 0 #2A2A54;
	z-index:999;
}
.login-type-button label{font-weight:400;font-size:12px;line-height:1;color:#fff;flex:1;}
.login-type-button svg{position:absolute;height:200%;top:-50%;right:-4%;opacity:.3;transition: All .3s ease;
    -webkit-transition: All .3s ease;}
.login-type-button:hover svg{position:absolute;height:200%;top:-50%;right:-2%;opacity:1;}



/*  About Us Page */
#hero.about-us-page{padding:6rem 0 6rem;}
.slash-bg-2{
	content:"";position:absolute;top:-20%;left:0;width:10%;height:10%;
	background:#001D57;
	background: -webkit-linear-gradient(90deg, #00325D 0%, #001D57 100%);
	background: linear-gradient(90deg, #00325D 0%, #001D57 100%);
}

.about-us-page .about-stats{display:flex;min-height:120px;
	background:#fff;
	padding:2rem;
	
	border-bottom:6px solid #56BE89;
    -webkit-box-shadow: 1px 24px 37px -6px rgba(0,0,0,0.09);
    box-shadow: 1px 24px 37px -6px rgba(0,0,0,0.09);
}

.about-us-page .about-stats .icon{
	position:relative;
}
.about-us-page .about-stats p{margin:0;padding:.75rem 0 .375rem;}
.about-us-page .about-stats h5{margin:0;}
.about-us-page .about-stats .icon .fa-square{
	color:#EBECF0;
	font-size:36px;
}
.about-us-page .about-stats .icon .float{
	color:#56BE89;
	font-size:20px;
	position:absolute;
	bottom:-2px;right:-6px;
}


.about-us-page .site-stats{
    padding:0 1rem;
    border-left:3px solid #56BE89;
    -webkit-box-shadow: 1px 24px 37px -6px rgba(0,0,0,0.09);
    box-shadow: 1px 24px 37px -6px rgba(0,0,0,0.09);
	text-align:left;
	margin-right:20px;
	flex:1;
}

    
.about-us-page .site-stats:last-child{margin-right:0;}
.about-us-page .site-stats .icon{color:#56BE89;font-size:24px;padding-right:6px;}
.about-us-page .site-stats p{margin:0;padding:0;line-height:1;font-size:12px;}
.about-us-page .site-stats b{margin:0;padding:6px 0 0 0;font-size:14px;color:#fff;line-height:1;font-weight:600;}
.about-us-page .site-stats b span{margin:0;padding:0;font-size:10px;color:#6B768A;font-weight:400;}

.efe-privacy li{font-size:13px;padding-bottom:.5rem;}
.evc-privacy	{margin-bottom:1rem;}
.evc-privacy td{font-size:13px;padding:.5rem;border:1px solid #DFE1E5;}


.site-plan{
	border-radius:10px;
	border:2px solid #56BE89;
	text-align:left;
	flex:1;
}

.site-plan .white-bo{background:#fff;border-radius:5px;overflow:hidden;
		  }
.site-plan .white-bo p{color:#333739!important;}
.bo-box{background:#F1F2F6;position:relative;}

.bo-box .slide-down{
		position:absolute;
		width:32px;height:32px;
		display:flex;
        align-items: center;
        justify-content: center;
		color:#313260;
		font-size:16px;
		border-radius:50%;
		background:#fff;
		box-shadow:0 0 0 10px #F1F2F6;
		bottom:-16px;
		left:calc(50% - 16px);
 }
 
 .site-plan .white-bo h4{color:#353760;}
 .bo-box .icon{color:#FFf;font-size:16px;}
 .bo-box h1{color:#56BE89!important;font-size:2.5rem;font-family:'Poppins',sans-serif;font-weight:600;letter-spacing:-2.33333px;margin:3px 0 0;line-height:1;}
 .bo-box h1 small{font-size:1.25rem;vertical-align:top;}
 .bo-box p{font-size:12px;color:#333739!important;margin:2px 0 0 0;}
 .bo-box .equip{font-size:10px;}
 .min-dep {flex:1;}
 .min-dep p{margin:0;display:flex;align-items:center;font-size:12px;letter-spacing:-.125px;}
 .min-dep p b{color:#353448;font-weight:500;letter-spacing:-.5px;padding:0 3px;}
 .min-dep p .icon{font-size:5px;color:#56BE89;padding-right:5px;}
 .min-dep p svg{}
 .site-plan h6 ,.site-plan h4 {color:#fff;}
 .site-plan .form-group {position:relative;}
 .site-plan .form-group .form-control{padding-left:32px;padding-right:64px;font-size:14px;height:40px;}
 .site-plan .form-group .float-ix{position:absolute;color:#3ACB84;}
 .site-plan .form-group .float-ix.icon{left:10px;height:20px;line-height:20px;top:10px;font-size:12px;}
 .site-plan .form-group .float-ix.usd{right:10px;height:24px;line-height:24px;top:8px;font-size:10px;font-weight:500;background:#E9F2EC;padding:0px 10px;color:#3ACB84;}
 .site-plan .form-group .notice{font-size:10px;line-height:1;}
 .site-plan .resutl .each-border{padding-left:1rem;border-left:2px solid #56BE89;}
 .site-plan .resutl p{margin:0;letter-spacing:0;padding-top:4px;font-size:12px;line-height:1;}
 .site-plan .resutl h4{line-height:1;letter-spacing:-.5px;margin:0;font-size:18px;}
 .site-plan .resutl h4 small{font-size:10px;letter-spacing:0px;color:#8CE3B7;}


.float-paidout-button{background:#56BE89;padding:.75rem 1rem;position:fixed;bottom:10%;right:-5px;color:#fff;box-shadow: 0 0 24px -6px #56BE89;border-bottom-left-radius:15px;border-top-left-radius:15px;font-size:14px;line-height:1;z-index:990;}
.float-paidout-button .icon{color:rgba(255,255,255,.6);font-size:18px;}
.float-paidout-button:hover{right:0px;color:#fff;}



.server-status{
	background:#B3B5BF;
	width:10px;height:10px;
	border-radius:50%;
	display:flex;-webkit-align-items: center;
    align-items: center;
	content:'';position:relative;
	-webkit-justify-content: center;
    justify-content: center;
	}
	
.server-status.on{
	background:#56BE89;
	}

.server-status.on::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation2 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation2 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
}


@-webkit-keyframes pulse-animation2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
  }
}

@keyframes pulse-animation2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
  }
}




.float-telegram-button{background:#32AFED;position:fixed;bottom:1rem;left:1rem;z-index:990;width:40px;height:40px;border-radius:50%;display:flex;-webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;}

.float-telegram-button::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
    z-index: -1;
}



@-webkit-keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}


.contact-form .svg i{font-size:20px;color:#56BE89;width:46px;height:46px;border-radius:50%;background:rgba(86,190,136,.125);}
.contact-form .social-btn{font-size:12px;color:#56BE89;width:32px;height:32px;border-radius:50%;background:rgba(86,190,136,.125);}


#about-features{
	background: url(../img/5d10f2.png) no-repeat center center;
    background-size: cover;
}

#about-features .col-lg-3 .fa-long-arrow-alt-right{font-size:16px;color:#D0D7E1;}
#about-features .col-lg-3 p{margin:0;}
#about-features .dxx .fa-circle{
	background: #0B5CBC;
    background: -webkit-linear-gradient(235deg, rgba(255,98,54,0.75) 0%, rgba(200,0,57,0.75) 33%, rgba(11,92,188,0.7) 66%, rgba(109,200,255,0.8) 100% );
    background: linear-gradient(235deg,rgba(255,98,54,0.75) 0%, rgba(200,0,57,0.75) 33%, rgba(11,92,188,0.7) 66%, rgba(109,200,255,0.8) 100% );
    background-size: 100px;
    background-position: 0px;
    -webkit-transform: translate(-4px,0px);
    transform: translate(-4px,0px);
    transition: All .5s ease;
    -webkit-transition: All .5s ease;
    box-shadow: 0 0 46px rgba(109,200,255,.5);
	border-radius:50%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size:46px;
}

#about-features .dxx:hover .fa-circle{
    background-position:-50px;
}



#about-cert{position:relative;padding:5rem 0;}
#about-cert h2{color:#fff}
#about-cert p{color: rgba(255,255,255,.6);
    font-size: 13px;}
#about-tabs{position:relative;padding:6rem 0;
	background: url(../img/5d10f2.png) no-repeat center bottom;
    background-size:100% auto;}
#about-tabs .row{position:relative;}
#about-tabs .row.white{
	
	}
	

#about-tabs .row.dark h1,#about-tabs .row.dark h2,#about-tabs .row.dark h3,#about-tabs .row.dark h4,#about-tabs .row.dark h5,#about-tabs .row.dark h6{color:#fff;}
#about-tabs .row.yellow h1,#about-tabs .row.yellow h2,#about-tabs .row.yellow h3,#about-tabs .row.yellow h4,#about-tabs .row.yellow h5,#about-tabs .row.yellow h6{}

.our-members{}
.member-info2 .us{max-width:100%;width:256px;}

.step-to-step {
	position:relative;
    /**
	-webkit-box-shadow: 0 53px 82px -5px rgba(0,0,0,0.05);
    box-shadow: 0 53px 82px -5px rgba(0,0,0,0.05);
    background-color: #fff;
	**/
	}
.step-to-step .faq-nav{}
.step-to-step .nav-tabs{border-bottom:0;display:flex;position:relative;flex-flow:column;}
.step-to-step .nav-tabs .nav-item{flex:1;}
.step-to-step .nav-tabs .nav-item.show .nav-link,.step-to-step .nav-tabs .nav-link.active{
	border:none;
	box-shadow: 0 10px 65px 0 rgba(197,201,211,.5);
    background-color: #fff;
	color:#56BE89;
	padding:20px;
	}
.step-to-step .nav-tabs .nav-link{
	color:#353448;
	border:none;
	border-radius:5px!important;
	box-shadow: 0 10px 65px 0 rgba(197,201,211,.5);
    background-color: #fff;
	padding:20px;

	margin-bottom:20px;
	}
.step-to-step .nav-tabs .nav-link:last-child{margin-right:0;}
.step-to-step .nav-tabs .nav-link i{font-size:20px;line-height:1;width:42px;}
.step-to-step .nav-tabs .nav-link span{line-height:1;padding-left:0rem;}

.step-to-step .tab-content{}
.step-to-step .tab-content .accordion .card{border:none;background:none;border-bottom:1px solid #D7D8DE;}
.step-to-step .tab-content .accordion .card:last-child{margin-bottom:0rem;}
.step-to-step .tab-content .accordion>.card .card-header{padding:0;margin-bottom:0;background:none;}
.step-to-step .tab-content .accordion>.card .card-header h2{
		display:flex;
		-webkit-align-items: center;
        align-items: center;
		-webkit-justify-content: center;
        justify-content: center;
		background:none;
		padding:.75rem 1rem .75rem 0rem;
		font-size:14px;
		}
.step-to-step .tab-content .accordion>.card .card-header .btn{border:0;flex:1;text-decoration:none;background:none;color:#353448;font-size:14px;box-shadow:none;text-align:left;font-weight:500;}
.step-to-step .tab-content .accordion>.card .card-header .btn:hover{box-shadow:none;}
.step-to-step .tab-content .accordion>.card .card-header .fas{color:#56BE89;}
.card-header:first-child{border:none;}
.step-to-step .tab-content .accordion .card-body{font-size:13px;padding-top:0;}

#about-tabs .our-team{}
#about-tabs .our-team .member-info{}
#about-tabs .our-team .member-info .social{width:50%;z-index:2;justify-content:flex-end;}
#about-tabs .our-team .member-info .social a{color:#fff;font-size:14px;display:flex;align-items:center;}
#about-tabs .our-team .member-info .social a:hover{text-decoration:none;}
#about-tabs .our-team .member-info .social a i{color:#56BE89;width:26px;}
#about-tabs .our-team .member-info .social .ceo-info{
	background:#fff;padding:15px 20px;margin-top:20px;
	-webkit-box-shadow: 1px 24px 37px -6px rgba(0,0,0,0.09);
    box-shadow: 1px 24px 37px -6px rgba(0,0,0,0.09);
}
#about-tabs .our-team .member-info .social .ceo-info h6{color:#353448;font-size:14px;}
#about-tabs .our-team .member-info .social .ceo-info p{margin:0;font-size:12px;}
#about-tabs .our-team .our-boss{
	max-width:63%;
	right:0;top:0;
	border-top-left-radius:85px;
	border-bottom-right-radius:85px;
	position:absolute;
	
	}

.aff-fercent{border-radius:10px;border:2px solid #42436B;position:relative;}
.aff-fercent .aff-bpx{background:#F1F2F7;border-radius:5px;z-index:3;position:relative;}
.aff-fercent .aff-bpx:before{position:absolute;background:url(../img/5d59302383100b468a03a122_fprint-hero-left.svg) no-repeat;content:'';width:100%;height:100%;border-radius:5px;top:0;left:0;opacity:.2;background-size: 100% auto;}
.aff-fercent .aff-bpx h1{color:#353760!important;font-size:52px;font-weight:700;line-height:1;}
.aff-fercent .aff-bpx p{color:#333739!important;text-transform:uppercase;font-size:14px!important;}
.aff-fercent .optic-bg{position:absolute;z-index:2;top:-56px;right:-64px;}

.ref-table-detail{
	padding:0px 0px!important;
}

.ref-table-detail .row{
	
    -webkit-box-shadow: 0 33px 82px -5px rgba(0,0,0,0.1);
    box-shadow: 0 33px 82px -5px rgba(0,0,0,0.1);
    background-color: #fff;
	padding:0px 0px!important;
}

.ref-table-detail .col-sm-6:last-child{box-shadow: -80px 0 80px -64px rgba(0,0,0,0.05);}
.ref-table-detail .col-sm-6 .comm-n{padding:45px 30px 45px 30px;flex:1;width:100%;}
.ref-table-detail .col-sm-6 .comm-m{padding:45px 30px 45px 30px;flex:1;width:100%;}
.ref-table-detail .col-sm-6 h6 span{color:#2EB876;}


#affiliate-banners .fa-circle{font-size:12px;line-height:20px;}

.bounty-border{border-radius:10px;border:2px solid #42436B;padding:40px 20px;}

.ref-table-detail .ref-box {
	-webkit-flex: initial;
    flex: initial;
	max-width: 360px;
	margin:auto;
}

.pre-shadow{
    box-shadow: -80px 0 80px -64px rgba(0,0,0,0.05);
}

.submit-form{background:#fff;
	-webkit-box-shadow: 0 33px 82px -5px rgba(0,0,0,0.1);
    box-shadow: 0 33px 82px -5px rgba(0,0,0,0.1);
	padding:2rem;
}

.submit-form .input-group{margin-top:1.5rem;position:relative;}
.submit-form .input-group .float{position:absolute;bottom:2px;left:20px;padding:.625rem 2px;display:flex;-webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
		  color:#56BE89;
		  }
.submit-form .input-group label{font-size:10px;line-height:1;margin:0;}
.submit-form .input-group input[type="text"],.submit-form .input-group textarea{
	border:0;
	outline:0!important;
    background-color: #fff;
	border-bottom:2px solid #D7D8DE;
	padding:.625rem 0 ;
	min-width:100px;
	width:100%;
	}
	.submit-form .input-group input[type="text"]{padding-left:1.5rem;}
.submit-form .input-group textarea{min-height:140px;}
.submit-form .input-group .btn{
	border:0;background:#56BE89;color:#fff;text-align:center;
          align-items: center;
          justify-content: center;
		  padding:.75rem;
		  -webkit-box-shadow: 0 8px 12px -5px rgba(0,0,0,0.1);
    box-shadow: 0 6px 24px -5px rgba(0,0,0,0.1);
	}
	
	
#content-form{min-height:100vh;position:relative;
	background:#16172C;
	padding:0;
	} 
#content-form:before{
	position:absolute;
	width:50%;
	height:100%;
	background:url(../img/bg-head-3.jpg) no-repeat center center;
	background-size:cover;
	content:'';
	opacity:.5;
	top:0;right:0;
} 

#content-form .form-box{
	border-color: #56BE89;
    -webkit-box-shadow: 1px 24px 37px -6px rgba(0,0,0,0.09);
    box-shadow: 1px 24px 37px -6px rgba(0,0,0,0.09);
    background-color: #1A1B30;
} 
#content-form .form-box .inside{padding:1rem 0;}	
#content-form .form-box .inside .center-bottom-line{color:#fff;border-bottom:1px solid #2A2C40;padding-bottom:1.5rem;margin-bottom:1.5rem;position:relative;}	
#content-form .form-box .inside .center-bottom-line:after{
	position:absolute;height:3px;width:20%;content:'';background:#56BE89;
	bottom:-2px;left:40%;
}	
#content-form .form-box .inside .table-row{padding:.75rem 0 0 0;position:relative;}	
#content-form .form-box .inside .table-row p{color:rgba(255,255,255,.6);font-size:11px;padding-bottom:.25rem;line-height:1.1;}	
#content-form .form-box .inside .table-row input , #content-form .form-box .inside .table-row select{
	max-width:100%!important;
	flex:1;
	border:0;
	padding:0 2.5rem;
	height:46px;
	line-height:46px;
	font-size:14px;
	border-bottom:3px solid #292A3F;
	background:none;
	color:#fff;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}	
 #content-form .form-box .inside .table-row select{
	background: url("data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
}	
#content-form .form-box .inside .table-row input:active, #content-form .form-box .inside .table-row input:focus,#content-form .form-box .inside .table-row select:active, #content-form .form-box .inside .table-row select:focus {
    background-color:#2A2C40;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #d5dce0;
}
#content-form .form-box .inside .table-row 	.float{position:absolute;padding:.75rem;display:flex;
		align-items: center;
        justify-content: center;
		color:#fff;
		right:0;
}
#content-form .form-box .inside .table-row 	.float2{position:absolute;padding:.75rem;display:flex;
		align-items: center;
        justify-content: center;
		color:#56BE89;
		left:0;
		font-size:14px;
}	
	
	
#content-form .form-box .inside .table-row .sbmt{background:#56BE89;color:#fff;letter-spacing:0.5px;font-weight:600;font-size:13px;text-transform:uppercase;padding: 0 1.5rem;}
	
.bounty-detail{padding:20px 15px;}
.bounty-detail h5{color:#fff;font-size:15px;}
.bounty-detail i.fas{font-size:24px;color:#56BE89;}
.bounty-detail i.fab{font-size:24px;}
.bounty-detail i.fa-facebook{color:#4267B2;}
.bounty-detail i.fa-twitter{color:#1DA1F2;}
.bounty-detail i.fa-youtube{color:#FF0000;}
.bounty-detail i.fa-telegram{color:#2CA4E0;}
.bounty-detail .list .fa-minus{font-size:10px;color:#2C544F;margin-right:3px;}
.bounty-detail .list b{color:#fff;font-weight:500;}
.bounty-detail .list a{color:#fff;font-weight:500;text-decoration:underline;}
	
.multiLevel .level-1{
	background:none;
	border-left:2px solid #2C544F;
	padding:.75rem 1rem;
	z-index:10;
    }
	
.multiLevel h5{font-size:19px;line-height:1;padding-bottom:4px;}

.multiLevel .level-1 h5{color:#fff;font-size:17px;}
.multiLevel .level-1 h5 small{color:rgba(255,255,255,.6);font-size:12px;}

.multiLevel span{line-height:1;font-size:9px!important;margin-bottom:3px;}

.mining-plans .nav-tabs{border-bottom:none;}
.mining-plans .nav-tabs .nav-link{border-radius:3px!important;line-height:1;background:rgba(86,190,137,.25);padding:1rem .5rem;}
.mining-plans .nav-tabs .nav-link span{font-weight:600;font-size:12px;}
.mining-plans .nav-tabs .nav-item.show .nav-link , .mining-plans .nav-tabs .nav-link.active{background:#fff;border:none!important;border-color: #fff #fff #fff #fff;}
	
.bounty-box{background:#fff;-webkit-box-shadow: 0px 12px 32px -6px rgba(0,0,0,0.12);box-shadow: 0px 12px 32px -6px rgba(0,0,0,0.12);border-bottom: 5px solid #56BE89;overflow:hidden;position:relative;
transition:All .5s ease;
-webkit-transition:All .5s ease;width:100%;min-height:10px;
}	
.bounty-box:before{position:absolute;top:100%;left:0;width:100%;height:100%;background:#56BE89;content:'';
transition:All .5s ease;-webkit-transition:All .5s ease;
}	
.bounty-box .icon{background:#FEF4E4;box-shadow:none;z-index:10;transition:All .5s ease;-webkit-transition:All .5s ease;margin-bottom:0;}
.bounty-box label{font-size:10px;line-height:1;padding:0;margin:0;z-index:10;transition:All .5s ease;-webkit-transition:All .5s ease;}
.bounty-box h5{line-height:1;z-index:10;transition:All .5s ease;-webkit-transition:All .5s ease;}
.bounty-box span{font-size:13px;color:#56BE89;line-height:1;z-index:10;transition:All .5s ease;-webkit-transition:All .5s ease;}
.bounty-box p{font-size:12px;line-height:120%;z-index:10;transition:All .5s ease;-webkit-transition:All .5s ease;}
	
.bounty-box:hover{box-shadow: 0 0 24px -6px #56BE89;}
.bounty-box:hover:before{top:0;}
.bounty-box:hover .icon{background:rgba(255,255,255,1);color:#25262F;}
.bounty-box:hover label{color:rgba(255,255,255,.7);}
.bounty-box:hover h5{color:rgba(255,255,255,1);}
.bounty-box:hover span{color:rgba(255,255,255,1);}
.bounty-box:hover p{color:rgba(255,255,255,.7);}
	
	
	
	
	
.footer{padding:4rem 0 0;position:relative;background:#fff;overflow:hidden;}		
.footer .footer-title{font-weight:600;font-size:13px;text-transform:uppercase;margin-bottom:.75rem;}		
.footer .footer-list{list-style: none;padding:0;margin:0;}		
.footer .footer-list a.mailto{font-weight:600;font-size:13px;color:#56BE89;}			
.footer .footer-list a{font-weight:400;font-size:13px;color:#353760;}		
.footer .footer-list p{font-size:12px;color:rgba(36,37,57,0.65);}		
.footer .footer-copyright{}		
.footer .footer-list a:hover{}		
.footer .footer-list a.social-btn{font-size:12px;color:#fff;background:#2D2F3A;border-radius:50%;width:36px;height:36px;}	
.footer .footer-list a.social-btn:hover{background:#56BE89;}	
		
		
.banner-list{border-bottom:1px solid #DFE1E5;padding:20px;}
.banner-list:nth-child(even){background:#F3F4F3;}
.banner-list img{max-width:100%;}
.banner-list label{font-size:13px;color:#353448;display:flex;}
.banner-list label input{border:1px solid #E0E1E4;padding:.5rem;flex:1;width:100%;}
		
		
		
		
		
		
.status-box{display:flex;align-items:center;padding:.75rem;}	
.status-box p{margin:0;color:rgba(0,0,0,0.5);}	
.status-box i{padding-right:.75rem;color:rgba(0,0,0,0.5);}	

.status-box.errors{background:#F9566A;}		
.status-box.success{background:#3BCB85;}		
		
		
		
		
.faq_page .card{border:none!important;background:none;}
.faq_page .card .card-header{border:none!important;background:none;padding:.25rem 0;}
.faq_page .card .card-header .fa-caret-down{color:#34956C;font-size:10px;}
.faq_page .card .faq-btn{color:#242539;font-size:13px;flex:1;border:none!important;outline:none!important;}
.faq_page .card .faq-btn .fa-caret-down{color:#34956C;font-size:10px;}
.faq_page .card .card-body{padding-top:.5rem;font-size:12px;}
		
.row-caluta{margin-right:-10px;margin-left:-10px;}	
.row-caluta .col-4{padding-right:10px;padding-left:10px;}	
.bounty-paid-day{border-radius:5px;background:#090A20;}
.bounty-paid-day .date{border-right:1px solid #1D1E36;width:42px;min-height:10px;}
.bounty-paid-day .date label{color:#fff;font-size:24px;line-height:1;}
.bounty-paid-day .date small{font-size:8px;line-height:1;}

.bounty-paid-day .texts {min-height:10px;}
.bounty-paid-day .texts p{line-height:1;font-size:15px;}
.bounty-paid-day .texts b{color:#fff;font-weight:600;}

.bounty-paid-day .links {}
.bounty-paid-day .links a{background:#1D1F37;border-radius:5px;font-size:10px;height:32px;}
		
		
/***************************************/
/***************************************/
/***************************************/
/***************************************/


.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;}


#dashboard .status-ok{}	
#dashboard .status-ok .fa-check-circle{color:#3BCB85;font-size:40px;text-shadow:0 10px 20px #B6ECCF;}	
	
		
		
		
.deposit-redirect{position:relative;}
.deposit-redirect form{position:fixed;top:-9999px;left:-9999px;}
.deposit-redirect .fa-spinner{font-size:28px;color:#;}


	.dsewq{box-shadow:-80px 0 80px -64px rgba(0,0,0,0.05);}
	.omgd3{font-size:3rem;line-height:1;padding-top:1rem;}
	.d4j20{line-height:1;padding-top:1rem;}
	.mu34{font-size:2.75rem;line-height:1;padding-top:1rem;}


.allpaidouts {}
.allpaidouts .butttt{font-size:12px;color:#fff;}
.allpaidouts .butttt i{color:#505182;margin-left:4px;}
.allpaidouts #proof-dates {border-top:1px solid #31335D;}
.allpaidouts #proof-dates .sdate{font-size:12px;line-height:1;padding:12px 0px;text-align:left;cursor:pointer;margin-right:10px;color:rgba(255,255,255,.35);}
.allpaidouts #proof-dates .sdate:last-child{margin-right:0;}
.allpaidouts #proof-dates .sdate.active{color:#fff;}
.allpaidouts .proof-data .proof-top{background:#242539;border:1px solid rgba(255,255,255,.1);-webkit-box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.05);box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.05);display:flex;padding:.75rem 0;margin-top:.5rem;	-webkit-align-items: center;    align-items: center;	}
.allpaidouts .proof-data .proof-top:first-child{margin-top:0rem;}
.allpaidouts .proof-data .proof-top div{padding:.25rem 1rem;}
.allpaidouts .proof-data .proof-top .username{ width:10%; font-size:13px;border-right:1px solid #EAEAF1;color:#fff;font-weight:500;display:flex;}
.allpaidouts .proof-data .proof-top .date{width:25%; font-size:13px;border-right:1px solid #EAEAF1;display:flex;}
.allpaidouts .proof-data .proof-top .amount{width:20%; font-size:13px;border-right:1px solid #EAEAF1;color:#fff;font-weight:500;display:flex;}
.allpaidouts .proof-data .proof-top .usd_amount{width:20%; font-size:13px;border-right:1px solid #EAEAF1;color:#2A233A;font-weight:500;display:flex;color:#3ACB84;}
.allpaidouts .proof-data .proof-top .pm{width:10%; font-size:13px;border-right:1px solid #EAEAF1;display:flex;}
.allpaidouts .proof-data .proof-top .linkxa{width:10%; font-size:13px;display:flex;}
.allpaidouts .proof-data .proof-top .linkxa a{font-size:12px;display:flex;-webkit-align-items: center;align-items: center;}
.allpaidouts .proof-data .proof-top .linkxa a .icon{font-size:12px;display:flex;-webkit-align-items: center;align-items: center;}


.col-radio-type{background:#fff;-webkit-box-shadow: 0 6px 32px -3px rgba(0, 0, 0, 0.1);box-shadow: 0 6px 32px -3px rgba(0, 0, 0, 0.1);}
.col-radio-type .custom-control-label{flex:1;width:100%;font-size:13px;}

.no-display{display:none!important;}


.mining-status-fan{position:relative;}
.mining-status-fan .fa-server{position:relative;font-size:24px;color:#83CFA8;width:24px;height:24px;}
.mining-status-fan .fa-desktop{position:relative;font-size:24px;color:#83CFA8;width:24px;height:24px;}
.mining-status-fan .fa-fan{position:absolute;font-size:14px;color:#56BE89;width:18px;height:18px;border-radius:50%;background:rgba(255,255,255,.75);}

.mining-status-fan-off{position:relative;}
.mining-status-fan-off .fa-desktop{position:relative;font-size:24px;color:#EBECF3;width:24px;height:24px;}
.mining-status-fan-off .fa-fan{position:absolute;font-size:16px;color:#C9CDDD;width:24px;height:24px;}

.tachometer-box{height:0;width:100%;padding-bottom:50%!important;background:#fff;position:relative;}
.tachometer-box .circle-bg{
	width:100%;height:0;padding-bottom:100%!important;border-radius:50%;top:0;left:0;position:absolute;overflow:hidden;
	background: -webkit-linear-gradient(45deg, rgba(53,149,107,1) 0%, rgba(88,191,138,1) 23%, rgba(134,174,204,1) 51%, rgba(134,174,204,1) 100%);	
	-webkit-clip-path: polygon(0 50%, 100% 50%, 100% 0, 0 0);
	clip-path: polygon(0 50%, 100% 50%, 100% 0, 0 0);
}
.tachometer-box .circle-bg .inactive-bg{width:102%;height:102%;background:#F1F2F6;clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);content:"";position:absolute;top:-1%;left:-1%;border-radius:50%;}
.tachometer-box .circle-bg .circle-bg-inside{width:80%;height:80%;border-radius:50%;content:"";position:absolute;top:10%;left:10%;
	background:#EEEFF5;box-shadow:0 0 46px rgba(37,38,58,.25);
}

.tachometer-box .circle-bg .pointer-bg{width:102%;height:102%;content:"";position:absolute;top:-1%;left:-1%;border-radius:50%;
	background: -webkit-linear-gradient(-45deg, #242539 0%, #515283 100%);
	-webkit-clip-path: polygon(50% 0%, 45% 50%, 55% 50%);
	clip-path: polygon(50% 0%, 45% 50%, 55% 50%);
}

.tachometer-box .point-bg{position:absolute;background:#56BE89;border-radius:50%;width:16px;height:16px;content:'';top:calc(100% - 8px);left:calc(50% - 8px);box-shadow:0 0 0 6px #fff ,0 0 52px #31315D;}

.tachometer-box.per-0{opacity:.5;}
.tachometer-box.per-0 .circle-bg .inactive-bg,.tachometer-box.per-0 .circle-bg .pointer-bg{transform: rotate(-90deg) ;-webkit-transform: rotate(-90deg) ;}

.tachometer-box.per-1 .circle-bg .inactive-bg,.tachometer-box.per-1 .circle-bg .pointer-bg{transform: rotate(-58deg) ;-webkit-transform: rotate(-58deg) ;}

.tachometer-box.per-2 .circle-bg .inactive-bg,.tachometer-box.per-2 .circle-bg .pointer-bg{transform: rotate(-18deg) ;-webkit-transform: rotate(-18deg) ;}

.tachometer-box.per-3 .circle-bg .inactive-bg,.tachometer-box.per-3 .circle-bg .pointer-bg{transform: rotate(28deg) ;-webkit-transform: rotate(28deg) ;}

.tachometer-box.per-4 .circle-bg .inactive-bg,.tachometer-box.per-4 .circle-bg .pointer-bg{transform: rotate(58deg) ;-webkit-transform: rotate(58deg) ;}

.textper{border-radius:4px;font-weight:600;color:#fff!important;}
.textper-0{background:#6D6D8E;}
.textper-1{background:#E13D4E;}
.textper-2{background:#CD7727;}
.textper-3{background:#56BE89;}
.textper-4{background:#56BE89;}









#dashboard.btc-background{
	background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
#dashboard.btc-background .ybox{
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
    -webkit-box-shadow: 0px 12px 37px -6px #fda085;
    box-shadow: 0px 12px 37px -6px #fda085;

}
#dashboard.btc-background .depboxHome .changeType.ybg{
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
	-webkit-box-shadow: 0px 12px 37px -6px #fda085;
    box-shadow: 0px 12px 37px -6px #fda085;
}



#dashboard.eth-background{
	background-image: linear-gradient(to top, #bdc2e8 0%, #bdc2e8 1%, #e6dee9 100%);
}
#dashboard.eth-background .ybox{
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-box-shadow: 0px 12px 37px -6px #8ec5fc;
    box-shadow: 0px 12px 37px -6px #8ec5fc;

}
#dashboard.eth-background .depboxHome .changeType.ybg{
    background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	-webkit-box-shadow: 0px 12px 37px -6px #8ec5fc;
    box-shadow: 0px 12px 37px -6px #8ec5fc;
}


#dashboard.ltc-background{
	background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}
#dashboard.ltc-background .ybox{
    background-image: linear-gradient(to top, #6a85b6 0%, #bac8e0 100%);
    -webkit-box-shadow: 0px 12px 37px -6px #6a85b6;
    box-shadow: 0px 12px 37px -6px #6a85b6;

}
#dashboard.ltc-background .depboxHome .changeType.ybg{
    background-image: linear-gradient(to top, #6a85b6 0%, #bac8e0 100%);
	-webkit-box-shadow: 0px 12px 37px -6px #6a85b6;
    box-shadow: 0px 12px 37px -6px #6a85b6;
}





#dashboard.bch-background{
	background-color: #CDDCDC;
 background-image: radial-gradient(at 50% 100%, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), linear-gradient(to bottom, rgba(255,255,255,0.25) 0%, rgba(0,0,0,0.25) 100%);
 background-blend-mode: screen, overlay;
}
#dashboard.bch-background .ybox{
    background-image: linear-gradient(to top, #37ecba 0%, #72afd3 100%);
    -webkit-box-shadow: 0px 12px 37px -6px #72afd3;
    box-shadow: 0px 12px 37px -6px #72afd3;

}
#dashboard.bch-background .depboxHome .changeType.ybg{
    background-image: linear-gradient(to top, #37ecba 0%, #72afd3 100%);
	-webkit-box-shadow: 0px 12px 37px -6px #72afd3;
    box-shadow: 0px 12px 37px -6px #72afd3;
}






#dashboard.dash-background{
	background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}
#dashboard.dash-background .ybox{
    background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
    -webkit-box-shadow: 0px 12px 37px -6px #72afd3;
    box-shadow: 0px 12px 37px -6px #72afd3;

}
#dashboard.dash-background .depboxHome .changeType.ybg{
    background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
	-webkit-box-shadow: 0px 12px 37px -6px #72afd3;
    box-shadow: 0px 12px 37px -6px #72afd3;
}



#dashboard.doge-background{
	background-image: linear-gradient(135deg, #fdfcfb 0%, #e2d1c3 100%);
}
#dashboard.doge-background .ybox{
    background-image: linear-gradient(to top, #e6b980 0%, #eacda3 100%);
    -webkit-box-shadow: 0px 12px 37px -6px #eacda3;
    box-shadow: 0px 12px 37px -6px #eacda3;

}
#dashboard.doge-background .depboxHome .changeType.ybg{
    background-image: linear-gradient(to top, #e6b980 0%, #eacda3 100%);
	-webkit-box-shadow: 0px 12px 37px -6px #eacda3;
    box-shadow: 0px 12px 37px -6px #eacda3;
}



.faq-contact-infor .svg i{font-size:20px;color:#34956C;border-radius: 50%;background: rgba(86,190,136,.125);width:52px;height:52px;}
.faq-contact-infor h6{color:#fff;}
.faq-contact-infor p{color:rgba(255,255,255,.6);}
.faq-contact-infor .social-btn {
    font-size: 12px;
    color: #56BE89;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(86,190,136,.125);
}




.home-background #content-form:before{width:0;height:0;} 
.home-background #content-form{
	min-height: 10vh;
    position: relative;
    background:none;
    padding: 0;
} 


.white-paper-box{
	background: url(../img/5d10f2.png) no-repeat center bottom;
    background-size: cover;
	border-radius:10px;
	box-shadow: 0 0 18px -6px rgba(0, 0, 0, 0.28);
	overflow:hidden;
	max-width:260px;
}

.white-paper-box .context{padding:3rem 2rem 2rem;position:relative;}
.white-paper-box .context p{font-size: 13px;
    color: #333739;font-weight:400;}
.white-paper-box .logo-paper{padding:2rem 2rem 1rem 2rem;position:relative;}
.white-paper-box .logo-paper:before{
position:absolute;content:'';
background:#31315F;
background: -webkit-linear-gradient(-45deg, rgba(49,49,95,1) 0%, rgba(31,32,57,1) 100%);
transform: rotate(-10deg) ;
-webkit-transform: rotate(-10deg) ;
width:200%;height:150%;top:-50%;left:-50%;
z-index:1;
}


.process-bar{border:none;overflow:hidden;border-radius:.125rem;background:#F4F4F8;}
.process-bar .nav-item{flex:1;border:none;}
.process-bar .nav-item .nav-link{flex:1;border:none;border-radius:5px 5px 5px 5px;padding:.125rem;position:relative;}
.process-bar .nav-item .nav-link.active{flex:1;border:none;background:#56BE89;position:relative;}
.process-bar .nav-item .nav-link.active:before{position:absolute;width:200%;height:100%;border-radius:5px 5px 5px 5px;background:#56BE89;content:'';top:0;right:0;}
/*************************************************************/
/*************************************************************/
/*************************************************************/

	
@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;}
		  
}			
		
		
		
		
		
		
		
		