@media (max-width: 768px) {
    .admin-wrapper,
    .customer-wrapper {
        flex-direction: column;
    }

    .sidebar {
        min-height: auto !important;
    }
}