.form__container {
  padding: 48px 16px;
}

.form__container .container {
  max-width: 704px;
  margin: auto;
  border: 1px solid #d7dfea;
  border-radius: 12px;
  background: #fff;
  padding: 32px;
}

@media (max-width: 640px) {
  .form__container .container {
    padding: 16px;
  }
}

.form__title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .form__title {
    font-size: 24px;
  }
}

.form__subtitle {
  color: #65758b;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 24px;
}

.form__form .ff-el-progress {
  height: 8px;
}

.form__form .ff-el-progress-bar {
  font-size: 0;
}

.form__form .choices__inner, .form__form .choices__list--dropdown,
.form__form .ff-el-form-control {
  padding: 8px 16px;
  background: #f8fafc;
  border: 1px solid #e1e7ef;
  border-radius: 10px;
  font-size: 14px;
  color: #0f1729;
  height: 40px;
}

.form__form .choices__list--dropdown {
  height: auto;
}

.form__form .choices__list--dropdown .choices__list {
  height: auto;
  max-height: none !important;
  overflow: visible !important;
}

.form__form .choices__list--dropdown .choices__item {
  border-radius: 8px;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 15px;
}

.form__form .choices__list--dropdown .choices__item.choices__placeholder {
  pointer-events: none;
  opacity: 0.6;
}

.form__form .choices__list--dropdown .choices__item:hover {
  background: #0da2e7;
  color: #fff;
}

.form__form .choices__list--dropdown .choices__item[data-id="2"] {
  font-weight: 600;
}

.form__form .choices__list--single {
  padding: 0;
}

.form__form .choices__list--single .choices__item {
  font-size: 14px;
  line-height: 22px;
}

.form__form .ff-el-form-check-label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.form__form .ff-el-form-check-label .ff-el-form-check-input {
  top: 1px;
}

.form__form .ff-el-group:not(.has-stars) .ff-el-form-check-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  position: relative;
}

.form__form .ff-el-group:not(.has-stars) .ff-el-form-check-label .ff-el-form-check-input {
  width: 16px;
  height: 16px;
  border-color: #3182ed;
  top: 2px;
  flex-shrink: 0;
  opacity: 0;
}

.form__form .ff-el-group:not(.has-stars) .ff-el-form-check-label:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #3182ed;
  border-radius: 20px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 0;
}

.form__form .ff-el-group:not(.has-stars) .ff_item_selected .ff-el-form-check-label:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="rgb(49, 130, 237)" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-circle h-2.5 w-2.5 fill-current text-current"><circle cx="12" cy="12" r="10"></circle></svg>');
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 50% 50%;
}

.form__form .ff-el-input--label {
  margin-bottom: 8px;
}

.form__form .frm-fluent-form .choices {
  margin: 0;
}

.form__form .ff-el-group {
  margin-bottom: 16px;
}

.form__form .ff-el-section-title {
  font-size: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.form__form .ff-el-section-break hr {
  display: none;
}

.form__form .ff-el-help-message {
  font-size: 14px;
  line-height: 1.625;
}

.form__form .bordered {
  border: 1px solid #d7dfea;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
}

.form__form .has-stars {
  border: 1px solid #d7dfea;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
}

.form__form .has-stars .ff-el-input--label {
  margin-bottom: 0;
  width: 100%;
}

.form__form .has-stars .ff-el-input--content {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

.form__form .has-stars .ff-el-input--content .ff-el-help-message {
  width: 100%;
  margin: 16px 0;
}

.form__form .has-stars .ff-el-input--content .ff-el-form-check {
  margin: 0;
}

.form__form .has-stars .ff-el-input--content label.ff-el-form-check-label {
  margin: 0;
  position: relative;
  cursor: pointer;
}

.form__form .has-stars .ff-el-input--content label.ff-el-form-check-label .ff-el-form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  user-select: none;
}

.form__form .has-stars .ff-el-input--content label.ff-el-form-check-label span {
  display: block;
  position: relative;
  font-size: 0;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23e1e7ef" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-star h-5 w-5 text-muted"><path d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"></path></svg>');
}

.form__form .has-stars .ff-el-input--content label.ff-el-form-check-label span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  opacity: 0;
  transition: all 0.3s ease;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%233182ed" stroke="%233182ed" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-star h-5 w-5 text-muted"><path d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"></path></svg>');
}

