body{
	margin: 0;
	padding: 0;
	background: #293143;
	background-repeat: repeat !important;
	background-size: 256px;
	color: #fff;
	font-family: 'Exo 2', sans-serif;
}
/* Header promo */
.navmenu {
	background: #002130; 
	border-bottom: 2px solid #323c53 !important;
	border-radius: 0px;
	padding: 0 15px;
}
.navbar-brand {
	font-size: 2em;
	line-height: 1.3em;
	font-weight: 600;
	padding: 0;
}
.navbar-brand span{
	font-weight: 600;
	color: #f24;
}

.navbar-dark {
	background: none;
}
.navbar-nav {
	font-weight: 600;
}
.navbar-nav a{
	font-size: 1.3em;
	color: #eff !important;
	padding: 2px 9px;
	border-radius: 1em;
	margin: 0px 5px;
	position: relative;
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}
.navbar-nav a:hover{
	color: #f24 !important;
	border-radius: 1em;
}
.navbar-nav a i {
	color: #f24 !important;
	bottom: 0; margin: 0 auto;
}
.navbar-nav a:hover i {
	color: #f24 !important;
	bottom: 0; margin: 0 auto;
}


.btn2 {
	border-radius: 2em !important;
	padding: 4px 15px;
}
.logo img {
	transition-duration: 180ms;
	transform: scale(0.9);
  }
  .logo:hover img {
	  transform: scale(1);
	  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.9));
	}
.logo-title {
	font-weight: 900;
	line-height: 2rem;
}
.logo-title2 span {
	color: #f24;
}
.container-fluid {
	padding: 0;
	max-width: 1920px;
}
.wrapper {
	padding: 0px;
	background-color: #293143;
	border-radius: 0;
	width: 100%;display: block;
}
.wrapper2 {
	padding: 15px;width: 100%;
}

.about {
	padding: 15px 15px;
	background-color: #202938;
	border-radius: 12px;
	box-shadow: 0 0 3px 0px rgba(32, 32, 58, 0.1);
}

.wrap-title,.wrap-title2{
	color: #dde;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: #dde;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: #f24;
	background: linear-gradient(90deg, #f24, #f22);
	border-radius: 4px;
	padding: 0;margin: 0 auto;
	width: 55px;height: 8px;
}
.footer {
	margin: 0 auto;
	background-color: #011a25;
}
/* Stats block */
.stat {
	background-color: #202938;
	border-radius: 10px;
	margin-bottom: 5px;
	padding: 15px 5px;
	color: #fff;
}
.stat-count {
	color: #fff;
	font-size: 1.8em;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 6px;margin:0;
	display: block;
}
.stat-title{
	color: #ccd;
	padding: 0px;
	font-size: 100%;
	font-weight: 400;
}

.stat i{
	color: #f24;
	font-size: 2.4rem;
	padding: 5px;
	transition-duration: 180ms;
	transform: scale(0.8);
}
.stat:hover i {
	  transform: scale(1);
}

	.stats {
		background-color: #202938;
		border-radius: 10px;
		margin-bottom: 5px;
		padding: 5px 5px 0;
	}
	.stats-title {
		font-size: 20px;
		text-align: center;
		background-color: #f24;
		border-radius: 2px;
		position: relative;top: -20px;
		margin: 0 auto;
		width: 60%;
		padding: 1px 5px;
	}
	.stats2 {
		overflow: hidden;
		border-radius: 10px;
		margin-top:-5px;
	  }
	  .stats2 tr {
		color: #dde;
		font-size: 1.1rem;
		}
		.stats2 > tbody > tr:nth-of-type(2n+1) > * {
			color: #dde;
		  }
	  .stats2 tr td{
		  border-bottom: 1px solid #293143;	
		}
	  .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: #f24 !important;
	}
