/* Styles for go, submit, and show buttons */

#go {
  background-image: linear-gradient(#42a1ec, #0070c9);
  border: 1px solid #0077cc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  direction: ltr;
  font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.022em;
  line-height: 1.47059;
  margin-bottom: 20px;
  margin-top: 150px;
  min-width: 30px;
  overflow: visible;
  padding: 4px 15px;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  white-space: nowrap;
  -webkit-user-select: none;
}

#go:disabled {
  cursor: default;
  opacity: 0.3;
}

#go:hover {
  background-image: linear-gradient(#51a9ee, #147bcd);
  border-color: #1482d0;
  text-decoration: none;
}

#go:active {
  background-image: linear-gradient(#3d94d9, #0067b9);
  border-color: #006dbc;
  outline: none;
}

#go:focus {
  box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
  outline: none;
}

#submit {
  background-image: linear-gradient(#42a1ec, #0070c9);
  border: 1px solid #0077cc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  direction: ltr;
  display: block;
  font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.022em;
  line-height: 1.47059;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 30px;
  min-width: 30px;
  overflow: visible;
  padding: 4px 15px;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  white-space: nowrap;
  -webkit-user-select: none;
}

#submit:disabled {
  cursor: default;
  opacity: 0.3;
}

#submit:hover {
  background-image: linear-gradient(#51a9ee, #147bcd);
  border-color: #1482d0;
  text-decoration: none;
}

#submit:active {
  background-image: linear-gradient(#3d94d9, #0067b9);
  border-color: #006dbc;
  outline: none;
}

#submit:focus {
  box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
  outline: none;
}

#show {
  background-image: linear-gradient(#42a1ec, #0070c9);
  border: 1px solid #0077cc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  direction: ltr;
  display: block;
  font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.022em;
  line-height: 1.47059;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 30px;
  min-width: 30px;
  overflow: visible;
  padding: 4px 15px;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  white-space: nowrap;
  -webkit-user-select: none;
}

#show:disabled {
  cursor: default;
  opacity: 0.3;
}

#show:hover {
  background-image: linear-gradient(#51a9ee, #147bcd);
  border-color: #1482d0;
  text-decoration: none;
}

#show:active {
  background-image: linear-gradient(#3d94d9, #0067b9);
  border-color: #006dbc;
  outline: none;
}

#show:focus {
  box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
  outline: none;
}
