#modal-history .modal-dialog {
  max-width: 90%;
  max-height: 90vh;
}

#modal-history .modal-content {
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

#modal-history .modal-body {
  overflow-y: auto;
  max-height: 70vh;
}

/*404 page*/
.page-not-found {
  background-image: url("../img/bg-404.jpeg");
  background-size: cover;
  background-position: center;
  image-rendering: pixelated;
}

.page-not-found .wrapper.not-found {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.61);
}

.page-not-found .wrapper.not-found h1 {
  font-size: 100px;
  letter-spacing: .15em;
  font-weight: 600;
}

.page-not-found .wrapper.not-found .desc {
  font-size: 27px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 2px;
}

.page-not-found .wrapper.not-found .desc span {
  font-weight: 600;
  font-size: 30px;
}

.page-not-found .wrapper.not-found .btn-back-home {
  border-radius: 50px;
  padding: 13px 25px;
}

.title {
  color: #fff !important;
  font-size: 80px !important;
  font-weight: 700;
  margin-bottom: 10px;
}