/* Custom sidebar link icons */
#taskmenu a.admin-link::before {
    content: "\f0c0"; /* fa-users */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
#taskmenu a.rspamd-link::before {
    content: "\f201"; /* fa-chart-line */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
/* Style them like other menu items */
#taskmenu a.admin-link,
#taskmenu a.rspamd-link {
    display: block;
    padding: .45rem 0;
    text-align: center;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.5;
    opacity: .85;
}
#taskmenu a.admin-link:hover,
#taskmenu a.rspamd-link:hover {
    opacity: 1;
}
#taskmenu a.admin-link .inner,
#taskmenu a.rspamd-link .inner {
    display: block;
    font-size: .7rem;
    padding-top: .15rem;
}
