

a[href="/admin/account/emailaddress/"] .nav-icon::before {
    content: "\f07a"; /* Shopping cart icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #28a745; /* Green */
}

a[href="/admin/contact/contactsubmission/"] .nav-icon::before {
    content: "\f086"; /* FA comments */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ff0000; 
}


a[href="/admin/profiles/profile/"] .nav-icon::before {
    content: "\f007"; /* Unicode for Font Awesome user icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #007bff;
}

/* Electronics */
a[href="/admin/quotes/electronicsquote/"] .nav-icon::before {
    content: "\f26c"; /* TV icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #28a745;
}

/* Jewellery */
a[href="/admin/quotes/jewelleryquote/"] .nav-icon::before {
    content: "\f3a5"; /* Gem icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #ffc107; /* Gold-ish */
}

/* Watches */
a[href="/admin/quotes/watchquote/"] .nav-icon::before {
    content: "\f017"; /* Clock icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #17a2b8; /* Teal */
}
