/* GENERAL ↓ */

body {
  background-attachment: fixed;
  background-color: rgb(208 221 224);
  background-image: url('/registration/base/img/body-bg.png');
  background-blend-mode: screen;
  color: rgb(56 67 76);
}

#content {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9rem;
  letter-spacing: -0.02em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  letter-spacing: -0.03em;
  word-spacing: 0.2em;
}

h1 {
  color: var(--content-color-green);
  font-size: calc(1.35em + 1.1vw);
  margin-bottom: 19px;
}

.fa-phone {
  rotate: 19deg;
}

.flex-center {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  text-align: center;
}

.tooltip {
  --bs-tooltip-bg: rgb(107 195 207);
  inset-block-start: 3px !important;
  opacity: 1 !important;
  z-index: 0;
}

#content {
  background-color: rgb(246 251 252);
}

#content a {
  color: var(--content-color-green);
  text-decoration: underline;
}

#content a:hover {
  text-decoration: underline;
}

#content div[data-lastpass-icon-root], #content div[data-lastpass-root] {
  display: none;
}

#content form #action-btns {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 43px;
}

#content form #action-btns.reload {
  padding-top: 5px;
}

#content form button[type=submit] {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: capitalize;
}

#content form button[type=submit] i {
  vertical-align: middle;
}

#content form button[type=submit].previous {
  background-color: rgb(241 241 241);
  border-bottom-color: rgb(199 199 199);
  border-left-color: rgb(209 209 209);
  border-radius: 8px;
  border-right-color: rgb(209 209 209);
  border-style: solid;
  border-top-color: rgb(215 215 215);
  border-width: 1px;
  box-shadow: 0px 4px 3px -1px rgb(0 0 0 / 10%);
  color: rgb(173 173 173);
  font-size: 0.96em;
  margin-right: 17px;
  padding: 6px 17px 6px 27px;
}

#content form button[type=submit].previous i {
  position: relative;
  right: 10px;
}

@keyframes btn-arrow-left {
  0%   { right: 10px; }
  20%  { right: 5px;}
  100% { right: 10px; }
}

#content form button[type=submit].previous:hover i {
  animation-name: btn-arrow-left;
  animation-duration: 0.6s;
  animation-iteration-count: 2;
}

#content form button[type=submit].proceed {
  background-color: rgb(58 169 147);
  border-bottom: 1px solid rgb(37 145 123);
  border-radius: 16px;
  box-shadow: 0px 5px 3px -2px rgb(0 0 0 / 43%);
  color: rgb(255 255 255);
  padding: 9px 31px 8px 21px;
  transition: background-color 700ms linear;
  transition: color 300ms linear;
}

#content form button[type=submit].proceed .fa-spin {
  color: rgb(161 161 161);
  left: 9px;
  margin-right: -2px;
  text-shadow: rgb(253 253 253 / 52%) 1px 1px 0;
}

#content form button[type=submit].proceed.disabled {
  background-color: rgb(199 199 199);
  border-bottom: 1px solid rgb(167 167 167);
  box-shadow: 0px 4px 4px -2px rgb(0 0 0 / 27%);
  color: rgb(135 135 135);
  cursor: not-allowed;
  text-shadow: rgb(253 253 253 / 59%) 1px 1px 0;
}

#content form button[type=submit].proceed:not(.disabled):hover {
  background-color: rgb(51 189 162);
  box-shadow: 0px 6px 5px -2px rgb(0 0 0 / 36%);
}

#content form button[type=submit].proceed i {
  left: 10px;
  position: relative;
}

@keyframes btn-arrow-right {
  0%   { left: 10px; }
  20%  { left: 5px;}
  100% { left: 10px; }
}

#content form button[type=submit].proceed:not(.disabled):hover i {
  animation-name: btn-arrow-right;
  animation-duration: 0.6s;
  animation-iteration-count: 3;
}

#content form > div {
  margin-bottom: 17px;
  margin-top: 27px;
}

#content form > div:nth-last-of-type(2) {
  margin-bottom: 0;
}

