@charset "UTF-8";
/*
 * configuration
 *
 */
/*
 * gutter
 *
 */
/*
 * colors
 *
 */
/*
 * text
 *
 */
/*
 * spacings
 *
 */
/*
 * radius
 *
 */
/*
 * shadows
 *
 */
/*
 * units
 *
 */
/*
 * easings
 *
 */
/*
 * mixins
 *
 */
/*
 * animation mixins
 *
 */
/*
 * fonts
 *
 */
.rz-font-heading {
  font-family: "Poppins";
}

/*
 * submission
 *
 */
.rz-submission-title {
  margin-bottom: 2rem;
}

.rz-submission {
  position: relative;
}
.rz-submission .rz--icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #000;
  color: #fff;
  line-height: 60px;
  font-size: 18px;
  border-radius: 50%;
}

/*
 * select listing type
 *
 */
.rz-submission-heading {
  text-align: center;
}
.rz-submission-heading .rz--title {
  margin-bottom: 1rem;
  font-size: 24px;
}
@media ( max-width: 767.98px ) {
  .rz-submission-heading .rz--title {
    font-size: 18px;
    margin-bottom: 1rem;
  }
}

.rz-submission-types .rz--type {
  transition: all 0.3s;
  display: flex;
  align-items: center;
  background-color: var(--bg-f5);
  padding: 20px;
  margin: 1.5rem 0;
  border-radius: 10px;
  cursor: pointer;
}
@media ( max-width: 991.98px ) {
  .rz-submission-types .rz--type {
    margin: 1rem 0;
  }
}
@media ( max-width: 767.98px ) {
  .rz-submission-types .rz--type {
    background-color: transparent;
    box-shadow: inset 0 0 0 4px #eee;
  }
}
.rz-submission-types .rz--type:hover, .rz-submission-types .rz--type.rz-active {
  box-shadow: inset 0px 0px 0px 3px var(--bg-black);
}
.rz-submission-types .rz--type:hover .rz--radio span:after {
  color: #58dc4e;
}
@media ( max-width: 767.98px ) {
  .rz-submission-types .rz--type {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.rz-submission-types .rz--type .rz--radio span {
  transition: all 0.3s;
  display: block;
}
.rz-submission-types .rz--type .rz--radio span:after {
  content: "\F111";
  font-family: "Font Awesome 5 Free";
  font-size: 32px;
  vertical-align: top;
  color: #aaa;
}
.rz-submission-types .rz--type .rz--radio input {
  display: none;
}
.rz-submission-types .rz--type .rz--radio input:checked + span:after {
  content: "\F192";
  color: #58dc4e;
}
.rz-submission-types .rz--type .rz--image {
  flex: 0 1 100px;
  width: 100px;
  padding: 0 20px;
}
@media ( max-width: 767.98px ) {
  .rz-submission-types .rz--type .rz--image {
    flex: 0 1 60px;
    width: 60px;
    max-width: none;
    padding: 0;
    margin-top: 1rem;
  }
}
.rz-submission-types .rz--type .rz--image .rz--img {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
}
@media ( max-width: 767.98px ) {
  .rz-submission-types .rz--type .rz--image .rz--img {
    width: 60px;
  }
}
.rz-submission-types .rz--type .rz--image .rz-dummy-image {
  border-radius: 50%;
}
.rz-submission-types .rz--type .rz--image .rz-dummy-image i {
  font-size: 22px;
}
.rz-submission-types .rz--type .rz--content {
  flex: 1;
}
@media ( max-width: 767.98px ) {
  .rz-submission-types .rz--type .rz--content {
    margin-top: 1rem;
  }
}
.rz-submission-types .rz--type .rz--content .rz--title {
  display: block;
  margin: 0;
  font-size: 24px;
  font-family: "Poppins";
  font-weight: 800;
}
@media ( max-width: 767.98px ) {
  .rz-submission-types .rz--type .rz--content .rz--title {
    font-size: 19px;
  }
}
@media ( max-width: 767.98px ) {
  .rz-submission-types .rz--type .rz--action {
    margin-top: 1rem;
  }
}

.rz-submission-error {
  display: none;
}
.rz-submission-error .rz--error {
  display: flex;
  align-items: center;
  padding: 1rem;
  margin: 1.5rem auto;
  background-color: #f9f1f1;
  color: #da4081;
  font-weight: 700;
  border-radius: 10px;
}
.rz-submission-error .rz--error .rz--content {
  flex: 1;
}

.rz-submission-footer {
  margin-top: 2.5rem;
  text-align: center;
}

/*
 * sections
 *
 */
.rz-submission-step {
  display: none;
  margin-bottom: 3rem;
}
.rz-submission-step.rz-active {
  display: block;
}
.rz-submission-step .rz--title {
  font-size: 24px;
  margin: 0 0 2rem 0;
}
@media ( max-width: 767.98px ) {
  .rz-submission-step .rz--title {
    font-size: 19px;
  }
}
.rz-submission-step.rz-step-active {
  display: block;
}

/*
 * submission bar
 *
 */
.rz-submission-bar {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  bottom: 46px;
  width: 100%;
  margin: 4rem auto 0 auto;
  z-index: 100;
}
@media ( max-width: 1199.98px ) {
  .rz-submission-bar {
    bottom: 88px;
    margin-top: 2rem;
  }
}
.rz-submission-bar .rz--inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: -4px 4px 20px 0px rgba(0, 0, 0, 0.1), inset 0px 0px 0px 4px black;
  z-index: 1;
}
.rz-submission-bar:before {
  position: absolute;
  top: 100%;
  right: -1rem;
  left: -1rem;
  content: "";
  margin-top: -10px;
  height: 56px;
  background-color: #fff;
  z-index: 0;
}
.rz-submission-bar .rz--name {
  flex: 1;
  display: flex;
  align-items: center;
}
@media ( max-width: 767.98px ) {
  .rz-submission-bar .rz--name {
    display: none;
  }
}
.rz-submission-bar .rz--actions {
  display: flex;
  align-items: center;
}
@media ( max-width: 767.98px ) {
  .rz-submission-bar .rz--actions {
    flex: 1;
    justify-content: space-between;
  }
}
@media ( max-width: 575.98px ) {
  .rz-submission-bar .rz--actions {
    justify-content: center;
  }
}
.rz-submission-bar .rz--actions .rz-link {
  margin-right: 1.5rem;
}
@media ( max-width: 575.98px ) {
  .rz-submission-bar .rz--actions .rz-link {
    display: none;
  }
}
.rz-submission-bar .rz--actions .rz-link.rz-disabled {
  opacity: 0.3;
  color: inherit;
  cursor: default;
}

/*
 * wizard
 *
 */
/*.rz-wizard {
    width: 100%;

    .rz--title {
        margin-bottom: 22px;
    }

    ul {
        list-style: none;
        padding: 0;
        margin: 0;

        li {
            display: none;
            margin-left: 5px;
            line-height: 43px;
            font-size: 21px;
            font-weight: 800;
            font-family: $font-heading;

            @include media( sm ) {
                font-size: 17px;
            }

            &.rz-current {
                display: flex;

                .rz--name {
                    flex: 1;
                }
            }
        }
    }
}*/
/* back */
.rz-sbm-nav-back {
  display: block;
}
.rz-submission[data-step=listing-types] .rz-sbm-nav-back, .rz-submission[data-step=view] .rz-sbm-nav-back {
  display: none;
}

/* next */
.rz-submission[data-step=publish] .rz-sbm-nav-next, .rz-submission[data-step=view] .rz-sbm-nav-next {
  display: none;
}

/* publish */
.rz-sbm-nav-publish {
  display: none;
}
.rz-submission[data-step=publish] .rz-sbm-nav-publish {
  display: block;
}

/*
 * success
 *
 */
.rz-step-publish .rz--title {
  margin: 20px 0 6px;
  font-size: 24px;
}
@media ( max-width: 575.98px ) {
  .rz-step-publish .rz--title {
    font-size: 19px;
  }
}
.rz-step-publish p {
  font-size: 14px;
  margin-bottom: 0;
}

/*
 * plans
 *
 */
.rz-plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*.rz-available {
      @include relative;
      padding: 1.25rem 1rem;
      margin-bottom: $gutter * 2;
      background: linear-gradient(90deg, var( --main ) 0%, var( --main-shade ) 100%);
      color: #fff;
      text-align: center;
      border-radius: 10px;
      font-family: $font-heading;
      font-weight: 600;

      &:after {
          content:'';
          @include absolute( left 50% bottom -6px );
          @include rotate( 45deg );
          width: 12px;
          height: 12px;
          margin-left: -6px;
          background-color: var( --main );
          border-radius: 0 0 5px 0;
          z-index: -1;
      }

      span {
          @include absolute( top 0 right 1.5rem );
          @include transformY( -50% );
          background-color: $color-main;
          color: #fff;
          line-height: 28px;
          padding: 0 10px;
          background-color: #111;
          color: #fff;
          font-size: 12px;
          font-weight: 600;
          border-radius: 5px;
      }

      p {
          margin: 0;
          font-size: 16px;
      }
  }*/
}
.rz-plans > .rz-col {
  flex: 0 1 100%;
  display: flex;
  padding: 0 0.75rem 0;
  margin: 0.75rem 0;
}
.rz-plans .rz-available {
  flex: 0 1 100%;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--main);
}
.rz-plans label {
  display: flex;
  flex-direction: column;
}
.rz-plans .rz-plan {
  position: relative;
  transition: all 0.3s;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 1.5rem;
  background-color: #fff;
  font-family: "Poppins";
  border-radius: 10px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.065);
  z-index: 1;
  cursor: pointer;
}
.rz-plans .rz-plan > * {
  padding: 0 0.75rem;
}
.rz-plans .rz-plan.rz-highlight {
  box-shadow: inset 0 0 0 3px black;
}
.rz-plans .rz-plan .brk--badge {
  position: absolute;
  top: 0;
  right: 1.5rem;
  transform: translateY(-50%);
  line-height: 28px;
  padding: 0 10px;
  background-color: #e45065;
  color: #fff;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
}
.rz-plans .rz-plan .rz-heading {
  flex: 0 1 50%;
  max-width: 50%;
  color: inherit;
}
@media ( max-width: 767.98px ) {
  .rz-plans .rz-plan .rz-heading {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.rz-plans .rz-plan .rz-heading .rz-price {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.rz-plans .rz-plan .rz-heading .rz-price span {
  display: inline-block;
  font-size: 34px;
  line-height: 33px;
  font-weight: 800;
}
@media ( max-width: 991.98px ) {
  .rz-plans .rz-plan .rz-heading .rz-price span {
    font-size: 28px;
  }
}
@media ( max-width: 767.98px ) {
  .rz-plans .rz-plan .rz-heading .rz-price span {
    font-size: 22px;
  }
}
.rz-plans .rz-plan .rz-heading .rz-price .rz--name {
  margin: 0 0 0 1rem;
  font-size: 23px;
  font-family: "Poppins";
  font-weight: 800;
}
@media ( max-width: 991.98px ) {
  .rz-plans .rz-plan .rz-heading .rz-price .rz--name {
    font-size: 20px;
  }
}
.rz-plans .rz-plan .rz--desc {
  display: block;
  margin: 1rem 0 1.5rem 0;
  font-size: 15px;
  color: inherit;
  font-weight: 600;
}
.rz-plans .rz-plan .rz-content {
  flex: 0 1 50%;
  max-width: 50%;
}
@media ( max-width: 767.98px ) {
  .rz-plans .rz-plan .rz-content {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.rz-plans .rz-plan .rz-content ul {
  padding: 0;
  margin: -5px 0 -5px 0;
  list-style: none;
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
}
@media ( max-width: 767.98px ) {
  .rz-plans .rz-plan .rz-content ul {
    font-weight: 400;
  }
}
.rz-plans .rz-plan .rz-content ul li {
  position: relative;
  margin: 5px 0;
}
.rz-plans .rz-plan .rz-content ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\F058";
  margin-right: 0.75rem;
  color: #e45065;
  font-weight: 800;
}
.rz-plans .rz-plan .rz-action {
  flex: 0 1 100%;
  max-width: 100%;
  margin-top: auto;
  text-align: center;
}
@media ( max-width: 767.98px ) {
  .rz-plans .rz-plan .rz-action {
    margin-top: 1rem;
  }
}
.rz-plans .rz-plan .rz-action .rz-button {
  width: 100%;
}
.rz-plans label {
  width: 100%;
}
.rz-plans input {
  display: none;
}
.rz-plans input:checked + .rz-plan {
  background-color: #ebfae8 !important;
  color: #000 !important;
  box-shadow: none;
  z-index: 3;
}
.rz-plans input:checked + .rz-plan .rz-button {
  background-color: #58dc4e;
  color: #fff;
}
.rz-plans input:checked + .rz-plan .rz-button span {
  transition: none;
}
.rz-plans input:checked + .rz-plan .rz-button:after {
  content: none;
}

.rz-select-plan-error {
  display: none;
  margin: 0;
  vertical-align: top;
}
.rz-select-plan-error .rz-error {
  position: relative;
  display: inline-block;
  font-size: 13px;
  padding: 5px 14px;
  margin-top: 15px;
  line-height: 22px;
  background-color: #f67884;
  color: #fff;
  vertical-align: top;
  border-radius: 50px;
  font-weight: 700;
}
@media ( max-width: 767.98px ) {
  .rz-select-plan-error .rz-error {
    padding: 3px 10px;
    margin: 12px 0 0;
    line-height: 20px;
  }
}
.rz-select-plan-error .rz-error:after {
  content: "";
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 101, 108, 0);
  border-bottom-color: #f67884;
  border-width: 4px;
  margin-left: -4px;
}