body {
	margin: 0; padding: 0; 
	color: #eee;
	font-family: monospace, Courier New, Courier, Arial, Helvetica, sans-serif ;
	font-size: 14px;
} 
body::after {
	content: ""; 
	position: fixed; left: 0; right: 0; bottom:0; top: 0; 
	background: #0a2b2d url("/img/bg.png") no-repeat fixed bottom center;
	background-size: 100%; 
    will-change: transform;
	background-attachment: fixed;
	z-index: -1;  
}

/* Header promo */

  #center_jumbotron {
	background: linear-gradient(-45deg, #525cee, #e73c7e, #1196e6);
	background-size: 300% 300%;
	animation1: gradient 15s ease infinite;
	border-radius: 2em;
	box-shadow: inset -1px -2px 2px 1px rgba(0,
	0,
	0,
	0.1) !important ;
  }
  @keyframes gradient {
	0% {
	  background-position: 0% 50%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 50%;
	}
  }


@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}
 
.mining {
    height: 230px;width: 230px;
    align-items: center;
	position:relative;
	margin: 5px auto;
}
.mining .rot{
    width: 100%;
    height: 100%; 
    animation-duration: 22s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%; 
	background: url("/img/fan-ring.webp") no-repeat center center;
	background-size: 100%;   
	position:absolute; left: 0; top: 0; right: 0;
}
.mining .rott{
    width: 100%;
    height: 100%; 
    animation-name: rotate;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%; 
	background: url("/img/fan-spinner.webp") no-repeat center center; 
	background-size: 98%;  
	position:absolute; left: 0; top: -3px; 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/fan-usdt.png") no-repeat center center;
	background-size: 44px;
}

  .pulsebutton {
	position: relative;
	border: none;
	background: linear-gradient(#19cbc2, #11938c) !important;
	border-color: #11938c !important;
	box-shadow: 0 0 0 0 rgba(19, 220, 197, 0.7);
	background-color: #19cbc2;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
  }
  .ui.primary.button:hover {
	background-color: #1f72fc;
	color: #ffffff;
	text-shadow: none;
	box-shadow: 0px 0px 0px 1px rgba(0,
	0,
	0,
	0.3) inset,
	0px 2px 3px 0px rgba(0,
	0,
	0,
	0.35) !important ;
  }
  .ui.secondary.button:hover {
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset, 0px 2px 3px 0px rgba(0, 0, 0, 0.3) !important ;
  }
  .ui.primary.button {
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
	background-color: #4184f3;
	color: #ffffff;
	text-shadow: none;
	background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  }
  .ui.button {
	cursor:pointer;
	display:inline-block;
	min-height:1em;
	outline:0;
	border:none;
	vertical-align:baseline;
	background:#fff linear-gradient(transparent,rgba(0,0,0,.02));
	color:rgba(0,0,0,.6);
	font-family:Roboto,Arial,sans-serif;
	margin:0 .25em 0 0;
	padding:.8em .8em .8em;
	text-transform:none;
	text-shadow:none;
	font-weight:400;
	line-height:1em;
	font-style:normal;
	text-align:center;
	text-decoration:none;
	border-radius:.21428571em;
	box-shadow:0 0 0 1px #ddd inset,0 0 0 0 transparent;
	user-select:none;
	transition:opacity .3s ease,background-color .3s ease,color .3s ease,box-shadow .3s ease,background .3s ease;
	will-change:'';
	-webkit-tap-highlight-color:transparent
  }
  .ui.button:hover {
	background-color:#fff;
	background-image:linear-gradient(transparent,rgba(0,0,0,.02));
	box-shadow:0 0 0 1px #ddd inset,0 2px 3px 0 rgba(0,0,0,.2)!important;
	color:rgba(0,0,0,.8)
  }

.navmenu {
	background: #2e43b9; 
	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: #e70e44;
}

.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: #e70e44 !important;
	border-radius: 1em;
}


.btn2 {
	border-radius: 2em !important;
	padding: 4px 15px;
}
.home {
	border-bottom1: 2px solid #e70e44 !important;
}
.dogehome{
    width: 220px;margin: 0 auto;
    height: 130px;
	background: url("/img/about.png") no-repeat center center;
	background-size: 45%;
}

.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: #1fa992;
}
.home-title2 {
	color: #fff;
	font-size: 18px;
}
.home-title2 span {
	color: rgb(255, 255, 255);
}

