/* Global CSS for standalone routes - bypassing CSS Modules */

/* Hide sidebar and header for standalone routes */
body.standalone-route div[class*="profile"] {
  display: none !important;
}

body.standalone-route div[class*="sideBarContainer"] {
  display: none !important;
}

body.standalone-route div[class*="sideBar"] {
  display: none !important;
}

body.standalone-route div[class*="style__sideBarContainer"] {
  display: none !important;
}

body.standalone-route div[class*="style__profile"] {
  display: none !important;
}

body.standalone-route .main {
  margin-right: 0 !important;
  padding-top: 0 !important;
  width: 100% !important;
  height: 100vh !important;
}

body.standalone-route .content {
  padding: 10px !important;
}

body.standalone-route div[class*="style__content"] {
  padding: 10px !important;
}

body.standalone-route div[class*="content--"] {
  max-width: 100% !important;
  padding: 10px 35px !important;
}
