/* menu icon css */
.dashboard-icon::before {
    content: "📊";
}

.tenant-mangement-icon::before {
    content: "👥";
}

.logs-icon::before {
    content: "⚙️";
}

.reports-icon::before {
    content: "📈";
}