@media (max-width: 991.98px) {
  main.col-md-9.ml-sm-auto.col-lg-10 {
    margin-left: 0;
    padding: calc(56px + 16px) 16px 24px;
  }

  .sidebar {
    width: 100%;
    position: relative;
    top: 56px;
  }

  .navbar .navbar-brand {
    font-size: 0.96rem;
  }

  .vda-top-search {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .page-header {
    display: block;
  }

  .page-header .btn-toolbar,
  .page-header .btn-group {
    margin-top: 10px;
  }

  .btn,
  .btn-sm {
    width: 100%;
    justify-content: center;
  }

  .table td,
  .table th {
    padding: 10px;
  }
}
