body{
	margin: 0; padding: 0;
	background: #212428;
	background-color: linear-gradient(145deg, #1e2024, #23272b);
	background-repeat: repeat !important;
	background-size: 256px;
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
}

.text-success { 
	color: #02ed77 !important;
} 

.navmenu {
	border-bottom: 2px solid #2a2f33 !important;
	border-radius: 0px;
	margin: 0 auto;
}

.home {
	border-bottom: 2px solid #282121 !important;
	background: #030828 url("/img/back.svg") repeat bottom center;
    background: linear-gradient(to bottom, #181d40, #030828);  
}



.navbar-brand {
	font-size: 2.5em;
	line-height: 1em;
	font-weight: 700;
	color: #fff !important;
	padding: 0;
}
.navbar-brand span{
	font-weight: 700;
}

.navbar-dark {
	background: none;
}
.navbar-nav {
	font-weight: 400;
}
.navbar-nav a{
	font-size: 1em;
	color: #d0d4db !important;
	padding: 2px 9px;
	margin: 0px 5px;
	position: relative;
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}
.nav-link span{
	margin: 0 auto;
}
.navbar-nav a:hover{
	color: #ffffff !important;
}


.btn2 {
	border-radius: 2em !important;
	padding: 4px 15px;
}

.image {
    width: 370px;
    height: 370px;
    -webkit-animation:spin 10s linear infinite;
    -moz-animation:spin 10s linear infinite;
    animation:spin 10s linear infinite;
}
@-moz-keyframes spin {
    100% { -moz-transform: rotate(-360deg); }
}
@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(-360deg); }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(-360deg);
        transform:rotate(-360deg);
    }
}
.home-title {
	color: #ffffff;
	font-weight: 700;
	font-size: calc(1.275rem + 1.2vw);
	line-height: 1;
	margin-bottom: 10px;
}
.home-title span {
	color: #ff014f;
}
.home-desc {
	font-size: clamp(16px,14px + 0.4vw,18px);
	line-height: 1.5;
	color: #b4becc;
	padding-right: 16%;
	opacity: 0.9;
}
.home-desc span {
	color: #ffd700;
}
.home-count {
	color: #ffffff;
	font-weight: 800;
	font-size: calc(1.45rem + 1.5vw);
	line-height: 1;
	margin-bottom: 15px;
}

.wrapper {
	width: 100%;
	margin-top: 15px;
	min-height: calc(100vh - 250px - 300px);
}
.wrapper2 {
	display: block;
	border-radius: 1em;
	padding: 5px;width: 100%;
}

.about {
	padding: 15px 15px;
	background-color: #fff;
}

.wrap-title,.wrap-title2{
	color: #fff;display:inline-block;
	padding: 3px 0px 3px;
	font-weight: 800;
}
.wrap-title::after {
	position: relative;
	bottom: 0; left: 0;right: 0;
	display: block;
	content: "";
	border-radius: 4px;
	padding: 0;margin: 0 auto;
	width: 55px;
}
.content-title{
	display:inline-block;
	padding: 3px 7px 5px;
	font-weight: 800;
}

.footer {
	margin: 0 auto;
	padding: 5px 0; 
}

.footerTopInner {
	background-color: #c3caf1;
	margin: 0 auto;
	padding: 5px 0;
}

.footer-contact {
	padding: 5px 10px;
	background: #1d2349;
	border-radius: 10px;
}
.footer-contact h5 {
	color: #c3caf1;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 0;
}
.footer-contact b {
	font-size: 22px;
	line-height: 20px;
}


.stat {
	border-radius: 1em;
	margin-bottom: 5px; 
    background: #1e2125;
	box-shadow: 10px 10px 19px #1c1e22 !important;
    border: 1px solid rgba(255, 255, 255, 0.05); 
}
.stat-ico {  
	font-size: 1.75rem; 
	padding-top:2px;
	margin: -24px auto 5px;
	width: 48px; height: 48px;
	border-radius: 2em; 
    background: #ff014f;
	box-shadow: 0 0 0 4px #131417 !important;
	transition-duration: 180ms;
	transform: scale(0.8);
} 
.stat:hover .stat-ico {
	  transform: scale(1);
}
.stat-text {
  color: #f0ffff;
  text-transform: uppercase;
}
.stat-num {
	color: #02ed77;
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	padding-bottom: 15px;
  }
