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;
}

.cds-header-right {
  position: absolute;
  right: 0;
}

.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: 2px solid #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-button-light:hover {
  color: #474747;
  background-color: #f4f4f4;
}

.cds-button-header {
  background-color: #000000;
  color: #ffffff;
  border: none;
  text-decoration: none;
}

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

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

.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: 2.5rem;
  width: 100%;
  background-color: #f4f4f4;
  padding-left: 1rem;
  margin: 0.5rem 0 1rem 0;
}

.cds-label {
  color: #525252;
  font-size: small;
}

.errorMessage {
  border: solid 2px red;
  padding: 1rem
}

.cds-checkbox-span {
  display: flex;
  justify-content: left;
  gap: 0.5rem;
}

.cds-checkbox {
  width: 1rem;
}

.hidden {
  font-weight: bold;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cds-choice-button {
  height: 3rem;
  border: solid #0f62fe 1px;
  margin-bottom: 0.5rem;
}