.sidebar-navigation {
	/* display: none; */
	box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
	position: fixed;
	z-index: 11;
	background-color: rgb(92, 38, 132);
	/* border-right: 1px solid #ccc; */
	width: 260px;
	height: 100%;
	padding-top: 20px;
	transition: 0.85s;
	left: -260px;
	top: 0;
	overflow-y: auto;
}

.sidebar-navigation.active {
	/* display: block; */
	left: 0px;
	width: 260px;
	transition: 0.85s;
}

.sidebar-navigation .title {
	display: block;
	font-size: 14px;
	line-height: 16px;
	background-color: #fff;
	align-items: center;
	font-weight: 600;
	padding: 16px;
	border-bottom: 1px solid #ccc;
}

.sidebar-navigation ul {
	margin: 0;
	padding: 0;
}

.sidebar-navigation ul li {
	display: block;
}

.sidebar-navigation ul li a {
	position: relative;
	display: block;
	padding: 12px 24px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	color: #ffffff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.sidebar-navigation ul li a em {
	font-size: 12px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	padding: 5px;
	border-radius: 50%;
}

.sidebar-navigation ul li:hover>a, .sidebar-navigation ul li.selected>a {
	background-color: rgba(0, 0, 0, 0.09);
}

.sidebar-navigation ul li ul {
	display: none;
}

.sidebar-navigation ul li ul li {
	font-weight: 400;
	background: rgba(0, 0, 0, 0.125);
}

.sidebar-navigation ul li ul.open {
	display: block;
}

.sidebar-navigation ul li ul li a {
	color: #fefefe;
	border-color: rgba(255, 255, 255, 0.1);
	font-weight: 400;
	padding: 8px 24px 8px 32px;
}

.sidebar-navigation ul li ul li:hover>a, .sidebar-navigation ul li ul li.selected>a {
	background-color: rgb(37 18 51 / 30%);
}

.sidebar-navigation ul li ul li:hover>a:before, .sidebar-navigation ul li ul li.selected>a:before {
	margin-right: 10px;
}

.sidebar-navigation ul li ul li.selected.selected--last>a {
	background-color: #94aab0;
	color: #fff;
}

.sidebar-navigation ul li ul li.selected.selected--last>a:before {
	background-color: #fff;
}

.subMenuColor1 {
	background-color: #fbfcfc;
}

.subMenuColor2 {
	background-color: white;
}

.subMenuColor2 {
	background-color: white;
}

.subMenuColor2 {
	background-color: white;
}

.subMenuColor2 {
	background-color: white;
}

.subMenuColor2 {
	background-color: white;
}

.subMenuColor2 {
	background-color: white;
}

.subMenuColor2 {
	background-color: white;
}

.subMenuColor2 {
	background-color: white;
}

.subMenuColor2 {
	background-color: white;
}