.stat-num small{
	  font-size: 25px;
}





	.stats {
		background: #1e2125;
		box-shadow: 10px 10px 19px #1c1e22 !important;
		border: 1px solid rgba(255, 255, 255, 0.05); 
		border-radius: 4px;
		margin-bottom: 5px;
		padding: 0;
	}
	.stats-title {
		color: #ff014f;
		font-size: 18px;
		font-weight: bold;
		position: relative;
		padding: 5px 15px;
		display: inline-block;
	}
	.stats2 { 
		border: 1px solid #2a2e32;	
		overflow: hidden;
	  }
	  .stats2 th{
		background-color: #2a2e32 !important;
		border-bottom: 2px solid #ff014f !important;	
		}
	  .stats2 tr {
		color: #eee;
		font-size: 1rem;
		}
		.stats2 > tbody > tr:nth-of-type(2n+1) > * {
			color: #eee;
		  }
	  .stats2 tr td{
		  border-bottom: 1px solid #2a2e32;	
		}
	  .stats2 tr:last-child td{
		  border-bottom: 0;
		}
		.table > tbody > tr:nth-of-type(2n+1) > * {
			color: #eee;
  box-shadow: inset 0 0 0 999px #1e2125;
}
	.text-sum {
		font-weight: 600;
		font-size: 125%;border-radius: 4px;padding: 1px 7px;
	}
	.text-sum small{
		color: #fff;
		font-size: 60%;padding: 2px 5px;
		border-radius: 4px;position: relative;top: -2px;right:-2px;
		background-color: #ff014f !important;
	}
.alert.alert-danger {
	border-radius: 4px;
	color: #ff014f;
}
.alert.alert-warning {
	border-radius: 4px;
	color: #fc2;
}
.alert.alert-success {
	border-radius: 4px;
	color: #0c9300;
}

.card { 
	border-radius: 10px;
    background: #1e2125;
	box-shadow: 10px 10px 19px #1c1e22 !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important; 
}
.card-header {
	background-color: rgba(20, 20, 40, 0.03);
}


	a.card {
		text-decoration: none !important;
		border-radius: 1em;
		border: 2px solid #2a2e32 !important;
	}
	a.card h4 {
		padding: 10px 0;
		color: #dcdcf7;padding-bottom: 5px;
		font-size: 20px;
	}
	a.card:hover {
	color: #ff014f !important;
	border: 2px solid #ff014f !important;
	background: #1a1d20;
	}
	a.card .btn-light {
	color: #ff014f !important;
	background: #2a2e32;
	font-size: 14px;font-weight: 500;padding: 1px 8px;border-radius: 12px;
	border: 1px solid #34383c !important;
	}


.login-home {
	position: relative;
}
.login-home .input-ico{
	color: #009393;
	font-size: 2rem;
	position: absolute;text-align: center;
	width: 50px; left: 5px; top: 9; bottom: 0;
	border-radius: 2em 0 0 2em !important;
    border-right: 1px solid rgba(208, 226, 250, 0.1) !important;
}
.login-home .input-ico img{
	position: relative; top: -3px; 
	font-size: 1rem;text-align: center;
	width: 34px; 
}
.login-home .form-control{
	color: #def;
	border-radius: 4px;
	font-weight: 500;
	font-size: 1.4rem;
	background-color: #212428;
    box-shadow: 0px 0px 0px 2px #1eef86;
    border: 0px solid #def !important;
}
.login-home .form-control:hover {
	color: #def;
	font-weight: 500;
	font-size: 1.4rem;
	background-color: #212428;
    box-shadow: 0px 0px 0px 2px #ff014f;
    border: 0px solid #fff !important;
}
.login-home .form-control:focus{
	color: #def;
	font-weight: 500;
	font-size: 1.4rem;
	background-color: #212428;
    border: 0px solid #fff !important;
    box-shadow: 0px 0px 0px 1px #ff014f;
}


