.dialogReadersZone {
  width: 36em;
}
.dialogReadersZone-insertVoucher {
  width: 24em;
}

.dialogReadersZone_or {
  width: 80%;
  border-top: 1px solid var(--highlighting-color);
  margin: 1em auto;
  height: 1px;
}
.dialogReadersZone_orText {
  position: relative;
  top: -10px;
  background-color: var(--background-color);
  padding: 0 0.5em;
}

.dialogReadersZone_borderAndMarginOnTop {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid var(--gray-c);
}

.registerNewMember_gdprText {
  font-size: 90%;
}
.registerNewMember_gdprText p {
  margin: 4px 0;
  line-height: 120%;
}
.registerNewMember_gdprText b {
  color: var(--highlighting-color);
}

.dialogWelcome {
  width: 24em;
}
.dialogWelcome .tImage {
  margin: 0 0 1em;
  height: 2.8em;
}
.dialogWelcome .tImage img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}
.dialogMemberAccount_productType {
  line-height: 1.3;
  display: inline-block;
  font-size: 66%;
  background-color: #bbb;
  color: #fff;
  padding: 1px 4px;
  border-radius: 3px;
  vertical-align: top;
  margin-top: 2px;
}
.dialogReadersZone_phonePrefix {
  display:inline-block;
  width: 4.5em;
  padding: 0.5em;
  background-position-y: 0.3em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0 none;
}
.dialogReadersZone_phoneNumber {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: calc(100% - 4.5em);
}

.dialogReadersZone-changePassword .mErrorStatus {
  display: block !important;
  height: 1.3em;
}
