.sidebar-wrapper {
	width: 280px;
/* 	height: 100%; */
/* 	max-height: 100%; */
	position: fixed;
	top: 0;
	left: -280px;
	z-index: 999;
	-webkit-transition: left .3s ease, width .3s ease;
	transition: left .3s ease, width .3s ease;
}

.sidebar-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sidebar-wrapper a {
	text-decoration: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.sidebar-wrapper .sidebar-item {
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.sidebar-wrapper .sidebar-content {
	max-height: calc(100% -35px);
	height: calc(100% - 35px);
/* 	overflow-y: scroll; */
	position: relative;
}

.sidebar-wrapper .sidebar-content.desktop {
	overflow-y: hidden;
}

.sidebar-wrapper .badge {
	border-radius: 0;
}

.sidebar-bg .sidebar-wrapper {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}



.sidebar-wrapper .sidebar-header {
	padding: 20px;
	overflow: hidden;
}


.sidebar-wrapper .sidebar-menu {
	padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
	font-weight: bold;
	font-size: 14px;
	padding: 15px 20px 5px 20px;
	display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	position: relative;
	padding: 8px 30px 8px 20px;
	width: 100%;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
	display: inline-block;
	-webkit-animation: swing ease-in-out .5s 1 alternate;
	animation: swing ease-in-out .5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu ul li a i {
	margin-right: 10px;
	font-size: 24px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.sidebar-wrapper .sidebar-menu ul li a .menu-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	overflow: hidden;
}

.sidebar-menu ul li img {
    max-width: 24px;
}