.form-control {
	color: #222;
	border: 2px solid 212428;
}
.form-control:disabled, .form-control[readonly] {
	color: #222;
	border: 2px solid #1eef86; 
	background-color: rgba(82, 115, 131, 0.1);
}
.form-control::placeholder {
	color: #678;
}
.input-group-text {
	border: 1px solid #ff014f;
	background-color: #ff014f; 
	color: #fff;
}
/* Buttons */
.btn-balance a{
	border-radius: 12px;

}
.btn-home { 
	font-weight: 500;
	font-size: 1.5rem;
	padding: 5px 25px;
}
.btn-danger {
	background-color: rgb(247, 35, 70) !important;
}
.btn-danger:hover {
	background-color: #f24 !important;
    box-shadow: 0px 2px 12px 2px rgba(255, 47, 82, 0.7) !important;
}
.btn-warning {
	color: #fff;
	background-color: #fc8617;
}
.btn-warning:hover {
	color: #fff;
	background-color: #fc6b17;
    box-shadow: 0px 2px 12px 2px rgba(255, 147, 47, 0.7) !important;
}

.btn-success {
	color: #111;
	background-color: #02ed77;
}
.btn-success:hover {
	color: #000;
	background-color: #07cf6b;
}
.btn-primary {
	font-weight: bold;
	color: #2c2525 !important;
	background-color: #02ed77;
	border: 2px #07c164 solid !important;
}
.btn-primary:hover {
	color: #2c2525 !important;
	background-color: #07c164;
}

.btn-lg {
	border: 1px  rgba(25, 25, 25, 0.2) solid !important;
	border-radius: 4px;
}
.btn-lg:hover {
    box-shadow: none;
}

.btn-outline-dark {
	color: #222;
	border: 1px #444 solid !important;
}
.btn-outline-dark:hover {
	background-color: #222;
}


.accordion-item .accordion-button .title3 {
	font-size: 15px;
	position: relative;
	font-weight: 600;
	float: left;
	padding-left: 45px;
	line-height: 25px;
  }
