/* BAR BOSS - CSS FIXES */

html, body, #root {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

/* REMOVER coluna preta da direita no PDV */
.w-\[280px\].border-l.bg-card {
  display: none !important;
}

/* Centro ocupa todo espaco */
.flex-1.flex.flex-col.overflow-hidden {
  flex: 1 !important;
  max-width: 100% !important;
}

[data-sidebar] {
  max-height: 100dvh !important;
  overflow-y: auto !important;
}

main, [role=main] {
  overflow-x: hidden !important;
  min-height: 0 !important;
}

[role=dialog] {
  max-height: 90dvh !important;
  overflow-y: auto !important;
}

[role=dialog] > div {
  max-height: 85dvh !important;
  overflow-y: auto !important;
}

table { width: 100% !important; }

@media (max-width: 768px) {
  [data-sidebar=sidebar] { z-index: 50 !important; }
  input, select, textarea { font-size: 16px !important; }
}

::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-track { background: hsl(var(--background)); }
::-webkit-scrollbar-thumb { background: hsl(var(--muted-foreground) / 0.3); border-radius: 3px; }

[data-sonner-toaster] { z-index: 9999 !important; }
[role=listbox] { max-height: 300px !important; overflow-y: auto !important; }

@media print {
  [data-sidebar], nav, header, footer { display: none !important; }
  main { margin: 0 !important; padding: 0 !important; }
}
