body{
	margin: 0;
	padding: 0;
	background: #fff;
	background-repeat: repeat !important;
	background-size: 256px;
	color: #181d40;font-family: 'Ubuntu', sans-serif;
}
/* Header promo */
.navmenu {
	background: #d42020; 
	border-bottom: 0px solid #570080 !important;
	border-radius: 0px;
	margin: 0 auto;
}

.navbar-brand {
	font-size: 2em;
	line-height: 1.1em;
	font-weight: 500;
	color: #ff1 !important;
	padding: 0;
}
.navbar-brand span{
	font-weight: 500;
	color: #fff;
}

.navbar-dark {
	background: none;
	padding: 0;margin: 0;
}
.navbar-nav {
	font-weight: 400;
}
.nav-item {
	margin: 0 auto !important;
}
.navbar-nav a{
	font-size: 1.10em;
	color: #fff !important;
	padding: 7px 10px;
	margin: 0px 4px;
	border-bottom: 2px solid #d42020 !important;
	position: relative;
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}
.nav-link span{
	display: block;
	margin: 0 auto;
}
.navbar-nav a:hover{
	color: #ff1 !important;
	border-bottom: 2px solid #ff1 !important;
}
.navbar-nav .btn {
	font-weight: 600;
	background: #ff1 !important;
	border: 0px solid #ff1 !important;
	border-bottom: 2px solid #ff1 !important;
	color: #111 !important;
	border-radius: 0em;
}
.navbar-nav .btn:hover{
	color: #111 !important;
}

.home {
	background: #fde2e2 url("/img/bg-head.png") repeat top center;
	background-repeat: repeat;
	background-size1: 130px;
}
.welcome {
	position: relative;
}
.welcomefan {
	opacity: 0.8;
	position:absolute;
	top: 5px; right: 7px;
	transform: scale(0.8);
	transition-duration: 180ms;
}

.welcomefan img{
	width: 172px;
}

@media only screen and (max-width: 701px) {
	.welcomefan img{
		width: 128px;
	}
}
.btn2 {
	border-radius: 2em !important;
	padding: 4px 15px;
}
.home-title {
	color: #1a181b;
	font-weight: 600;
	line-height: 1.5rem;
	font-size: calc(1rem + 1vw);
}
.home-title span {
	color: #d42020;
}
.home-card {
	border-radius: 0em;
	margin-bottom: 5px;
	color: #324;
}

.home-card img{
	width: 64px;
	color: #324;
	font-size: 1rem;
	padding: 3px;
	transition-duration: 180ms;
	transform: scale(0.9);
}
.home-text {
	font-weight: 400;
	color: #1a181b;
	font-size: 20px;
}
.home-text span {
	font-weight: 500;
	color: #eb2727;
}


.wrapper {
	width: 100%;
	margin-top: 15px;
	padding: 1px;
	min-height: calc(100vh - 200px - 354px);
}
.wrapper2 {
	background: #fff;box-shadow: 0px 0px 0rem 1px #f8e4e3;
	display: block;
	border-radius: 1em;
	padding: 5px;width: 100%;
}

.about {
	padding: 5px;
	background: #fffafa;
}

.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; 
	background-color: #3b1515;
}

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

.footer-contact {
	padding: 5px 10px;
	background: #d42020;
	border-radius: 10px;
}
.footer-contact h5 {
	color: #fec107;
	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;
	color: #321;
	background-color: #f4e0e3;
	border-bottom: 3px #d42020 solid !important;
}

