/* Set sidebar width */
.fi-sidebar {
    width: 320px !important;
    min-width: 320px !important;
    overflow-x: hidden; /* prevent horizontal scroll */
}

/* Logo container */
.fi-sidebar-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    min-height: 120px;
    box-sizing: border-box;
    overflow: hidden; /* prevent the logo from overflowing */
}

.fi-sidebar-header img {
    width: 280px !important;   /* Adjust this to desired width */
    height: auto !important;
    display: block;
    object-fit: contain;
}
