/* Compact Sidebar Spacing for El Encanto Legal */
.fi-sidebar-item-button {
    padding-top: 0.35rem !important;
    padding-bottom: 0.35rem !important;
}

.fi-sidebar-group-label {
    margin-top: 0.5rem !important;
    margin-bottom: 0.25rem !important;
}

.fi-sidebar-group {
    gap: 0.1rem !important;
}

/* Mover el botón de colapsar al fondo del sidebar */
.fi-sidebar-nav {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.fi-sidebar-nav>div:last-child {
    margin-top: auto !important;
}

/* Mantener el logo visible cuando está colapsado */
.fi-sidebar-header {
    min-height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ocultar el texto del brand cuando está colapsado, mostrar solo logo */
.fi-sidebar[data-collapsed] .fi-sidebar-header span {
    display: none;
}