/* Custom Sidebar Theme to match Mockup */

/* Sidebar Background */
.fi-sidebar {
    background-color: #111827 !important; /* gray-900 */
}

/* Sidebar Text & Icons Default */
.fi-sidebar-item-label,
.fi-sidebar-item-icon {
    color: #9ca3af !important; /* gray-400 */
}

/* Sidebar Hover */
.fi-sidebar-item-button:hover {
    background-color: #1f2937 !important; /* gray-800 */
}
.fi-sidebar-item-button:hover .fi-sidebar-item-label,
.fi-sidebar-item-button:hover .fi-sidebar-item-icon {
    color: #d1d5db !important; /* gray-300 */
}

/* Sidebar Active State (Green Background) */
.fi-sidebar-item-active > .fi-sidebar-item-button {
    background-color: #16a34a !important; /* green-600 */
}
.fi-sidebar-item-active > .fi-sidebar-item-button .fi-sidebar-item-label,
.fi-sidebar-item-active > .fi-sidebar-item-button .fi-sidebar-item-icon {
    color: #ffffff !important; /* white */
}

/* Sidebar Group Label */
.fi-sidebar-group-label {
    color: #6b7280 !important; /* gray-500 */
}

/* Header/Logo text */
.fi-logo {
    color: #ffffff !important;
}
