/* line 1, app/shared_client_server/shared-styles/signup/steps/personal-details/personal-details-component.scss */
.signup-personal-details-step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}

/* line 7, app/shared_client_server/shared-styles/signup/steps/personal-details/personal-details-component.scss */
.signup-personal-details-step .personal-details-form {
  max-width: 360px;
  width: 100%;
}

/* line 12, app/shared_client_server/shared-styles/signup/steps/personal-details/personal-details-component.scss */
.signup-personal-details-step .phone-field-wrapper,
.signup-personal-details-step .signup-terms-wrapper {
  display: -ms-flexbox;
  display: flex;
}

/* line 18, app/shared_client_server/shared-styles/signup/steps/personal-details/personal-details-component.scss */
.signup-personal-details-step .phone-field-wrapper:not(.with-terms-field) {
  margin-bottom: 18px;
}

/* line 23, app/shared_client_server/shared-styles/signup/steps/personal-details/personal-details-component.scss */
.signup-personal-details-step .signup-terms-wrapper {
  height: 76px;
}

/* line 27, app/shared_client_server/shared-styles/signup/steps/personal-details/personal-details-component.scss */
.signup-personal-details-step .next-button-wrapper {
  padding-top: 18px;
}

/* line 3, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
.bounce_message_box {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #333;
}

/* line 12, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
.bounce_message_box .bounce_message_content {
  text-align: center;
  width: 600px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

/* line 15, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
.bounce_message_box .bounce_message_content #email_input {
  font-size: 16px;
  font-family: inherit;
  line-height: inherit;
}

/* line 20, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
.bounce_message_box .bounce_message_content #signup_submit {
  color: white;
  font-size: 16px;
  font-family: inherit;
  line-height: inherit;
}

/* line 27, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
.bounce_message_box .bounce_message_content ::-moz-selection {
  color: #fff;
  background: #61caf7;
}
.bounce_message_box .bounce_message_content ::selection {
  color: #fff;
  background: #61caf7;
}

@-webkit-keyframes shake {
  10%,
90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%,
80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%,
50%,
70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%,
60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes shake {
  10%,
90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  20%,
80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }
  30%,
50%,
70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  40%,
60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

/* line 52, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
.bounce_message_box .bounce_message_content .shake {
  -webkit-animation: shake 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

@media (max-width: 600px) {
  /* line 12, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
  .bounce_message_box .bounce_message_content {
    width: 300px !important;
  }
  /* line 69, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
  .bounce_message_box .bounce_message_content .bounce_header {
    font-size: 26px !important;
  }
  /* line 73, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
  .bounce_message_box .bounce_message_content .bounce_sub_header {
    font-size: 14px !important;
  }
  /* line 76, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
  .bounce_message_box .bounce_message_content .bounce_sub_header #bounce_sub_header_box2 {
    margin-top: 8px;
  }
  /* line 81, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
  .bounce_message_box .bounce_message_content .bounce_call_to_action {
    margin-top: 50px !important;
    font-size: 16px !important;
  }
  /* line 85, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
  .bounce_message_box .bounce_message_content .bounce_call_to_action #email_input {
    width: 280px;
  }
  /* line 89, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
  .bounce_message_box .bounce_message_content .bounce_call_to_action #signup_submit {
    margin-top: 14px;
    width: 280px;
    margin-left: 0 !important;
  }
}

/* line 97, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
.bounce_message_box .bounce_message_content .reenter_email_header,
.bounce_message_box .bounce_message_content .bounce_header {
  font-size: 50px;
  font-weight: 100;
}

/* line 103, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
.bounce_message_box .bounce_message_content .reenter_email_support_article {
  margin-top: 24px;
}

/* line 105, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
.bounce_message_box .bounce_message_content .reenter_email_support_article .reenter_email_support_link {
  color: var(--primary-color);
}

/* line 110, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
.bounce_message_box .bounce_message_content .bounce_sub_header {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 300;
}

/* line 115, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
.bounce_message_box .bounce_message_content .bounce_sub_header #bounce_sub_header_box2 {
  margin-top: 10px;
}

/* line 119, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
.bounce_message_box .bounce_message_content .bounce_sub_header #signup_user_email {
  font-weight: 500;
  color: #61caf7;
}

/* line 125, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
.bounce_message_box .bounce_message_content .bounce_call_to_action {
  margin-top: 70px;
}

/* line 128, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
.bounce_message_box .bounce_message_content .bounce_call_to_action #email_input {
  padding: 7px 20px;
  border-radius: 100px;
  border: 1px solid transparent;
  color: #333;
  width: 280px;
}

/* line 135, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
.bounce_message_box .bounce_message_content .bounce_call_to_action #email_input:focus {
  outline: none;
  border: 1px solid #00c972;
}

/* line 140, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
.bounce_message_box .bounce_message_content .bounce_call_to_action #email_input.error_input {
  border: 1px solid red;
}

/* line 145, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
.bounce_message_box .bounce_message_content .bounce_call_to_action #signup_submit {
  outline: 0;
  background: #00c972;
  border: 1px solid #00c972;
  border-radius: 100px;
  margin-left: 10px;
  padding: 7px 20px;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

/* line 154, app/assets/stylesheets/login_signup/_email_bounce_screen.scss */
.bounce_message_box .bounce_message_content .bounce_call_to_action #signup_submit:hover {
  background: #009953;
  border: 1px solid #009953;
}

