/* Stats block */
.stat {
	background: #fef3e8;
	border: 2px solid #e5bdaf;
	border-radius: 4px 8px;
	margin-bottom: 5px;
	padding: 0px 5px 0;
	position: relative;
	box-shadow1: 4px 4px 0px 0px rgba(59, 45, 93, 0.1);
}
.stat2 {
	border-radius: 2px;
	background-color: rgba(255, 255, 255, 0.9);
  }
.stat-count {
	color: #f66a06;
	background: #f7e9dc;
	border: 1px solid #e5bdaf;
	font-size: 1.9em;
	font-weight: 800;
	line-height: 1;
	border-radius: 4px 8px;
	padding: 3px;margin: 0px 10px 10px;
	display: block;
}
.stat-count small {
	font-size: 70%;
}
.stat-title{
	color: #4a3f32;
	padding: 1px;
	font-size: 100%;
	font-weight: 600;
}

.stat i {
	color: #46d530;
	font-size: 2.2em;
	transition-duration: 180ms;
	transform: scale(0.9);
  }
.stat:hover i {
	  transform: scale(1);
	}

	.stats {
		background: #ff902f;
		border-radius: 4px;
		margin-bottom: 5px;
		padding: 2px 2px 0;
	}
	.stats2 {
		overflow: hidden;
		border-radius: 2px;
		background-color:rgba(255, 255, 255, 0.95);
	
	  }
	  
  .table-striped > tbody > tr:nth-of-type(2n+1) > * {
	--bs-table-accent-bg: #fef3e8 !important;
  }
  tbody, td, tfoot, th, thead, tr {
	border-color: #e5bdaf;
  }
	  .stats2.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-accent-bg: #eef0f9;
}
	  .stats2 tr:last-child td{
		  border-bottom: 0;
		}
	
.alert.bg-light {
	border-radius: 4px;
	background-color: rgba(255, 243, 235, 0.9) !important;
	border: 1px #d2a84d solid;
	padding: 4px;
}
.alert-warning {
	border-color: #ef8c45;
}
.alert-success {
	border-color: #8aab9c;
}
.card.bg-light {
	background-color: rgba(255, 243, 235, 0.9) !important;
}
div.card {
	border: 2px solid rgba(150,20,0,0.25) !important;
}
.card-header {
	background-color: rgba(60, 20, 33, 0.03);
}

/* Buttons */

.btn.btn-primary {
	border-color: #609f54;
}
.btn {
	box-shadow: inset -1px -2px 2px 1px rgba(93, 86, 45, 0.2);
}
.btn-lg {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
    border: 1px solid #ffe !important;
	border-radius: 10px;
	font-weight: bold;
	box-shadow: inset -2px -4px 2px 0px rgba(93, 86, 45, 0.2);
}

.btn-danger {
	color: #fff;
	background-color: #ff902f;
	border-color: #ef801f;
}
.btn-danger:hover {
	background-color: #ef801f;
}
.btn-warning {
	background-color: rgb(253, 207, 42);
}
.btn-warning:hover {
	background-color: #e82;
}

.btn-success {
	background-color: #0bad26;
}
.btn-success:hover {
	background-color: #182;
}
.btn-primary {
	background-color: #ef801f;
}
.btn-primary:hover {
	background-color: #de7315;
}

.btn2 {
	border-radius: 10px !important;
	padding: 2px 15px;
	border: 1px solid rgba(253, 248, 248, 0.3) !important;	
}
.btn-lg:hover {
    border: 2px solid #fff;
	box-shadow: 0px 0px 8px 3px rgba(26,26,26,0.1);
}


.btn-outline-dark {
	color: #333a2d;
	border: 1px #435a3d solid !important;
}

.tut .card {
	background-color: #f9f8e9;
	border: 2px dashed #ec9c81;
	position: relative;
	font-size: 15px; font-weight: bold;
	display: block;z-index: 33;
	margin: 5px auto; padding: 5px 0 0; text-align: center;
	border-radius: 1em;
}
.tut .badge{
	border-radius: 10px 1em;font-size: 18px;left: 5px; top: 5px;
}
.check-list span{
	display: block; text-align: center;
	padding: 3px 0px;
}
.check-list div:hover div{
	position: relative;
}
.check-list .check-oval {
	background-color: #f9f8e9;
	border: 2px dashed #ec9c81;
	position: relative;
	font-size: 15px; font-weight: bold;
	display: block;z-index: 33;
	margin: 5px auto; padding: 5px 0 0; text-align: center;
	border-radius: 10px;
}
.check-list div .check-oval img{
	width: 66px;
}
.check-list div:hover .check-oval img{
	width: 66px;
	transform: scale(1.1);
}

