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

.prodigy-admin-custom-template__wizard h1,
.prodigy-admin-custom-template__wizard p,
.prodigy-admin-custom-template__wizard h2 {
  margin-top: 0; }

.prodigy-admin-custom-template__wizard h2 {
  font-size: 16px;
  margin-bottom: 16px; }

.prodigy-admin-custom-template__wizard a {
  text-decoration: none; }

.prodigy-admin-custom-template__wizard button {
  border: none;
  font-family: inherit; }

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

.prodigy-admin-custom-template__wizard input {
  -webkit-appearance: none;
  -webkit-text-fill-color: #8fa4af; }

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

.prodigy-admin-custom-template__wizard img {
  max-width: 100%; }

.prodigy-admin-custom-template__wizard .mb-0 {
  margin-bottom: 0 !important; }

.prodigy-admin-custom-template__wizard .mb-16 {
  margin-bottom: 16px !important; }

.prodigy-admin-custom-template__wizard .mr-12 {
  margin-right: 12px !important; }

.prodigy-admin-custom-template__wizard .d-flex {
  display: flex !important; }

.prodigy-admin-custom-template__wizard .align-items-center {
  align-items: center !important; }

.prodigy-admin-custom-template__wizard .bold {
  font-weight: 700; }

.prodigy-admin-custom-template__wizard .loading {
  animation: rotate 1.3s infinite linear; }

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

.prodigy-admin-custom-template__wizard .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; }
  .prodigy-admin-custom-template__wizard .btn:disabled {
    cursor: not-allowed;
    background-color: #cfd8dc;
    color: white; }

.prodigy-admin-custom-template__wizard .btn--blue {
  color: white;
  background-color: #008EFF; }

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

.prodigy-admin-custom-template__wizard .btn--grey {
  background-color: #36474f; }

.prodigy-admin-custom-template__wizard .btn--light-grey {
  background-color: #8fa4af; }

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

.prodigy-admin-custom-template__wizard .btn--red {
  background-color: #f96c97; }

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

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

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

.prodigy-admin-custom-template__wizard .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) {
    .prodigy-admin-custom-template__wizard .pill {
      margin-top: 0; } }

.prodigy-admin-custom-template__wizard .select2-container {
  outline: none; }

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

.prodigy-admin-custom-template__wizard .select2-results__options {
  font-size: 12px; }

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

.prodigy-admin-custom-template__wizard .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; }

.prodigy-admin-custom-template__wizard .checkbox__input:checked ~ .checkbox__label {
  background-color: #008EFF; }
  .prodigy-admin-custom-template__wizard .checkbox__input:checked ~ .checkbox__label .checkbox__icon {
    display: block;
    flex-shrink: 0; }

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

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

.prodigy-admin-custom-template__wizard .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%); }

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

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

.prodigy-admin-custom-template__wizard .card__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

.prodigy-admin-custom-template__wizard .link-wizard {
  font-size: 14px;
  color: #52a3ff;
  overflow: hidden;
  text-overflow: ellipsis; }
  .prodigy-admin-custom-template__wizard .link-wizard svg {
    transform: rotate(90deg);
    margin-right: 0; }

.prodigy-admin-custom-template__wizard .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; }

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

.prodigy-admin-custom-template__wizard .alert--error {
  border-color: #FF91B2;
  background-color: #FFE4EC; }
  .prodigy-admin-custom-template__wizard .alert--error .alert__txt {
    color: #FF4E84; }

.prodigy-admin-custom-template__wizard .alert__icon {
  margin-right: 16px;
  flex-shrink: 0; }

.prodigy-admin-custom-template__wizard .alert__txt {
  font-size: 14px;
  margin-bottom: 0; }

.prodigy-admin-custom-template__wizard { }
  .prodigy-admin-custom-template__wizard .container {
    font-family: "Mulish", sans-serif;
    height: 100%;
    margin-right: 16px;
    margin-left: 16px;
    padding-top: 20px; }
    @media (min-width: 768px) {
      .prodigy-admin-custom-template__wizard .container {
        margin-right: auto;
        margin-left: auto;
        max-width: 648px; } }
  .prodigy-admin-custom-template__wizard .logo {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto; }
    @media (min-width: 768px) {
      .prodigy-admin-custom-template__wizard .logo {
        margin-bottom: 32px; } }
  .prodigy-admin-custom-template__wizard body.modal-open:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #22282d;
    opacity: 0.7; }

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

.prodigy-admin-custom-template__wizard .sync-store__txt {
  font-size: 13px;
  line-height: 20px; }

.prodigy-admin-custom-template__wizard 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) {
    .prodigy-admin-custom-template__wizard div.form {
      padding: 32px;
      font-size: 16px; } }

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

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

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

