.footer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 106.8px;
  background-color: rgb(121, 0, 0);
}

.signature {
  font-size: 12px;
  text-align: center;
  color: white;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.under-signature {
  display: flex;
  justify-content: center;
  font-size: 12px;
  color: gray;
  margin-bottom: 16px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.emptyPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.emptyPage p {
  font-size: 24px;
  color: rgb(0, 0, 0);
  background-color: rgb(198, 154, 9);
  border-radius: 8px;
  padding-right: 12px;
  padding-left: 12px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.emptyPage img {
  margin-left: 250px;
  width: 300px;
  height: auto;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
}

.display-none {
  display: block !important;
}

.overlayTemplate {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.overlayTemplate img {
  width: 350px;
  height: 300px;
  object-fit: cover;
}

.overlay-order {
  margin-top: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inputfield {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading-spinner {
  margin-bottom: 24px;
}

.overlay {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
