/**
 * CSP-safe classes for HTML strings injected at runtime (modals / form placeholders).
 * Replaces former inline style="" in TS-built markup.
 */

.perm-wrap {
  margin-bottom: 15px;
}

.perm-hero {
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 15px;
}

.perm-hero-img {
  width: 80%;
}

.perm-title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 900;
  text-align: center;
}

.perm-sub {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
}

.center {
  text-align: center;
}

.status-lg {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  text-align: center;
}

.msg-md {
  font-size: 1rem;
}

.tnc-agree {
  font-size: 14px;
}

.tnc-docs {
  line-height: 1.3rem;
  font-size: 1rem;
  padding: 0.5rem 0;
}

.preview-shell {
  height: 100vh;
  width: 100vw;
  position: relative;
}

.preview-card {
  position: absolute;
  font-size: 1.4rem;
  background: white;
  padding: 1rem;
  border-radius: 1rem;
  line-height: 2rem;
  box-shadow: 0px 0px 10px -3px black;
  height: fit-content;
  max-height: 90vh;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.preview-scroll {
  height: 100%;
  width: 100%;
  overflow: auto;
  max-height: 80vh;
  padding: 0 1rem;
}

.preview-title {
  font-size: 1.7rem;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 600;
}

.result-thanks {
  font-size: 1.1rem;
  padding: 0.5rem;
}

.result-done-title {
  text-align: center;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 5px;
}

.instr-wrap {
  font-size: 1rem;
}

.instr-gap {
  margin-bottom: 0.5rem;
}

.subtitle-center {
  font-size: 1rem;
  text-align: center;
}

.syscheck-wrap {
  margin-bottom: 15px;
}

.syscheck-hero {
  display: block;
  margin: auto;
  width: fit-content;
  text-align: center;
}

.syscheck-title {
  color: var(--primary-color);
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 19px;
  margin-top: 15px;
}

.syscheck-img {
  opacity: 0.9;
  width: 27%;
}

.syscheck-dot {
  height: 1px;
  width: 70%;
  background-color: var(--primary-color);
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  opacity: 0.3;
  border-radius: 100%;
}

.dl-auth-title {
  text-align: center;
  margin-bottom: 1rem;
}

.dl-intro {
  text-align: left;
}

.dl-list {
  all: unset;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 1.5rem;
  margin: 0;
  list-style-type: disc;
  text-align: left;
}

.dl-list-item {
  margin-bottom: 0.8rem;
}

.dl-or {
  border-top: 2px solid #d3d3d3;
  position: relative;
  margin: 1rem 0;
}

.dl-or-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0 0.5rem;
}


.syscheck-wrap {
  display: block;
  margin: auto;
  width: fit-content;
  text-align: center;
  margin-bottom: 15px;
}
.syscheck-title {
  color: var(--primary-color);
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 19px;
  margin-top: 15px;
}
.syscheck-img {
  opacity: 0.9;
  width: 27%;
}
.syscheck-dot {
  height: 1px;
  width: 70%;
  background-color: var(--primary-color);
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  opacity: 0.3;
  border-radius: 100%;
}
.error-desc {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  text-align: center;
}
.error-subtext {
  font-size: 1rem;
  text-align: center;
}
