@font-face {
  font-family: "IBM Plex Sans Regular";
  src: url("../fonts/IBMPlexSans-Regular.eot");
 /* IE9 Compat Modes */
  src: url("../fonts/IBMPlexSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/IBMPlexSans-Regular.woff2") format("woff2"), url("../fonts/IBMPlexSans-Regular.woff") format("woff"), url("../fonts/IBMPlexSans-Regular.ttf") format("truetype");
 /* IE6-IE8 */
 /* Super Modern Browsers */
 /* Pretty Modern Browsers */
 /* Safari, Android, iOS */
}

@font-face {
  font-family: "IBM Plex Sans SemiBold";
  src: url("../fonts/IBMPlexSans-SemiBold.eot");
 /* IE9 Compat Modes */
  src: url("../fontsIBMPlexSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/IBMPlexSans-SemiBold.woff2") format("woff2"), url("../fonts/IBMPlexSans-SemiBold.woff") format("woff"), url("../fonts/IBMPlexSans-SemiBold.eot") format("truetype");
 /* IE6-IE8 */
 /* Super Modern Browsers */
 /* Pretty Modern Browsers */
 /* Safari, Android, iOS */
}

:root {
  --primary-color: #fff;
  --primary-background-color: #fff;
  --primary-border-color: #fff;
}

svg {
  fill: var(--primary-color);
}
line {
  stroke: var(--primary-color);
}

html {
  height: 100%;
  font-family: "IBM Plex Sans Regular", Helvetica, sans-serif;
}
strong, b {
  font-family: "IBM Plex Sans SemiBold", Helvetica, sans-serif;
}
body {
  margin: 0;
  height: 100%;
}

fieldset {
  border-radius: 9px;
  border: 2px solid var(--primary-color);
}
legend {
  font-size: 12px;
}
input {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 14px;
  color: #1c2227;
}
input:focus {
  outline: none;
}
.input-field {
  display: flex;
  justify-content: center;
  align-items: center;
}
#clearIcon {
  font-size: 24px;
  cursor: pointer;
}
.info-message, #inputError, #otpVerificationError {
  font-size: 12px;
  margin-top: 2px;
  margin-left: 18px;
}
#inputError, #otpVerificationError, .error-text  {
  color: red;
}
.title.email {
  margin-bottom: 41px;
}
.title.unlock-code {
  margin-bottom: 40px;
}
.header {
  display: flex;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  background: var(--primary-color);
}
.header .logo {
  height: 40px;
}
.body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.main {
  display: flex;
  flex-direction: column;
  background: #F6F6F9;
}
.main .subheader {
  display: flex;
  padding: 16px 24px 20px;
  color: #1c2227;
}
.main .subheader > span {
  font-size: 24px;
  font-family: "IBM Plex Sans SemiBold", Helvetica, sans-serif;
  line-height: 41px;
  letter-spacing: 0em;
}
.main #content {
  display: flex;
  flex-direction: column;
  padding: 24px;
}
.main #content .app-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main #content .app-icon img {
  height: 100px;
  width: 100px;
  border-radius: 20px;
  margin: 2px;
}
.main #content .title {
  display: block;
  margin-bottom: 24px;
  margin-top: 24px;
  font-size: 16px;
  font-family: "IBM Plex Sans Regular", Helvetica, sans-serif;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #1c2227;
  justify-content: center;
}
.main #content .subtitle {
  margin-top: 24px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.128px;
  text-align: center;
  color: #1c2227;
}
.main #content .button {
  display: flex;
  justify-content: center;
}
.main #content .button > button {
  margin-top: 24px;
  height: 56px;
  padding: 16px 40px 19px 40px;
  border-radius: 28px;
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  cursor: pointer;
}
.main #content .button.button-light > button {
  background-color: #fff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.main #content .button > button:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.footer {
  display: flex;
  flex-direction: column;
  background: #F6F6F9;
  justify-content: center;
  align-items: center;
}
.footer .section-links {
  padding-top: 26px;
  padding-left: 24px;
  padding-right: 24px;
}
.footer .section-links .list-border {
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  border-bottom: 1px solid #f9f9fb 33;
}
.footer .section-links .list-border > span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.footer .section-links .list-border > ul {
  padding-inline-start: 0;
  margin: 0;
  padding-top: 12px;
}
.footer .section-links .list-border > ul > li {
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px;
  text-align: left;
  list-style-type: none;
}
.footer .section-links .list-border > ul > li > a {
  text-decoration: none;
  color: var(--primary-color);
}
.footer .section-links .list-border > ul > li:last-of-type {
  padding-bottom: 0;
}
.footer .info-links {
  display: inline-flex;
  padding: 24px 0;
  flex-wrap: wrap;
}
.footer .info-links > a {
  margin: 0 4px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: var(--primary-color);
}
.footer .logo {
  display: flex;
  padding-bottom: 40px;
  padding-left: 24px;
  padding-right: 24px;
}
.footer .logo > img {
  height: 40px;
}
#verificationButton, .button > #otpVerificationButton {
  margin-top: 56px !important;
}
#otpVerificationButton:disabled, #verificationButton:disabled {
  opacity: 0.5;
}
.verification-code-box {
  display: flex;
  justify-content: center;
}
#emailVerificationCode {
  font-size: 24px;
  line-height: 24px;
  padding: 14px;
  border: 1px solid black;
  margin-top: 21px;
}
.download-content {
  display: flex;
  flex-direction: column;
  background-color: #EBF4FE;
  border-radius: 8px;
  padding: 0 20px 36px;
  margin-top: 44px;
}
.download-content > .app-icon {
  margin-top: 26px;
}

