#messages {
  position: absolute;
  transform: translate(-50%, 0%);
  top: 20px;
  left: 50%;
  z-index: 1030;
  width: 25rem;
}

h1 {
  text-align: center;
}

/* Fixes missing icons inside header on map page */
i.icons[class^=icon-] {
  font-family: simple-line-icons;
}

.alert {
  margin: auto;
  text-align: center;
}

.text-shadow-lg {
  text-shadow: 0 0 20px var(--bs-dark);
}

/* Web page */
#page-title.hero-bg {
  min-height: 25vh;
}
/* Web page */

/* Accounts */
#accounts-wrapper {
  max-width: 570px;
}
/* Accounts */

/* PDF preview block */
.pdf-preview-block {
  margin: 1rem 0;
  width: 100%;
  max-width: 100%;
}

.pdf-preview-block__status {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  min-height: 1.2rem;
}

.pdf-preview-block__canvas {
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  display: block;
  height: auto;
  max-width: 100%;
}

.pdf-preview-block__controls {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.pdf-preview-block__controls--top {
  margin-bottom: 0.75rem;
  margin-top: 0;
}

.pdf-preview-block__controls button {
  background: #0d6efd;
  border: 1px solid #0d6efd;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  padding: 0.3rem 0.7rem;
}

.pdf-preview-block__controls button:hover {
  background: #0b5ed7;
  border-color: #0a58ca;
}
/* PDF preview block */

.card {
  box-shadow: 0px 0px 32px -7px rgba(0, 0, 0, 0.1);
}

#footer {
  background-color: #171940 !important;
  color: #777;
  top: -120px;
}

footer {
  margin-top: 100px;
}

footer>div {
  margin-bottom: -130px;
}

footer svg {
  background-color: #fff;
}

footer h2 {
  color: #fff;
}
