html {
  background-color: #ffffff;
}

cds-dropdown:not(:defined),
cds-dropdown-item:not(:defined) {
  visibility: hidden;
}

#root {
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
}

.footer {
  text-align: center;
  margin-top: 330px;
  margin-bottom: 30px;
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Temporary spacing */
}

.cds--header ~ .cds--content,
div:has(.cds--header) ~ .cds--content {
  margin-block-start: 3rem;
}

/* Keep in case need to remove cds-content for bg colouring */
/* .cds--header {
              margin-block-start: 3rem;
          } */

.cds-link {
  /* color: #0f62fe; */
  color: #000000;
  text-decoration: underline;
  background-color: #ffffff;
  border: none;
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 16px;
}

.cds-link:hover {
  color: #474747;
}

.cds--content {
  padding: 2rem 4rem 2rem 2rem;
  /* Doubled padding on right side */
  color: var(--cds-text-primary, #161616);
  will-change: margin-left;
}

/* cds-button.signin-btn::part(button) {
  border-radius: 25px;
  background-color: #aa8ab7;
  color: black;
  text-align: center;
} */

.cds-button {
  text-align: center;
  font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  padding: 5px 20px 5px 20px;
}

.cds-button-round {
  border-radius: 40px;
}

.cds-button-lilac {
  /* background-color: #aa8ab7; */
  background-color: #d1c0d8;
  color: black;
  border: solid 2px #000000;
}

.cds-button-lilac:hover {
  background-color: #aa8ab7;
}

.cds-button:disabled {
  background-color: #c6c6c6;
}

.cds-button-dark {
  background-color: #161616;
  color: #ffffff;
}

.cds-button-dark:hover {
  color: #f4f4f4;
  background-color: #474747;
}

.cds-button-light {
  background-color: #ffffff;
  color: #161616;
}

.cds-language {
  padding-top: 15px;
  padding-bottom: 15px;
}

.cds-button-light:hover {
  color: #474747;
  background-color: #f4f4f4;
}

.cds-span {
  padding-right: 5px;
  padding-left: 5px;
}

.cds-helper-text {
  font-size: 12px;
}

.cds-no-border {
  border: none;
}

.cds-footer {
  color: #474747;
  font-size: 12px;
}

/* cds-button.language--btn::part(button) {
  max-width: 100%;
} */

.esn-logo {
  height: 47px;
}

.cds--header {
  background-color: #000000;
  color: #ffffff;
}

.cds-hidden {
  display: none;
}

.cds-qr {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75vh;
}

.cds-text-input {
  border: none;
  border-block-end: 1px solid #000000;
  height: 2rem;
  width: 100%;
  background-color: #f4f4f4;
  padding: 5px 0 5px 15px;
}

.cds-label {
  color: #525252;
  font-size: small;
  margin-bottom: 5px;;
}

.error-box img {
  margin:0 0 0 0;
  padding-bottom: 20px;
  padding-right: 20px;
  float: left;
}
#errId {
  overflow:hidden;
  position: relative;
  top: -6px;
  margin: 0 0 0 8px;
}
.error-box.active {
  display:block;
}
.error-box {
  display:none;
  overflow: hidden;
  font-size:14px;
  background-color:#FFF;
  color:#DE0000;
  clear:both;
  float:none;
  position:relative;
  bottom:-32px;
  margin:0 -64px 0 -64px;
  padding:26px 26px 10px 26px;
  min-height:50px;
  box-sizing:border-box;
}
