
/***
* Color Theme: MiniPages
***/

body{
	margin: 0;
	padding: 0;
	background: #154954;
	background-size: 300px !important;
	background-repeat: repeat !important;
	color: #f6f4f8;
	font-family: "Alfa Slab One", cursive;
}
.navbar-dark {
	background: none;
}
.navbar-nav {
	font-weight: 800;
}
.navbar-nav a{
	font-size: 1.2em;
    color: #555555 !important;
    padding: 3px 8px;
    border: 1px #555555 solid;
    border-radius: 16px;
    margin: 2px 5px;
    position: relative;
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
    background: linear-gradient(90deg, #f6fff2 0%, #c3ffa9 100%);

}
.navbar-nav a:hover{
	color: #555555 !important;
	background: linear-gradient(270deg, #f6fff2 0%, #c3ffa9 100%);
	border-radius: 16px;
}
.navbar-nav a span {
	display: block;
	width: 25px;height: 4px;
}
.navbar-nav a:hover span {
	position: relative;
	bottom: 0; margin: 0 auto;
	display: block;
	content: "";
	background: #555555;
	border-radius: 4px;
	padding: 0;
	width: 25px;height: 4px;
}
.navbar-brand {
	font-size: 3em;
	line-height: 1;
	font-weight: 800;
	color: #555;
	text-shadow: 1px 1px 1px rgb(229 255 218), -1px -1px 1px rgb(229 255 218), 1px -1px 0px rgb(229 255 218), -1px 1px 0px rgb(229 255 218);
}

}
i.fa {font-size: 95%;}

.wrapper {
	padding: 15px;
    border: 1px solid #575757 !important;
    background: #01aa96;
    border-radius: 16px;
	color: #555555;
}
.footer {
	margin: 15px auto 0;
	padding: 10px 0; 
	border-radius: 16px 16px 0 0;
	background: #01aa96;
	border: #575757 1px solid;
}
/* Stats block */
.stat {
	border: 1px #575757 solid;
    border-radius: 16px;
    background: linear-gradient(0deg, #f6fff2 0%, #c3ffa9 100%);
}
.stat-count {
	font-size: 1.7em;
	font-weight: 800;
}
.stat-count small {
	font-size: 70%;
}
.stat-title{
	color: #555;
    background-color: #e5ffda;
    padding: 5px;
    font-weight: 800;
    border-radius: 0 0 16px 16px;
}
.stat:hover {
	background-color:#1a1a1a;
}
.alert.bg-light {
	background: linear-gradient(90deg, #f6fff2 0%, #c3ffa9 100%);
    border: 1px #575757 solid;
    border-radius: 16px;
}
/* Header promo */
.head {
	background: #01aa96;
    background-size: 1300px;
    padding: 0 15px 15px 15px;
    border-radius: 16px;
    border-color: #575757;
    border-style: solid;
    box-shadow: 2px 0px 6px 6px rgb(25 25 25 / 60%) !important;
}
.head .card-body {
	color: #555555;
    border-radius: 18px;
    /* background-color: #282828; */
    background-position: center center;
    background: linear-gradient(0deg, #f6fff2 0%, #c3ffa9 100%);
    font-family: "Alfa Slab One", cursive;
}

.head h1{
	color: #0d6efd;
	font-size: 3.4em;
	font-weight: 800;
	text-shadow: 2px 2px 2px #312, -2px -1px 2px #312, 2px -1px 2px #312, -1px 2px 2px #312;

}
.head h3{
	font-size: 2.5em;
	font-weight: 800;
	color: #555;
    text-shadow: 1px 1px 1px rgb(229 255 218), -1px -1px 1px rgb(229 255 218), 1px -1px 0px rgb(229 255 218), -1px 1px 0px rgb(229 255 218);

}
.head p{
	font-size: 1.8em;
	font-weight: 700;
}
.head p b{
	color: #0d6efd;
	font-size: 1.1em;	
}
.head .text2 {
	font-size: 1.6em;
}

.card-header {
	background-color: rgb(196 255 171);
}

.card-header1 {
	background-color: rgb(196 255 171);
}

.btn.btn-primary {
	border-color: #575757;
}
/* Buttons */
.btn-lg {
    box-shadow: 0px 0px 2px 1px rgba(26,26,26,0.3);
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
    border: 2px solid #555 !important;
	border-radius: 10px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(26,26,26,0.4);
}

.btn-danger {
	background: linear-gradient(90deg, #f6fff2 0%, #c3ffa9 100%);
	color: #555;
}
.btn-danger:hover {
	background: linear-gradient(270deg, #f6fff2 0%, #c3ffa9 100%);
	color: #555;
}
.btn-success {
	background: linear-gradient(90deg, #f6fff2 0%, #c3ffa9 100%);
	color: #555;
}
.btn-success:hover {
	background: linear-gradient(270deg, #f6fff2 0%, #c3ffa9 100%);
	color: #555;
}
.btn-primary {
	background: linear-gradient(90deg, #f6fff2 0%, #c3ffa9 100%);
	color: #555;
}
.btn-primary:hover {
	background: linear-gradient(270deg, #f6fff2 0%, #c3ffa9 100%);
	color: #555;
}

.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: #555555;
	border-radius: 4px;
	padding: 0;
	width: 55px;height: 8px;
}

.check-list span{
	display: block;
    text-align: center;
    margin: 7px 0;
    padding: 40px 5px 7px 5px;
    border-radius: 16px;
    border: 1px solid #575757;
    background: #1a1a1a;
    font-size: 17px;
    background: linear-gradient(0deg, #f6fff2 0%, #c3ffa9 100%);
    color: #555555;
    font-family: "Alfa Slab One", cursive;
}
.check-list b{
	display: block; 
	font-size: 22px;
}
.check-list div:hover span{
	border-radius: 16px;
	border: 1px solid #f6f4f8;
	position: relative;
}
.check-list div:hover .check-oval{
	
	
	background-size: 80px;
	transform: rotate(15deg);
}
.check-list .check-oval {
	position: relative;
	display: block;z-index: 33;
	margin: 5px auto -45px; padding: 2px;
	width: 80px; height: 80px; text-align: center;
	border-radius: 2em;
	box-shadow1: 0 0 0 2px #f2e8e0;
	
	background-size: 76px;
	color: #543;
	font-size: 32px;line-height: 80px;
}


.money {
	position:absolute;
	content: "";
	display: block;
	width: 35px;
	height: 35px;
}
.money-1 {
	left: 20px; top: 20px;
	border-left: 17px solid #555555;
	border-top: 17px solid #555555;
}
.money-2 {
	right: 20px; top: 20px;
	border-right: 17px solid #555555;
	border-top: 17px solid #555555;
}
.money-3 {
	right: 20px; bottom: 20px;
	border-right: 17px solid #555555;
	border-bottom: 17px solid #555555;
}
.money-4 {
	left: 20px; bottom: 20px;
	border-left: 17px solid #555555;
	border-bottom: 17px solid #555555;
}

/* ACCOUNT STYLE */
.content {
	float: left;
	display: block;
	width: calc(100% - 300px);
}
.content > div {
	margin: 5px 0 5px 6px; padding: 15px;
	border: 1px solid #575757 !important;
    background-color: #01aa96;
	color: #555;
}


.serf {
	border-radius: 4px;margin: 7px 5px !important;
	padding-left: 5px;
}
.serf-link {
	font-size: 18px;
	font-weight: 700; color: #555555  !important;
	text-decoration: none !important;
}
.serf .card-footer {
	
	font-size: 18px;
	background: #f5fff1;
}
.serf:hover {
	border: 1px solid #89a !important;
}

.serf .bg-danger {
	background-color: #f58A2F;
	background: linear-gradient(160deg, #0d6efd, #0d6efd);
  }
  .serf .bg-primary {
	background-color: #018801;
	background: linear-gradient(160deg, #154954, #154954);
  
	}

	.serf:hover .bg-primary {
	background-color: #018801;
	background: linear-gradient(100deg, #2cba00, #019811);
	  
		}
		.serf:hover .bg-danger {
	background-color: #f58A2F;
	background: linear-gradient(100deg, #2cba00, #019811);
		  
			}

.serf-link:hover {color: #d13 !important;}

.tarif .card {
	background: linear-gradient(90deg, #f6fff2 0%, #c3ffa9 100%);
	
}
.tarif .card-img {
	padding: 0 50px;
}
.tarif .p-2 {
	border-radius: 4px;
	background: linear-gradient(90deg, #f6fff2 0%, #c3ffa9 100%);
}
.titlec {
	background-color: #555555 !important;
	border-radius: 4px 4px; padding: 3px 0;
	margin: -25px -13px 10px -15px;
	color: #fff !important;
}


.leftbar {
	border-radius: 16px;
    border: 1px solid #575757 !important;
    background-color: #01aa96 !important;
    box-shadow: -2px 0px 6px 2px rgb(25 25 25 / 70%) !important;
    width: 290px;
    margin: 5px 5px 5px 5px;
    display: block;
    float: left;
}
.leftbar .menubar {
	border-radius: 1em;
}
.leftbar__menu {
	padding: 2px;
}
.leftbar__menu li {
	display: block;
}
.leftbar_head {
	font-weight: 700;
	text-transform:uppercase;
	padding: 5px 0 7px 14px;
}
.leftbar__menu li a {
	color: #fff;
	display: block;text-transform:uppercase;
	text-decoration: none;padding: 7px 5px;
	margin: 2px 4px;border-radius: 6px;
}
.leftbar__menu li a span{
	text-shadow: 1px 1px 1px rgba(26,26,26,0.7);
}

.leftbar__menu li a:hover {
	color: #ff4;
	background: linear-gradient(60deg, rgba(245,250,255,0.1), transparent);
}

.leftbar__menu li a i {
	position: relative;
	font-size: 28px;
	line-height: 1.2;
	margin-right: 15px;
	width: 42px; padding: 5px; text-align: right;
	background-image: linear-gradient(90deg, #f6fff1 27%, #c3ffaa 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
transform: scale(0.9);
-webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
transition: opacity 250ms ease, -webkit-transform 250ms ease;
transition: transform 250ms ease, opacity 250ms ease;
transition: transform 250ms ease, opacity 250ms ease, -webkit-transform 250ms ease;
}

.leftbar__menu li a:hover i{
	color: #ff4 !important;transform: scale(1.2);
	background-image: linear-gradient(230deg, #ff4 30%, #ff4 100%);
}

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

.menu2 {
	color: #abc;
	padding-left: 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 dashed rgba(70, 60, 50, 0.2) !important;
	padding: 4px 5px 4px 5px; 
}
.topbar{
	padding: 5px;margin: 5px 5px 0;
}
.topbar__top {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.topbar__btns {
  margin-top: 15px;
}
.topbar__btn {
  margin: 0 10px;
}
.topbar__bottom {
  text-align: center;
}
.topbar__balance {
	background-color: #154954!important;
	padding: 5px;
	margin-bottom: 7px;
	border-radius: 1em;
	border: 1px solid #575757;
}
.topbar__balance p {
	color: #abc;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	line-height: 1.5em;
}
.topbar__balance p b{
	font-size: 32px;
	color: #f5f6f7;
}

.topbar__balance a {
	font-size: 14px;
	letter-spacing: .75px;
	color: #fff;
	transition: color 0.2s ease;
}
.leftbar__menu li a {
	padding-left: 10px;
	font-size: 18px;
	position: relative;
	z-index: 2;
}

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

.menu2 {
	display: none;
}

@media only screen and (max-width: 791px) {
.content, .leftbar {
	width: 100%;
	float: none;
	margin: 0;
}
.menu__wrapper {
	max-height: 0;
	overflow: hidden;
	transition: 0.2s ease;
}
.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%;
}
}
