body{
	margin: 0;
	padding: 0; background: linear-gradient(180deg, #170b1b 0%, #0C0A15 100%);
	background-repeat: repeat !important;
	background-size: 256px;
	color: #ffffff;
	font-family: 'Ubuntu', sans-serif;
}
/* Header promo */
.navmenu {
	border-bottom: 0px 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);  
}
.text-danger {
	color: #ff014f !important;
}

.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;
}
.hr-menu {
    margin-top: 5px !important;
  }

.btn2 {
	border-radius: 2em !important;
	padding: 4px 15px;
}
.img-home {
    width: 340px;
    height: 340px;
}
.image {
    width: 99%;
    height: 99%;
	border-radius: 100%;
	background:  url("/img/tron.png") repeat center center;
	background-repeat: no-repeat !important;
	background-size: 100%;
    -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 {
	margin-bottom: 5px;
	padding: 0;
}
.stat-text {
	color: #9f9baf;
}
.stat-num {
	color: #fff;
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	padding-top: 25px;
	padding-bottom: 5px;
  }
.stat-num small{
	  font-size: 25px;
}

.st-border {
	border-right: #e7456b45 solid 3px;
}
@media only screen and (max-width: 768px) {
	.st-border {
		border-bottom: #e7456b45 solid 3px;
		border-right: #e7456b45 solid 0px;
		padding-bottom: 5px;
	}
	.stat-num {
		color: #fff;
		font-weight: 700;
		font-size: 32px;
		line-height: 1;
		padding-top: 5px;
		padding-bottom: 10px;
	  }
}


.stat-num svg {
	margin-right: 15px;
	float: right;
  }


	.stats {
		border: 1px #334c8b solid !important;
		border-radius: 4px;
		margin-bottom: 5px;
		padding: 0;
	}
	.stats-title {
		font-size: 18px;
		font-weight: bold;
		position: relative;
		padding1: 5px 15px;
		display: inline-block;
	}
	.stats2 {
		background-color: #180b1c;
		border: 1px solid #452131;	
		overflow: hidden;
	  }
	  .stats2 th{
		color: #fff;
		background-color: #334c8b !important;
		border-bottom: 2px solid #f84d75 !important;	
		}
	  .stats2 tr {
		color: #d0d4db;
		font-size: 1rem;
		}
		.stats2 > tbody > tr:nth-of-type(2n+1) > * {
			color: #fff;
		  }
	  .stats2 tr td{
		  border-bottom: 1px solid #452131;	
		}
	  .stats2 tr:last-child td{
		  border-bottom: 0;
		}
		.table > tbody > tr:nth-of-type(2n+1) > * {
  color: #d0d4db;
  background-colo1r: #fff !important;
  box-shadow: inset 0 0 0 999px #240f21;
}
	.text-sum {
		color: #fff;
		font-weight: 600;
		font-size: 125%;border-radius: 4px;padding: 1px 7px;
	}
	.text-sum small{
		color: #fff !important;
		font-size: 60%;padding: 2px 5px;
		border-radius: 4px;position: relative;top: -2px;right:-2px;
		background-color: #ff014f !important;
	}
	.table .bg-success {
		background: #02ed77 !important;
		color: #111 !important;
	}
	.table .bg-danger {
		background: #ff014f !important;
		color: #fff !important;
	}
	.table .bg-warning {
		background: #ffd307 !important;
		color: #111 !important;
	}

.alert.alert-danger {
	background-color: #181B2E !important;
	border: none;
	border: 1px solid #FF5583 !important;
	border-radius: 4px;
	color: #FF5583;
}
.alert.alert-warning {
	background-color: #181B2E !important;
	border: none;
	border-left: 4px solid #ffd307 !important;
	border-radius: 4px;
	color: #ffd307;
}
.alert.alert-success {
	background-color: #181B2E !important;
	border: none;
	border: 1px solid #02ed77 !important;
	border-radius: 4px;
	color: #02ed77;
}
.btn-link {
	cursor: pointer;
	color: #fff !important;
}
.btn-link:hover {
	color: #ff014f !important;
}
.card {
	color: rgb(206 209 225 / 66%);
	border-radius: 10px;
	border: 0px solid #181B2E !important;
	background: #181B2E;
	box-shadow: 0 0 0 1px rgba(20, 20, 40, 0.03) !important;
}
.card-header {
	background-color: rgba(20, 20, 40, 0.03);
}

.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: #fff7f9;
	border-radius: 12px;
	font-weight: 400;
	font-size: 1.4rem;
	background: rgba(44, 18, 57, 0.62);
	border: 1px solid #F84B73;
	box-shadow: 0px 0px 15px #FD5F84;
}
.login-home .form-control:hover {
	color: #fff7f9;
	font-weight: 400;
	font-size: 1.4rem;
	background: rgba(44, 18, 57, 0.62);
	border: 1px solid #F84B73;
	box-shadow: 0px 0px 15px #FD5F84;
}
.login-home .form-control:focus{
	color: #fff7f9;
	font-weight: 400;
	font-size: 1.4rem;
	background: rgba(44, 18, 57, 0.62);
	border: 1px solid #F84B73;
	box-shadow: 0px 0px 15px #FD5F84;
}
.login-home .form-control:disabled, .login-home .form-control[readonly] {
	color: #fff7f9;
	background: rgba(44, 18, 57, 0.62);
	border: 1px solid #F84B73;
}