#content form input:hover, #content form select:hover {
  cursor: pointer;
}

#content form input[type=radio] {
  height: 13px;
  margin-right: -6px;
  width: 13px;
}

#content form input[type=radio] {
  margin-right: -1px;
}

#content form input[type=radio] + label {
  cursor: pointer;
}

#content form input[type=radio] + label + input[type=radio] {
  margin-left: 20px;
}

#content form input[type=text] + label {
  margin-top: 19px;
}

#content form input.form-control::placeholder {
  color: rgb(201 201 201);
  font-size: 0.8em;
  font-weight: normal;
  letter-spacing: -0.025em;
  position: relative;
  top: -1px;
  word-spacing: 0.22em;
}

#content form input.form-control:focus::placeholder {
  color: transparent;
}

#content form input.form-control.is-valid {
  background-position: right 17px center;
}

#content form label {
  margin-bottom: 9px;
  padding-left: 3px;
}

#content form label span {
  color: var(--content-color-green);
  display: block;
  font-size: 0.88em;
  margin-top: 3px;
}

#content form > div > p {
  background-color: rgb(242 245 246);
  border-bottom: 1px solid rgb(56 159 173 / 9%);
  color: var(--content-color-green);
  display: block;
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-top: 3px;
}

#content form select {
  color: rgb(56 67 76);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.98em;
}

#content form .field-column {
  display: inline-block;
}

#content form .field-column-group .field-column:not(:first-of-type) {
  margin-left: 10px;
}

#content form .field-column.select label  {
  display: block;
}

#content form .field-negative > p {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  color: var(--field-negative-color);
  padding-left: 36px;
  transition: padding 350ms linear;
}

#content form .field-positive > p {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23389fad' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  color: rgb(195 203 206);
  padding-left: 36px;
  transition: padding 350ms linear;
}

#content form input[type=email].form-control-lg, #content form input[type=text].form-control-lg {
  font-size: 1.15rem;
}

#content form .input-section {
  padding-left: 4px;
  padding-right: 4px;
}

#content form .input-section p {
  margin-bottom: 1.25rem;
}

#content form .input-section p span {
  color: var(--content-color-green);
  font-size: 0.85em;
  margin-left: 6px;
}

#content form .input-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#content form .input-section ul + label {
  margin-top: 20px;
}

#content form .input-section ul li {
  display: flex;
  margin-bottom: 0;
}

#content form .input-section ul li label {
  padding-left: 7px;
  width: calc(100% - 13px);
}

#content form .input-section > *:last-child {
  margin-bottom: 0;
}

#content form .input-section > .row:not(:first-of-type) {
  margin-top: 15px;
}

#content form #submit-spinner {
  display: none;
  left: 10px;
  position: relative;
  top: 5px;
}

#content form #submit-spinner i {
  color: rgb(148 189 197);
  font-size: 1.75em;
}

#content hr {
  color: rgb(91 116 121);
}

#content :not(.input-section) > ul li {
  margin-bottom: 15px;
  padding-left: 7px;
}

#content ol, #content :not(.input-section) > ul {
  margin: 25px 0;
  padding-left: 22px;
}

#content ol > li:last-child, #content ul > li:last-child {
  margin-bottom: 0;
}

#content p {
  margin-bottom: 0.75rem;
}

#content p, #content ol, #content :not(.input-section) > ul {
  font-size: calc(0.92em + 0.25vw);
  line-height: 1.65em;
}

#content p.note {
  font-size: calc(0.72em + 0.36vw);
  letter-spacing: -0.01em;
  margin: 1.6rem 0;
}

#content p.note + p.note {
  margin-top: -1.4rem;
}

#content p.note span.note {
  font-size: 1.26em;
  margin-right: 2px;
}

#content span.note {
  color: rgb(94 172 183);
  font-size: 1.05em;
  font-weight: 500;
  position: relative;
  top: 1px;
}

#content .fa-ul {
  margin-left: 0;
}

#content .fa-ul li i {
  color: var(--content-color-green);
  font-size: 1.1em;
}

