/* OSPrimeApp 5.7 — Dashboard */
@media (min-width: 769px) {
  html body.premium-ui .main > .topbar.glass-header {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  html body.premium-ui.dashboard-view .main > #page-dashboard,
  html body.premium-ui.theme-dark .main > #page-dashboard,
  html body.premium-ui.theme-light .main > #page-dashboard {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  html body.premium-ui .topbar.glass-header > div:first-child {
    flex: 1 1 0 !important;
    min-width: 0 !important;
  }

  html body.premium-ui .topbar.glass-header .top-actions-clean {
    display: flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 0 0 auto !important;
    align-self: flex-start !important;
    justify-content: flex-end !important;
  }
}