.stat img{
	width: 64px;
	color: #324;
	font-size: 1rem;
	padding: 3px;
	transition-duration: 180ms;
	transform: scale(0.8);
}
.stat:hover img {
	  transform: scale(1);
}
.stat .stat-count{
	color: #d42020;
	font-weight: 700;
	font-size: 1.7rem;
	padding-bottom: 5px;
  }
  .stat h6 small{
	  font-weight: 500;
	  font-size: 1.1rem;
	}
  .stat-text {
	text-transform: uppercase;
  }





	.stats {
		border1: 1px #f2f2ff solid !important;
		border-radius: 4px;
		margin-bottom: 5px;
		padding: 0;
	}
	.stats-title {
		font-size: 18px;
		font-weight: bold;
		position: relative;
		padding: 5px 15px;
		display: inline-block;
		background-color: #fe1;
	}
	.stats2 {
		background-color: #fff;
		border: 1px solid #fff2f2;	
		overflow: hidden;
	  }
	  .stats2 th{
		background-color: #d42020 !important;
		border: 1px solid #d42020 !important;	
		color: #fff;
		}
	  .stats2 tr {
		color: rgb(31, 29, 34);
		font-size: 1rem;
		}
		.stats2 > tbody > tr:nth-of-type(2n+1) > * {
			color: rgb(31, 29, 34);
		  }
	  .stats2 tr td{
		  border-bottom: 1px solid #f7dcdc;	
		}
	  .stats2 tr:last-child td{
		  border-bottom: 0;
		}
		.table > tbody > tr:nth-of-type(2n+1) > * {
  color: #573737;
  background-colo1r: #fff !important;
  box-shadow: inset 0 0 0 999px #fff2f2;
}
	.text-sum {
		color: #d42020;
		font-weight: 600;
		font-size: 125%;border-radius: 4px;padding: 1px 7px;
	}
	.text-sum small{
		color: #fff;
		font-weight: 500;
		font-size: 60%;padding: 2px 5px;
		border-radius: 4px;position: relative;top: -2px;right:-2px;
		background-color: #d42020 !important;
	}
.alert.alert-danger {
	border-radius: 4px;
	color: #f22;
}
.alert.alert-warning {
	border-radius: 4px;
	color: #fc2;
}
.alert.alert-success {
	border-radius: 4px;
	color: #0c9300;
}

.card {
	color: #291d1d;
	border-radius: 10px;
	border: 0px solid #f7dcdc !important;
	background-color: #fff7f7;
	box-shadow: 0 0 0 1px rgba(50, 20, 20, 0.2) !important;
}
.card-header {
	background-color: rgba(40, 20, 20, 0.03);
}
.wrapper2 .bg-light {
	
	background-color: #fff4f4 !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: #766;
	border-radius: 10px;
	font-weight: 500;
	font-size: 1.4rem;
	background-color: rgba(255, 235, 235, 0.9);
    border: 0px solid #edf !important;
}
.login-home .form-control:hover {
	color: #766;
	border-radius: 10px;
	font-weight: 500;
	font-size: 1.4rem;
	background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px 2px #d42020;
    border: 0px solid #fff !important;
}
.login-home .form-control:focus{
	color: #766;
	border-radius: 10px;
	font-weight: 500;
	font-size: 1.4rem;
	background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px 2px #ff9239;
    border: 0px solid #fff !important;
}


.form-control {
	color: #665;
	border: 1px solid rgba(134, 124, 124, 0.4);
}
.form-control:disabled, .form-control[readonly] {
	color: #765;
	border: 1px solid rgba(180, 129, 129, 0.2);
	background-color: rgba(131, 82, 82, 0.1);
}
.form-control::placeholder {
	color: #765;
}
.input-group-text {
	border: 1px solid rgba(25, 25, 25, 0.1);
}
/* Buttons */
.btn-balance a{
	border-radius: 12px;

}
.btn-home { 
	font-weight: 500;
	font-size: 1.5rem;
	padding: 5px 25px;
}
.btn-danger {
	background-color: #e72b2b !important;
}
.btn-danger:hover {
	background-color: rgb(236, 25, 57)b2b !important;
    box-shadow: 0px 2px 12px 2px rgba(255, 47, 82, 0.7) !important;
}
.btn-warning {
	color: #222;
	background-color: #fce517;
	border: 1px #d4b920 solid !important;
}
.btn-warning:hover {
	color: #111;
	background-color: #f7d51a;
    box-shadow: 0px 2px 12px 2px rgba(255, 241, 47, 0.7) !important;
}