.alert.alert-danger {
	border-radius: 4px;
	border: 2px solid rgba(111, 111, 155, 0.2) !important;
	background: rgba(31, 27, 47, 0.8);
	box-shadow: 0 0 3px 0px rgba(32, 32, 58, 0.2) !important;
	color: #f24;
}
.alert.alert-warning {
	border-radius: 4px;
	border: 2px solid rgba(111, 111, 155, 0.2) !important;
	background: rgba(31, 27, 47, 0.8);
	box-shadow: 0 0 3px 0px rgba(32, 32, 58, 0.2) !important;
	color: #fa2;
}
.alert.alert-success {
	border-radius: 4px;
	border: 2px solid rgba(111, 111, 155, 0.2) !important;
	background: rgba(31, 27, 47, 0.8);
	box-shadow: 0 0 3px 0px rgba(32, 32, 58, 0.2) !important;
	color: #3f5;
}
.card {
	border: 2px solid rgba(166, 166, 229, 0.1) !important;
	background-color: #202938;
	box-shadow: 0 0 3px 0px rgba(32, 32, 58, 0.2);
}
.card-header {
	background-color: rgba(20,30,60,.03);
}
.btn.btn-primary {
	border-color: #6f1844;
}
.login-home {
	position: relative;
}
.login-home .input-ico{
	color: #f24;
	font-size: 2rem;
	position: absolute;text-align: center;
	width: 50px; left: 5px; top: 0; bottom: 0;
	border-radius: 2em 0 0 2em !important;
    border-right: 1px solid rgba(208, 218, 250, 0.2) !important;
}
.login-home .input-ico img{
	position: relative; top: -3px; 
	font-size: 1rem;text-align: center;
	width: 34px; 
}
.login-home .form-control{
	color: #abc;
	border-radius: 2em;
	font-weight: 500;
	font-size: 1.5rem;
	background-color: rgba(160, 176, 225, 0.1);
    border: 1px solid rgba(208, 218, 250, 0.3) !important;
    box-shadow1: 0px 0px 4px 2px #f24;
	padding-left: 60px !important;
}
.login-home .form-control:focus{
	color: #234;
	border-radius: 2em;
	font-weight: 500;
	font-size: 1.5rem;
	background-color: rgba(225,245,255,.9);
    border: 1px solid rgba(225,245,255,.3) !important;
    box-shadow: 0px 0px 4px 2px #f24;
	padding-left: 60px !important;
}


.form-control {
	color: #eef;
	border: 2px solid rgba(129, 129, 180, 0.4);
	background-color: rgba(129, 129, 180, 0.2);
}
.form-control:disabled, .form-control[readonly] {
	color: #f24;
	border: 2px solid rgba(129, 129, 180, 0.2);
	background-color: rgba(82, 82, 131, 0.1);
}
.form-control::placeholder {
	color: #9ab;
}
.input-group-text {
	color: #fff;
	border: 2px solid #f24;
	background-color: #f24;
}

/* Buttons */
.btn-lg {
    box-shadow: 0px 0px 2px 1px rgba(26,26,26,0.3);
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
    border: 3px solid #234 !important;
	border-radius: 2em;
	font-weight: bold;
	letter-spacing: 2px;
}

.btn-danger {
	background-color: #f24;
    box-shadow: 0px 0px 1px 2px #f24;
}
.btn-danger:hover {
	background-color: #e02;
}
.btn-warning {
	background-color: #eee206;
}
.btn-warning:hover {
	background-color: #f8e326;
}

.btn-success {
	background-color: #06c04d;
}
.btn-success:hover {
	background-color: #03a140;
}
.btn-primary {
	color: #234;
	background-color: #ccd;
}
.btn-primary:hover {
	background-color: #f24;
}

.btn-lg:hover {
    border: 2px solid #fff;
	box-shadow: 0px 0px 8px 3px rgba(26,26,26,0.1);
}


.btn-outline-dark {
	color: #333a4d;
	border: 1px #435a6d solid !important;
}