.prodigy-admin-custom-template__wizard .form__body-demo-wrap {
  overflow: auto; }

.prodigy-admin-custom-template__wizard .form__body-demo {
  min-width: 500px; }

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

.prodigy-admin-custom-template__wizard .form__body-demo-content {
  height: 162px;
  overflow: auto; }

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

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

.prodigy-admin-custom-template__wizard .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; }

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

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

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

.prodigy-admin-custom-template__wizard .form__txt {
  display: block;
  font-size: 14px; }

.prodigy-admin-custom-template__wizard .form__footer {
  display: flex;
  justify-content: flex-end; }

.prodigy-admin-custom-template__wizard .form__footer--between {
  margin-top: 24px;
  justify-content: space-between;
  flex-direction: column-reverse; }
  @media (min-width: 768px) {
    .prodigy-admin-custom-template__wizard .form__footer--between {
      flex-direction: row; } }
  .prodigy-admin-custom-template__wizard .form__footer--between .d-flex {
    justify-content: space-between; }
  .prodigy-admin-custom-template__wizard .form__footer--between .link-wizard {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto; }

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

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

.prodigy-admin-custom-template__wizard .form__image-preview {
  position: relative;
  width: 136px;
  height: 136px;
  margin-bottom: 12px;
  border-radius: 2px;
  background-color: rgba(207, 216, 220, 0.5); }
  .prodigy-admin-custom-template__wizard .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; }

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

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

.prodigy-admin-custom-template__wizard .form__image-label {
  display: inline-flex;
  align-items: center; }

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

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

.prodigy-admin-custom-template__wizard .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; }
  .prodigy-admin-custom-template__wizard .form__input:disabled {
    border-color: #d6dbe2;
    color: #bec8d1; }

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

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

.prodigy-admin-custom-template__wizard .prodigy-btn__skip {
  margin-right: 16px; }

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

.prodigy-admin-custom-template__wizard .step {
  position: relative;
  width: 100%;
  list-style-type: none;
  font-size: 12px;
  line-height: 1.33;
  text-align: center; }
  @media (min-width: 768px) {
    .prodigy-admin-custom-template__wizard .step {
      width: 33.33%; } }
  .prodigy-admin-custom-template__wizard .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; }
  .prodigy-admin-custom-template__wizard .step:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 11px;
    left: -50%;
    width: 100%;
    height: 1px;
    background-color: #8fa4af; }
  .prodigy-admin-custom-template__wizard .step:first-child:after {
    content: none; }

.prodigy-admin-custom-template__wizard .step--active:before {
  border-color: #29CB98;
  background-color: #29CB98;
  color: white; }

.prodigy-admin-custom-template__wizard .step--active + .step:after {
  background-color: #52a3ff; }

.prodigy-admin-custom-template__wizard .step--complete + .step:after {
  background-color: #36474f; }

.prodigy-admin-custom-template__wizard .step--complete {
  color: #768492; }
  .prodigy-admin-custom-template__wizard .step--complete::before {
    border-color: #29CB98;
    background-color: #eceff1;
    color: #768492; }
  .prodigy-admin-custom-template__wizard .step--complete + .step:after {
    background-color: #29CB98; }

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

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

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

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

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

.prodigy-admin-custom-template__wizard .mb-16 {
  margin-bottom: 16px; }

.prodigy-admin-custom-template__wizard .mb-20 {
  margin-bottom: 20px; }

.prodigy-admin-custom-template__wizard .ml-auto {
  margin-left: auto; }

.prodigy-admin-custom-template__wizard .mr-36 {
  margin-right: 36px; }

.prodigy-admin-custom-template__wizard .text-center {
  text-align: center; }

.prodigy-admin-custom-template__wizard .d-none {
  display: none; }

.prodigy-admin-custom-template__wizard .fw-700 {
  font-weight: 700; }

@media (min-width: 768px) {
  .prodigy-admin-custom-template__wizard .d-md-block {
    display: block; }
  .prodigy-admin-custom-template__wizard .d-md-none {
    display: none; } }

.prodigy-admin-custom-template__wizard .text-dimmed {
  color: rgba(68, 90, 101, 0.5); }

.prodigy-admin-custom-template__wizard .align-self-center {
  align-self: center; }


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