.card2 {
	border-radius: 1em;
	border: 14px solid #00a89a !important;	
	background: #016a62;
	box-shadow: inset 0px 0px 33px 40px rgba(53, 75, 65, 0.1) !important;
	text-shadow: 1px 1px 2px rgba(26,26,26,0.4);
	position: relative;
	overflow: hidden;
	padding: 8px 0;
}
.card2::before {
	content: "";
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%; 
	height: 100%; 
	opacity: 0.1;
	z-index: 2;
	background: url("/img/halfton.png")  no-repeat center center;
	background-size: cover;
	transition-duration: 120ms;
  }

.card2 .fa {
	font-size: 30px;
}

/* ACCOUNT STYLE */
.content {
	float: left;
	display: block;
	width: calc(100% - 300px);
}
.content > div {
	margin: 0; padding: 0;
}


.serf {
	border-radius: 4px;margin: 7px 5px !important;
	padding-left: 5px;
	border: 2px solid #e1e1f0 !important;
}
.serf-link {
	font-size: 18px;
	font-weight: 700; color: #3b3d58 !important;
	text-decoration: none !important;
}
.serf .card-footer {
	color: rgb(111, 107, 125);
	font-size: 18px;
	font-weight: 500 !important;
	background: #fff;
}
.serf:hover {
	border: 2px solid #ff8800 !important;
}

.serf .bg-danger {
	background: #f66a06 !important;
}
.serf:hover .bg-danger {
	background: #ff8800 !important;
}

.serf .bg-primary {
	background: #3b5848 !important;
}
.serf:hover .bg-primary {
	background: #ff8800 !important;
}

.serf-link:hover {color: #fc6900 !important;}

.tarif .card {
	border-radius: 0.5em;
	border: 2px solid #00a88a !important;
	background: #00a89a url("/img/bg-dark.png") top center;
	background-size: 24px;
}
.tarif .card-img {
	padding: 5px 23% 15px;
}
.tarif .card .card-img {
	transition-duration: 180ms;
	transform: scale(0.9);
	opacity: 0.95;
  }
  .tarif .card:hover .card-img{
	  transform: scale(1);
	  opacity: 1;
	  filter: drop-shadow(0 0 8px #05493d);
	}

.tarif .p-2 {
	border-radius: 0 0 0.5em 0.5em;
	background-color: rgba(245, 255, 250,0.9);
	border-top: 2px solid #00a88a !important;
}
.tarif .btn {
	margin-botto1m:-50px;
}
.titlec {
	color: #fff; font-weight: bold;
	text-shadow: 1px 1px 1px rgba(26,26,26,0.7);
	background1: linear-gradient(-90deg, transparent, #d49503, transparent);
	border-radius: 0; padding: 0px 0 5px;
	margin: -20px 0px 0px 0px;
}


.leftbar {
	border-radius: 4px;
	background: #301302;
	width: 290px;
	margin: 5px 10px 5px 0px;
	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: #ffd;
	display: block;text-transform:uppercase;
	text-decoration: none;padding: 4px 5px;
	margin: 1px 2px;border-radius: 1em;
}
.leftbar__menu li a span{
	text-shadow: 1px 1px 1px rgba(26,26,26,0.2);
}

.leftbar__menu li a:hover {
	color: #ffcc11;
	background: #214238;
}

.leftbar__menu li a i {
	color: #ff801f;
	position: relative;
	font-size: 20px;text-align: right;
	line-height: 1.2;
	margin-right: 15px;
	width: 30px; padding: 2px; text-align: right;
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: #ffcc11 !important;
}

/*MENU V KABINE*/
.divide {
	border-top: 1px dashed rgba(70, 60, 50, 0.2);
}
.menu-title {
	padding: 5px 10px;
	color: #6e8;
}

.menu2 {
	color: #6e8;
	padding-left: 20px;
	padding-top: 6px;
	font-size: 24px;
	font-weight:600;
	line-height: 26px;
	cursor: pointer;
}
.menu2 i {
	position: relative; margin-right: 14px;
}

.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: rgba(245,250,255,0.05) !important;
	padding: 3px;
	margin-bottom: 5px;
	border-radius: 1em;
}
.topbar__balance p {
	color: rgb(170, 204, 170);
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	line-height: 1.5em;
}
.topbar__balance p b{
	font-size: 32px;
	color: #f5f6f7;
}

.topbar-rekl {
	font-size: 14px !important;
}
.topbar-rekl p b{
	font-size: 24px;
	color: #f5f6f7;
}
.topbar-rekl p {
	font-size: 14px;
}
.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: 17px;
	position: relative;
	z-index: 2;
}

.leftbar__menu li a span {
	padding-right: 13px;position: relative; top:-2px;
	display: inline;
}

.menu2 {
	display: none;
}

@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;
}
.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%;
}

         
        