.app-shell,
.erp-shell {
    min-height: 100vh;
}

.content-wrapper,
.main-content {
    min-width: 0;
}

.sidebar-overlay {
    background: rgba(15, 23, 42, 0.45);
}

.is-sidebar-open {
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .sidebar {
        transition: transform 0.2s ease;
    }

    .sidebar:not(.show) {
        transform: translateX(-100%);
    }
}