/* line 4, app/assets/stylesheets/signup_react/index.scss */
html {
  height: auto;
}

/* line 7, app/assets/stylesheets/signup_react/index.scss */
html.mobile-web {
  height: 100%;
}

/* line 10, app/assets/stylesheets/signup_react/index.scss */
html.mobile-web body.signup-form-body {
  height: 100%;
}

/* line 13, app/assets/stylesheets/signup_react/index.scss */
html.mobile-web body.signup-form-body .signup-form-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100%;
  background: white;
}

/* line 21, app/assets/stylesheets/signup_react/index.scss */
html body.signup-form-body {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: var(--font-weight-normal);
  --font-family: Figtree, Roboto, Noto Sans Hebrew, Noto Kufi Arabic, Noto Sans JP, sans-serif;
  --title-font-family: Poppins, Roboto, Noto Sans Hebrew, Noto Kufi Arabic, Noto Sans JP, sans-serif;
  --font-h1: var(--font-weight-bold) var(--font-size-h1) / var(--font-line-height-h1) var(--title-font-family);
  --font-h2: var(--font-weight-bold) var(--font-size-h2) / var(--font-line-height-h2) var(--title-font-family);
  --font-h3: var(--font-weight-light) var(--font-size-h3) / var(--font-line-height-h3) var(--title-font-family);
  --font-h4: var(--font-weight-bold) var(--font-size-h4) / var(--font-line-height-h4) var(--title-font-family);
  --font-h5: var(--font-weight-bold) var(--font-size-h5) / var(--font-line-height-h5) var(--font-family);
  --font-general-label: var(--font-weight-normal) var(--font-size-general-label) /
      var(--font-line-height-general-label) var(--font-family);
  --font-paragraph: var(--font-weight-normal) var(--font-size-paragraph) / var(--font-line-height-paragraph)
      var(--font-family);
  --font-subtext: var(--font-weight-normal) var(--font-size-subtext) / var(--font-line-height-subtext)
      var(--font-family);
}

/* line 42, app/assets/stylesheets/signup_react/index.scss */
html body.signup-form-body button,
html body.signup-form-body input {
  font-family: var(--font-family) !important;
}

/* line 47, app/assets/stylesheets/signup_react/index.scss */
html body.signup-form-body .signup-form-container {
  font-family: var(--font-family);
}

/* line 52, app/assets/stylesheets/signup_react/index.scss */
html body.signup-form-body .initial-signup-step .signup-form-wrapper {
  position: relative;
  top: -4px;
}

/* line 57, app/assets/stylesheets/signup_react/index.scss */
html body.signup-form-body .initial-signup-step .signup-step-image-wrapper {
  width: 50%;
  position: relative;
}

/* line 60, app/assets/stylesheets/signup_react/index.scss */
html body.signup-form-body .initial-signup-step .signup-step-image-wrapper img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

/* line 72, app/assets/stylesheets/signup_react/index.scss */
html body.signup-form-body .signup-form-container {
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}

/* line 78, app/assets/stylesheets/signup_react/index.scss */
html body.signup-form-body .signup-form-container .react-signup-loader-wrapper {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

/* line 85, app/assets/stylesheets/signup_react/index.scss */
html body.signup-form-body .signup-form-container .react-signup-loader-wrapper .monday-loader-wrapper > img {
  width: 90px;
  height: 90px;
}

/* line 92, app/assets/stylesheets/signup_react/index.scss */
html body.signup-form-body .signup-form-container .mobile-web {
  width: 100%;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 25px;
}

/* line 97, app/assets/stylesheets/signup_react/index.scss */
html body.signup-form-body .signup-form-container .mobile-web .signup-form-content {
  width: 100%;
  padding: 10px;
}

/* line 101, app/assets/stylesheets/signup_react/index.scss */
html body.signup-form-body .signup-form-container .mobile-web .signup-form-content .phone-wrapper {
  display: none;
}

/* line 105, app/assets/stylesheets/signup_react/index.scss */
html body.signup-form-body .signup-form-container .mobile-web .signup-form-content h2 {
  display: none;
}

/* line 109, app/assets/stylesheets/signup_react/index.scss */
html body.signup-form-body .signup-form-container .mobile-web .signup-form-content h1 {
  font-size: 27px;
  margin-bottom: 36px;
}

/* line 115, app/assets/stylesheets/signup_react/index.scss */
html body.signup-form-body .signup-form-container .mobile-web .submit-button-placeholder {
  margin-top: 56px;
}

/* line 120, app/assets/stylesheets/signup_react/index.scss */
html body.signup-form-body .signup-form-container h2 {
  margin-top: 0;
}

/* line 124, app/assets/stylesheets/signup_react/index.scss */
html body.signup-form-body .signup-form-container .signup-step-image {
  background-color: #fab200;
}

/* line 130, app/assets/stylesheets/signup_react/index.scss */
html .signup-form-initial-input-placholder {
  border-radius: 4px;
  background: #f3f3f3;
  height: 26px;
  padding: 6px 12px;
  max-width: 360px;
  margin-bottom: 35px;
  line-height: 1.4;
  outline: 0;
}

/* line 141, app/assets/stylesheets/signup_react/index.scss */
html .submit-button-placeholder {
  background: #f3f3f3;
  line-height: 1.25;
  height: 2.50908rem;
  border-radius: 15rem;
  margin-top: 70px;
  outline: 0;
}
