body{
	margin: 0;
	padding: 0;
	background: #211e2c url("/img/bg.png") repeat center center;
	background-repeat: repeat !important;
	background-size: 256px;
	color: rgb(252, 252, 252);
	font-family: 'Exo 2', sans-serif;
}
/* Header promo */
#center_jumbotron {
	border: 1px solid #323141 !important;
	border-bottom: 6px solid #353341 !important;
	background1: linear-gradient(0deg, rgba(35, 33, 46,0.9),rgba(45, 42, 59,0.9));
	background-image: linear-gradient(315deg, #ef2828, #A73489);
	border-radius: 2em;
  }
  @keyframes gradient {
	0% {
	  background-position: 0% 50%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 50%;
	}
  }
  
.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: #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;
}
.dogehome{
    width: 250px;margin: 0 auto;
    height: 180px;
	background: url("/img/tron.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 {
	margin-top: 15px;padding: 15px;
	min-height: calc(100vh - 250px - 300px);
	background-color: rgba(47, 44, 61, 0.9);
	box-shadow: 0 2px 12px 3px #0f0b20;
	border: 1px solid #443d5e !important;
	border-radius: 1em;
}


.about {
	padding: 15px 15px;
	border-radius: 2em;
	background: linear-gradient(0deg, rgba(35, 33, 46,0.9),rgba(45, 42, 59,0.9));
	border: 2px solid #292636 !important;
	box-shadow: 0 2px 12px 3px #0f0b20;
}


.about2 {
	color: #b3b0c7;
	padding: 10px 0px;font-size: 22px;
	border-radius: 1em;
	background-color: rgba(40, 38, 53, 0.9);
	background: linear-gradient(0deg, rgba(35, 33, 46,0.9),rgba(45, 42, 59,0.9));
	box-shadow: 0 2px 12px 3px #0f0b20;
	border-bottom: 4px solid #f34 !important;
}
.about2 img {
	max-width: 23%;
	padding: 8px;
}
.about2 span {
	color: #f34;
}

@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: rgba(33, 31, 44, 0.9);
	border: 1px solid #373150 !important;
	box-shadow: 0 2px 12px 3px #0f0b20;
}
.footer a {
	font-size: 18px;
	color: #777;
}
.footer a:hover {
	color: #f23;
}
.stat {
	border: 0px #777 solid !important;
	border-radius: 4px;
	margin-bottom: 5px;
	padding: 0;
	color: #555;
	background: #eee;
}

.stat i{
	color: #3f51b5;
	font-size: 3rem;
	padding: 3px;
	transition-duration: 180ms;
	transform: scale(0.8);
}
.stat:hover i {
	  transform: scale(1);
}
.stat-num {
	color: #445;
	font-weight: 700;
	font-size: 45px;
	line-height: 1;
	padding-bottom: 10px;
  }
  .stat-num small{
	  font-weight: 500;
	  font-size: 35px;
	}
  .stat-text {
	text-transform: uppercase;
  }
	.stats {
		border: 1px #ddd solid !important;
		border-radius: 4px;
		margin-bottom: 5px;
		padding: 0;
	}
	.stats-title {
		font-size: 18px;
		font-weight: bold;
		color: #fff !important;
		background-col1or: #eeeeee;
		position: relative;
		padding1: 5px 15px;
		display: inline-block;
	}


.table {
	background-color: #211e2b;
	box-shadow: 0 0px 0px 3px #232031;
	border: 1px solid #373449 !important;
	overflow: hidden;
}
.table th{
	background-color: #27233d !important;
	border-bottom: 4px solid #4c4863 !important;
}
.table tr {
	color: #9b97b3;
	font-size: 1rem;
}
.table > tbody > tr:nth-of-type(2n+1) > * {
	color: #9b97b3;
}
.table tr td{
	border-bottom: 1px solid #373449;	
}
.table tr:last-child td{
	border-bottom: 0;
}

	.text-sum {
		color: #fff;
		font-weight: 600;
		font-size: 125%;border-radius: 4px;padding: 1px 7px;
	}
	.text-sum small{
		color: #dc3545;
		font-size: 90%;padding: 2px 5px;
		border-radius: 4px;position: relative;top: -2px;right:-2px;
		background-colo1r: #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 {
	border-radius: 1em;
	background-color: #232031;
	box-shadow: 0 0px 0px 3px #232031;
	border: 2px solid #4c4863 !important;
	color: #b7b5c9;
}
.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 4px 2px rgb(223, 47, 47);
}
.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(216, 41, 41) !important;
    box-shadow: 0px 0px 4px 2px rgb(207, 41, 41);
}

