
#prev-page-button {
  color: white;
  left: 20px;
  bottom: 20px;
  position: absolute;
  border-radius: 5px;
  background-color: rgb(252, 18, 18);
  background-size: contain;
  background-repeat: no-repeat;
}

#next-page-button {
  color: white;
  right: 20px;
  bottom: 20px;
  border-radius: 5px;
  position: absolute;
  background-color: gray;
  background-size: contain;
  background-repeat: no-repeat;
}

#toggle-play-button {
  color: white;
  left: 50%;
  bottom: 20px;
  border-radius: 5px;
  position: absolute;
  background-color: gray;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, 0);
}

#languages-menu-button {
  color: white;
  left: 20px;
  bottom: 20px;
  position: absolute;
  border-radius: 5px;
  background-color: gray;
  background-size: contain;
  background-repeat: no-repeat;
}

#companies-menu-button {
  color: white;
  left: 20px;
  bottom: 20px;
  position: absolute;
  border-radius: 5px;
  background-color: gray;
  background-size: contain;
  background-repeat: no-repeat;
}

#sites-menu-button {
  color: white;
  left: 20px;
  bottom: 20px;
  position: absolute;
  border-radius: 5px;
  background-color: gray;
  background-size: contain;
  background-repeat: no-repeat;
}

#take-photo-button {
  color: white;
  left: 50%;
  bottom: 20px;
  border-radius: 5px;
  position: absolute;
  background-color: gray;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, 0);
}

#reveal-password-button {
  color: white;
  background-color: gray;
}

#skip-userid-button {
  color: white;
  background-color: gray;
}

#alert-accept-button {
  color: white;
  background-color: gray;
}

#confirm-yes-button {
  color: white;
  background-color: gray;
}

#confirm-no-button {
  color: white;
  background-color: gray;
}