.left-nav {
	width: 220px;
	height: calc(100vh - 35px);
	position: fixed;
	left: 0;
	background-color: #F6F6F6;
	top: 71px;
	z-index:11;
}
a.nav-link {
    border-left: 2px solid transparent;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 10px 10px;
    cursor: pointer;
    height: 44px;
}
a.nav-link img {
	width: 24px;
	height: 24px;
	margin: 0 0px 0 0;
}
a.nav-link .default-icon {
	display: block;
}
a.nav-link .selected-icon {
	display: none;
}
a.nav-link span {
	font-family: "Artifakt Element", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(102, 102, 102);
    display: flex;
    margin: 0px;
    padding: 10px 12px;
    text-align: inherit;
    text-decoration: none;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
}
a.nav-link.active {
    border-color: rgb(6, 150, 215);
	background-color: #FFFFFF;
}
a.nav-link:hover {
    /*border-color: #0696D7;
	background-color: #FFFFFF;*/
}
a.nav-link:hover .default-icon {
	display: none;
}
a.nav-link.active .default-icon {
	display: none;
}
a.nav-link:hover .selected-icon {
	display: block;
}
a.nav-link.active .selected-icon {
	display: block;
}
a.nav-link.active span {
	color: rgb(6, 150, 215);
}
a.nav-link:hover span {
	color: rgb(6, 150, 215);
}
/*#page-content-wrapper{
	width:1500px;
}*/
.w-50px {
	width:50px;
}
.w-48px {
	width:48px;
}
.w-60px{
	width:60px;
}
.m-l50{
  margin-left: 50px !important;
}
.menu-divider{
	border-top:1px solid rgb(220, 220, 220);
	margin-bottom: 22px;
}
.modal-backdrop {
    background: rgba(12, 44, 84) !important;
}
.modal-backdrop.in {opacity: 0.45 !important;}
.modal-content {
    border-radius: 4px !important;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 8px 0px;
}
 