.accordion-item .accordion-button .title3 .serial {
	color: #081828;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #eee;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #FFF;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }


.title {
	font-size: 1.5em;
	font-weight: 800;
}
.title::after {
	position: relative;
	bottom: 0; left: 0;
	display: block;
	content: "";
	background: #f62;
	border-radius: 4px;
	padding: 0;
	width: 55px;height: 8px;
}
/*=============== Services Style ===================*/
.center-title {
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
.center-title h2 {  
	color: #fff;
	font-size: calc(1.275rem + 1.2vw);
    font-weight: 600;
    letter-spacing: 0.4px;
    position:relative;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}
.center-title span {
	color: #ff014f;
  }
.center-title p {
	font-size: clamp(16px,14px + 0.4vw,24px);
	color: #c4cfde;
    margin-bottom: 5px;
    width: 100%;
}
.card-lg {
	color: #c4cfde;
	font-size: 16px; 
	padding: 2rem;
	line-height: 1.7;
	border-radius: 10px;
    background: #1e2125;
	box-shadow: 0px 0px 10px #1c1e22 !important;
    border: 1px solid rgba(255, 255, 255, 0.05); 
  }
  .card-lg img{max-width: 100%;
	}
	
  .card-title {
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 1.25;
	word-break: break-word;
  }
.title2 {  
	color: #445;
	font-size: clamp(20px,18px + 0.4vw,34px);
    font-weight: 600;margin-top: 1rem;
    letter-spacing: 0.4px;
    position:relative;
    text-transform: uppercase;
    width: 100%;
}
/* ACCOUNT STYLE */
.content {
	display: block;
	width: 100%;
}
.content > div {
	margin: 0; padding: 0;
}


.serf {
	background: #1a1d20; 
	box-shadow: 0px 0px 4px #1c1e22 !important;
	border: 3px solid rgba(255, 255, 255, 0.05);
	color: #ddeeff;
}
.serf .btn {
	box-shadow1: 0 0 2px 0px rgba(32, 32, 32, 0.2);
}
.serf-link {
	font-size: 16px;
	font-size: calc(0.575rem + 0.6vw);
	font-weight: 600; 
	color: #ddeeff !important;
	text-decoration: none;
}
.serf .badge {
	color: #ddeeff !important;
	background: #343435;
	font-size: 16px;font-weight: 500;padding: 3px 7px;border-radius: 1em;
	border: 1px solid #555567 !important;
}
.serf .badge3 {
	color: #81cc5c !important;
	background: #2c302d;
	font-size: 16px;font-weight: 500;padding: 3px 7px;border-radius: 1em;
	border: 1px solid #465241 !important;
}
.serf .badge2 {
	color: #ffba1c !important;
	background: #2d2b29;
	font-size: 16px;font-weight: 500;padding: 3px 7px;border-radius: 1em;
	border: 1px solid #433e37 !important;
}

.serf:hover {
	box-shadow: 0 0 3px 2px rgba(32, 32, 32, 0.5);
}


.planwrap {
	background: #2b265c;
	padding: 35px 0 120px;
}
.planbox {
	text-align: center;
    background: #1e2125;
	box-shadow: 5px 5px 10px #1c1e22 !important;
    border: 1px solid rgba(255, 255, 255, 0.05); 
	border-radius: 10px;
	padding: 3px 3px 5px;
}
.planbox img{
	max-width: 256px;
	margin-top: -70px;
}
.plantop {
	color: #ddeeff;
	padding: 0 0 5px;
}
.planname {
	font-size: 26px;
	font-weight: 700;
	padding: 7px 0 10px;
}
.planpercentage {
	font-size: 48px;color: #ff014f;
	font-weight: 700;
	line-height: 46px;
	padding: 5px 0 0;
}
.planpercentage span {
	font-size: 30px;color: #ff014f;
	font-weight: 600;
}
.plandays {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}
.planbottom { 
    background: #1c1f22;
	box-shadow: 0px 0px 2px #1c1e22 !important;
    border: 1px solid rgba(255, 255, 255, 0.05); 
	color: #ddeeff;
	padding: 5px 0px;
	margin: 7px;
	border-radius: 12px;
}
.investrange {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}
.investrange span {
	color: #02ed77;
	font-size: 22px;
}


.tarif .card {
	border-radius: 0em;
	border: 0px solid #eee !important;
	background-color: #343131;
	box-shadow: none;
}

.tarif-img {
	background: #2b1bb9;
    height: 230px;padding-top: 25px;
	width: 100%;
    align-items: center;
	margin: 0 auto;
	
}
.tarif-img img{
	width: 60%;
}
.tarif-positlon {
    width: 150px;height: 35px;margin: 0 auto;
	position:relative;top: -34px;
	background: rgb(250, 43, 81);
	font-size: 22px;
}

	.tarif .tarif-line {
		margin-top: 5px; width: 30px;
		border: 2px solid rgba(180, 129, 129, 0.1) !important;
	}
.tarif .card-title {
	font-weight: 700;
	color: #fff;
}
 .tarif-table {
	width: 100%;
 }
.tarif-panel {
	border: 4px solid rgb(191, 192, 191) !important;

}
.tarif-lnfo {
	display: block;
	font-size: 18px;
	padding: 3px 5px;margin: 2px;
	background-color: rgba(218, 218, 218, 0.1);
}
.tarif-lnfo b{
	color: #3f51b5;
}
.tarif-lnfo2 {
	display: block;
	font-size: 16px;
	text-align: center;
	color: #f35;
	padding: 3px 5px;margin: 2px;
	background-color: rgba(218, 218, 218, 0.1);
}


.tarif .btn {
	color: #fff;
	border-radius: 0em;font-weight: bold;
	border: 0; font-size: 20px;
	padding: 5px 25px;
	box-shadow: 0 0 3px 0px rgba(25, 55, 55, 0.1);
}
.tarif .btn:hover {
	border: 0; 
}



@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}

.mining {
    height: 150px;width: 150px;
    align-items: center;
	position:relative;
	margin: 0 auto;
}
.mining .rot{
    width: 100%;
    height: 100%;
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%;
	background: linear-gradient(0deg,rgb(208, 36, 214),#009393) !important;
	box-shadow:  0 0 2px 3px rgba(32, 32, 32, 0.3);
	position:absolute; left: 0; top: 0; right: 0;
}
.mining .rot2{
	content: "";
    width: 100%;
    animation-iteration-count: none;
    height: 100%;position:absolute; left: 0; top: 0; right: 0;
    border-radius: 50%;
	background: url("/img/tether.png") no-repeat center center;
	background-size: 125px;
}
.mining-info {
	display: block;
	padding: 7px 5px;margin: 5px;
	background-color: #333;
	border-radius: 12px;
	box-shadow: 0 0 2px 0px rgba(32, 32, 32, 0.1);
}
.mining-hover {
	border: 1px solid rgba(180, 129, 129, 0.1);
}

.blockprof {
    background: #1a1d20;
	box-shadow: 0px 0px 10px #1c1e22 !important;
    border: 2px solid rgba(255, 255, 255, 0.05);  
	color: #ddeeff;
  }
  .blockprof h4 {
    color: #ff014f;
	font-weight: bold;
  }

.wallet {
	display: inline-block;
	padding: 0 5px;
	border: 1px solid rgba(180, 129, 129, 0.1);
	background-color: #e24;
}
.balance {
	background-color: rgba(110, 95, 179, 0.3);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 2px 1px rgba(32, 32, 32, 0.5);
	margin-bottom: 15px;
}
.balance h6 {
	color: #def;
}
.balance .balance-icon img{
	opacity: 0.5;
	height: 72px;width: 72px;
	transform: scale(0.8);
	transition-duration: 180ms;
}
.balance:hover .balance-icon img{
	opacity: 0.7;
	transform: scale(1);
	
}
.float-icon {
	position: absolute; 
	top: 15px; right: 15px;
}
.wrapper {
	display: block;
	overflow: hidden;
}
.leftbar {
	background: #212428;
	background: linear-gradient(to right bottom, #212428, #16181c);
	box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
	border-bottom: 1px #2a3238 solid !important;
	width: 100%;
	margin: 0px;
	display: flex;
} 
.leftbar li a {
	font-weight:500;
	position: relative;
	color: #111 !important;
	display: block;text-transform:uppercase; 
	padding: 3px 15px !important;  
	border-radius: 0.4em;
	background-color: #02ed77;
	border-bottom: 2px #04d66d solid !important;
} 
.leftbar li a:hover { 
	color: #fff !important;
	background-color: #ff014f;
	border-bottom: 2px #dd0244 solid !important;
}
 
.leftbar li a i { 
	font-size: 20px;
	text-align: center;
	line-height: 1.1;
    color: #111;
}

.leftbar li a:hover i{
    color: #fff !important;
}

/*MENU V KABINE*/
 
.leftbar li a {
	font-size: 16px;
	position: relative;
	z-index: 2;
}

.leftbar li a span {
	position: relative; top:-2px;
	display: block;
}
  
@media only screen and (max-width: 691px) {

.content, .leftbar {
	width: 100%;
	display: block;
	float: none;
	margin: 0;margin-bottom: 5px;
}

.leftbar {
	width: 100%;
	display: block;
}
.leftbar li {
	width: 100%;
	display: block;
}

.leftbar li a i {
	margin-right: 15px;
} 
.wrapper {
	display: block;
	overflow: hidden;
}
 
html.min-menu .content {
	width: 100%;
	float: none;
	margin-left: 0;
} 
html.min-menu .leftbar {
	float: none;
	width: 100%;
} 

 
}


