body {
	position: relative; 
	font-family: 'Ubuntu', sans-serif;
	font-weight:400;
	font-size:14px; 
	color: #29053a; 
	text-decoration: none !important;  
	background: #420e2d url("/img/bg-flowers.png") fixed center top;  
	background-size: 250px;
}  
.heightpage { 
	max-width: 1100px;
	margin: 0 auto !important; padding: 0 !important;
	z-index:2;
	position: relative;
	/* min-height: calc(100vh - 160px - 57px); */
}
.wrapper {
	width: 100%;
	overflow: hidden;
	margin: 0; 
	background-color: rgba(235, 251, 255, 0.95); 
	box-shadow: inset 0 0 0 2px #0a0325, 0 0 0 3px #ffffff84;  
}

/* Header promo */
.promo {
	min-height: 150px;
	background: #0a0325 url('/img/head2.jpg') repeat-x center center;
	background-size: cover;
	position: relative;
	z-index: 11;
	overflow: hidden;  
	display: flex;
	align-items: center;
	box-shadow: inset 0 0 0 2px rgba(19, 33, 26, 0.9), inset rgba(255, 60, 174, 0.9) 0px 4px 14px 8px !important;
}
 
.promo::before {
	content: ",";
	position: absolute;
	bottom: -5px; left: -3px; 
	width: 150px;height: 150px;
	background-image: url('/img/head-flower.png');
	background-repeat: no-repeat;
	background-size:98%; opacity:0.95;
	z-index: 1;
	background-position: center center;
	pointer-events: none;
}  
 
.promo .container {
	position: relative;
	z-index: 10;
}
.promo-img {
	position: relative;
	z-index: 33;
}

.btn-danger2 {
    display: inline-block;
    padding: 12px 35px;
    font-size: 180%;
    line-height: 1.3;
    font-weight: 900;
    text-transform: uppercase;
    color: #ffffff !important; 
    background: linear-gradient(180deg, #ff70c1 0%, #ff1a96 50%, #c7097e 100%) !important; 
    border: 3px solid #ffffff !important;
    border-radius:  3em !important; 
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); 
    transition: all 0.2s ease-in-out !important;
    position: relative;
    overflow: hidden;
    z-index: 10;
    cursor: pointer;
}

.btn-danger2:hover {
    background: linear-gradient(180deg, #94e75d 0%, #51c90c 50%, #57b703 100%) !important; 
}
  
.btn-danger2 {
    animation: pulse-magenta 2s infinite;
}

@keyframes pulse-magenta {
    0% {
        box-shadow: 0 0 6px 0 #570a4c, 0 0 0 0 rgba(255, 2, 141, 0.3);
    }
    70% {
        box-shadow: 0 0 6px 0 #570a4c, 0 0 0 15px rgba(230, 0, 126, 0);
    }
    100% {
        box-shadow: 0 0 6px 0 #570a4c, 0 0 0 0 rgba(230, 0, 126, 0);
    }
}
 
.btn-danger2::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -100%;
    width: 50%;
    height: 200%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    transform: rotate(35deg);
}

.btn-danger2:hover::after {
    left: 150%;
    transition: 0.8s ease-in-out;
}



