/**
 * Setup Wizard styles
 */
html {
  background: #f1f1f1;
  margin: 0 20px;
}
html body {
  margin: 0 auto 24px;
  box-shadow: none;
  background: #f1f1f1;
  padding: 0;
  border: none;
  max-width: 100%;
}
html body .no-border {
  border: none !important;
}
html body #elm-admin-setup-wizard-steps {
  display: flex;
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(161, 170, 183, 0.18);
  padding-top: 14px;
}
html body #elm-admin-setup-wizard-steps .step-item {
  flex: 1 1 0;
  margin-top: 0;
  min-height: 1rem;
  text-align: center;
  position: relative;
}
html body #elm-admin-setup-wizard-steps .step-item > a {
  display: inline-flex;
  align-items: center;
  padding: 20px 10px 0;
  text-decoration: none;
  color: #b4004e;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;
}
html body #elm-admin-setup-wizard-steps .step-item > a::before {
  background: #b4004e;
  border: 0.1rem solid #b4004e;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.6rem;
  left: 50%;
  position: absolute;
  top: 0.2rem;
  transform: translateX(-50%);
  width: 0.6rem;
  z-index: 1;
}
@media (max-width: 782px) {
  html body #elm-admin-setup-wizard-steps .step-item > a > span {
    display: none;
  }
}
html body #elm-admin-setup-wizard-steps .step-item > a .is-pro {
  display: inline-flex;
  align-items: center;
  height: 12px;
  margin-left: 5px;
  border: 1px solid;
  background: transparent;
  font-size: 9px;
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
  padding: 1px 3px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 782px) {
  html body #elm-admin-setup-wizard-steps .step-item > a .is-pro {
    display: none;
  }
}
html body #elm-admin-setup-wizard-steps .step-item.active ~ .step-item a {
  color: #777777;
}
html body #elm-admin-setup-wizard-steps .step-item.active ~ .step-item::before,
html body #elm-admin-setup-wizard-steps .step-item.active ~ .step-item a::before {
  background: #777777;
  border-color: #f1f1f1;
}
html body #elm-admin-setup-wizard-steps .step-item.active a::before {
  background: #f1f1f1;
}
html body #elm-admin-setup-wizard-steps .step-item:not(:first-child)::before {
  background: #b4004e;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 9px;
  width: 100%;
}
@media (max-width: 782px) {
  html body #elm-admin-setup-wizard-steps {
    position: fixed;
    bottom: 0;
    top: unset;
    z-index: 100;
  }
}
html body #elm-admin-setup-wizard-inner {
  max-width: 950px;
  margin: auto;
  padding: 110px 0 60px;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-logo-wrapper {
  display: flex;
  justify-content: center;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-logo-wrapper #elm-admin-setup-wizard-logo {
  display: flex;
  align-items: center;
  flex-direction: column;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-logo-wrapper #elm-admin-setup-wizard-logo > img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  width: 50px;
  margin-bottom: 20px;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-logo-wrapper #elm-admin-setup-wizard-logo > h1 {
  color: #b4004e;
  padding: 0 0 24px;
  margin: 0;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper {
  background: #ffffff;
  overflow: hidden;
  margin-top: 1.5em;
  box-shadow: 0 0 10px rgba(161, 170, 183, 0.18039);
  border-radius: 6px;
  position: relative;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #error-message {
  margin: 20px 24px 0;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content-header {
  padding: 20px 24px;
  border-bottom: 1px solid #777777;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content-header > h2 {
  border: none;
  font-size: 22px;
  margin: 0;
  line-height: 1.2;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content-header .headliner {
  margin-bottom: 0;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content {
  padding: 24px;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content > h3 {
  margin-top: 0;
  color: #23282d;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content #first-steps-content-wrapper {
  display: flex;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content #first-steps-content-wrapper #first-steps {
  list-style: none;
  padding: 0;
  margin: 0 16px 0 0;
  flex: 1;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content #first-steps-content-wrapper #first-steps > li:not(:last-child) {
  margin-bottom: 6px;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content #first-steps-content-wrapper #first-steps > li:last-child {
  padding-bottom: 0;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content #first-steps-content-wrapper #first-steps > li a {
  display: flex;
  align-items: center;
  color: #444444;
  text-decoration: none;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content #first-steps-content-wrapper #first-steps > li a > i {
  margin-right: 4px;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content #first-steps-content-wrapper #first-steps-description {
  flex: 1;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content #first-steps-content-wrapper #first-steps-description > p {
  margin: 0;
  padding: 0;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content .input-container {
  display: flex;
  flex-direction: column;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content .input-container:not(:last-child) {
  margin-bottom: 18px;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content .input-container > label {
  font-size: 14px;
  color: #23282d;
  font-weight: 600;
  padding-bottom: 6px;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content .input-container > input,
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content .input-container > select {
  line-height: 2.6;
  width: 100%;
  min-width: 100%;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content .input-container ul {
  margin: 0;
  padding: 0;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content .input-container ul input[type=radio]:checked::before {
  background-color: #b4004e !important;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content .input-container .input-description {
  font-size: 14px;
  color: #646970;
  margin: 0;
  padding-bottom: 6px;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content .input-container .checkbox-wrapper {
  display: flex;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content .input-container .checkbox-wrapper .checkbox-toggle-wrapper .checkbox-toggle {
  height: 16px;
  width: 32px;
  border: 2px solid #b4004e;
  background-color: #b4004e;
  display: inline-block;
  text-indent: -9999px;
  border-radius: 10em;
  position: relative;
  margin-top: -1px;
  vertical-align: text-top;
  cursor: pointer;
  transition: 0.2s all;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content .input-container .checkbox-wrapper .checkbox-toggle-wrapper .checkbox-toggle:not(.enabled) {
  border-color: #999999;
  background-color: #999999;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content .input-container .checkbox-wrapper .checkbox-toggle-wrapper .checkbox-toggle:not(.enabled)::before {
  right: 100%;
  transform: translateX(100%);
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content .input-container .checkbox-wrapper .checkbox-toggle-wrapper .checkbox-toggle::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 100%;
  transition: 0.2s all;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content .input-container .checkbox-wrapper .checkbox-content input[type=checkbox] {
  display: none;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content .input-container .checkbox-wrapper .checkbox-content p {
  font-size: 14px;
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-content-wrapper #content .desc {
  font-size: 11px;
  line-height: 2;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-footer {
  margin-top: 1em;
  padding-bottom: 1.5em;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-footer #elm-admin-setup-wizard-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-footer #elm-admin-setup-wizard-links .button-primary {
  font-size: 16px;
  padding: 8px 16px;
  line-height: 16px;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-footer #elm-admin-setup-wizard-links #skip-link {
  color: #777777;
  margin-right: 26px;
  text-decoration: none;
  font-size: 13px;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-footer #escape-link {
  text-align: center;
  margin-top: 1em;
}
html body #elm-admin-setup-wizard-inner #elm-admin-setup-wizard-footer #escape-link a {
  color: #777777;
  font-size: 11px;
}
@media (max-width: 782px) {
  html body #elm-admin-setup-wizard-inner {
    padding-top: 40px;
  }
}

/*# sourceMappingURL=setup-wizard.css.map */