/* Account navigation icon for the "Request Part" link (matches the swp-* sidebar icons). */
.account-nav-content ul li.swp-request-part:before {
    background-image: url('../images/request-part.svg') !important;
}

.account-nav-content ul li.swp-request-part:hover:before,
.account-nav-content ul li.swp-request-part.current:before {
    filter: brightness(0) invert(1);
}