#content #enable-javascript {
  background-color: var(--field-negative-color);
  border: 1px solid rgb(210 210 210);
  border-radius: 5px;
  box-shadow: 0px 6px 6px -3px rgb(98 100 100 / 64%);
  color: rgb(255 255 255);
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-bottom: 17px;
  padding: 7px 15px;
}

@media screen and (min-width: 400px) {

  #content form .input-section {
    padding-left: 10px;
    padding-right: 10px;
  }

}

@media screen and (min-width: 768px) {

  h1 {
    font-size: calc(1.25em + 1.15vw);
    margin-bottom: 22px;
  }

  #content form #action-btns {
    padding-top: 45px;
  }

  #content form button[type=submit] {
    font-size: calc(1.1em + 0.25vw);
  }

  #content form button[type=submit].previous {
    font-size: calc(1em + 0.2vw);
    margin-right: 25px;
  }

  #content form button[type=submit].previous i {
    top: -1px;
  }

  #content form > div {
    margin-bottom: 12px;
    margin-top: 21px;
  }

  #content form > div > p {
    font-size: 1.35em;
    letter-spacing: 0.03em;
  }

  #content ol, #content :not(.input-section) > ul {
    margin: 30px 0;
    padding-left: 26px;
  }

  #content p {
    margin-bottom: 0.8rem;
  }

  #content p, #content ol, #content :not(.input-section) > ul {
    font-size: calc(0.95em + 0.17vw);
    line-height: 1.75em;
  }

  #content p.note {
    font-size: calc(0.8em + 0.18vw);
  }

  #content #enable-javascript {
    box-shadow: 0px 7px 6px -3px rgb(98 100 100 / 71%);
    font-size: 1.2em;
    letter-spacing: 0.07em;
    padding: 7px 15px;
  }

}

@media screen and (min-width: 1100px) {

  h1 {
    font-size: 28px;
    margin: 5px 0 27px;
  }

  #content form button[type=submit] {
    font-size: 18.6px;
  }

  #content form button[type=submit].previous {
    font-size: 16.3px;
  }

  #content p, #content ol, #content :not(.input-section) > ul {
    font-size: 16.3px;
  }

  #content p.note {
    font-size: 13.6px;
  }

}

@media screen and (max-width: 767px) {

  #content form input[type=email].form-control-lg, #content form input[type=text].form-control-lg {
    padding: .5rem 0.6rem;
    font-size: 1.1rem;
  }

  #content form .row > [class^="col-"]:not(:first-of-type) {
    margin-top: 15px;
  }

}

@media screen and (max-width: 399px) {

  h1 {
    font-size: calc(1.23em + 0.83vw);
    margin-bottom: 17px;
  }

}

@media screen and (max-width: 349px) {

  h1 {
    font-size: calc(1.15em + 0.7vw);
    margin-bottom: 13px;
  }

  #content form button[type=submit] {
    font-size: 0.95em;
  }

  #content form button[type=submit].proceed {
    padding: 9px 28px 9px 18px;
  }

}

/* GENERAL ↑ */


/* BARS ↓ */

.bar {
  color: rgb(69 137 171);
  font-size: 0.84em;
  height: 36px;
  letter-spacing: 0.01em;
  word-spacing: 0.01em;
}

.bar a {
  text-decoration: none;
}

.bar a i, .bar i {
  color: rgb(94 172 183);
}

.bar a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {

  .bar {
    font-size: 0.89em;
    height: 46px;
    letter-spacing: 0.032em;
  }

  .bar a i, .bar i {
    font-size: 1.14em;
  }

}

/* BARS ↑ */


/* HEADER ↓ */

#header-language {
  background-color: rgb(240 240 240);
  font-family: "Montserrat", sans-serif;
  font-size: 0.79em;
  height: 41px;
  line-height: 1em;
}

#header-language > div:first-child {
  align-items: baseline;
  margin-right: auto;
}

#header-language > div:first-child i {
  font-size: 1.14em;
}

#header-language > div:last-child {
  margin-left: auto;
}

#header-language a {
  margin-left: 14px;
}

#header-language i {
  margin: 0 10px;
}

