*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: ProximaNova, sans-serif;
}

body {
  position: relative;
  display: flex;
  width: 100vw;
  height: 100vh;
}

@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 300;
  src: url("/packs/fonts/ProximaNova-LightWeb.woff") format("woff");
  font-display: swap;
}

*::-moz-placeholder {
  color: #9c9c9c;
}

*::placeholder {
  color: #9c9c9c;
}

.sign-up-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  height: 100vh;
}

.sign-up-form-wrapper {
  flex: 1 1 100%;
  display: flex;
  justify-content: safe start;
  align-items: safe center;
  flex-direction: column;
  padding: 1.25em 2.5em;
  max-height: 100%;
  width: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sign-up-form-wrapper::-webkit-scrollbar {
  display: none;
}

.sign-up-form__top-row-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.sign-up-form__fields-wrapper {
  max-width: 360px;
}

.sign-up__input {
  padding: 0 12px 0;
  border: 1px solid #e6e6e6;
  color: #121212;
  border-radius: 2px;
  width: 100%;
  height: 40px;
  font-family: soleil, Arial, sans-serif;
  font-size: 14px;
}

.sign-up__input:focus,
.sign-up__input:focus-visible {
  outline: none;
  border: 2px solid #6666ff;
  border-radius: 4px;
}

#ringcaptcha-widget {
  margin-top: 25px;
}

#ringcaptcha-widget .widget {
  max-width: 360px;
}

.select-occupation {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url('/images/users/sign-up/dropdown-chevron.svg/');
  background-repeat: no-repeat;
  background-position: right 0.5em top 50%;
  background-size: 1.2em auto;
}

/* used for the select default value */

.select-occupation:invalid {
  color: #9c9c9c;
}

.sign-up__label {
  margin-bottom: 6px;
  font-size: 14px;
  font-family: soleil, Arial, sans-serif;
  line-height: 24px;
  color: #121212;
}

.input-error-border {
  border-color: #a7414a;
}

.error-message {
  margin-top: 6px;
  color: #a7414a;
  font-family: soleil, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.sign-up-button {
  border: 2px solid #121212;
  margin-top: 16px;
  border-radius: 4px;
  background-color: #ccccff;
  width: 100%;
  font-weight: 600;
  padding: 0.85em 0;
  font-family: soleil, Arial, sans-serif;
  font-size: 1rem;
  color: #121212;
  line-height: 16px;
  text-align: center;
  transition: 0.2s ease;
}

.sign-up-button:hover {
  cursor: pointer;
  background-color: #f3f3f3;
}

.sign-up-button[disabled] {
  opacity: 0.5;
  cursor: default;
}

.password-field-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.password-field-group:hover {
  .tooltip::after,
  .tooltip::before {
    opacity: 1;
  }
}

.password-field {
  width: 100%;
}

.toggle-password-visibility {
  margin: 0 4px 0 8px;
  min-width: 50px;
  white-space: nowrap;
  word-wrap: normal;
}

.toggle-password-visibility:hover {
  cursor: pointer;
}

.show-text,
.hide-text {
  display: none;
}

.error-localization {
  display: none;
}

@media (max-width: 768px) {
  .sign-up-form {
    padding: 1em;
    width: 100%;
    margin: 1em;
  }
}

.password-field-group {
  position: relative;
}

.password-field {
  width: 100%;
  padding-right: 40px;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  cursor: pointer;
  width: 21px;
  height: 21px;
}

.loader {
  width: 16px;
  height: 16px;
  border: 2px solid #121212;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin-right: 8px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sign-up-form__separator {
  display: flex;
  align-items: center;
  text-align: center;
  margin: 16px 0;
}

.sign-up-form__separator::before,
.sign-up-form__separator::after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #e6e6e6;
}

.sign-up-form__separator::before {
  margin-right: 10px;
}

.sign-up-form__separator::after {
  margin-left: 10px;
}