.navmenu, .user-menu { 
	background: linear-gradient(180deg, #ff1a96 5%, #ffe207 95%) !important; 
	box-shadow: inset 0 -2px 3px 0px rgba(203, 255, 230, 0.2), inset rgba(15, 119, 255, 0.2) 0px 4px 14px 4px !important;
	border-right: 3px solid #08340c;
	border-left: 3px solid #08340c;
	border-bottom: 2px solid #08340c;
}  
.navbar-dark {
	background: none; 
	padding: 5px 0;margin: 0;
} 
.nav-link {
	font-size: 1rem;
	font-weight: 600;
	color: #222 !important; 
	position: relative;
	display: flex;
	align-items: center;
    justify-content: center;
	padding: 4px 7px !important;
	margin: 5px 5px;  
	border-radius: 2em;
	background: rgba(255, 255, 225, 0.8); 
	box-shadow:  inset rgba(255, 255, 255, 0.8) 0 0 3px 0,rgba(255, 175, 1, 0.638) 0 0 0 2px;
	border: 2px solid  rgba(77, 14, 30, 0.9);
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}
.nav-link .fa {
	color: #eb006a;
}
.nav-link span{
	padding: 0 3px;
	display: block; 
}
.nav-link:hover{  
	background: rgb(255, 225, 27);  
}
.nav-link:hover .fa {
	color: #f21607;
}
.navbar-nav .btn { 
	display: flex;
	align-items: center;
    justify-content: center;
	margin: 5px; padding:0;
	border-radius: 2em;
	color: #fff !important; 
}
.navbar-nav .btn img{ 
	width: 38px;
	display: block; 
} 

.btn2 {
	border-radius: 2em !important;
	padding: 4px 15px;
}
.home-title {
	color: #fdf5ec;
	font-weight: 600;
	line-height: 1.5rem;
	font-size: calc(1rem + 1vw);
}
.home-title span {
	color: #fcd357;
}
.home-card {
	border-radius: 0em;
	margin-bottom: 5px;
	color: #fdf5ec;
}

.home-img{
	width: 128px;
	padding: 5px;
}
.home-text {
	font-weight: 400;
	color: #fff;
	font-size: calc(0.7rem + 0.4vw);
}
.home-text span {
	font-weight: 600;
	color: #fcd357;
}
.auth-bg {  
	border-radius: 1em;
}

/* Services */
 
.wrapper2 { 
	background: rgba(255, 255, 255, 0.9) !important; 
	box-shadow: 0 0 0 1px #08340c;
	display: block;
	border-radius: 1em;
	padding: 5px;width: 100%;
	margin-bottom: 10px;
}
.wrapper2 .bg-light {
	background: rgba(255, 255, 255, 0.9) !important; 
	box-shadow: 0 0 0 2px #08340c; 
} 
.wrap-title,.wrap-title2{
	color: #ad26ec;
	display:inline-block;
	padding: 3px 0;
	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: #29091c; 
}
 

	.stat {
		overflow: hidden;
		border-radius: 2em;
		margin: 5px;
		padding: 5px;  
		color: #05352a; 
		background: #c3ea58; 
		border: 2px #08340c dashed !important;
		box-shadow: 0 0 0 4px #bae14f,inset 0 0 10px #a4cb44 !important; 
	} 
	.stat .stat-count{
		box-shadow: inset 0 0 0 1px #82ac27;   
		background: #f7ffeb;
		border-radius: 2em;
		color: #05352a;
		font-weight: 800;
		font-size: 1.8rem; 
		margin: 3px auto;
	}
	.stat  img{  
		width: 44px;height: 44px; 
	}
	.stat h6 small{
		font-weight: 500;
		font-size: 1.1rem;
	}
  .stat-text {
	font-size: 1rem;
	font-weight: 600;
	color: #05352a; 
	text-transform: uppercase;  
  }
 
	.stats {
		border-radius: 12px;
		margin-bottom: 5px;
		border: 2px solid #f03190;	
		overflow: hidden;
		padding: 0 !important;
	} 
	.stats-title {
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		position: relative;
		padding: 5px 15px;
		display: block;
		border-radius: 0.5em 0.5em 0 0;
		background-color: #f03190;
	}
	.stats2 {
		background-color: #fff;
		border: 0px solid #b57cff;	
		overflow: hidden;
	  }
	  .stats2 th{ 
		background-color: #29053a !important;
		border: 1px solid #af168e !important;	
		color: #fff;
		font-weight: 500;
		}
	  .stats2 tr {
		color: #29053a;
		font-size: 1rem;
		}
		.stats2 > tbody > tr:nth-of-type(2n+1) > * {
			color: #29053a;
		  }
	  .stats2 tr td{
		  border-bottom: 1px solid #ecdaff;	
		}
	  .stats2 tr:last-child td{
		  border-bottom: 0;
		}
		.table > tbody > tr:nth-of-type(2n+1) > * {
  color: #29053a; 
  box-shadow: inset 0 0 0 999px #ffdafb;
}
.table > tbody > tr:nth-of-type(2n+1) > * .text-sum small {
	color: #fff;
	background-color: #06b643 !important;
}
	.text-sum {
		color: #29053a;
		font-weight: 700;
		font-size: 130%;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: #06b643 !important;
	}
	.text-success {color:#0fb330 !important;}
	
.alert.alert-danger {
	border-radius: 4px;
	color: rgb(255, 34, 71);
}
.alert.alert-warning {
	border-radius: 4px;
	color: rgb(255, 207, 50);
}
.alert.alert-success {
	border-radius: 4px;
	color: #15c005;
}
 
.card { 
	color: #00250f;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.9);  
	border: 2px solid #29053a !important;  
}
.card-header {
	background-color: rgba(36, 52, 70, 0.03);
}

a.card {
	text-decoration: none !important;
	border-radius: 1em;
	border: 2px solid #29053a !important;
}
a.card h4 {
	color: #29053a;
	font-size: 20px;
	padding: 10px 0;
	padding-bottom: 5px;
}
a.card:hover {
color: #06b629 !important;
border: 2px solid #29053a !important;
background: #ebf8ff !important;
}
a.card .btn-light {
color: #fff !important;
background: #f03190;
font-size: 14px;font-weight: 500;padding: 1px 8px;border-radius: 12px;
border: 1px solid #fff!important;
} 

.login-home {
	position: relative;
	background-color: #f03190;
    border: 2px solid #29053a;
	padding: 3px 0px;
	border-radius: 1em;
	display: flex;
	align-items: center; 
	overflow: hidden;
}
.login-home:hover {
	background-color: #f03190;
    border: 2px solid #29053a; 
} 
.login-home .login-ico{
	color: #ffde12;
	font-size: 1.3rem; text-align: center;
	width: 44px;   
}  
.login-home .form-control{ 
	font-size: 1.1rem; 
	background-color: #ecffff;
	border-radius: 10px;  
    border: 1px solid #29053a;
}  
.form-control { 
	border: 2px solid #29053a;
}  
.input-group-text {
	color: #f03190;
	background-color: #29053a;
	border: 2px solid #29053a;
}
/* Buttons */ 
.btn-home { 
	font-weight: 500;
	font-size: 1.5rem;
	padding: 5px 25px;
}
.btn-home2 { 
	font-weight: 500;
	font-size: 1.4rem;
	padding: 7px 35px;
	border-radius: 2em !important; 
}


.btn-danger {
	position: relative;
	overflow: hidden;
	background-color: #eb0b65 !important;
}
.btn-danger:hover {
	background-color: #da003e !important; 
}
.btn-warning {
	position: relative;
	overflow: hidden;
	color: #222;
	background-color: #fee507; 
}
.btn-warning:hover {
	color: #222;
	background-color: #f0bf0f; 
}

.btn-success {
	position: relative;
	overflow: hidden;
	color: #fff;
	background-color: #04cf2d; 
}
.btn-success:hover {
	color: #fff;
	background-color: #0bbe44; 
}
.btn-info { 
	color: #fff !important;
	background-color: #2372d8;  
}
.btn-info:hover {
	color: #fff !important;
	background-color: #2074e2;
}
.btn-primary { 
	color: #fff !important;
	background-color: #f03190;  
}
.btn-primary:hover {
	color: #fff !important;
	background-color: #04cf2d;
}
.btn {  
	border: 3px #fff solid; 
	box-shadow: inset 0 -1px 1px 3px rgba(110, 65, 84, 0.2), 0 0 0 2px rgba(169, 61, 99, 0.5) ;  
	transition: 0.6s ease-in-out;
}
.btn-lg { 
	font-weight: 600;
	border-radius: 2em; 
}  
.btn-outline-dark {
	color: #2a2a31;
	border: 1px #2b2a31 solid !important;
}
.btn-outline-dark:hover {
	background-color: #2c2a31;
}

.btn-lg:active, .btn-lg:hover { 
	box-shadow: none; 
} 
.btn:active, .btn:hover { 
	box-shadow: none; 
	border: 3px #fff solid;
	transition-duration: 0.2s;  
	scale: 1.1;
}

.btn-3 { 
	display: flex;
	align-items: center;
    justify-content: center; 
	border-radius: 2em; 
	color: #fff !important; 
}
.btn-3 img {
	width: 13%;
	margin: 0 5px;
} 

.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: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}
.center-title h1, .center-title h2  {  
	color: #c7097e;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
	font-size: calc(1.25rem + 1.15vw);
    font-weight: 600;
    letter-spacing: 0.3px;
    position:relative;
    margin: 0;
    text-transform: uppercase;
    width: 100%;
}
.center-title p {
	font-size: clamp(16px,14px + 0.4vw,24px);
	color: #05352a; 
    width: 100%; 
} 

.feature-item { 
	color: #05352a; 
	background: #c3ea58; 
	border: 2px #799b31 solid !important;
    box-shadow: 0 0 0 4px #bae14f,inset 0 0 10px #a4cb44 !important; 
    padding: 10px 0; margin-bottom: 5px;
    border-radius: 2em; 
	text-align: center !important; 
    justify-content: center;
	font-size: clamp(16px,14px + 0.3vw,22px);
}
.icon-box {
	
	border: 2px #f99933 solid !important;
	border-bottom: 4px #f99933 solid !important;
	box-shadow: 
	0 4px 5px rgba(0, 0, 0, 0.1), 
	inset 0 4px 4px rgba(255, 255, 255, 0.5), 
	inset 0 -2px 3px #f99933;
	background:  #fcc251 no-repeat center center; 
  background-size: 48px; 
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	font-size: 22px; padding-top: 6px;
    width: 48px;
    height: 48px; 
    display: block;
    align-items: center;
    justify-content: center;
    border-radius: 2em; 
	margin: -32px auto 5px;
}
.logo-wrapper img { 
    max-width: 90%;
}
 
.card-lg { 
	background: rgba(245, 225, 255, 0.9);
	border: 1px #29053a solid !important;
    box-shadow: 0 3px 0 #29053a,inset 0 0 10px #969cf5 !important;
	padding: 1.5rem 0.5rem;
	text-align: center;
	justify-content: center;  
 }
  .card-lg img{
	width: 70%;
	max-width: 120px;
	padding: 5px;
}
 .title2 { 
	font-size: clamp(20px,18px + 0.4vw,34px);
	font-weight: 500;
	margin-top: 0.5rem;
	letter-spacing: 0.2px;
	position: relative;
	text-transform: uppercase;
	width: 100%;
}
/* ACCOUNT STYLE */
.content {
	display: block;
	width: 100%;
}
.content > div {
	margin: 0; padding: 0;
}
.serf {
	background: #f9faf8;
	border: 1px solid #2d312a !important;
	border-bottom: 2px solid #2d312a !important; 
}
.serf .btn {
	font-size: 18px;
	padding: 3px 5px;
}
.serf-link {
	font-size: 18px;
	font-size: calc(0.6rem + 0.6vw);
	font-weight: 600; 
	color: #00250f !important;
	text-decoration: none;
}
.serf .badge {
	color: #00250f !important;
	background: #f8f9fa;
	font-size: 16px;font-weight: 500;padding: 3px 7px;border-radius: 1em;
	border: 1px solid #dcdcf7 !important;
}
.serf .badge3 {
	color: #06b629 !important;
	background: #f1f9ec;
	font-size: 16px;font-weight: 500;padding: 3px 7px;border-radius: 1em;
	border: 1px solid #d2f0c4 !important;
}
.serf .badge2 {
	color: #f6ae06 !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);
}

 
.tarif .card { 
	color: #0a0325;
	border-radius: 2em; 
	background: #15b9da url('/img/bg-tarif.jpg') repeat center center;
    background-size: cover; 
	border: 3px #fff solid !important;
    box-shadow: 0 0 0 2px #15b9da, inset 0 0 3px 1px #15b9da !important;
}
.tarif .card .item-in {
	margin: 5px;   
}
.tarif .badge {
	border-radius: 1em;
}
.tarif-positlon {
	margin: 0 auto;
	position:relative;
	padding: 5px;
} 

.tarif-img { 
    border-radius: 2em;
    align-items: center;
	padding: 15px;
	margin: 0 auto;
	transform: scale(0.9);
}
.tarif-img img{ 
	width: 125px; height: 125px;
	border-radius: 50%; padding: 10px;
	display: block; 
    box-shadow: inset 0 0 0 3px #ffffff !important;
	background-color: #420e2d;  
    align-items: center;
	margin: -100px auto -15px;   
  }
 
.tarif .card .tarif-img {
	margin-top: 10px;
	transition-duration: 180ms;
	opacity: 1; 
}
  .tarif .card:hover .tarif-img{
	  opacity: 1; 
	  transform: scale(1);
	}
	.tarif .tarif-line {
		margin-top: 5px; width: 30px;
		border: 2px solid rgba(171, 128, 196, 0.1) !important;
	}
.tarif .card-title {
	font-size: 1.3rem;
	font-weight: 800;
	color: #fff;  
	border-radius: 1em;   
    box-shadow: 0 0 0 1px #9dd2f5, inset 0 0 0 2px #ffffff !important;
	background-color: #11c2e6;  
	margin: 5px auto 0px;  width: 80%;
	position:relative;
} 
.tarif-lnfo {
	font-weight: 400;
	display: block;
	font-size: 1rem;line-height: 1.1; 
	text-align: center;
	color: #222; 
	padding: 5px 0;   
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 0.9);  
    box-shadow: 0 0 0 2px #15b9da, inset 0 0 6px 0px #b8e3ff !important;
}
.tarif-lnfo b{
	font-weight: 600;
	font-size: 1.25rem;
	color: #fb0b8f;
}
 
