/* OSPrimeApp 5.7 — Base / layout global */
body.premium-ui .main {
  min-width: 0 !important;
  max-width: 100% !important;
}
body.premium-ui .topbar.glass-header > div:first-child {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
}
.page-tabs {
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0 2px;
}