#header-language img {
  border: 1px solid rgb(255 255 255 / 29%);
  border-radius: 3px;
  box-shadow: 0 2px 3px 0px rgb(42 62 79 / 26%);
  width: 23px;
}

#header-logo {
  padding-left: 12px;
  text-align: left;
  width: 70%;
}

#header-logo img {
  max-width: 254px;
  min-width: 193px;
  position: relative;
  top: 2px;
  width: 66%;
}

#header-logo-packshot-title {
  height: auto;
  padding: 0px;
}

#header-logo-packshot-title > div {
  width: 100%;
}

#header-logo-packshot-title > div:first-child {
  height: 100px;
}

#header-logo-packshot-title > div:last-child {
  height: 35px;
  justify-content: flex-start;
  font-size: 16px;
  letter-spacing: 0.02em;
}

#header-logo-packshot-title > div:first-child {
  background-color: rgb(255 255 255);
}

#header-logo-packshot-title > div:last-child {
  padding: 3px 15px;
}

#header-packshot {
  width: 30%;
}

#header-packshot img {
  max-width: 107px;
  min-width: 75px;
  position: relative;
  top: 1px;
  width: 68%;
}

#header-steps {
  align-items: end;
  background-color: rgb(77 92 104);
  border-bottom: 1px solid rgb(167 167 167);
  border-top: 1px solid rgb(173 173 173);
  box-shadow: 0 16px 8px -11px rgb(98 100 100 / 41%);
  color: #f5fcff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.84em;
  height: 36px;
  justify-content: flex-start;
  letter-spacing: 0.04em;
  line-height: 2.3em;
  padding-left: 0;
}

#header-steps div {
  background-color: rgb(104 124 141);
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  height: calc(100% - 5px);
  padding: 0 20px;
  margin-left: 8px;
}

#header-title  {
  color: rgb(255 255 255);
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-left: auto;
  text-shadow: 1px 1px 0px rgb(71 71 71 / 13%);
  white-space: pre-wrap;
}

#header-title i {
  font-size: 0.88em;
  margin-left: 8px;
  opacity: 0.6;
}

#page-blood #header-logo-packshot-title {
  background-color: var(--test-type-blood-color);
}

#page-dna #header-logo-packshot-title {
  background-color: var(--test-type-dna-color);
}

#page-feces #header-logo-packshot-title {
  background-color: var(--test-type-feces-color);
}

#page-saliva #header-logo-packshot-title {
  background-color: var(--test-type-saliva-color);
}

#page-std #header-logo-packshot-title {
  background-color: var(--test-type-std-color);
}

#page-urine #header-logo-packshot-title {
  background-color: var(--test-type-urine-color);
}

@media screen and (min-width: 400px) {

  #header-steps div {
    margin-left: 12px;
  }

}

