/* Navbar Icons CSS */

/* Filter for white SVG icons */
.filter-white {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

/* Filter for green SVG icons - matches the exact green color rgb(34 197 94) used in the navbar */
.filter-green {
    filter: invert(58%) sepia(72%) saturate(1042%) hue-rotate(101deg) brightness(92%) contrast(101%);
}

/* Standard size for navbar icons */
.nav-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}
