/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

body.privacy {
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

body.clean {
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

body.age-verification {
  background-color: #3DC00F;
  color: white;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  column-gap: 60px;
}

body.age-verification h1 {
  font-size: 36px;
  margin-bottom: 20px;
}
body.age-verification .logo {
  width: 195px;
}

body.age-verification input[type=number] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 3px solid white;
  box-sizing: border-box;
  color: white;
  background: transparent;
  opacity: 0.8;
}
body.age-verification input:focus {
  outline-color: white;
}

body.age-verification form ul.errorlist {
  color: #ffffff;
}

body.age-verification input[type=submit] {
  width: 100%;
  background: transparent;
  border: 1px solid white;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  cursor: pointer;
}

/* When viewed on a mobile device, the form should be centered vertically */
@media screen and (max-width: 768px) {
  body.age-verification {
    flex-direction: column;
    row-gap: 60px;
  }
}
