.prodigy-admin-custom-template__wizard {
  @import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;700&display=swap");
  * {
    box-sizing: border-box;
  }

  html {
    font-family: "Open Sans", sans-serif;
  }

  h1,
  p,
  h2 {
    margin-top: 0;
  }

  h2 {
    font-size: 16px;
    margin-bottom: 16px;
  }

  a {
    text-decoration: none;
  }

  button {
    border: none;
    outline: none;
    font-family: inherit;
  }

  body {
    height: 100vh;
    margin: 0;
    background-color: #eceff1;
    color: #445a65;
    font-size: 16px;
    line-height: 1.5;
  }

  input {
    -webkit-appearance: none;
    -webkit-text-fill-color: #8fa4af;
  }

  .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
  }

  img {
    max-width: 100%;
  }

  div,
  a {
    outline: none;
  }

  .mb-0 {
    margin-bottom: 0 !important;
  }

  .mb-16 {
    margin-bottom: 16px !important;
  }

  .mr-12 {
    margin-right: 12px !important;
  }

  .d-flex {
    display: flex !important;
  }

  .align-items-center {
    align-items: center !important;
  }

  .bold {
    font-weight: 700;
  }

  .loading {
    -webkit-animation: rotate 1.3s infinite linear;
    animation: rotate 1.3s infinite linear;
  }

  @-webkit-keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

  .btn {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 6px;
    background-color: #d8eeff;
    color: #008eff;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
  }
  .btn:disabled {
    cursor: not-allowed;
    background-color: #cfd8dc;
    color: white;
  }

  .btn--blue {
    color: white;
    background-color: #008eff;
  }

  .btn--large {
    height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  @media (min-width: 768px) {
    .btn--large {
      height: 48px;
    }
  }

  .btn--grey {
    background-color: #36474f;
  }

  .btn--light-grey {
    background-color: #8fa4af;
  }

  .btn--small {
    height: 24px;
    font-size: 12px;
    line-height: 1.3;
  }

  .btn--red {
    background-color: #f96c97;
  }

  .btn--link {
    color: #445a65;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .btn--loading {
    position: relative;
  }
  .btn--loading .btn__loader {
    display: none;
  }
  .btn--loading:disabled .btn__txt {
    visibility: hidden;
  }
  .btn--loading:disabled .btn__loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
    -webkit-animation: rotate 1.3s infinite linear;
    animation: rotate 1.3s infinite linear;
  }

  .pill {
    padding: 4px 8px;
    border-radius: 100px;
    background-color: #14da9e;
    color: white;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 4px;
  }
  @media (min-width: 768px) {
    .pill {
      margin-top: 0;
    }
  }

  .select2-container {
    outline: none;
  }

  .select2-container--default .select2-selection--single {
    height: 32px;
    border-radius: 6px;
    border-color: #d6dbe2;
    outline: none;
  }
  .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #445a65;
    font-size: 12px;
    line-height: 32px;
  }

  .select2-results__options {
    font-size: 12px;
  }

  .checkbox {
    display: flex;
    font-size: 14px;
  }
  .checkbox:not(:last-of-type) {
    margin-bottom: 8px;
  }

  .checkbox__label {
    display: flex;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    margin-right: 12px;
    border: 2px solid #008eff;
    border-radius: 2px;
    position: relative;
  }

  .checkbox__input:checked ~ .checkbox__label {
    background-color: #008eff;
  }
  .checkbox__input:checked ~ .checkbox__label .checkbox__icon {
    display: block;
    flex-shrink: 0;
  }

  .checkbox__icon {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .checkbox-with-text {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .card {
    padding: 24px;
    background-color: white;
    border-radius: 6px;
    max-width: 520px;
    width: 100%;
    z-index: 3;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 18px;
    display: inline-block;
  }

  .card__txt {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }

  .card__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .link-wizard {
    font-size: 14px;
    color: #52a3ff;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .link-wizard svg {
    transform: rotate(90deg);
    margin-right: 0;
  }

  .link-wizard--grey {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #445a65;
  }

  .prodigy-divider-block {
    height: 1px;
    margin-top: 24px;
    margin-bottom: 24px;
    background-color: #e8eef1;
  }

  .alert {
    padding: 12px 16px;
    display: flex;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    margin-bottom: 12px;
  }

  .alert--error {
    border-color: #ff91b2;
    background-color: #ffe4ec;
  }
  .alert--error .alert__txt {
    color: #ff4e84;
  }

  .alert__icon {
    margin-right: 16px;
    flex-shrink: 0;
  }

  .alert__txt {
    font-size: 14px;
    margin-bottom: 0;
  }

  .container {
    font-family: "Mulish", sans-serif;
    height: 100%;
    margin-right: 16px;
    margin-left: 16px;
    padding-top: 20px;
  }
  @media (min-width: 768px) {
    .container {
      margin-right: auto;
      margin-left: auto;
      max-width: 648px;
    }
  }

  .logo {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  @media (min-width: 768px) {
    .logo {
      margin-bottom: 32px;
    }
  }

  body.modal-open:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #22282d;
    opacity: 0.7;
  }

  .sync-store {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 12px;
    background-color: #d4dade;
  }

  .sync-store__txt {
    font-size: 13px;
    line-height: 20px;
  }

  div.form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 20px 12px;
    font-size: 14px;
    border-radius: 6px;
    background-color: white;
    box-shadow: 0 8px 16px 0 rgba(82, 97, 115, 0.18);
  }
  @media (min-width: 768px) {
    div.form {
      padding: 32px;
      font-size: 16px;
    }
  }

  .font__card-outline {
    padding: 16px 12px;
    border-radius: 6px;
    border: 1px solid #5eb8ff;
    font-size: 14px;
    margin-bottom: 20px;
  }
  @media (min-width: 768px) {
    .font__card-outline {
      padding: 20px;
      margin-bottom: 32px;
    }
  }

  .form__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  @media (min-width: 768px) {
    .form__header {
      margin-bottom: 24px;
    }
  }

  .form__body {
    flex-grow: 1;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 1.42;
  }

  .form__body-demo-wrap {
    overflow: auto;
  }

  .form__body-demo {
    min-width: 500px;
  }

  .form__body-demo-header {
    display: grid;
    grid-template-columns: 50px 16% 1fr;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .form__body-demo-content {
    height: 162px;
    overflow: auto;
  }

  .form__body-demo-item {
    display: grid;
    grid-template-columns: 50px 16% 1fr;
    -moz-column-gap: 16px;
    column-gap: 16px;
    align-items: baseline;
    margin-bottom: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 8px;
  }

  .form__body-demo-item--wide {
    grid-template-columns: 50px 1fr;
    margin-bottom: 40px;
  }

  .form__body-demo-item-error {
    display: grid;
    grid-template-columns: 16px 1fr;
    align-items: center;
    grid-gap: 4px;
    margin-top: -6px;
    margin-bottom: 12px;
    color: #f96c97;
    font-size: 12px;
  }

  .form__body-demo-installed {
    color: rgba(68, 90, 101, 0.5);
    font-size: 12px;
    line-height: 16px;
  }

  .form__title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
  }
  @media (min-width: 768px) {
    .form__title {
      font-size: 20px;
    }
  }

  .form__txt-wrp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }
  @media (min-width: 768px) {
    .form__txt-wrp {
      flex-direction: row;
      align-items: center;
      margin-bottom: 20px;
    }
  }

  .form__txt {
    display: block;
    font-size: 14px;
  }

  .form__footer {
    display: flex;
    justify-content: flex-end;
  }
  .form__footer :first-child {
    margin-right: 8px;
  }

  .form__footer--between {
    margin-top: 24px;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  @media (min-width: 768px) {
    .form__footer--between {
      flex-direction: row;
    }
  }
  .form__footer--between .d-flex {
    justify-content: space-between;
  }

  .form__footer--between .link-wizard {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .form__footer--two-btn {
    text-align: center;
  }
  .form__footer--two-btn :first-child {
    margin-bottom: 8px;
  }
  @media (min-width: 460px) {
    .form__footer--two-btn {
      display: flex;
      justify-content: space-between;
    }
    .form__footer--two-btn :first-child {
      margin-bottom: 0;
    }
  }

  @media (min-width: 768px) {
    .wp-connect-state {
      margin-left: 16px;
    }
  }

  .form__image-preview {
    position: relative;
    width: 136px;
    height: 136px;
    margin-bottom: 12px;
    border-radius: 2px;
    background-color: rgba(207, 216, 220, 0.5);
  }
  .form__image-preview:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 34px;
    height: 34px;
    transform: translate(-50%, -50%);
    background-image: url("./../images/placeholder.svg");
    background-size: contain;
  }

  .form__image-preview--is-loaded {
    background-color: transparent;
  }
  .form__image-preview--is-loaded:before {
    content: none;
  }

  .form__image {
    position: relative;
    z-index: 2;
    max-height: 136px;
  }

  .form__image-label {
    display: inline-flex;
    align-items: center;
  }

  .form__input-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .form__label {
    margin-bottom: 8px;
    color: #445a65;
    font-size: 14px;
    line-height: 1.4;
  }

  .form__input {
    width: 100%;
    max-width: 320px;
    height: 32px;
    margin-bottom: 4px;
    padding: 8px;
    border: 1px solid;
    border-radius: 6px;
    background-color: transparent;
    font-size: 12px;
    line-height: 1.3;
  }
  .form__input:disabled {
    border-color: #d6dbe2;
    color: #bec8d1;
  }

  .form__input-hint {
    opacity: 0.5;
    color: #445a65;
    font-size: 12px;
    line-height: 1.3;
  }

  .form__remove-btn {
    margin-left: 12px;
    background-color: transparent;
    color: #f96c97;
    cursor: pointer;
  }

  .steps {
    display: flex;
    margin-top: 0;
    padding-left: 0;
    counter-reset: step;
    justify-content: center;
    margin-bottom: 24px;
  }

  .step {
    position: relative;
    width: 100%;
    list-style-type: none;
    font-size: 12px;
    line-height: 1.33;
    text-align: center;
  }
  @media (min-width: 768px) {
    .step {
      width: 33.33%;
    }
  }
  .step:before {
    content: counter(step);
    display: block;
    width: 20px;
    height: 20px;
    margin-right: auto;
    margin-bottom: 4px;
    margin-left: auto;
    border: 1px solid #8fa4af;
    border-radius: 50%;
    background-color: #eceff1;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    counter-increment: step;
  }
  .step:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 11px;
    left: -50%;
    width: 100%;
    height: 1px;
    background-color: #8fa4af;
  }
  .step:first-child:after {
    content: none;
  }

  .step--active:before {
    border-color: #29cb98;
    background-color: #29cb98;
    color: white;
  }

  .step--active + .step:after {
    background-color: #52a3ff;
  }

  .step--complete + .step:after {
    background-color: #36474f;
  }

  .step--complete {
    color: #768492;
  }
  .step--complete::before {
    border-color: #29cb98;
    background-color: #eceff1;
    color: #768492;
  }
  .step--complete + .step:after {
    background-color: #29cb98;
  }

  .step--next-disabled + .step {
    color: #bec8d1;
  }
  .step--next-disabled + .step:after {
    background-color: #e8eef1;
  }
  .step--next-disabled + .step:before {
    background-color: #e8eef1;
    color: #bec8d1;
    border-color: #e8eef1;
  }

  .store-info {
    margin-bottom: 16px;
  }
  @media (min-width: 768px) {
    .store-info {
      margin-bottom: 32px;
    }
  }

  .store-info__name {
    max-width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }

  .store-info__label {
    color: #768492;
  }
  @media (min-width: 768px) {
    .store-info__label {
      min-width: 80px;
      margin-right: 24px;
    }
  }

  .store-info__inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
  }
  @media (min-width: 768px) {
    .store-info__inner {
      flex-direction: row;
    }
  }

  .mb-16 {
    margin-bottom: 16px;
  }

  .mb-20 {
    margin-bottom: 20px;
  }

  .ml-auto {
    margin-left: auto;
  }

  .mr-36 {
    margin-right: 36px;
  }

  .text-center {
    text-align: center;
  }

  .d-none {
    display: none;
  }

  .fw-700 {
    font-weight: 700;
  }

  @media (min-width: 768px) {
    .d-md-block {
      display: block;
    }

    .d-md-none {
      display: none;
    }
  }
  .text-dimmed {
    color: rgba(68, 90, 101, 0.5);
  }

  .align-self-center {
    align-self: center;
  } /*# sourceMappingURL=application.css.map */
}
