body {
  margin: 0 !important;
  background: #f4f4f4;
}

.pl-container {
  visibility: collapse;
  font-family: "Catamaran";
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 12px;
  height: 100%;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}
.pl-title-2 {
  font-family: Catamaran;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #005867;
  margin: 0 !important;
}
.pl-subtitle-2{
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #3BA4B3;
}
footer{
  width: 60%;
  margin: 0 auto;
  display: flex;
  position: fixed;
  flex-direction: row;
  bottom: 16px;
  left: 0;
  right: 0;
  align-items: center;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: center;
}
.pl-hspace32{
  width:32px;
}
.pl-vspace32{
  height:32px;
}
@media (max-width: 1024px) {
  .pl-container {
    width: 90%;
  }
}

.pl-logo {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 12px;
}

.pl-passport-number-container {
  margin: 0 !important;
  padding: 8px;
  text-align: center;
}

.pl-subtitle {
  font-family: Catamaran;
  font-style: normal;
  font-weight: normal;
  color: #3BA4B3;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.15px;
}
.pl-icon-container{
  opacity: 20%;
  margin-bottom: 1rem;
}
.pl-passport-number {
  font-family: Catamaran;
  font-weight: 700;
  font-size: 36px;
  color: #3BA4B3;
  text-align: center;
  margin: 0 auto !important;
}

.pl-detail-cell {
  position: relative;
  background: #3BA4B3;
  box-sizing: border-box;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  padding: 16px 32px;
  justify-content: space-between;
  margin: 0 auto;
  margin-bottom: 16px;
}

.pl-more-detail{
  margin-top: 16px;
  border-radius: 16px;
  border: solid 1px #3BA4B3;
  background: #F8F9FD;
  padding:8px 32px;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-decoration: none;
}


.pl-desc-container {
  margin: 0 auto;
  margin-bottom: 16px;
}

.text-en {
  margin-top: 0;
  font-size: 14px;
  color: #eee;
  font-weight: 400;
  line-height: 18px;
}

.pl-info-text {
  margin-bottom: 8px;
  margin-top: 8px;
  line-height: 22px;
  color: white;
  font-family: 'Catamaran';
  font-size: 24px;
  font-weight: 700;
}

.text-en-green {
  margin-top: 0;
  font-size: 14px;
  color: #3BA4B3;

}

.text-de-green {
  margin-bottom: 0;
  color: #005867;
}

.pl-link {
  color: white;
  text-decoration: none;
  text-align: start;
  padding-left: 36px;
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
