.top-navigation-container {
  @apply h-[55px] backdrop-blur-sm fixed left-0 right-0 top-0 z-[99999999999];
}
.menu-nav {
  @apply flex flex-col gap-1 space-y-1;
}

.menu-nav-link {
  @apply flex items-center gap-2 rounded-lg hover:bg-gray-100 dark:hover:bg-gray-700 p-2;
}

.menu-nav-icon {
  @apply flex items-center justify-center size-6 rounded-full text-white p-1 bg-gray-700;
}

.journey .top-navigation-container,
.accounts .top-navigation-container,
.integrations .top-navigation-container,
.lists .top-navigation-container,
.preferences .top-navigation-container,
.notification_settings .top-navigation-container,
.profiles .top-navigation-container {
  @apply bg-transparent border-transparent;
}

.foo {
  @apply bg-white/90 dark:bg-gray-900/90 border-b border-gray-200 dark:border-gray-700;
}