html, body, #root {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

#root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

*, *::before, *::after {
  box-sizing: border-box;
}

@media (min-width: 900px) {
  .app-layout-root {
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .app-sidebar {
    flex: 0 0 auto !important;
  }

  .app-sidebar:not(.app-sidebar--instrutor) {
    width: 280px !important;
    min-width: 280px !important;
    max-width: 280px !important;
  }

  .app-sidebar--instrutor {
    width: 260px !important;
    min-width: 260px !important;
    max-width: 260px !important;
  }

  .app-layout-main {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    width: auto !important;
  }
}
