/* sidebar background */
.fi-sidebar {
    background-color: #7d7979 !important;
}

/* sidebar labels + icons */
.fi-sidebar-item-label,
.fi-sidebar-group-label,
.fi-sidebar-item-icon {
    color: #ffffff !important;
}

/* dashboard default state */
.fi-sidebar-item-button {
    background-color: transparent !important;
    color: #ffffff !important;
}

/* dashboard icon */
.fi-sidebar-item-button svg {
    color: #ffffff !important;
}

/* dashboard hover state */
.fi-sidebar-item-button:hover {
    background-color: rgba(255,255,255,0.08) !important;
}

/* dashboard active state */
.fi-sidebar-item-button.fi-active {
    background-color: rgba(255,255,255,0.15) !important;
}