.sign-up-form__separator span {
  white-space: nowrap;
  color: #acacac;
  font-family: soleil, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.sign-up-form__other-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

.sign-up-form__google-btn,
.sign-up-form__github-btn {
  text-decoration: none;
  padding: 0 3.4em;
  height: 48px;
  max-width: 174px;
  border: 2px solid #121212;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sign-up-form__google-btn img,
.sign-up-form__github-btn img {
  height: 20px;
  width: 20px;
  margin-right: 6px;
}

.sign-up-form__google-btn span,
.sign-up-form__github-btn span {
  font-family: soleil, Arial, sans-serif;
  font-size: 16px;
  color: #121212;
  font-weight: bold;
  line-height: 16px;
}

.sign-up-form__google-btn:hover,
.sign-up-form__github-btn:hover {
  background-color: #f3f3f3;
}

@media (max-width: 500px) {
  .sign-up-form__top-row-wrapper {
    flex-direction: column;
    gap: 1em;
  }

  .sign-up-form__fields-wrapper {
    width: 100%;
  }

  .sign-up-form__other-options {
    flex-direction: column;
    gap: 1em;
  }

  .sign-up-form__google-btn,
  .sign-up-form__github-btn {
    width: 100%;
    padding: 0;
  }
}

.testimonial {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #131313;
  flex: 0 0 370px;
  width: 100%;
}

.testimonial__image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonial__quote {
  font-size: 1.15rem;
  color: #fff;
  line-height: 28px;
  max-width: 270px;
  font-weight: 300;
  margin-bottom: 44px;
  font-family: soleil, Arial, sans-serif;
}

.testimonial__quote-wrapper {
  padding: 2em;
  position: absolute;
  bottom: 9px;
  left: 14px;
}

.testimonial__quote-icon {
  height: 54px;
  width: 54px;
  margin-bottom: 24px;
}

.testimonial__signature-wrapper {
  display: flex;
  align-items: center;
  gap: 1em;
}

.testimonial__signature-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4em;
}

.testimonial__signature-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.testimonial__signature-name {
  color: #fff;
  font-weight: bold;
  font-family: soleil, Arial, sans-serif;
}

.testimonial__signature-title {
  color: #fff;
  font-weight: 300;
  font-family: soleil, Arial, sans-serif;
}

@media (max-width: 768px) {
  .testimonial,
  .testimonial__background {
    display: none;
  }
}

.tooltip {
  position: relative;
}

.tooltip::before,
.tooltip::after {
  position: absolute;
  left: 50%;
  opacity: 0;
  transition: all ease 0.3s;
}

.tooltip::after {
  content: attr(data-tooltip);
  line-height: 1.2rem;
  background: rgba(0, 0, 0, 0.8);
  top: 140px;
  left: -50px;
  font-family: soleil, Arial, sans-serif;
  transform: translateY(-100%);
  font-size: 14px;
  margin-left: -150px;
  width: 176px;
  border-radius: 10px;
  color: #eee;
  padding: 14px;
}

.tooltip:hover::before,
.tooltip:hover::after {
  opacity: 1;
}

@media (max-width: 768px) {
  .tooltip::after {
    display: none;
  }
}

.sign-up-page {
  min-width: 320px;
}

.sign-up-form__uxpin-logo {
  width: 50px;
  height: 50px;
}

.sign-up-form__header-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.sign-up-form__header {
  font-family: soleil, Arial, sans-serif;
  font-size: 28px;
  text-align: center;
  color: #121212;
  line-height: 41px;
  font-weight: 500;
  margin-bottom: 0.3em;
}

.sign-up-form__sub-header {
  font-family: soleil, Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #acacac;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 1em;
}

.sign-up-form__link-wrapper {
  font-family: soleil, Arial, sans-serif;
  font-size: 14px;
}

.sign-up-form__account-true {
  font-family: soleil, Arial, sans-serif;
  font-size: 14px;
  color: #121212;
  line-height: 24px;
  text-align: center;
}

.sign-up-form__link {
  font-family: soleil, Arial, sans-serif;
  font-size: 14px;
  color: #6666ff;
  line-height: 24px;
  text-align: center;
}

.link {
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  color: #006cff;
  display: inline;
  vertical-align: top;
  box-shadow: inset 0 -1px 0 0 rgba(0, 108, 255, 0.3);
}

.sign-up-form__legal {
  margin-top: 0.75em; 
  font-family: soleil, Arial, sans-serif;
  font-size: 10px;
  color: #acacac;
  line-height: 14px;
  text-align: center;

  > a {
    color: #767676;
    box-shadow: inset 0 -1px 0 0 rgba(194, 194, 194, 0.3);
  }
}

@media (max-width: 768px) {
  .uxpin-logo {
    display: none;
  }

  .legal-note {
    max-width: 300px;
  }
}

