body {
  background-color: transparent;
  font-family: 'Google Sans', Roboto, Arial, sans-serif;
  line-height: normal;
  color: #202124;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;  
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}

.pass-view-group {
  position: relative;
  margin-top: 24px;
  color: var(--passview-font-color, white);
  width: 270px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 7px 1px rgb(0 0 0 / 14%), 0 3px 9px 2px rgb(0 0 0 / 12%), 0 4px 4px -3px rgb(0 0 0 / 20%);
}

.pass-view-group.generic-private {
  color: var(--passview-font-color, #202124);
}

.pass-view-group.light {
  color: var(--passview-font-color, white);
}

.pass-view-group * {
  position: relative;
}

.pass-view-group .active {
  z-index: 2;
  background-color: var(--passview-background-color, #4285f4);
}

.pass-view-group.generic-private .active {
  z-index: 2;
  background-color: var(--passview-background-color, #90f2f9);
}

.pass-view-group.loyalty .active {
  z-index: 2;
  background-color: var(--passview-background-color, #7a4b1f);
}

.pass-view-group.giftcard .active {
  z-index: 2;
  background-color: var(--passview-background-color, #358b1d);
}

.pass-view-group.offer .active {
  z-index: 2;
  background-color: var(--passview-background-color, #d97c12);
}

.pass-view-group.flight .active {
  z-index: 2;
  background-color: var(--passview-background-color, #8d3a6f);
}

.pass-view-group.event .active {
  z-index: 2;
  background-color: var(--passview-background-color, #264750);
}

.pass-view-group.transit .active {
  z-index: 2;
  background-color: var(--passview-background-color, #0e3a0e);
}

.pass-view-group .pass-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.pass-view-group .pass-overlay.dark {
  background-color: #00000044;
}

.pass-view-group .pass-view {
  display: flex;
  flex-direction: column;
  border-radius: 24px 24px 0 0;
  box-shadow: inset 0 0 0 1px #ffffff33;
  background-color: var(--passview-background-color, #4285f4);
  cursor: default;
}

.pass-view-group .pass-view.generic-private {
  background-color: var(--passview-background-color, #90f2f9);
}

.pass-view-group .pass-view.loyalty {
  background-color: var(--passview-background-color, #7a4b1f);
}

.pass-view-group .pass-view.giftcard {
  background-color: var(--passview-background-color, #358b1d);
}

.pass-view-group .pass-view.offer {
  background-color: var(--passview-background-color, #d97c12);
}

.pass-view-group .pass-view.flight {
  background-color: var(--passview-background-color, #8d3a6f);
}

.pass-view-group .pass-view.event {
  background-color: var(--passview-background-color, #264750);
}

.pass-view-group .pass-view.transit {
  background-color: var(--passview-background-color, #0e3a0e);
}

.pass-view .background-image-container {
  height: 100%;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pass-view .head {
  font-weight: 500;
  text-align: left;
  margin-top: 3px;
  border-radius: 24px 24px 6px 6px;
}

.pass-view .title-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 24px 24px 6px 6px;
}

.pass-view .logo-wrapper {
  padding: 6px;
  margin: 6px 0 6px 6px;
  border-radius: 100%;
}

.pass-view .logo {
  height: 24px;
  width: 24px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #ffffffdd;
  overflow: hidden;
  border-radius: 100%;
}

.pass-view .logo p {
  margin: 0;
  color: #5f6368;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

.pass-view .logo-image {
  object-fit: cover;
  border: 0;
  height: 100%;
  max-width: 100%;
}

.pass-view .back-button{
  margin: 10px 10px 0 5px;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.pass-view .card-title,
.pass-view .card-meta {
  flex: auto;
  padding: 6px;
  margin-right: 12px;
  font-size: 14px;
  letter-spacing: 0.015em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 6px;
}

.pass-view .card-meta {
  text-align: right;
  text-overflow: unset;
  overflow: visible;
}

.pass-view .dim-divider {
  background-color: #ffffff15;
}

.pass-view .row-dim-divider {
  background-color: #ffffff15;
  margin: 6px 9px;
}

.pass-view .sub-header {
  padding: 1px 12px;
  font-size: 14px;
}

.pass-view .main-header {
  font-size: 20px;
  padding: 1px 12px;
  letter-spacing: 0;
  font-weight: normal;
  line-height: 30px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

pass-view .main-header.boarding-pass {
  font-size:24px;
}

.pass-view .body {
  padding: 15px;
}

.pass-view .row {
  display: flex;
  flex-direction: row;
}

.pass-view .row-item {
  font-weight: 500;
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 6px;
}

.pass-view .start-item {
  flex: 1 1 0;
  align-items: flex-start;
  text-align: left;
}

.pass-view .middle-item {
  align-items: center;
  text-align: center;
}

.pass-view .middle-item .row-label,
.pass-view .middle-item .row-label-value {
  width: 90px;
}

.pass-view .middle-item .row-label:empty,
.pass-view .middle-item .row-label-value:empty {
  width: 0;
}

.pass-view .end-item {
  flex: 1 1 0;
  align-items: flex-end;
  text-align: right;
}

.pass-view .row-label {
  width: 100%;
  flex: 1 0 50%;
  padding: 6px 12px 0 12px;
  font-size: 11px;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
}

.pass-view .row-label.emergency-list{
  font-weight: 600;
  padding: 0 0 0 0;
}

.pass-view .row-label-value {
  width: 100%;
  flex: 1 0 50%;
  padding: 0 12px 6px 12px;
  font-size: 14px;
  letter-spacing: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* Ensure a minimum height for empty required fields */
.pass-view .card-title:after,
.pass-view .card-meta:after,
.pass-view .main-header:after,
.pass-view .row-label:after,
.pass-view .row-label-value:after {
  display: inline-block;
  content: '';
}

.pass-view .barcode {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 0;
  overflow: hidden;
}

.pass-view .barcode-wrapper {
  margin: 0 30px;
  background-color: white;
  border-radius: 12px;
  display: inline-flex;
}

.pass-view .barcode-img {
  display: none;
  margin: 14px;
}

.pass-view .barcode-img.text {
  margin: 20px 20px;
  color: #212121;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.pass-view .barcode-img.qr {
  width: 110px;
  height: 110px;
}

.pass-view .barcode-img.bar {
  width: 160px;
}

.pass-view .barcode-img.pdf {
  width: 190px
}

.pass-view .barcode-alternate-text {
  text-align: center;
  padding: 4px 25px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.pass-view .material-icons.flight {
  transform: rotate(90deg);
  font-size: 14px;
}

.pass-view .hero-image {
  width: 270px;
  height: 87.9px;
  object-fit: cover;
  margin-top: -1px;
  border-radius: 0 0 24px 24px;
}

.pass-view .container {
  display: flex;
  min-height: 42px;
  width: 238px;
  padding: 10px 0 10px 0;
  align-items: center;
  align-self: center;
  background-color: var(--details-background, #ededf4);
  border-radius: 15px;
}

.pass-view .container.icon {
  display: flex;
  padding: 0 0 0 15px;
}

.pass-view .emergency-icon-container {
  padding: 3px 14px 0 0;
}

.pass-view .list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: center;
  border-radius: 15px;
  overflow: hidden;
}

.pass-view .list-item {
  display: flex;
  min-height: 42px;
  width: 238px;
  background-color: var(--details-background, #ededf4);
  border-radius: 3px;
  align-items: center;
  margin: 1px;
  padding: 0 0 0 15px;
  cursor: pointer;
}

.pass-view .list-item:hover {
  background-color: #d5d5db;
}

.detail-view {
  display: flex;
  flex-direction: column;
  font-family: 'Google Sans', Roboto, Arial, sans-serif;
  font-size: 13px;
  min-height: 200px;
  max-width: 310px;
}

.detail-view .detail-image-container {
  width: 100%;
  padding: 8px 8px 18px 8px;
}

.detail-view .detail-image {
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 20%);
}

.detail-view .detail-text {
  padding: 9px 12px;
}

.detail-view .detail-text-header {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #1f1f1f;
}

.detail-view .detail-text-body {
  font-weight: 400;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 18px;
  color: #444746;
  word-break: break-word;
}

.detail-view .detail-link {
  letter-spacing: 0.00625em;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5rem;
  color: #212121;
  display: flex;
  align-items: center;
  padding: 12px;
  text-decoration: none;
}

.detail-view .detail-link-icon {
  width: 20px;
  height: 20px;
}

.detail-view .detail-link-text {
  display: inline-block;
  line-height: 18px;
  margin-left: 18px;
  word-break: break-all;
}