.icon.home::before {
    content:url("../images/icons/home.svg");
}
.icon.sms-tracking::before {
    content:url("../images/icons/sms-tracking.svg");
}
.icon.logout::before {
    content:url("../images/icons/logout.svg");
}
.icon.setting::before {
    content:url("../images/icons/setting.svg");
}
.icon.card-pos::before {
    content:url("../images/icons/card-pos.svg");
}
.icon.receipt-edit::before {
    content:url("../images/icons/receipt-edit.svg");
}
.icon.group::before {
    content:url("../images/icons/group.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*/
}