.hover:hover{
  color: red;
  font-weight: 600;
}


::-webkit-scrollbar {
  width: 1px; 
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: transparent;
}

ul::-webkit-scrollbar {
  width: 4px;
}

ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}

ul::-webkit-scrollbar-thumb {
  background: #1076C0;
  border-radius: 25px;
}


#pagination a {
  font-size: 1rem;
  padding: 0.3125rem 0.625rem;
  border: none;
  background: #eee;
  border-radius: 4px;
  color: #000;
  margin-right: 0.75rem;
}

#pagination a.active {
  color: #fff;
  background: #5b9cd7;
  font-weight: bold;
}

.grow {
  flex-grow: 1;
}

#dataContainer {
  overflow: auto;
}

#dataContainer ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  list-style: none;
  text-align: justify;
}