.wrapper {
	margin-top: 15px;padding: 15px;
	min-height: calc(100vh - 250px - 300px);
	background-color: #1d3034ba;
	border: 2px solid #149d96 !important; 
	border-radius: 1em;
}


.about {
	color: #fff;
	padding: 15px 15px;
	border-radius: 2em;
	background-color: #20373caa; 
	border: 4px solid #149d96 !important; 
}


.about2 {
	color: #fff;
	padding: 7px 0px 10px;font-size: 18px;
	border-radius: 1em;
	background-color: #20373caa; 
	border: 4px solid #149d96 !important; 
}
.about2 hr {
	height: 3px;
	border-top: 1px solid #a8a0bc77 !important;
	background-color: #e1d7ec7c;
}
.about2 img {
	max-width: 18%;
	padding: 3px;
}
.about2 div {
	font-weight: bold;
	width: 90%;
	padding: 3px;
	margin: 5px auto -10px;
	border-radius: 2em 2em 0 0;
	background-color: #149d96;  
}
.about2 span {
	color: #fcff50;
}

@media only screen and (max-width: 600px) {
 .about2 {
		font-size: 18px;
	}
}

.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; 
	border-radius: 1em;
	background-color: #0a2b2dea;  
	border: 2px solid #149d96 !important;
}
.footer a {
	font-size: 16px;
	color: #1ec1b8;
	border-radius: 4px !important;
}
.footer a:hover {
	color: #13a39c;
}
.stat {
	border-radius: 1em;
	margin-bottom: 5px;
	color: #19aea6;
	background-color: #182d2baa;
	border: 2px solid #149d96 !important;
	border-bottom: 4px solid #149d96 !important;
}
.stat .stat-img{
	width: 64px; height: 64px;
	color: #c7e4df;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
	border-radius: 2em;
	background-color: #149d96; 
	font-size: 1rem; 
	transition-duration: 180ms;
	transform: scale(0.8);
}
.stat:hover .stat-img {
	  transform: scale(1);
}
.stat .stat-img i{
	margin-top: 3px;
	font-size: 2.2rem; 
}
.stat h6{
	color: #fff;
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1.1;
	padding-bottom: 7px;
  }
  .stat h6 small{
	  font-weight: 500;
	  font-size: 1.2rem;
	}
  .stat-text {
	text-transform: uppercase;
  }
	.stats {
		border1: 1px #ddd solid !important;
		border-radius: 4px;
		margin-bottom: 5px;
		padding: 0;
	}
	.stats-title {
		font-size: 18px;
		font-weight: bold;
		background-col1or: #eeeeee;
		position: relative;
		padding1: 5px 15px;
		display: inline-block;
	}


.table {
	background-colo1r: #fff;
	border: 1px solid #182d2b !important;
	overflow: hidden;
}
.table th{
	background-color: #149d96 !important;
	border-bottom: 4px solid #182d2b !important;
}
.table tr {
	color: #f7f5ff;
	font-size: 1rem;
}
.table > tbody > tr:nth-of-type(2n+1) > * {
	color: #f7f5ff;
	background-colo1r: #fff !important;
	box-shadow: inset 0 0 0 999px #122120;
}
.table tr td{
	background-color: none !important;
	border-bottom: 1px solid #182d2b;	
}
.table tr:last-child td{
	border-bottom: 0;
}

	.text-sum {
		color: #19cbc2;
		font-weight: bold;
		font-size: 125%;border-radius: 4px;padding: 1px 3px;
	}
	.text-sum small{
		color: #112;
		font-size: 80%;padding: 1px 3px;
		border-radius: 4px;position: relative;top: -1px;right:-2px;
		background-color: #19cbc2 !important;
	}
.alert.alert-danger {
	border-radius: 4px;
	color: #e70e44;
}
.alert.alert-warning {
	border-radius: 4px;
	color: #ffbf1d;
}
.alert.alert-success {
	border-radius: 4px;
	color: #04a357;
}

