﻿.nav-link.sidebar-menu {
	color: black;
	font-weight: lighter;
	text-decoration: none;
	font-size: 1em;
	display: flex;
	align-items: center;
}
.nav-link.sidebar-menu.active{
	font-weight:bold;
	background-color:white;
	color:black;
}

.nav-link.sidebar-menu i {
	background: #f2f3fd;
	color: #353c8b;
	padding: 1em;
	border-radius: 25px;
	margin-right: 1em;
	width: 2.75em;
	height: 2.75em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-link.sidebar-menu svg {
	background: #f2f3fd;
	color: #353c8b;
	padding: 1em;
	border-radius: 25px;
	margin-right: 1em;
}
.nav-link.sidebar-menu.active i {
	background: #353c8b;
	color: white;
	border-radius: 18px;
}

.nav-link.sidebar-menu.active svg {
	background: #353c8b;
	color: white;
	border-radius: 18px;
}

.account-management {
	border-radius: 15px;
	border: solid 1px #dadef0;
	padding: 5px 0;
}

	.name-role .name p, .name-role .role p{
		margin-bottom:0 !important;
	}
.name-role .name p {
	font-size:13px;
	font-weight:bold;
}
.name-role .role p {
	font-size: 14px;
	font-weight: normal;
}
.name-role {
	margin-top: auto;
	margin-bottom: auto;
	color: black;
}
	.name-role .name {
		font-weight: bold;
	}
	.name-role .role {
		color: #dadef0;
	}
.cog-manage-user {
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 0em;
	color: #6c7485;
	text-decoration:none;
}
.sidebar-user-initials {
	padding-top: .5em;
	padding-bottom: .5em;
}

	.sidebar-user-initials div {
		background-color: #353c8b;
		border-radius: 15px;
		border: solid 1px #dadef0
	}

	.sidebar-user-initials span {
		margin-left: -1em;
		color: white;
		font-size: 14px;
		font-weight: lighter
	}

.nav-link.sidebar-menu div.circle {
	font-size: 10px;
	color: #e86c56;
	background-color: #e86c56 !important;
	width: 10px;
	height: 10px;
	margin-top: 1.2rem !important;
	border-radius: 20px;
	margin-left: -2em;
}

.sub-dropdown{
color:black;
}

.sub-dropdown.active {
	font-weight:bold;
}

.catalogmagament-sub{
	display:none !important;
}

.circle {
	display: none !important;
}

.circle.active{
	display:block !important;
}

.sidebar-title{
	margin-left:1.7em;
}


.catalogmagament-sub.active {
	display: block !important;
}
	/****** NOTIFICATION PANEL SIDE PANEL *******/
	.sidebar-notifications-panel {
		background-color: #FEF4ED;
		border-radius: 15px;
	}

	.sidebar-notifications-panel i.fa-light-emergency-on {
		color: #E86C56;
		font-size: 2em;
	}

	.sidebar-notifications-panel .sidebar-notification-notice div {
		color: white;
		background-color: #353C8B;
		font-size: 13px;
		border-radius: 5px;
	}

		.sidebar-notifications-panel .sidebar-notification-notice div div {
			text-align: center;
		}

	.sidebar-notifications-panel .notice .message {
		font-size: 14px;
		font-weight: 900;
		color: #353c8b
	}

	.sidebar-notifications-panel .notice-subtext .subtext {
		color: #6c7485;
		font-size: 12px;
	}

	.sidebar-notifications-panel .review-requests-button .review-requests {
		background-color: #f3b784;
		border-radius: 20px;
		color: #353c8b;
	}