.btn-success {
	background-color: #2acc3a;
}
.btn-success:hover {
	background-color: #23bd33;
    box-shadow: 0px 2px 12px 2px rgba(61, 240, 61, 0.7) !important;
}
.btn-primary {
	color: #fff !important;
	background-color: #d42020;
	border: 1px #d42020 solid !important;
}
.btn-primary:hover {
	color: #ffc107 !important;
	background-color: #bb2222;
}

.btn-lg {
	border: 1px  rgba(87, 85, 85, 0.2) solid !important;
    box-shadow: inset 0px -4px 14px 0px rgba(255, 255, 255, 0.4);
}
.btn-lg:hover {
    box-shadow: inset 0px 4px 14px 0px rgba(255, 255, 255, 0.4);
}

.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: #280c08;
	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: #d42020;
	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: #433;
	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: rgb(112, 88, 88);
    margin-bottom: 5px;
    width: 100%;
}
.card-lg {
	border: 0px #fff solid !important;
	padding: 2rem;
	text-align: center;
	justify-content: center;
	background: #f4e0e3;
	border-radius: 20px;
	box-shadow: 2px 7px 1rem 5px hsla(0, 14%, 27%, 0.3);
  }
  .card-lg img{max-width: 33%;
	}
	
  
.title2 {  
	color: #433;
	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: #333 !important;
	text-decoration: none;
}
.serf .badge {
	color: #333 !important;
	background: #faf8f8;
	font-size: 16px;font-weight: 500;padding: 3px 7px;border-radius: 1em;
	border: 1px solid #f7dcdc !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: #db2e2e;
	padding: 35px 0 120px;
}
.planbox {
	text-align: center;
	background1: radial-gradient(45deg, #570080 0%, #c531f1 100%);
	border-radius: 2em;
	background-color: #cc2222;
	  background: linear-gradient(45deg,#d41717,#f05e5e 110%) !important;
	
}
.planbox img{
	max-width: 156px;
	margin-top: -20px;
}
.plantop {
	color: #f9f7ff;
	padding: 0 0 10px;
}
.planname {
	font-size: 26px;
	font-weight: 700;
	padding: 7px 0 10px;
}
.planpercentage {
	font-size: 48px;color: #ff1;
	font-weight: 700;
	line-height: 46px;
	padding: 5px 0 0;
}
.planpercentage span {
	font-size: 30px;color: #ff1;
	font-weight: 600;
}
.plandays {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}
.planbottom {
	background: rgba(255, 255, 255, 0.1);
	border-top: 1px solid #cc2222 !important;
	color: #fff;
	padding: 5px 0px;
	margin: 1px;
}
.investrange {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
}
.investrange span {
	color: #ff1;
	font-size: 26px;
	font-weight: 700;
}

.planbox .form-control {
	color: #cc2222;
	font-weight: 700;
	font-size: 22px;
	border: 2px solid #bd1c1c;
	background-color: #eee1ff;
}
.planbox .form-control:disabled, .form-control[readonly] {
	color: #768;
	border: 1px solid #d658c5;
	background-color: #be41e5;
}
.planbox .form-control::placeholder {
	color: #768;
}
.planbox .input-group-text {
	color: #ff2;
	font-weight: 700;
	border: 2px solid #bd1c1c;
	background-color: #bd1c1c;
}
.planbox .btn {
	font-weight: 700;
	border-radius: 2em;
}

.tarif .card {
	border-radius: 0em;
	border: 0px solid #eee !important;
	background-color: #e9e7ff;
	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);
}


.profil {

	background-color: #f34;
	border: 1px solid rgb(209, 206, 206);
	margin-bottom: 15px;
}
.profil h6 {
	color: #fff;
}
.profil .profil-icon i{
	opacity: 0.7;
	transform: scale(0.8);
	transition-duration: 180ms;
}
.profil:hover .profil-icon i{
	opacity: 0.9;
	transform: scale(1);
	
}
.profil h5 {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0;
	line-height: 1;
}
.profil i {
	font-size: 28px;
	color: #fff;
}
.profil-float {
	position: absolute; 
	top: 5px; right: 7px;
}
.wallet {
	display: inline-block;
	padding: 0 5px;
	border: 1px solid rgba(180, 129, 129, 0.1);
	background-color: #e24;
}
.balance {
	background-color: #fff4f4;
	border-radius: 12px;
	border: 2px solid #d42020;
	box-shadow1: 0 0 2px 1px rgba(32, 32, 32, 0.5);
	margin-bottom: 5px;
}
.balance h6 {
	color: rgb(68, 34, 34);
}
.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-color1: #ebe6ff;
	border-bottom: 2px #fecaca solid !important;
	width: 100%;
	margin: 0px;
	display: flex;
}
.menubar {
	padding: 0px;
	display: block;
	width: 100%;
}
.leftbar__menu {
	padding: 0px 0;
	display: flex;
	width: 100%;
}
.leftbar__menu li {
	width: 100%;
	display: block;
}
.leftbar_head {
	font-weight: 700;
	text-transform:uppercase;
	padding: 5px 0 7px 14px;
}
.leftbar__menu li a {
	font-weight:500;
	position: relative;
	color: #322;
	display: block;text-transform:uppercase;
	text-decoration: none;
	padding: 10px 5px 8px; 
	margin: 3px 2px;margin-bottom: -2px;
	border-radius: 0.5em 0.5em 0 0;
	background-color: #fff0f0;
	border: 1px #332a2a solid !important;
	border-bottom: 2px #d42020 solid !important;
}
.leftbar__menu li a span {
	text-align: left;
}