.tarif .btn {
	font-size: 1.75rem;
	border-radius: 2em;
	font-weight: bold; 
	padding: 1px 25px;
}


.mytarif-panel {
	color: #fff;  
	border-radius: 0.5em;
	background: #c7097e;
	border: 1px #c7097e dashed !important;
	box-shadow: 0  0 0 2px #c7097e; 
	margin: 5px;position:relative;
}
.mytarif-panel b { 
	color: #ffea00;  
}
.mytarif img{
	width: 44px;margin-left: 10px;
}
.mytarif-float {
    width: 60px; height: 50px;
	position:absolute;top: 10px;
}

.mytarif-lnfo {
	display: inline-block;
	font-size: 13px; text-transform: uppercase;
	padding: 2px;
	font-weight: 600;
}
@media only screen and (max-width: 575px) {

	.mytarif-float {
		width: 80px; height: 80px;
		position:absolute;top: 15px !important;right: 5px;
	}
	.mytarif-float img{
		width: 64px;
	}
	.mytarif-lnfo {
		border-top: 2px solid #0d0025;
	}
}
.mytarif-title {
	font-weight: 700;
	color: #fff;
	font-size: 22px;
}
.mytarif-lnfo b{
	display: block;
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
}



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

.mining {
    height: 150px;width: 150px;
    align-items: center;
	position:relative;
	margin: 0 auto;
} 
 
