body{
	margin: 0;
	padding: 0;
	 
	background-repeat: repeat !important;
	background-size: 256px;
	color: rgb(252, 252, 252);font-family: 'Ubuntu', sans-serif;
	background-image: url(/asset/trx.jpg);
    background-size: auto;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
        
}
/* Header promo */
.navmenu {
	background: #2e43b900; 
	border-bottom: 0px solid #282121 !important;
	border-radius: 0px;
	margin: 0 auto;
}
.navbar-brand {
	font-size: 2.5em;
	line-height: 1.3em;
	font-weight: 700;
	color: #fff !important;
	padding: 0;
}
.navbar-brand span{
	font-weight: 700;
	color: #f24;
}

.navbar-dark {
	background: none;
}
.navbar-nav {
	font-weight: 400;
}
.navbar-nav a{
	font-size: 1.10em;
	color: rgb(255, 255, 255) !important;
	padding: 2px 9px;
	border-radius: 1em;
	margin: 0px 5px;
	position: relative;
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}
.nav-link span{
	display: block;
	margin: 0 auto;
}
.navbar-nav a:hover{
	color: rgb(233, 9, 65) !important;
	border-radius: 1em;
}


.btn2 {
	border-radius: 2em !important;
	padding: 4px 15px;
}
.home {
/*	border-bottom1: 2px solid #f24 !important;
	background: #042377 url("/img/back.svg") repeat bottom center;*/
}
.dogehome{
    width: 250px;margin: 0 auto;
    height: 180px;
	background: url("/asset/about.png") no-repeat center center;
	background-size: 40%;
}

.home-logo img {
	transition-duration: 180ms;
	transform: scale(0.9);
  }
.home-logo:hover img {
	  transform: scale(1);
	  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.9));
}
.home-title {
	font-weight: 800;
	line-height: 1.6rem;
	font-size: 22px;
}
.home-title span {
	color: #f24;
}
.home-title2 {
	color: #fff;
	font-size: 18px;
}
.home-title2 span {
	color: rgb(255, 255, 255);
}

.wrapper {
	width: 100%;
	margin-top: 15px;
	min-height: calc(100vh - 250px - 300px);
}
.wrapper2 {
	background: #042377;
	display: block;
	padding: 5px;width: 100%;
}

.about {
	padding: 15px 15px;
	background-color: #08080875;
	border: 1px solid rgb(246 32 23);
    /* margin-bottom: 15px; */
    box-shadow: 2px 2px 12px 0px rgb(251 42 33);
}

.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{
	color: #eff;display:inline-block;
	padding: 3px 7px 5px;
	font-weight: 800;
}

