@media (max-width: 767.98px) {
  .sidebar-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    margin-left: -260px;
    height: 100vh;
  }

  .sidebar-wrapper.show {
    margin-left: 0;
  }

  .main-content-wrapper {
    width: 100%;
  }

  .table-responsive {
    border-radius: 0.5rem;
  }
}