.blockminer, .blockprof {
	color: #10051f;
	font-size: 12px;
	border-radius:  2em;
	background: rgba(255, 245, 255, 0.95);
	box-shadow: 0px 0px 0rem 2px #20052f;
	border: 1px dashed #fff !important; 
  }

.blockprof {  
	font-size: 14px;
	border-radius: 2em 3em 3em 2em !important; 
	padding: 2px;   
  } 
.blockprof img {
	width: 32px !important;
  }
.blockminer h4, .blockprof h4{
	font-size: 135%;
    color: #c7097e;
	font-weight: bold;
  }
 
.profil-float {
	position: absolute; 
	top: 5px; right: 7px;
} 

.small-btn {
position: relative; 
}
.small-btn .exit{ 
position: absolute; right: 0px; top: 0px; 
}
.small-btn .exit img{
width: 44px;height: 44px;
transform: scale(0.9);
transition-duration: 180ms;
}
.small-btn .exit:hover img{ 
	transform: scale(1);
}

/* User Profile */
.promo-user {
	min-height: 150px;
	background: url('/img/head2.jpg') repeat center center;
	background-size: cover;
	position: relative;
	z-index: 11;
	overflow: hidden;
	display: flex;
	align-items: center;
	box-shadow: inset 0 0 0 2px rgba(19, 33, 26, 0.9), inset rgba(255, 60, 174, 0.9) 0px 4px 14px 8px !important;
}  