@media screen and (min-width: 768px) {

  #header-language {
    font-size: 0.82em;
    height: 46px;
    letter-spacing: 0.02em;
    padding-left: 13px;
    padding-right: 13px;
  }

  #header-language > div:first-child i {
    bottom: -1px;
    font-size: 1.2em;
    position: relative;
  }

  #header-language a {
    margin-left: 23px;
  }

  #header-language img {
    width: 27px;
  }

  #header-logo {
    padding-left: 0;
    width: auto;
  }

  #header-logo img {
    margin-left: 33px;
    margin-right: 28px;
    max-width: unset;
    top: 6px;
    width: 258px;
  }

  #header-logo-packshot-title {
    height: 155px;
  }

  #header-logo-packshot-title > div:first-child {
    border-top-right-radius: 11px;
    height: calc(100% - 4px);
    justify-content: flex-start;
    margin-bottom: -3px;
    width: 485px;
  }

  #header-logo-packshot-title > div:last-child {
    border-bottom: 2px solid rgb(255 255 255);
    font-size: 25px;
    height: 100%;
    justify-content: center;
    letter-spacing: 0.027em;
    padding: 10px 20px;
    width: calc(100% - 485px);
  }

  #header-packshot {
    width: auto;
  }

  #header-packshot img {
    max-width: unset;
    top: 4px;
    width: 130px;
  }

  #header-steps {
    border-top-color: rgb(85 101 114);
    box-shadow: 0 18px 7px -13px rgb(98 100 100 / 36%);
    font-size: 0.95em;
    height: 46px;
    line-height: 40px;
  }

  #header-steps div {
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    height: calc(100% - 7px);
    margin-left: 22px;
    padding: 0 23px;
  }

  #header-title {
    background-image: url('/registration/base/img/wave.png');
    background-repeat: no-repeat;
    background-size: cover;
  }

  #page-blood #header-title {
    background-blend-mode: luminosity;
    background-color: var(--test-type-blood-color);
  }

  #page-dna #header-title {
    background-blend-mode: luminosity;
    background-color: var(--test-type-dna-color);
  }

  #page-feces #header-title {
    background-blend-mode: multiply;
    background-color: var(--test-type-feces-color);
  }

  #page-saliva #header-title {
    background-blend-mode: luminosity;
    background-color: var(--test-type-saliva-color);
  }

  #page-std #header-title {
    background-blend-mode: multiply;
    background-color: var(--test-type-std-color);
  }

  #page-urine #header-title {
    background-blend-mode: luminosity;
    background-color: var(--test-type-urine-color);
  }

  #header-title i {
    font-size: 1em;
    margin-left: 10px;
  }

}

@media screen and (max-width: 349px) {

  #header-language > div:first-child span {
    display: none;
  }

  #header-language i {
    margin-left: 0;
    margin-right: 8px;
  }

}

@media screen and (max-width: 274px) {

  #header-language > div:first-child {
    display: none;
  }

}

/* HEADER ↑ */


/* STEP 1 ↓ */

#sample-nr-img {
  margin-bottom: 1.8em;
  margin-top: 2.1rem;
  width: 100%;
}

#sample-nr-img + p {
  margin-bottom: 0;
}

#sample-nr-img p.note {
  margin: 1.5rem 0 1.1rem;
}

#sample-nr-img img {
  border: 1px solid rgb(180 181 183);
  border-radius: 7px;
  box-shadow: 0px 11px 6px -5px rgb(98 100 100 / 32%);
  display: block;
  margin-bottom: 0.8em;
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 767px) {

  #sample-nr-img:not(.single-img) > .row > .col-md-6:first-child,
  #sample-nr-img:not(.single-img) > .row > .col-md-4:first-child,
  #sample-nr-img:not(.single-img) > .row > .col-md-4:nth-child(2) {
    margin-bottom: 13px;
  }

  #sample-nr-img > .row:not(:first-of-type) > .col-md-6:first-child, #sample-nr-img > .row:not(:first-of-type) > .col-md-4:first-child {
    margin-top: 13px;
  }

  #sample-nr-img .row:not(:first-of-type):last-child > .col-md-6:last-child, #sample-nr-img .row:not(:first-of-type):last-child > .col-md-4:last-child {
    margin-bottom: 0;
  }

}

@media screen and (min-width: 768px) {

  #sample-nr-img img {
    box-sizing: content-box;
  }

  #sample-nr-img .col-md-4 img {
    max-width: 312px;
  }

  #sample-nr-img > .row:not(:first-of-type) {
    margin-top: 27px;
  }

}

/* STEP 1 ↑ */


/* STEP 2 ↓ */

#step-2 form {
  margin-top: 24px;
}

#step-2 input[type=text] {
  font-size: 1.45rem !important;
  font-weight: 500;
  letter-spacing: 0.25em;
  line-height: 1em;
  padding-right: calc(1.5em + .75rem);
  width: 280px;
}

#sample-nr-message {
  color: var(--field-negative-color);
  display: none;
  font-size: 0.97em;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-left: 5px;
  margin-top: -12px;
  position: absolute;
  word-spacing: 0.2em;
}

