html, body {
  overflow-x: hidden !important;
}

.ops-sidebar {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  height: 100vh !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}

.ops-main {
  margin-left: 280px !important;
  width: calc(100vw - 280px) !important;
  max-width: calc(100vw - 280px) !important;
}

@media (max-width: 1400px) {
  .ops-main {
    margin-left: 240px !important;
    width: calc(100vw - 240px) !important;
    max-width: calc(100vw - 240px) !important;
  }
}

@media (max-width: 1100px) {
  .ops-main {
    margin-left: 220px !important;
    width: calc(100vw - 220px) !important;
    max-width: calc(100vw - 220px) !important;
  }
}