.promo-user::before {
	content: ",";
	position: absolute;
	bottom: -5px; left: -3px; 
	width: 150px;height: 150px;
	background-image: url('/img/head-flower.png');
	background-repeat: no-repeat;
	background-size:98%; opacity:0.95;
	z-index: 1;
	background-position: center center;
	pointer-events: none;
}  
.promo-user .container-fluid {
	position: relative;
	z-index: 10;
}
.promo-user .btn {
	border: 3px solid #fff; 
	font-weight: 600;
}

.balance {
	color: #10051f;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff; 
	box-shadow: inset 0 0 1rem 2px #f9ffde ;
	border: #ec268c 3px solid;  
	border-radius: 1em 1em 0 0; 
	padding: 0 10px; 
} 

.balance .b-icon { 
	padding: 0 5px;
} 
.balance .b-icon img{ 
	height: 42px;width: 42px; 
} 

.balance .b-sum { 
	font-size: 1.8rem;
	padding: 2px 5px;
	font-weight: 700;
}
.balance-title {
	color: #ff2;
	font-size: 14px;
	font-weight: 600;
	margin-top: -5px; 
	border: #ec268c 3px solid;  
	border-radius: 0 0 1em 1em; 
	background-color: #be1f71;   
}
 
.user-menu { 
	/**  цвета можно для кабинета свои сделать **/
}  
.user-menu .navbar-nav {
    display: flex;
    flex-wrap: wrap;  
    margin: 0 -5px !important; 
    padding: 0 !important;
}
.user-menu .nav-item {
    flex: 1 1 0; 
    display: flex;
    padding: 5px 3px;
}
.user-menu .navbar-collapse {
    width: 100%;
} 
.user-menu .navbar-nav {
    margin: 0 !important;
    width: 100%;
    display: flex;
} 
.user-menu ul li a {
	flex-grow: 1;
    position: relative; 
    display: block;   
    overflow: hidden;    
    padding: 7px 0 !important;  
	margin: 0;
	border-radius: 0.5rem;
	background: rgba(255, 255, 225, 0.8); 
	box-shadow:  inset rgba(255, 255, 255, 0.8) 0 0 3px 0,rgba(255, 175, 1, 0.638) 0 0 0 2px;
	border: 2px solid  rgba(77, 14, 30, 0.9);
} 
.user-menu ul li a:hover {  
	box-shadow: inset rgba(255, 255, 255, 0.8) 0 0 0 2px,rgba(0, 7, 10, 0.4) 0 0 0 1px;
} 
.user-menu ul li a span { 
	font-weight: 600;  
	font-size: 0.85rem;
	margin-top: 4px;
	display: block;
} 

.user-menu ul li a i {
	display: block;  
	position: relative;  
	font-size: 28px;text-align: center;
	line-height: 0.9; 
	transform: scale(0.9);
	transition-duration: 180ms; 
} 
.user-menu ul li a:hover i{
	transform: scale(0.8); 
}
   
@media (max-width: 991px) {

	.balance { 
		margin-top: 10px; 
	} 
	 
  }
@media only screen and (max-width: 791px) {
  
.content {
	width: 100%;
	display: block;
	float: none;
	margin: 0; margin-bottom: 5px; 
}
  
.wrapper {
	display: block;
	overflow: hidden;
	border: 0;
	border-radius:0; margin: 0;
}
 
}