:root {
  --card: 220 16% 96% !important;
  --popover: 220 16% 96% !important;
}

body .bg-card,
body .bg-white,
body .vn-shell > header,
body .vn-shell > section,
body [style*="background:#fff"],
body [style*="background: #fff"] {
  background-color: hsl(220 16% 96%) !important;
}

/* A navegacao completa ja existe no menu superior do VMS. */
body div.sticky.top-0.z-30.bg-card:has(> button) {
  display: none !important;
}