.form-control {
	color: #fff7f9;
	background: rgba(44, 18, 57, 0.62);
	border: 1px solid #F84B73;
}
.form-control:hover {
	color: #fff7f9;
	background: rgba(44, 18, 57, 0.62);
	border: 1px solid #F84B73;
}
.form-control:disabled, .form-control[readonly] {
	color: #fff7f9;
	background: rgba(44, 18, 57, 0.62);
	border: 1px solid #F84B73;
}
.form-control:focus {
	color: #fff7f9;
	background: rgba(44, 18, 57, 0.62);
	border: 1px solid #F84B73;
}
.form-control::placeholder {
	color: #c9a3ad8f;
}
.input-group-text {
	color: #fff;
	background-color: #F84B73;
	border: 2px #F84B73 solid;
}
.for-url-aff .form-control{
    box-shadow: 0px 0px 0px 0px #FF5583;
	border: 0px solid #F84B73;
	background: none;
}
.for-url-aff .input-group-text {
	color: #fff;
	background: #334C8B;
	border-radius: 35px !important;
	border: 0;padding: 10px;
	cursor: pointer;
}


/* Buttons */
.btn-balance a{
	border-radius: 12px;

}
.btn-home { 
	font-weight: 500;
	font-size: 1.5rem;
	padding: 5px 25px;
}
.btn-danger {
    background: linear-gradient(180deg, #FF6C94 0%, #F84B73 100%) !important;
    box-shadow: 0px 0px 0px 0px #FF5583;
}
.btn-danger:hover {
    background: linear-gradient(0deg, #FF6C94 0%, #F84B73 100%) !important;
    box-shadow: 0px 0px 0px 0px #FF5583;
}
.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 {
	color: #fff !important;
	background-color: #a6a6cf;
	border: 1px #a0a0cc solid !important;
}
.btn-primary:hover {
	color: #fff !important;
	background-color: #f76c82;
}

.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: #c4cfde;
	border: 2px #292e32 solid !important;
}
.btn-outline-dark:hover {
	background-color: #111;
}


.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: #fd5f84;
	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 p {
	font-size: clamp(16px,14px + 0.4vw,24px);
	color: #d9c4de;
    margin-bottom: 5px;
    width: 100%;
}
.card-lg {
	color: #c4cfde;
	font-size: 16px;
	border: 0px #fff solid !important;
	padding: 2rem;
	line-height: 1.7;
	border-radius: 10px;
	background: #212428;
	background1: linear-gradient(to right bottom, #212428, #16181c);
	box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
  }
  .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 {
	box-shadow: 0 0 2px 0px rgba(32, 32, 32, 0.2);
}
.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: #335 !important;
	text-decoration: none;
}
.serf .badge {
	color: #335 !important;
	background: #f8f9fa;
	font-size: 16px;font-weight: 500;padding: 3px 7px;border-radius: 1em;
	border: 1px solid #dcdcf7 !important;
}
.serf .badge3 {
	color: #81cc5c !important;
	background: #f1f9ec;
	font-size: 16px;font-weight: 500;padding: 3px 7px;border-radius: 1em;
	border: 1px solid #d2f0c4 !important;
}
.serf .badge2 {
	color: #ffba1c !important;
	background: #fdf6ed;
	font-size: 16px;font-weight: 500;padding: 3px 7px;border-radius: 1em;
	border: 1px solid #fde8ca !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: #212428;
	background: linear-gradient(to right bottom, #212428, #16181c);
	box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
	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: #212428;
	border: 1px solid #252b30 !important;
	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: #fff;
	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: #212428;
	background1: linear-gradient(to right bottom, #212428, #16181c);
	box-shadow: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e !important;
	border: 1px solid #2a3238!important;
	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: #111426;
	background: linear-gradient(to right bottom, #1e172b, #111426);
	width: 100%;
	margin: 0px;
	display: flex;
}
.leftbar__menu {
	padding: 5px 0;
	display: table;
	width: 100%;
}
.leftbar__menu td{
	padding: 5px 0;
	display: table-cell;
	width: 20%;
}

.leftbar__menu td a {
	font-weight: 500;
	position: relative;
	color: #fff;
	display: block;
	text-transform:uppercase;
	text-decoration: none;
	padding: 10px 5px 10px; 
	margin: 3px;
	border-radius: 14px;
	text-align: center;
	border: 1px solid #171528;
	border-top: 1px solid #171528;
}
.leftbar__menu td a span {
	margin-top: 10px;
	display: block !important;
}

.leftbar__menu td a:hover {
	color: #fff;
	background: linear-gradient(to top, #171528, #4e283f);
	border: 1px solid #843350;
	border-top: 1px solid #f84b73;
}
.leftbar__menu td .active {
	color: #fff;
	background: linear-gradient(to top, #171528, #4e283f);
	border: 1px solid #843350;
	border-top: 1px solid #f84b73;
}

.leftbar__menu td a:hover::before {
	content: ""; z-index: 2;
	position: absolute;top: -1px; left: 34%;
	width: 30%; height: 5px;
	border-radius: 0 0 14px 14px;
	transition-duration: 120ms;
	background: #f84b73;
  }

/*MENU V KABINE*/
.content .content-user {
	padding: 10px 5px;
}
@media only screen and (max-width: 791px) {
.card-lg {
	padding: 1rem;
}
.img-home {
	margin: auto;
    width: 240px;
    height: 240px;
}
.leftbar {
	width: 100%;
	display: block;
	float: none;
	margin: 0;
	border-bottom: 2px solid #f84b73;
}

.leftbar__menu td a {
	font-size: 14px;
}
.menu__wrapper {
	max-height: 0;
	overflow: hidden;
	transition: 0.2s ease;
}
.wrapper {
	display: block;
	overflow: hidden;
}

.content .content-user {
	padding: 10px 5px;
}
.menu2 {
	display: block;
}
html.min-menu .content {
	width: 100%;
	float: none;
	margin-left: 0;
}
html.min-menu .menu2 span {
	opacity: 1;
}
html.min-menu .leftbar {
	float: none;
	width: 100%;
}
html.min-menu .topbar {
	display: block;
}
html.min-menu .menu__wrapper {
	max-height: 1300px;
}
html.min-menu .leftbar__menu li a span {
	display: inline;
}

html.min-menu .leftbar_head {
	display: block;
}
html.min-menu .leftbar__menu li a:hover {
	width: 100%;
}
}