.title {
	font-size: 1.5em;
	font-weight: 800;
}
.title::after {
	position: relative;
	bottom: 0; left: 0;
	display: block;
	content: "";
	background: #ffec22;
	border-radius: 4px;
	padding: 0;
	width: 55px;height: 8px;
}

.check-list {
	overflow: hidden;
}
.check-list span{
	display: block; text-align: center;
	margin: 15px 5px;padding: 25px 5px 15px 5px;
	font-size: 17px;
	color: #ccd;
	background: #202938;
	border1: 1px #353f49 solid !important;
}
.oval-left span {
	border-radius:  2em 1em 1em 1em;
}
.oval-right span {
	border-radius: 1em 2em 1em 1em;
}
.check-list b{
	display: block; 
	font-size: 20px;
	font-weight: 700;
}
.check-list div:hover span{
	background: #1a232c;
	position: relative;
}
.check-list .check-oval {
	position: relative;
	display: block;z-index: 33;
	margin: 5px auto -30px; padding: 2px;
	width: 44px; height: 44px; text-align: center;
	background: #f24;
	box-shadow: 0px 0px 2px 2px #f24;
	background-size: auto;
	color: #fff;
	font-size: 24px;line-height: 38px;
}
.check-oval i {
	opacity: 0.9;
}
.check-list div:hover .check-oval{
	transf1orm: rotate(15deg);
	background-size: auto;
}
.check-list div:hover .check-oval i{
	transform: scale(1.2);
	opacity: 1;
}


/* ACCOUNT STYLE */
.content {
	float: left;
	display: block;
	width: calc(100% - 300px);
}
.content > div {
	margin: 0; padding: 0;
}


.serf {
	border-radius: 12px;padding: 5px 1px;
	border: 1px solid rgba(59, 59, 95, 0.4) !important;
}
.serf .btn {
	box-shadow: 0 0 2px 0px rgba(32, 32, 58, 0.2);
}
.serf-link {
	font-size: 16px;
	font-weight: 600; 
	color: #eef !important;
	text-decoration: none;
	text-shadow: 0 1px 2px #293143;
}
.serf .badge {
	color: #ccd !important;
	font-size: 15px;font-weight: 500;padding: 3px 7px;border-radius: 1em;
	border: 1px solid rgba(129, 129, 180, 0.1) !important;
	background-color: rgba(111, 111, 162, 0.3) !important;
	box-shadow: 0 0 3px 0px rgba(32, 32, 58, 0.2);
}

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

.tarif .card {
	border-radius: 1em;
	border: 2px solid rgba(129, 129, 180, 0.1) !important;
	background-color: #202938;
	box-shadow: 0 0 3px 0px rgba(32, 32, 58, 0.2);
}

