.nav-link {
	padding-bottom: 0px;
}
.no-click {
    font-weight: 800;
    color: #4d4d4d !important;
    cursor: default !important;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 0px;
    margin-top: 15px;
}
.no-click:hover {
    color: #4d4d4d !important;
    cursor: default !important;
}
.nav-item a {
/*	margin-left: 10px;*/
	color: #4d4d4d !important;
}
.dashboard-link {
	font-weight: 800;
	margin-left: 0px !important;
	margin-bottom: 10px;
}

.nav-link svg {
	color: #28a745 !important;
}
a:hover, .text-info:hover {
    color: #2491d3 !important;
        opacity: .8;
}
a, .text-info {
    color: #2491d3 !important
    }
.navbar-nav {
        text-align: right !important;
}