#register-old-form {
  animation-name: old-form-slide-in;
  animation-duration: 2.8s;
  animation-iteration-count: 1;
  background-color: rgb(255 225 29);
  border-radius: 9px;
  box-shadow: 0 14px 7px -9px rgb(100 100 100 / 36%);
  display: inline-block;
  margin: 15px 0 23px;
  padding: 0 15px;
}

@keyframes old-form-slide-in {
  0%   { margin-left: -25px; opacity: 0; }
  65%  { margin-left: -25px; opacity: 0; }
  90%  { margin-left: 0; opacity: 0.75; }
  100% { opacity: 1; }
}

#register-old-form p {
  margin: 8px 0 13px;
}

#register-old-form span {
  background-color: rgb(0 0 0);
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  color: rgb(255 255 255);
  display: block;
  line-height: 30px;
  margin: 0 -15px;
  padding: 5px 15px;
}

#register-old-form span i {
  margin-right: 6px;
}

@media screen and (min-width: 768px) {

  #step-2 form {
    margin-top: 40px;
  }

  #sample-nr-message {
    font-size: 1.1em;
    margin-top: 1px;
  }

}

/* STEP 2 ↑ */


/* STEP 3 ↓ */

#anonymous-container {
  margin-bottom: -8px !important;
  margin-top: 23px;
}

#anonymous-container label {
  cursor: pointer;
  margin-bottom: 0 !important;
  margin-right: 15px;
}

#sample-nr-block {
  background-color: rgb(255 255 255);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 13px center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border: 1px solid var(--bs-form-valid-border-color);;
  border-radius: 6px;
  display: inline-block;
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 0.38em;
  line-height: 1em;
  margin: 12px 0 18px;
  padding: 20px 49px 17px 19px;
}

#sample-nr-block span {
  margin-right: -0.38em;
  text-align: right;
}

#step-3 hr {
  margin-bottom: 1.8em;
}

#step-3 form {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {

  #anonymous-container {
    margin-bottom: -2px !important;
    margin-top: 20px;
  }

  #sample_nr_block {
    font-size: 2em;
    letter-spacing: 0.4em;
    padding: 22px 28px 20px;
  }

  #sample_nr_block span {
    margin-right: -0.4em;
  }

  #step-3 form {
    margin-top: 25px;
  }

}

/* STEP 3 ↑ */


/* STEP 4 ↓ */

#step-4 button#set-std-today {
  border: none;
  display: block;
  margin: -6px 0 14px;
  background-color: rgb(58 169 147);
  border-bottom: 1px solid rgb(53 139 121);
  border-radius: 6px;
  box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 40%);
  color: rgb(255 255 255);
  font-size: 0.85em;
  letter-spacing: 0.04em;
  padding: 9px 12px 7px 14px;
}

#step-4 button#set-std-today i {
  margin-left: 4px;
}

#step-4 form input[type=text] {
  max-width: 350px;
  width: 100%;
}

#field-result :not(li) > div > label {
  margin-top: 15px;
}

/* STEP 4 ↑ */


/* STEP 5 ↓ */

#accept-terms-container {
  background-color: var(--content-color-green);
  border: 1px solid rgb(209 209 209);
  border-radius: 8px;
  color: rgb(255 255 255);
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.75em;
  margin-top: 25px !important;
  max-width: 500px;
  width: 100%;
}

#registration-summary {
  background-color: rgb(255 255 255);
  border: 1px solid rgb(229 237 237);
  box-shadow: 0 21px 8px -12px rgb(98 100 100 / 30%);
  display: block;
  font-size: 0.94rem;
  margin-top: 25px;
  max-width: 500px;
  padding: 15px 18px 13px;
}

#registration-summary h3 {
  font-size: 1.3rem;
  margin-bottom: 9px;
}

#registration-summary div:nth-of-type(odd) {
  color: rgb(77 92 104);
}

#registration-summary div:nth-of-type(odd)::after {
  content: ':';
}

#registration-summary div:nth-of-type(even) {
  border-bottom: 1px solid rgb(222 238 241);
  color: var(--content-color-green);
  letter-spacing: 0.04em;
  margin-bottom: 2px;
  padding-bottom: 1px;
}