.form__form .has-stars .ff-el-input--content .ff_item_selected label.ff-el-form-check-label span:after {
  opacity: 1;
}

.form__form .has-stars .ff-el-input--content .full-star label.ff-el-form-check-label span:after {
  opacity: 1;
}

@media (min-width: 768px) {
  .form__form .has-stars:not(.has-na) .ff-el-input--content:hover .ff-el-form-check label.ff-el-form-check-label span:after {
    opacity: 1;
  }
  .form__form .has-stars:not(.has-na) .ff-el-input--content:hover .ff-el-form-check:hover ~ .ff-el-form-check label.ff-el-form-check-label span:after {
    opacity: 0;
  }
}

.form__form .has-stars.has-na .ff-el-input--content .ff-el-form-check:last-child input {
  position: unset;
  width: 16px;
  height: 16px;
  opacity: 1;
}

.form__form .has-stars.has-na .ff-el-input--content .ff-el-form-check:last-child label {
  margin-left: 20px;
}

.form__form .has-stars.has-na .ff-el-input--content .ff-el-form-check:last-child label span {
  background: none;
  width: auto;
  height: auto;
  font-size: inherit;
}

.form__form .has-stars.has-na .ff-el-input--content .ff-el-form-check:last-child label span:after {
  display: none;
}

.form__form .step-nav {
  margin-top: 34px;
}

.form__form .step-nav button.ff-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 14px;
  font-weight: 500;
  background: #3182ed;
  color: #fff;
  border: 0;
  gap: 8px;
}

.form__form .step-nav button.ff-btn-secondary:hover {
  background: rgba(49, 130, 237, 0.9);
}

.form__form .step-nav button.ff-btn-secondary:after {
  content: '';
  display: block;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-right h-4 w-4"><path d="m9 18 6-6-6-6"></path></svg>');
  width: 16px;
  height: 16px;
  background-size: contain;
  margin-right: -8px;
}

.form__form .step-nav button.ff-btn-secondary.ff-btn-prev:after {
  order: -1;
  transform: scale(-1);
  margin-right: 0;
  margin-left: -8px;
}

.form__form .ff_submit_btn_wrapper {
  margin-top: 32px;
}

.form .error.text-danger {
  display: flex;
}

.form--auth .form__container .container {
  max-width: 448px;
}

.form--auth .form__container .form__title {
  margin-bottom: 8px;
}

.form--auth .form__container .form__subtitle {
  margin-bottom: 5px;
}

.form--auth .form__container .form__form .ff-el-input--label {
  font-size: 14px;
  margin-bottom: 11px;
}

.form--auth .form__container .form__form .ff-el-group {
  margin-top: 21px;
  margin-bottom: 0;
}

.form--auth .form__container .form__form .ff-el-group:first-child {
  margin-top: 0;
}

.form--auth .form__container .form__form .ff-el-group.ff_submit_btn_wrapper {
  margin-top: 16px;
}

.form--auth .form__container .form__form .ff-el-group.ff_submit_btn_wrapper .ff-btn-submit {
  width: 100%;
  font-size: 14px;
  height: 40px;
  border-radius: 10px;
}

.form--auth .form__container .form__footer {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  margin-top: 23px;
}

.form--auth .form__container .form__footer p {
  margin: 0;
}

.form--auth .form__container .form__footer a {
  font-weight: 500;
  color: #3182ed;
  text-decoration: none;
}

.form--auth .form__container .form__footer a:hover {
  text-decoration: underline;
}

.form--wide .form__container {
  padding-bottom: 32px;
}

.form--wide .container {
  max-width: 832px;
}

.form--wide .form__form .ff_submit_btn_wrapper {
  margin-bottom: 0;
}

.search-result .main-inner {
  padding: 48px 16px;
}

.search-result__container {
  width: 100%;
  max-width: 832px;
  margin: auto;
}

.search-result__wrapper {
  border: 1px solid #d7dfea;
  border-radius: 12px;
  background: #fff;
  padding: 32px;
}

@media (max-width: 640px) {
  .search-result__wrapper {
    padding: 16px;
  }
}

.search-result__title {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 8px;
}

@media (max-width: 767px) {
  .search-result__title {
    font-size: 32px;
  }
}

.search-result__header {
  margin-bottom: 24px;
}

