    body {
        overflow-x: hidden;
    }
    #sidebar {
        min-height: 100vh;

    }

    @media (max-width: 768px) {
        #sidebar {
            position: fixed;
            float: left
        }
    }

    #side-menu-dash{

    }


.autocomplete-suggestions {
  max-height: 200px;
  overflow-y: auto;
  display: none;
  max-width: 100%;
}

.autocomplete-suggestions .suggestion-item:hover {
  background-color: #f0f0f0;
}

.autocomplete-suggestions:empty {
  display: none;
}

.autocomplete-suggestions:not(:empty) {
  display: block;
}

 .pagination .page-link {
    color: #007bff;
  }

  .pagination .page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
  }
