/* CUSTOM STYLE */

.pagination {
  justify-content: end
}


div#loading {
  position: fixed;
  font-size: 1.5rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #80808087;
  color: white;
}