.card {
	color: #eee;
	border-radius: 1em;
	background-color: #192927ba;
	border: 2px solid #406964 !important;
	box-shadow: 0 0px 0px 1px #009393;
}
.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: #778;
	border-radius: 12px;
	font-weight: 500;
	font-size: 1.5rem;
	background-color: rgba(255, 255, 255, 0.9);
    border: 0px solid rgb(236, 52, 52) !important;
}
.login-home .form-control:hover {
	color: #778;
	border-radius: 12px;
	font-weight: 500;
	font-size: 1.5rem;
	background-color: rgba(255, 255, 255, 1);
    border: 0px solid rgb(224, 47, 47) !important;
	box-shadow: 0px 0px 0px 1px rgba(0,
	0,
	0,
	0.3) inset,
	0px 2px 3px 0px rgba(0,
	0,
	0,
	0.35) !important ;
}
.login-home .form-control:focus{
	color: #778;
	border-radius: 12px;
	font-weight: 500;
	font-size: 1.5rem;
	background-color: rgba(255, 255, 255, 1);
    border: 0px solid rgb(68, 61, 61) !important;
    box-shadow: 0px 0px 2px rgb(48, 54, 58), inset 0px 0px 0px 2px rgb(252, 195, 7) !important ;
}

.form-control {
	color: #556;
	background-color: rgba(235, 245, 255, 0.95);
	border: 0px solid rgba(124, 131, 134, 0.4);
}
.form-control:disabled, .form-control[readonly] {
	color: #667;
	border: 1px solid rgba(129, 154, 180, 0.2);
	background-color: rgba(77, 67, 97, 0.1);
}
.form-control::placeholder {
	color: #667;
}
.input-group-text {
	color: #fff;
	border: 0px solid rgba(25, 25, 25, 0.1);
	background-color: #149d96;
}
/* Buttons */
.btn-balance a{
	border-radius: 12px;

}
.btn-home { 
	font-weight: 500;
	font-size: 1.5rem;
	padding: 5px 25px;
}
.btn-danger {
	background-color: #d81445 !important;
}
.btn-danger:hover {
	background-color: #a20e33 !important;
}
.btn-warning {
	color: #fff;
	background-color: #ffa006;
}
.btn-warning:hover {
	color: #fff;
	background-color: #ed8600;
}

.btn-success {
	background-color: #00a156;
}
.btn-success:hover {
	background-color: #00904d;
}
.btn-primary {
	color: #fff !important;
	border: 2px solid #c7f9f6 !important;
	background-color: #149d96;
}
.btn-primary:hover {
	color: #fff !important;
	background-color: #1bb4ac;
}



.btn-outline-dark {
	color: #202726;
	border: 1px #202726 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: #e70e44;
	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: #285656;
    float: left;
    font-family: playfair display;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 5px;
    width: 100%;
}
.center-title h2 {
    color: #fff;
    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: #149d96 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%);
}

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

