/**
 * Rounded corners for header dropdowns and notification cards
 * (same 18px radius as admin confirm modal)
 */

/* 1) Notification panel (Statuses dropdown) */
#notification-panel,
#notification-panel.dropdown-menu {
  border-radius: 18px !important;
  overflow: hidden;
}

/* 2) Settings menu grid dropdown (General, Sales, etc.) */
.navbar-top .dropdown-menu:has(.menu-grid) {
  border-radius: 18px !important;
  overflow: hidden;
}

/* 3) Profile dropdown (user menu with Set Status, Edit, Logout, Locations) */
/* Override header-dropdowns.css .navbar-top .dropdown-menu { border-radius: 10px } */
.navbar-top .dropdown-menu.profile-dropdown-menu,
.dropdown-menu.profile-dropdown-menu.show,
.profile-dropdown-menu,
.profile-dropdown-menu.show {
  border-radius: 18px !important;
  overflow: hidden;
}

/* 4) Notification toast (push notification card) */
.notification-toast,
.notification-toast.toast-order {
  border-radius: 18px !important;
}
.notification-toast-progress {
  border-radius: 0 0 0 18px !important;
}