.tarif-img {
    height: 170px;width: 170px;
    align-items: center;
	position:relative;
	margin: 0 auto;
}
.tarif-img .rot{
    width: 100%;
    height: 100%;
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%;
	border-top: 4px solid #234 !important;
	border-bottom: 4px solid #234 !important;
	border-left: 4px solid #ccd !important;
	border-right: 4px solid #ccd !important;position:absolute; left: 0; top: 0; right: 0;
	background-color: #f24;
}
.tarif-img .rot2{
	content: "";
    width: 100%;
    animation-iteration-count: none;
    height: 100%;position:absolute; left: 0; top: 2px; right: 0;
    border-radius: 50%;
	background-size: 90px !important;
}
.tarif .card .tarif-img {
	transition-duration: 180ms;
	transform: scale(0.9);
	opacity: 0.95;
  }
  .tarif .card:hover .tarif-img{
	  transform: scale(1);
	  opacity: 1;
	  filter: drop-shadow(0 2px 14px #f24);
	}

	.tarif .tarif-line {
		margin-top: 5px; width: 30px;
		border: 2px solid rgba(129, 129, 180, 0.1) !important;
	}
.tarif .card-title {
	font-weight: 700;
	color: #f24;
}
 .tarif-table {
	width: 100%;
 }
.tarif-info {
	display: block;
	font-size: 20px;
	padding: 4px 5px;margin: 2px;
	background-c1olor: rgba(129, 129, 180, 0.1);
	border-radiu1s: 4px;
	border-bottom: 2px solid rgba(129, 129, 180, 0.2);
	box-shado1w: 0 0 3px 0px rgba(32, 32, 58, 0.1);
}
.tarif-info b{
	color: #f24;
}
.tarif-info2 {
	display: block;
	font-size: 22px;
	text-align: center;
	color: #ccd;
	padding: 2px 5px;
	border-radius: 1em;
	background-color: rgba(129, 129, 180, 0.1);
	border: 1px solid rgba(129, 129, 180, 0.1);
	box-shadow: 0 0 3px 0px rgba(32, 32, 58, 0.1);
}
.tarif .p-2 {
}
.tarif .btn {
	border-radius: 2em;font-weight: bold;
	border: 0; font-size: 20px;
	padding: 5px 25px;
	background: #f24 !important;
	box-shadow: 0 0 3px 0px rgba(32, 32, 58, 0.1);
}
.tarif .btn:hover {
	border: 0; 
	background: #d23 !important;
}
@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%;
	border-top: 4px solid #f24 !important;
	border-bottom: 4px solid #f24 !important;
	border-left: 4px solid #dcc !important;
	border-right: 4px solid #dcc !important;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/mining.png") center center;
	background-size: 130px;
}
.mining-info {
	display: block;
	padding: 7px 5px;margin: 5px;
	background-color: #202938;
	border-radius: 8px;
	box-shadow: 0 0 3px 0px rgba(32, 32, 58, 0.1);
}
.mining-hover {
	border: 1px solid rgba(129, 129, 180, 0.2);
}


.wrapper {
	display: flex;
}
.leftbar {
	width: 290px;
	margin: 0px 0px 0px 0px;
	display: flex-box;
	float: left;
	background-color: #002130;
}
.leftbar__menu {
	padding: 0px;
}
.leftbar__menu li {
	display: block;
}
.leftbar_head {
	font-weight: 800;
	text-transform:uppercase;
	padding: 5px 0 7px 14px;
}
.leftbar__menu li a {
	color: #eef !important;
	display: block;text-transform:uppercase;
	text-decoration: none;padding: 7px 2px; 
	border-top: 1px solid #151a25;
	border-bottom: 1px solid #293143;

}

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

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

.leftbar__menu li a i {
	position: relative;
	font-size: 26px;text-align: right;
	line-height: 1.2;
	margin-right: 12px;
	width: 48px; padding: 3px 10px 3px 3px; text-align: right;
    color: #f24;
}

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

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

.menu2 {
	color: #fff;
	background-color: #f24;
	padding: 5px 20px ;
	font-size: 24px;
	font-weight:600;
	line-height: 32px;
	cursor: pointer;
}
.menu2 i {
	position: relative; margin-right: 15px;
}

.menub{
	width: 96.8%;margin: -3px; margin-left: 5px; 
	border-top: 1px solid rgba(70, 60, 50, 0.2) !important;
	padding: 4px 5px 4px 5px; 
}
.topbar{
	background-col1or: #192b3b;
	border-bottom: 2px solid #293143 !important;
	padding: 2px;
	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;
	border: 1px solid #293143 !important;
}
.topbar__balance p {
	color: #ccd;
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	line-height: 1.5em;
}
.topbar__balance p b{
	font-size: 36px;
	color: #f24;
}

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

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

.menu2 {
	display: none;
}
.content .content-user {
	padding: 10px 15px 0 15px;
}
@media only screen and (max-width: 791px) {
.content, .leftbar {
	width: 100%;
	float: none;
	margin: 0;margin-bottom: 5px;
}
.menu__wrapper {
	max-height: 0;
	overflow: hidden;
	transition: 0.2s ease;
}
.wrapper {
	display: block;
}

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