#step-5 form input {
  height: 16px;
  margin-left: 25px;
  margin-right: 13px;
  width: 16px;
}

#step-5 form label {
  cursor: pointer;
  margin: 13px 9px 15px;
  padding-left: 0;
}

#step-5 form label span {
  color: rgb(255 255 255);
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 12px;
  word-spacing: 0.05em;
}

#step-5 p span {
  color: rgb(64, 90, 94);
  font-size: 1.05em;
  font-weight: 500;
  padding: 0 4px;
}

#step-5 #terms {
  font-size: 0.82em;
  line-height: 1.3em;
  margin-top: 35px;
}

@media screen and (min-width: 600px) {

  #step-5 #terms {
    text-align: justify;
  }

}

/* STEP 5 ↑ */


/* STEP 6 ↓ */

#step-6 div img {
  margin-bottom: 30px;
  width: 100%;
}

#step-6 ul {
  margin-top: 10px !important;
}

#window-close {
  font-size: 1.45em;
  margin-top: 50px;
  text-align: center;
}

#window-close p {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0 top 3px;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  display: inline-block;
  padding-right: 32px;
}

#register-another-test {
  margin-top: 4.2rem;
  text-align: center;
}

#register-another-test a {
  background-color: rgb(255 255 255);
  border: 1px solid rgb(56 120 129 / 28%);
  border-radius: 10px;
  box-shadow: 0px 9px 6px -3px rgb(0 0 0 / 15%);
  color: rgb(56 67 76);
  display: inline-block;
  font-size: 0.92em;
  font-weight: 500;
  padding: 14px 23px 19px;
  text-decoration: none;
}

#register-another-test a:hover {
  text-decoration: none;
}

#step-6 #register-another-test img {
  margin-bottom: 0;
  margin-top: 15px;
  width: 135px;
}

#register-another-test span {
  display: block;
}

/* STEP 6 ↑ */


/* FOOTER ↓ */

footer {
  font-family: "Montserrat", sans-serif;
  font-size: 0.918em;
}

#footer-contact {
  background-color: rgb(255 255 255);
  line-height: 1em;
  padding-left: 2px;
  padding-right: 2px;
}

#footer-contact > div {
  margin: 0 9px;
}

#footer-contact a {
  color: rgb(125 142 155);
}

#footer-contact i {
  color: rgb(94 172 183);
  margin-right: 6px;
}

#footer-copyright {
  background-color: rgb(240 240 240);
  color: rgb(94 172 183);
  font-size: 0.8em;
  line-height: 1em;
  width: 100%;
}

#footer-copyright-contact {
  padding: 0;
}

#footer-help {
  align-content: flex-end;
  background-color: rgb(255 255 255);
  border-top: 1px solid rgb(180 203 208);
  box-shadow: 0 -15px 9px -11px rgb(98 100 100 / 14%);
  color: rgb(125 142 155);
  font-size: 0.81em;
  font-weight: normal;
  letter-spacing: 0.01em;
  padding-bottom: 1px;
}

#footer-shadow .bar {
  background-color: rgb(180 203 208);
  box-shadow: 0 -15px 9px -11px rgb(98 100 100 / 14%);
}

@media screen and (min-width: 768px) {

  #footer-contact div {
    padding-bottom: 0;
  }

  #footer-contact i {
    margin-right: 9px;
  }

  #footer-contact .fa-phone {
    margin-right: 7px;
  }

  #footer-copyright {
    font-size: 0.82em;
  }

  #footer-help {
    box-shadow: 0 -18px 9px -13px rgb(98 100 100 / 13%);
    font-size: 0.86em;
    padding-bottom: 6px;
  }

  #footer-shadow .bar {
    box-shadow: 0 -18px 9px -13px rgb(98 100 100 / 13%);
  }

}

@media screen and (max-width: 384px) {

  #footer-contact {
    letter-spacing: -0.013em;
    word-spacing: -0.13em;
  }

  #footer-contact > div {
    margin: 0 5px;
  }

  #footer-contact i {
    font-size: 0.9em;
    margin-right: 5px;
  }

}

/* FOOTER ↑ */