body {
  font-family: "AvertaPE Regular";
  color: #fff;
  text-align: center;
  background: url(../img/backdrop.png) #0f7b8b no-repeat center center;
  background-size: cover;
  margin: 0;
}
@media (min-device-width: 550px){
  body{
    background-size: contain;
  }
}
.text-center {
  text-align: center;
}
img {
  max-width: 100%;
}
.wrapper {
  max-width: 100%;
  width: 900px;
  margin: auto;
}
.brand{
  width: 200px;
    max-width: 90%;
    overflow: hidden;
    border-radius: 10px;
}
.flex-block {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
}
.flex-block .sample-pass-block {
  /* background: #eee; */
  /* padding: 15px; */
}
.flex-block .sample-pass-block .pass img {
  max-width: 100%;
  box-shadow: 0px 0px 100px 10px #000000bf;
  border-radius: 10px;
  max-height: 700px;
  display: none;
}
 /* .flex-block .sample-pass-block .pass {
  width: calc(100% - 200px);
  position: absolute;
  height: calc(100% - 250px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../sample-pass.png") no-repeat center center;
  background-size: contain;
  box-shadow: 0px 0px 100px 0px #00000026;
  border-radius: 10px;
  filter: blur(8px) opacity(0.8);
}  */
.wallet-img img{
  width: 250px;
}
@keyframes progress-bar-stripes {
  from { background-position: 1rem 0; }
  to { background-position: 0 0; }
}
.flex-block .addToGoogle-block div.progress{position: absolute;height: 10px;border-radius: 10px;width: 100%;background: #0f7b8b;background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size: 1rem 1rem;top: calc(100% - 10px);left: 0;-webkit-animation: progress-bar-stripes 1s linear infinite;animation: progress-bar-stripes 1s linear infinite;}
/* .flex-block .addToGoogle-block {
  max-width: calc(100% - 100px);
  width: 550px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 15px 10px;
  border-radius: 10px;
  border: 4px solid #006eaa;
} */
.generated__pass {
    color: #fff;
    padding: 15px;
}
.generated__pass .name{
    font-size: 2.3rem;
    margin: 1em 0;
    font-family: "Skia";
    font-weight: bold;
}
.generated__pass .total_passes{font-size: 1.2em;font-weight: 600;letter-spacing: 1px;word-spacing: 2px;}
.generated__pass p{
    font-weight:normal;
}
.generated__pass .wallet-img{
    display:block;
    margin-top: 30px;
}
