@font-face {
  font-family: "SF Pro Display";
  src: url("/fonts/SFProDisplay-Regular.eot");
  src: local("SF Pro Display Regular"), local("SFProDisplay-Regular"), url("/fonts/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/SFProDisplay-Regular.woff2") format("woff2"), url("/fonts/SFProDisplay-Regular.woff") format("woff"), url("/fonts/SFProDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SF Mono Light";
  font-style: normal;
  font-weight: normal;
  src: local("SF Mono Light"), url("/fonts/SFMonoLight.woff") format("woff");
}
body {
  margin: 0;
  font-family: "SF Pro Display", Arial, Noto Sans, Apple Color Emoji, Segoe UI Emoji;
  line-height: 1.25;
  font-size: 20px;
}

.toolbar {
  background: #0c874a;
  color: #fff;
  margin-bottom: 16px;
  font-family: "SF Pro Display";
  font-size: 0.8em;
  padding: 10px;
  padding-left: 20px;
  background-image: url("/img/share.png");
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 25px;
}

.main {
  margin: 18px auto;
  max-width: 556px;
  padding: 0 1rem;
}

.box {
  height: auto;
  border: solid 1px #ccc;
  border-radius: 0.333rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  box-shadow: 0px 2px 0.5em #c5c5c5;
}
.box__top {
  background: #0c874a;
  color: #fff;
  height: 11.5rem;
  border-top-left-radius: 0.333rem;
  border-top-right-radius: 0.333rem;
  background-image: url("/img/pngegg.png");
  background-size: 33% auto;
  background-repeat: no-repeat;
  vertical-align: bottom;
  position: relative;
  background-position: center 20px;
}
.box__top .check__img {
  float: right;
  height: 6rem;
  bottom: 0.5rem;
  position: absolute;
  right: 0;
}
.box__top .text {
  margin-left: 1rem;
  padding-top: 7rem;
}
.box__top .text__covid {
  font-size: 1.6rem;
  line-height: 1.2em;
  letter-spacing: 0.5px;
}
.box__top .text__certificate {
  font-size: 1.2rem;
  line-height: 1.1em;
  letter-spacing: 0.025px;
}
.box__bottom {
  height: auto;
  padding: 1rem;
  background-image: url("/img/watermark.gif");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: brightness(1.05);
}
.box__bottom .personalData {
  margin-bottom: 23px;
}
.box__bottom .personalData__label {
  font-size: 0.9em;
  line-height: 1;
  letter-spacing: 0.75px;
}
.box__bottom .personalData__label--valid {
  color: #0c874a;
}
.box__bottom .personalData__value {
  font-size: 1.6em;
  line-height: 1.333;
  letter-spacing: 0.2px;
}
.box__bottom .personalData__value--valid {
  color: #0c874a;
  font-size: 1.25em;
}
.box__bottom .timer {
  font-family: "SF Mono Light", monospace;
  font-size: 0.875em;
  line-height: 1em;
  color: rgb(170, 170, 170);
  text-align: center;
  letter-spacing: 1px;
}

.footer .save {
  border-radius: 0.333rem;
  border: solid 2px #0c874a;
  text-align: center;
  padding: 0.75rem;
  font-size: 1em;
}
.footer .appleWallet {
  text-align: center;
  margin: 1rem auto;
}
.footer .appleWallet__img {
  width: 50%;
  display: block;
  margin: 1rem auto;
}
.footer .gotIt {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  letter-spacing: 0.9px;
  font-weight: 700;
}
.footer .details {
  margin-bottom: 1rem;
}
.footer .details__label {
  color: #aaa;
  font-size: 0.7rem;
  letter-spacing: 0.6px;
}
.footer .details__value {
  font-size: 1rem;
  line-height: 1.333;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  font-size: 20px;
  height: auto;
  border: 1px solid #888;
  width: 80%;
}
.modal-content input,
.modal-content select {
  display: inline-block;
  height: 40px;
  width: calc(100% - 8px);
  margin-bottom: 4px;
}
.modal-content .date-field {
  width: 29%;
}/*# sourceMappingURL=style.css.map */