.leftbar__menu li a:hover {
	color: #fff;
	background-color: #d42020;
}

.leftbar__menu li a:hover::before {
	content: ""; z-index: 2;
	position: absolute;bottom: 0; left: 0;
	width: 100%; height: 2px;
	transition-duration: 120ms;
  }

.leftbar__menu li a i {
	position: absolute; right: 7px; 
	font-size: 25px;text-align: center;
	line-height: 0.9;
    color: #d42020;
}

.leftbar__menu li a:hover i{
    color: #ff1 !important;
}

/*MENU V KABINE*/
.divide {
	border-top: 0px dashed rgba(70, 67, 47, 0.2);
}
.menu-title {
	padding: 15px 10px;
}

.menu2 {
	color: #fff;
	padding: 7px 7px 7px 20px;margin: 2px; border-radius: 0.3em;
	font-size: 22px;
	font-weight:700;
	line-height: 20px;
	cursor: pointer;
	background-color: #d42020;
}
.menu2 i {
	color: #ff1;
	position: relative; margin-right: 15px;
}

.menub{
	width: 96.8%;margin: -3px; margin-left: 5px; 
	border-top: 1px dashed rgba(70, 60, 50, 0.2) !important;
	padding: 4px 5px 4px 5px; 
}
.topbar{
	border-bottom: 2px solid #333 !important;
	padding: 7px;
	margin: 0;
}
.topbar__top {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
	box-shadow: inset 0px 2px 4px rgba(245, 240, 25,0.5) !important;
}
.topbar__btns {
  margin-top: 15px;
}
.topbar__btn {
  margin: 0 10px;
}
.topbar__bottom {
  text-align: center;
}
.topbar__balance {
	padding: 5px 5px 10px;
	margin-bottom: 3px;
	border-radius: 0.5em 1em;
}
.topbar__balance p {
	color: #ddc;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	line-height: 1.5em;
}
.topbar__balance p b{
	font-size: 36px;
}

.topbar__bottom a {margin-top: 2px;
	font-size: 14px;border-radius: 4px;
	box-shadow: 0px 2px 4px rgba(238, 226, 165, 0) !important;
	letter-spacing: .75px;
	color: #fff; text-transform: uppercase;
	transition: color 0.2s ease;
}
.leftbar__menu li a {
	font-size: 16px;
	position: relative;
	z-index: 2;
}

.leftbar__menu li a span {
	position: relative; top:-2px;
	display: inline;
}

.menu2 {
	display: none;
}
.content .content-user {
	padding: 10px 5px;
}
@media only screen and (max-width: 791px) {

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

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

.leftbar__menu li a i {
	margin-right: 15px;
}
.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%;
}
}


