.icon.home::before {
    content:url("../images/icons/home.svg");
}
.icon.sms-tracking::before {
    content:url("../images/icons/sms-tracking.svg");
}
.icon.request::before {
    content:url("../images/icons/request-tray.svg");
}
.icon.graph::before {
    content:url("../images/icons/graph.svg");
}
.icon.logout::before {
    content:url("../images/icons/logout.svg");
}
.icon.security::before {
    content:url("../images/icons/security.svg");
}
.icon.setting::before {
    content:url("../images/icons/setting.svg");
}
.icon.status-up::before {
    content:url("../images/icons/status-up.svg");
}
.icon.issued-credentials-tray::before {
    content:url("../images/icons/issued-credentials-tray.svg");
}
.icon.received-credentials-tray::before {
    content:url("../images/icons/received-credentials-tray.svg");
}
.icon.nicknames::before {
    content:url("../images/icons/nicknames.svg");
}
.icon.issuers::before {
    content:url("../images/icons/issuers.svg");
}
.icon.credentials::before {
    content:url("../images/icons/credentials.svg");
}
.icon.current-user::before {
    content:url("../images/icons/current-user.svg");
}
.icon.mass-broadcast::before {
    content:url("../images/icons/mass-broadcast.svg");
}
.icon.my-badges::before {
    content:url("../images/icons/my-badges.svg");
}

.icon.my-credentials::before {
    content:url("../images/icons/my-credentials.svg");
}


/* menu colors*/

.icon.menu-color::before{
    filter: invert(85%) sepia(23%) saturate(135%) hue-rotate(182deg) brightness(85%) contrast(88%); /*#B3BAC8*/
}
.nav-item.active .icon.menu-color::before{
    filter: invert(97%) sepia(37%) saturate(12%) hue-rotate(233deg) brightness(104%) contrast(104%); /*white*/
}
a.nav-link:hover .icon.menu-color::before{
    filter: invert(97%) sepia(37%) saturate(12%) hue-rotate(233deg) brightness(104%) contrast(104%); /*white*/
}