/* Custom CSS to reduce logo height in toolbar only */
.fi-topbar .fi-logo img {
    height: 2.5rem !important; /* Adjust this value as needed */
    width: auto !important;
}

/* Alternative selector if the above doesn't work */
.fi-sidebar-header .fi-logo img {
    height: 2.5rem !important;
    width: auto !important;
}

/* For collapsed sidebar state */
.fi-sidebar-collapsed .fi-sidebar-header .fi-logo img {
    height: 2rem !important;
    width: auto !important;
}