.center-title .spinminer {
    bottom: -15px;
	width: 32px;height: 32px;
    content: "";
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.center-title .spinminer div{
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	background: url(/img/title.png) no-repeat center center !important;
	background-size: 33px !important;
	width: 33px;height: 33px;
    content: "";
}

.nav-pills .nav-link {
	color: #fff;
	font-weight: bold;
	border-radius: 2em;
  background-color: #e70e44;
  background: linear-gradient(45deg, #e70e44 0%, #f24 100%);
	borde1r: 1px solid #d12f40 !important;
	box-shadow: 0px 0px 0px 1px rgba(0,
	0,
	0,
	0.2) inset,
	0px 2px 3px 0px rgba(0,
	0,
	0,
	0.35) !important ;
	padding: 5px 25px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	border1: 1px solid #15b370 !important;
	background-color: #24c755;
	background: linear-gradient(45deg, #24c755 0%, #1ffc7e 100%);
  }

/* ACCOUNT STYLE */
.content {
	display: block;
	width: 100%;
}
.content > div {
	margin: 0; padding: 0;
}


.serf {
	padding: 10px 5px;
	border-radius: 0em;
}
.serf-novip {
	border: 4px solid rgba(45,40,25,0.1);
}
.serf-vip {
	border: 2px solid #149d96 !important;
}
.serf .btn-danger {
	border: 1px solid rgba(105, 100, 129, 0.1) !important;
	background-color: #149d96 !important;
	box-shadow: 0 0 2px 0px rgba(32, 32, 32, 0.2);
}

.serf .btn-danger:hover {
	background-color: #108b85 !important;
	border: 1px solid #108b85 !important;
}

.serf-link {
	font-size: 16px;
	font-weight: 600; 
	color: #deeefa !important;
	text-decoration: none;
}
.serf .badge {
	color: #74ada9 !important;
	font-size: 15px;font-weight: 500;padding: 3px 7px;border-radius: 1em;
	background-color: #213c41 !important;
	border: 1px solid rgba(105, 100, 129, 0.1) !important;
}

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


.tarif-panel {
	border-radius: 0.5em;
	background-color: #1b2f33;
	border: 1px solid #85a7a1 !important;
	box-shadow: none;
	margin: 5px;position:relative;
}

.tarif img{
	width: 44px;margin-left: 10px;
}
.tarif-float {
    width: 60px; height: 50px;
	position:absolute;top: 10px;
}

@media only screen and (max-width: 575px) {

	.tarif-float {
		width: 100px; height: 100px;
		position:absolute;top: 35px !important;right: 15px;
	}
	.tarif img{
		width: 98px;
	}
}
.tarif-title {
	font-weight: 700;
	color: #eee;
	font-size: 22px;
}
.tarif-lnfo {
	display: block;
	font-size: 13px; text-transform: uppercase;
	padding: 2px 2px 2px 10px;margin-left: 15px;
	border-left: 2px solid #85a7a1 !important;
	font-weight: 600;
}
.tarif-lnfo b{
	color: #44c7c1;
	font-size: 24px;
	font-weight: 700;
}
.tarif-lnfo2 {
	display: block;
	font-size: 16px;
	text-align: center;
	color: #44c7c1;
	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; 
}


 
.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: #1d3034ba;
	border: 1px solid #149d96 !important;  
	margin-bottom: 15px;
	border-radius: 0.5em;
}
.profil h6 {
	color: #149d96;
}
.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: #44c7c1;
	margin-bottom: 0;
	line-height: 1;
}
.profil i {
	font-size: 28px;
	color: #149d96;
}
.profil-float {
	position: absolute; 
	top: 5px; right: 7px;
}
.wallet {
	display: inline-block;
	padding: 0 5px;
	border: 1px solid rgba(129, 172, 180, 0.1);
	background-color: #149d96;
}
.balance {
	background-color: #1d3034ba;
	border: 2px solid #149d96 !important;
	margin-bottom: 15px;
	border-radius: 0.7em;
}
.balance .btn {
	 
	color: #fff !important;
	border: 2px solid #e5e0f8 !important; 
}
.balance h6 {
	color: #eee;
}
.balance .balance-icon img{
	opacity: 0.8;
	height: 72px;width: 72px;
	transform: scale(0.8);
	transition-duration: 180ms;
}
.balance:hover .balance-icon img{
	opacity: 0.9;
	transform: scale(1);
	
}
.float-icon {
	position: absolute; 
	top: 15px; right: 15px;
}
.text-danger {
	color: #e70e44 !important;
}
.text-success {
	color: #00e68a !important;
}
.text-primary {
	color: #44c7c1 !important;
}
.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:600;
	color: #fff;text-align: center;
	display: block;text-transform:uppercase;
	text-decoration: none;
	overflow: hidden;
	padding: 0px; margin: 2px; border-radius: 0.5em; 
	box-shad1ow: 0 0px 2px 3px rgba(26, 24, 34, 0.1); 
	background-color: #1d3034ba;
	border: 2px solid #149d96 !important;  
}
.leftbar__menu li a img {
	width: 32px;
}
.leftbar__menu li span {
	border-top: 1px solid #149d96 !important;
	background-color: #149d96;
	display: block !important;
}
.leftbar__menu li a:hover {
	color: #fff;
	background-colo1r: #e70e44;
	box-shado1w: 0 0px 0px 3px #fff;
	border: 2px solid #089580 !important;
}

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

.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: 32px;text-align: center;
	line-height: 1;display: block;
	margin: 5px auto;
	width1: 48px; padding: 3px 0 ;
    color: #4c4863;
}

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

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

.menu2 {
	color: #fff;
	background: #149d96;   
	box-shadow: 0 0px 2px 3px #108680; 
	margin: 5px;padding: 7px 7px 7px 20px;
	font-size: 24px;border-radius: 0.5em;
	font-weight:600;
	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;
}

.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; 
	display: inline;
}

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

	.tarif-lnfo b{
		font-size: 20px;
		font-weight: 700;
	}
.content, .leftbar {border-radius: 1em;
	width1: 100%;
	display: block;
	float: none;
	margin: 0;margin-bottom: 5px;
}

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

.leftbar__menu li a i {
	position: relative;
	font-size: 36px;
	line-height: 1.4;display: inline;
	width: 48px; padding: 5px;
}
.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;
}
} 