.search-result__rating {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.search-result__rating .search-result__count {
  color: #65758b;
}

.search-result__rating .search-result__count:before {
  content: '(';
  display: inline-block;
  margin-right: -3px;
}

.search-result__rating .search-result__count:after {
  content: ')';
  display: inline-block;
  margin-left: -3px;
}

.search-result .rating-stars {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}

.search-result .rating-star {
  position: relative;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
}

.search-result .rating-star input {
  opacity: 0;
}

.search-result .rating-star:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23e1e7ef" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-star h-5 w-5 text-muted"><path d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"></path></svg>');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.search-result .rating-star.is-selected:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%233182ed" stroke="%233182ed" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-star h-5 w-5 text-muted"><path d="M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z"></path></svg>');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.search-result .rating-value {
  font-size: 16px;
  font-weight: 600;
}

.search-result__section-title {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 16px;
}

.search-result__tabs .tabs-nav {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid #d7dfea;
}

.search-result__tabs .tab-link {
  padding: 12px;
  border: 1px solid #d7dfea;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  color: #0f1729;
  text-decoration: none;
  background: #f8fafc;
}

.search-result__tabs .tab-link:hover {
  background: rgba(49, 130, 237, 0.9);
  color: #fff;
}

.search-result__tabs .tab-link.active {
  background: #fff;
  color: #0f1729;
  cursor: default;
}

.search-result__accordion .accordion-item {
  margin-bottom: 16px;
}

.search-result__accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.search-result__accordion .accordion-item.is-open .accordion-icon {
  transform: rotate(180deg);
  transition: transform .2s;
}

.search-result__accordion .accordion-header {
  background: rgba(225, 231, 239, 0.5);
  border-radius: 12px;
  color: #0f1729;
  text-decoration: none;
  font-weight: 500;
  display: block;
}

.search-result__accordion .accordion-title-wrapper {
  display: flex;
  align-items: center;
  padding: 16px;
}

.search-result__accordion .accordion-rating {
  display: flex;
  align-items: baseline;
  margin-left: auto;
  gap: 8px;
}

.search-result__accordion .accordion-questions {
  margin: 0;
  padding: 16px;
  list-style: none;
}

.search-result__accordion .accordion-questions li {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
}

.search-result__accordion .accordion-questions li:last-child {
  margin-bottom: 0;
}

.search-result__accordion .accordion-questions li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background: currentColor;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}

.search-result__accordion .accordion-questions .question-rating {
  font-weight: 500;
}

.search-result__accordion .accordion-icon {
  width: 18px;
  height: 18px;
  transition: transform .2s;
  align-self: center;
}

.search-result .individual-reviews {
  margin-top: 32px;
}

.search-result .individual-reviews__title {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 16px;
}

.search-result .review-card {
  border: 1px solid #d7dfea;
  border-radius: 12px;
  background: #fff;
  padding: 24px 24px 28px;
  margin-top: 16px;
  position: relative;
  display: flex;
  align-items: flex-start;
}

@media (max-width: 640px) {
  .search-result .review-card {
    padding: 16px;
  }
}

.search-result .review-card__left {
  width: 100%;
}

.search-result .review-card__author {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize;
}

.search-result .review-card__date {
  font-size: 14px;
  line-height: 20px;
  color: #65758b;
  margin-top: 3px;
  display: block;
}

@media (max-width: 640px) {
  .search-result .review-card__author, .search-result .review-card__date {
    padding-right: 110px;
  }
}

.search-result .review-card__content {
  margin-top: 21px;
}

.search-result .review-card__content p {
  margin: 16px 0;
}

.search-result .review-card__content p:last-child {
  margin-bottom: 0;
}

.search-result .review-card__right .rating-star {
  width: 16px;
  height: 16px;
}

.search-result .review-card__right .rating-star:before {
  width: 16px;
  height: 16px;
}

@media (max-width: 640px) {
  .search-result .review-card__right {
    position: absolute;
    top: 16px;
    right: 16px;
  }
}

.rubellio-resend-login-verification {
  font-weight: 500;
  color: #3182ed;
  text-decoration: none;
}

.rubellio-resend-login-verification:hover {
  text-decoration: underline;
}

.rubellio-resend-login-status {
  display: inline-block;
  color: #3a8200;
}

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