.content-title::after {
	position: relative;
	bottom: 0; left: 0;right: 0;
	display: block;
	content: "";
	background: #009393;
	background: linear-gradient(90deg, #009393, #008383);
	border-radius: 4px;
	padding: 0;margin: 0 auto;
	width: 55px;height: 8px;
}
.footer {
	margin: 0 auto;
	padding: 10px 0; 
	background-color: #112ab6;
}

.footerTopInner {
	background-color: #c3caf1;
	margin: 0 auto;
	padding: 10px 0;
}
.footerTopInner h3 {
	font-size: 36px;
	color: #fff;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
}
.footerTopInner h3 span {
	color: #edd50e;
}
.footerTopInner li { 
	background-color1: #7787e4;
	margin: 5px; border-radius: 2em;
}
.footerTopInner a {
    height: 63px;
    background: url(/img/solid.png) transparent no-repeat;
    display: inline-block;
    margin: 15px 17px 0px;
}
.footerTopInner a.regis {
	width: 193px;
	background-position: 0 0;
}
.footerTopInner a.site {
	width: 210px;
	background-position: -230px 0;
}
.footerTopInner a.code {
	width: 251px;
	background-position: -471px 0;
}
.footerTopInner a.como {
	width: 161px;
	background-position: -758px 0;
}
.footerTopInner a.ddos {
	width: 160px;
	background-position: -940px 0;
}

.footerBot-right {
	padding: 15px 10px 15px 50px;
	background: #042377;
}
.footerBot-right h3 {
	color: #f7931a;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	margin-top: 0;
}
.footerBot-right ul,  .support-right ul{
	padding: 0;
	margin: 0;
}
.footerBot-right ul li, .support-right ul li {
	color: #dbdfe3;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	list-style: none;
	line-height: 30px;
}
.footerBot-right ul li i,  .support-right ul li i {
	background: url(/img/icon-ft.png) transparent no-repeat;
	display: inline-block;
	float: left;
	margin-right: 10px;
	height: 30px;
}
.footerBot-right ul li.add i, .support-right ul li.add i{
	width: 21px;
	background-position: 0 4px;
}
.footerBot-right ul li.call i,  .support-right ul li.call i {
	width: 21px;
	background-position: 0 -28px;
}
.footerBot-right ul li.email i,  .support-right ul li.email i {
	width: 24px;
	background-position: 0 -58px;
}

.contacts-container {
    padding: 20px 10px 20px 30px;
    background: #142b33;
    border-radius:3px;
}

.support-right ul li {margin-bottom:10px;}





.stat {
border-radius: 4px;
    margin-bottom: 5px;
    padding: 0;
    color: #fff;
    background: #2006067a;
    box-shadow: 2px 2px 12px 0px rgb(251 42 33);
    border: 1px solid #f62017;
}

.stat i{
	color: #f62017;
	font-size: 3rem;
	padding: 3px;
	transition-duration: 180ms;
	transform: scale(0.8);
}
.stat:hover i {
	  transform: scale(1);
}
.stat-num {
	color: #f9e2e7;
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    padding-bottom: 10px;
  }
  .stat-num small{
	  font-weight: 500;
	  font-size: 35px;
	}
  .stat-text {
	text-transform: uppercase;
  }
	.stats {
		border: 1px #f62017 solid !important;
		border-radius: 4px;
		margin-bottom: 5px;
		padding: 0;
		box-shadow: 2px 2px 12px 0px rgb(251 42 33);
	}
	.stats-title {
		font-size: 18px;
		font-weight: bold;
		color: #fff !important;
		background-col1or: #eeeeee;
		position: relative;
		padding1: 5px 15px;
		display: inline-block;
	}
	.stats2 {
		background-color: #04040478;
		border: 1px solid #f62017;	
		overflow: hidden;
	  }
	  .stats2 th{
		background-color: #0e0e0ea8 !important;
		}
	  .stats2 tr {
		color: rgb(255 255 255);
		font-size: 1rem;
		}
		.stats2 > tbody > tr:nth-of-type(2n+1) > * {
			color: rgb(255 255 255);
		  }
	  .stats2 tr td{
		  border-bottom: 1px solid #f620174d;	
		}
	  .stats2 tr:last-child td{
		  border-bottom: 0;
		}
	.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: #f35 !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: #fff;
    border: 2px solid #F44336 !important;
    background-color: #3102028a;
    box-shadow1: 0 0 7px 1px rgba(185, 183, 183, 0.3);
}
.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: #789;
	border-radius: 12px;
	font-weight: 500;
	font-size: 1.5rem;
	background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #F44336 !important;
}
.login-home .form-control:hover {
	color: #789;
	border-radius: 12px;
	font-weight: 500;
	font-size: 1.5rem;
	background-color: rgba(255, 255, 255, 1);
    border: 2px solid #E91E63 !important;
    box-shadow: 0px 0px 4px 2px #F44336;
}
.login-home .form-control:focus{
	color: #789;
	border-radius: 12px;
	font-weight: 500;
	font-size: 1.5rem;
	background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgb(237 240 60) !important;
    box-shadow: 0px 0px 4px 2px #E91E63;
}


.form-control {
	color: #678;
	border: 1px solid rgba(124, 131, 134, 0.4);
}
.form-control:disabled, .form-control[readonly] {
	color: #789;
	border: 1px solid rgba(129, 154, 180, 0.2);
	background-color: rgba(82, 115, 131, 0.1);
}
.form-control::placeholder {
	color: #789;
}
.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: #f35 !important;
}
.btn-danger:hover {
	background-color: #f24 !important;
}
.btn-warning {
	color: #fff;
	background-color: #129696;
}
.btn-warning:hover {
	color: #fff;
	background-color: #0aa6bb;
}