.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: #dc3545;
}
/* Buttons */
.btn-balance a{
	border-radius: 12px;

}
.btn-home { 
	font-weight: 600;
	font-size: 1.5rem;
	background: #4bae4f !important;
	border: 1px solid #fff;
	padding: 5px 25px;
}
.btn-danger {
	background-color: #dc3545 !important;
}
.btn-danger:hover {
	background-color: #c92f3f !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;
	border: 1px #3b384e solid !important;
	background-color: #4c4863;
}
.btn-primary:hover {
	color: #fff !important;
	background-color: #dc3545;
}



.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;
	background: url(/img/trx.png) no-repeat center center !important;
	background-size: 28px !important;
	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%);
}
.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: #dc3545;
  }
  
.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;
	padding: 20px 0px;
}
.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: Exo 2;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
}
.service > i {
    float: left;
    width: 100%;
    color: #4d4b50;
    font-family: playfair display;
    font-size: 13px;
    letter-spacing: 2px;
    width: 100%;
}
.service p {
	color: #9b97b3;
    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);
}


.nav-pills .nav-link {
	color: #fff;
	font-weight: bold;
	border-radius: 2em;
	background-color: rgba(33, 31, 44, 0.9);
	border: 1px solid #373150 !important;
	box-shadow1: 0 2px 2px 2px rgba(15, 11, 32,0.3);
	padding: 5px 25px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #fff;
	background-color: #dc3545;
  }

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


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

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

.serf-link {
	font-size: 16px;
	font-weight: 600; 
	color: #bbc !important;
	text-decoration: none;
}
.serf .badge {
	color: #9b97b3 !important;
	font-size: 15px;font-weight: 500;padding: 3px 7px;border-radius: 1em;
	background-color: #38344b !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: #232031;
	border-bottom: 1px solid #4c4863 !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: #fff;
	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 #4c4863 !important;
	font-weight: 600;
	color: #9f9dab;
}
.tarif-lnfo b{
	color: #dc3545;
	font-size: 24px;
	font-weight: 700;
}
.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: #232031;
	box-shado1w: 0 0px 0px 3px #232031;
	border: 1px solid #363347 !important;
	margin-bottom: 15px;border-radius: 1em;
}
.profil h6 {
	color: #8984a5;
}
.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: #8984a5;
}
.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(34, 30, 48, 0.9);
	background: linear-gradient(0deg, rgba(35, 33, 46,0.9),rgba(32, 30, 41, 0.9));
	box-shadow: 0 0px 2px 3px rgba(26, 24, 34, 0.9);
	border: 6px double #4c4863 !important;
	margin-bottom: 15px;
	border-radius: 1em;
}
.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: 5px 5px 5px; 
	margin: 4px; border-radius: 0.5em;
	background-color: rgba(30, 27, 41, 0.9);
	box-shadow: 0 0px 0px 2px rgba(21, 19, 26, 0.9);
	border: 1px solid #4c4863 !important;
}
.leftbar__menu li span {
	background-color: #423e58;
display: block !important;
}
.leftbar__menu li a:hover {
	color: #fff;
	background-colo1r: #dc3545;
	box-shado1w: 0 0px 0px 3px #fff;
	border: 1px solid #dc3545 !important;
}
.leftbar__menu li a:hover span{
	color: #fff;
	background-color: #dc3545;
}

.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: #dc3545 !important;
}

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

.menu2 {
	color: #bfbacc;
	background-color: rgba(34, 30, 48, 0.9);
	box-shadow: 0 0px 2px 3px rgba(34, 30, 48, 0.9);
	border: 2px solid #bfbacc !important;
	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 15px;
}
@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: 49%;
	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 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;
}
}