.google-play-icon {
  margin-top: 24px;
}

.app-store-icon {
  margin-top: 5px;
}

.google-play-icon, .app-store-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.google-play-icon > img, .app-store-icon > img {
  width: 180px;
}

.info-title {
  display: flex;
  font-size: 24px;
  font-family: "IBM Plex Sans SemiBold", Helvetica, sans-serif;
  margin-bottom: 24px;
}
.redirect.info-box {
  justify-content: space-between;
  background-color: var(--primary-background-color);
  border: 1px solid var(--primary-border-color);
  cursor: auto;
}
.redirect-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "IBM Plex Sans SemiBold", Helvetica, sans-serif;
}
.redirect-text-title {
  font-size: 14px;
  line-height: 21px;
  padding-bottom: 12px;
}
.redirect-text-link {
  font-size: 14px;
  line-height: 21px;
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
  color: var(--primary-color);
}

.info-box {
  background-color: white;
  border-radius: 10px;
  display: flex;
  padding: 14px 0 16px 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.info-box:last-child {
  margin-bottom: 0;
}
.info-box-wrapped {
  display: flex;
  flex-wrap: wrap;
}
.info-box-top {
  display: flex;
  flex-basis: 100%;
}
.info-box-bottom {
  display: flex;
  flex-grow: 1;
}
.info-box-bottom.app-icon {
  margin-top: 24px;
}
.info-box-bottom.input-section {
  margin-top: 24px;
  padding-right: 20px;
  flex-direction: column;
}
.main #content .info-box-bottom.app-icon img, .main #content .app-icon.polling img, .main #content #qrCode img {
  width: 167px;
  height: 167px;
}
.polling-error {
  display: flex;
  justify-content: center;
}

.main #content .polling-error .subtitle {
  margin-top: 0;
  color: red;
  white-space: break-spaces;
}
.info-box-left {
  display: flex;
  flex-basis: 40px;
  flex-grow: 0;
  flex-shrink: 0;
}
.info-box-right {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
.info-box-left > img, .info-box-right-icon > img {
  width: 24px;
  height: 24px;
}
.info-box-right-title {
  display: flex;
}
.info-box-right-icon {
  display: flex;
  flex-basis: 40px;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: start;
}
.info-box-title {
  display: flex;
  flex-basis: 100%;
  font-size: 18px;
  font-family: "IBM Plex Sans SemiBold", Helvetica, sans-serif;
  padding-bottom: 10px;
}
.info-box-right-subtitle {
  display: flex;
  border-top: 1px solid #E4E8EC;
}
.info-box-subtitle {
  display: flex;
  font-size: 12px;
  padding-top: 10px;
  color: #556877;
  padding-right: 20px;
}
.more-info-link {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.more-info-link > a{
  font-size: 14px;
  font-family: "IBM Plex Sans SemiBold", Helvetica, sans-serif;
  color: var(--primary-color);
}
.with-background {
  background-color: #fff;
}
.success-content {
  display: flex;
  padding: 24px;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}
.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

span:empty { display: none }
div:empty { display: none }
a:empty { display: none }

.main #content.polling-screen span {
  white-space: break-spaces;
}
.main #content.polling-screen .title {
  font-family: "IBM Plex Sans Regular", Helvetica, sans-serif;
}

.redirect-page {
  background-color: white;
  border-radius: 10px;
  padding: 13px 14px 12px 20px;
  position: relative;
}

.redirect-page .close-icon {
  position: absolute;
  top: 13px;
  right: 14px;
  cursor: pointer;
}

.redirect-page h1, .redirect-page h2, .redirect-page h3, .redirect-page h4 {
  font-family: "IBM Plex Sans SemiBold", Helvetica, sans-serif;
}

.redirect-page h1:first-of-type {
  padding-top: 0;
}

.redirect-page h1 {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding-right: 24px;
  padding-top: 24px;
}
.redirect-page h2:first-of-type {
  padding-bottom: 12px;
}
.redirect-page h2 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 24px 0;
}
.redirect-page h3 {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 12px 0;
}
.redirect-page h4, .redirect-page li {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding-bottom: 8px;
  white-space: break-spaces;
}
.redirect-page h4 {
  padding-top: 8px;
}
.redirect-page ul {
  padding-inline-start: 20px;
  margin: 0;
}
.redirect-page li {
  padding-top: 4px;
  padding-bottom: 4px;
}
#redirectInfoLink {
  text-align: left;
}

#imprintBtn,
#dataPrivacyBtn,
#accessibilityDeclarationBtn,
#moreInfoBtn {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  text-decoration: underline;
  margin: 0 4px;
  line-height: 16px;
  letter-spacing: 0.5px;
  color: var(--primary-color);
}

#imprintBtn,
#dataPrivacyBtn,
#accessibilityDeclarationBtn {
  font-size: 12px;
}

#moreInfoBtn {
  font-size: 14px;
  font-family: "IBM Plex Sans SemiBold", Helvetica, sans-serif;
}