.btn-success {
	background-color: #5cb85c;
}
.btn-success:hover {
	background-color: #4fac4f;
}
.btn-primary {
	color: #fff !important;
	background-color: #3f51b5;
}
.btn-primary:hover {
	color: #fff !important;
	background-color: #f35;
}



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

.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 {
    float: left;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
.center-title > span {
    color: #ffffff;
    float: left;
    font-family: playfair display;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 5px;
    width: 100%;
}
.center-title h2 {
    color: #ffffff;
    float: left;
    font-size:30px;
    font-weight: 600;
    letter-spacing: 0.4px;
    position:relative;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}
.center-title::before, .center-title::after {
    background: #d3d3d3 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: 60px;
    position: absolute;
    width: 87px;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    transform:translateX(-50%);
}
.center-title::after {
    left: auto;
    margin-left: 0;
    margin-right: 60px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
}
.center-title h2::before {
    bottom: -35px;
    color: #f35;
    content: "O";
    font-size: 26px;
    font-weight: 100;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.service > span::after, .dark-btn::before, .dark-btn::after, .skill .progress .progress-bar, a.small-btn, .member-social > a:hover, .coloured-btn, .subscription-form > button, .social > a::before, .button-set a:hover, a.play-round, .owl-dot.active, .work-hover > a:hover, .social-share > a:hover, .task > a:hover, .team-img > a, .logos-carousel .owl-nav > div:hover, .work.light .work-hover > a, .tabs-selectors .slick-arrow:hover, .tab-description li:hover::before, .loadmore > a, .more, .short-links > a:hover, .short-links > span:hover, .fancy-progress, .about-slide span, .about-text-carouel .owl-nav > div:hover, .team-intro-social a:hover, .creative-bar::before, .image-box > a, .video-play, .project-hover a:hover, .professional-member-detail > a:hover, .fancy-social a::before, .like > a, .cart-btn:hover, .simple-table-top > span, .classic-portfolio-hover a:hover, .simple-product-hover > a:hover, .bg-text, .social-widget > a:hover, form.subscribe:hover button, .pagination > ul li.active, .admin-social > a:hover, .video > a, .project-box-hover > a, .cart-btns > button:hover, .cart-totals > li::before, form.style3 .select2-container--default .select2-selection--single::before, form.style3 .field::before, header nav ul li::before, header nav ul li::after, header nav ul li a::before, .header-options > a span, .shopcart-total > span i, .creative-service:hover > span, .responsive-bar, .layer3, .layer4, .layer8, .layer9:hover, .gallery-widget > a::before, .toggle-item h3.active, .simple-tabs.style2 .nav li.active a, .has-dropdown::before {
	background-color: #ed0e3c;
  }
  
.service > span::before, .service > span::after, .service > span i, .service > a, .member-name > h4 a, .news-detail > h4 a, .member-social > a, .work::before, .work-hover > a, .slick-slide, .slick-arrow, .social > a, .social > a::before, .button-set a, .news-post-detail h3 a, .portfolio > img, .portfolio::before, .portfolio::after, .owl-nav > div, .news-box h5 a, .owl-dot, .creative-tabs .nav li a::before, .social-share > a, .task > a, .task-hover > h4 a, .team-img::before, .team-img > a, .option-set li a::before, .option-set li a::after, .tab-description li::before, .project-name h5 a, .simple-news-detail > h4 a, .meta > li a, .short-links > a, .short-links > span, .team-intro-social a, .creative-member > h4 a, .image-box::before, .video-play, .professional-member-detail > a:hover, .fancy-post-author > ul li a, .fancy-social a, .cats > a, .category-name h4 a, .product-thumbs, .cart-btn, .about-box::before, .about-hover, .parallax-tabs ul.nav li a, .parallax-tabs ul.nav li a i, .classic-portfolio-hover a, .classic-portfolio > img, .classic-portfolio::before, .classic-portfolio-hover > h4, .classic-portfolio-hover > span, .simple-product h4 a, .simple-product-hover > a, .product-box-hover > h4 a, .product-links > a, .widget li, .widget li::before, .widget li span, .social-widget > a, .sidebar-tabs .nav.nav-tabs li a, .coloured-btn, .simple-service i, .white-box > a, .picture img, form.subscribe button, .masonary, .masonary2, .case-study > img, .page-top ul li a, .tagcloud > a, .tagcloud > a::before, .admin-social > a, .video > a, .video::before, .add-box i, .project-box::before, .cart-product h3 a, .cart-btns > button, nav ul li ul li a, .creative-box-overlay, .creative-service:hover > span, .responsive-links, body, .member > a::before, .member > a::after, .gallery-widget > a:hover::before, .about-project-carousel .owl-nav, .toggle-item h3, .menu > ul li a, .menu > ul li, .share-link a, header, .logo img {
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
  
  }
.service > span::before, .service > span::after, .service > span, .project-hover a, .round-img, .member-social > a, .service-name > span, .work-hover > a, .ceo-message > img, .fun-facts::before, .thumb > img, .slick-arrow, .social > a, .social > a::before, .portfolio-hover > a, .owl-nav > div, a.play-round, .owl-dot, .creative-tabs .nav li a, .task > a, .team-img > a, .tab-description li::before, .news-author, .about-slide span, .team-intro-social a, .video-play, .creative-service > span, .professional-member-detail .skill-round > div::before, .fancy-post-author > img, .innovative-title h2::before, .widget li span, .tagcloud > a::before, .video > a, header nav ul li::before, header nav ul li::after, header nav ul li a::before, .header-options > a span, .layer8, .share-link a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
  }
.service {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.service > span {
    color: #000b29;
    position:relative;
    display: inline-block;
    font-size: 30px;
    height: 78px;
    line-height: 78px;
    margin-bottom: 15px;
    text-align: center;
    width: 78px;
	cursor: pointer;;
}
.service:hover > span i{color:#FFFFFF}
.service > strong {
    float: left;
    font-family: montserrat;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
}
.service > i {
    float: left;
    width: 100%;
    color: #4a4a4a;
    font-family: playfair display;
    font-size: 13px;
    letter-spacing: 2px;
    width: 100%;
}
.service p {
    display: inline-block;
    margin: 0;
}
.service > a {
    color: #cdcddd;
    display: inline-block;
    font-size: 20px;
    margin-top: 10px;
}
.service > span {
    background:#f2f2ff;
    z-index: -2;
    transition:all 0.25s linear;
}
.service > span:before, 
.service > span:after {
	border-radius: 100%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.service:hover > span:before {
    opacity: 0;
	border-radius: 100%;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.service > span:after {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
}
.service:hover > span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* ACCOUNT STYLE */
.content {
	display: block;
	width: 100%;
}
.content > div {
	margin: 0; padding: 0;
}


.serf {
	border-radius: 0;
}
.serf .btn {
	box-shadow: 0 0 2px 0px rgba(32, 32, 32, 0.2);
}
.serf-link {
	font-size: 16px;
	font-weight: 600; 
	color: #fff !important;
	text-decoration: none;
}
.serf .badge {
	color:#fff !important;
	font-size: 15px;font-weight: 500;padding: 3px 7px;border-radius: 1em;
	border: 1px solid rgba(100, 129, 129, 0.1) !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;
}
.plantop {
background: rgb(10 10 10 / 51%);
    /* background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(236,239,232,1) 50%); */
    border-radius: 15px 15px 0 0;
    color: #ffffff;
    padding: 0 0 10px;
    /* border: 1px solid #f62017; */
    box-shadow: 2px 2px 12px 0px rgb(251 42 33);
}
.planname {
	background: url(/asset/planflag.png) no-repeat top center;
	font-size: 22px;
	font-weight: 700;
	padding: 7px 0 10px;
	min-height: 65px;
}
.planpercentage {
	font-size: 40px;
	font-weight: 700;
	line-height: 46px;
	padding: 5px 0 0;
}
.planpercentage span {
	font-size: 30px;
	font-weight: 600;
}
.plandays {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
}
.planbottom {
	background: #2b1bb9;
	background: linear-gradient(90deg, #a71716 50%, #7a0306 50%);
	color: #fff;
	padding: 5px 10px 25px 10px;
	border-radius: 0 0 10px 10px;
	box-shadow: 2px 2px 12px 0px rgb(251 42 33);
}
.investrange {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.investrange span {
	color: #ffeb3b;
	font-size: 16px;
}
.affiliationbonus {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.affiliationbonus span {
	color: #79f379;
	font-size: 16px;
}
.planbox .action {
	padding: 0 10px;
	margin: -20px 0 0 0;
}
.planbox .action a {
	background: rgb(0,187,170);
	background: linear-gradient(90deg, rgba(0,187,170,1) 0%, rgba(53,197,85,1) 100%);
	color: #fff;
	text-transform: uppercase;
	line-height: 38px;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 40px;
	font-size: 16px;
	font-weight: 600;
}
.planbox .action a:hover {
	background: rgba(53,197,85,1);
	background: linear-gradient(90deg, rgba(53,197,85,1) 0%, rgba(0,187,170,1) 100%);
}
.planbox .action a span {
	display: inline-block;
	padding: 0 8px 0 0;
}


.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);
	border-radius: 12px;
}
.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;
    background: url(/asset/about.png) center center;
    background-size: cover;
}
.mining .rot2{
content: "";
    width: 100%;
    animation-iteration-count: none;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border-radius: 50%;
    background: url(/asset/about.png) no-repeat center center;
    background-size: 125px;
}
.mining-info {
	display: block;
    padding: 7px 5px;
    margin: 5px;
    background-color: #08080875;
    border-radius: 12px;
    box-shadow: 0 0 2px 0px rgba(32, 32, 32, 0.1);
    border: 1px solid rgb(246 32 23);
    /* margin-bottom: 15px; */
    box-shadow: 2px 2px 12px 0px rgb(251 42 33);
}
.mining-hover {
	border: 1px solid rgba(180, 129, 129, 0.1);
}


.profil {
background-color: #08080875;
    border: 1px solid rgb(246 32 23);
    margin-bottom: 15px;
    box-shadow: 2px 2px 12px 0px rgb(251 42 33);
}
.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: 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 {
	width: 100%;
	margin: 0px;
	display: flex;
}
.menubar {
	padding: 0px;
	display: block;
	width: 100%;
}
.leftbar__menu {
	padding: 5px 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;
	color: #fff;text-align: center;
	display: block;text-transform:uppercase;
	text-decoration: none;
	padding: 15px 5px 10px; 
	margin: 3px;
    background-color: #08080875;
    border: 1px solid rgb(246 32 23);
    /* margin-bottom: 15px; */
    box-shadow: 2px 2px 12px 0px rgb(251 42 33);
}

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

.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: relative;
	font-size: 28px;text-align: center;
	line-height: 1.2;display: block;
	margin: 5px auto;
	width1: 48px; padding: 3px 0 ;
    color: #009393;
}

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

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

.menu2 {
	color: #fff;
	background-color: #e91e6352;
	border: 2px solid #ffffff !important;
	margin: 5px;padding: 7px 7px 7px 20px;
	font-size: 24px;
	font-weight:700;
	line-height: 22px;
	cursor: pointer;
}
.menu2 i {
	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;
	color: #009393;
}

.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 15px;
}
@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 {
	position: relative;
	font-size: 32px;text-align: right;
	line-height: 1.2;display: inline;
	margin-right: 15px;
	width: 48px; padding: 3px 5px;
    color: #009393;
}
.menu__wrapper {
	max-height: 0;
	overflow: hidden;
	transition: 0.2s ease;
}
.wrapper {
	display: block;
	overflow: hidden;
}

.content .content-user {
	padding: 10px 15px;
}
.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%;
}
}