.sodra-feedback {
  padding: 28px 32px;
  background-color: #F3E9EF;
  border-radius: 8px;
}

.sodra-feedback h3 {
  color: #121212;
}

.sodra-feedback p {
  max-width: 75%;
}

.sodra-feedback p:last-child {
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  .sodra-feedback p:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .sodra-feedback p {
    max-width: 85%;
  }
}

@media (max-width: 767px) {
  .sodra-feedback p {
    max-width: 100%;
  }
}

.sodra-feedback--loading {
  opacity: 0.7;
  cursor: wait;
}

.sodra-feedback--loading .sodra-feedback__inner {
  pointer-events: none;
}

.sodra-feedback__form .fluentform .ff-el-input--label {
  margin-bottom: 24px;
}

.sodra-feedback__form .fluentform .ff-el-input--label label {
  color: #121212;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.72;
}

.sodra-feedback__form .fluentform .ff-el-form-check {
  margin-bottom: 16px;
}

.sodra-feedback__form .fluentform .ff-el-form-check:last-child {
  margin-bottom: 0;
}

.sodra-feedback__form .fluentform .ff-el-group {
  margin-bottom: 32px;
}

@media (max-width: 1024px) {
  .sodra-feedback__form .fluentform .ff-el-group {
    margin-bottom: 40px;
  }
}

.sodra-feedback__form .fluentform .ff-el-group.ff_list_inline.sodra-feedback__choices {
  margin-bottom: 0;
}

.sodra-feedback__form .fluentform .ff-el-group.ff_list_inline.sodra-feedback__choices .ff-el-input--content {
  -webkit-column-gap: 12px;
          column-gap: 12px;
  row-gap: 12px;
}

.sodra-feedback__form .ff_list_inline.sodra-feedback__choices .ff-el-form-check input[type="radio"] {
  border: 1px solid transparent;
  width: 0px;
  height: 0px;
  margin: 0;
}

.sodra-feedback__form .ff_list_inline.sodra-feedback__choices .ff-el-form-check input[type="radio"]:hover {
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.sodra-feedback__form .ff_list_inline.sodra-feedback__choices .ff-el-form-check:first-child label:after {
  content: '\e830';
}

.sodra-feedback__form .ff_list_inline.sodra-feedback__choices .ff-el-form-check:nth-child(2) label:after {
  content: '\e82f';
}

.sodra-feedback__form .ff_list_inline.sodra-feedback__choices .ff-el-form-check label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8A2062;
  background-color: transparent;
  border-color: rgba(97, 22, 69, 0.6);
  -webkit-transition: all 0.16s ease;
  transition: all 0.16s ease;
  padding: 11px 24px 11px 24px;
  border-radius: 8px;
  height: 48px;
  border: 1px solid;
  line-height: 1.72;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sodra-feedback__form .ff_list_inline.sodra-feedback__choices .ff-el-form-check label span {
  margin-right: 12px;
}

.sodra-feedback__form .ff_list_inline.sodra-feedback__choices .ff-el-form-check label:hover {
  background-color: #F5F5F5;
}

.sodra-feedback__form .ff_list_inline.sodra-feedback__choices .ff-el-form-check label:after {
  font-family: "sodra-icons";
  position: relative;
  color: #8A2062;
}

@media (max-width: 1024px) {
  .sodra-feedback__form .ff_list_inline.sodra-feedback__choices .ff-el-form-check label {
    width: 100%;
  }
}

.sodra-feedback__form .fluentform .ff-el-group.ff_submit_btn_wrapper {
  display: none;
  gap: 12px;
  margin-top: 40px;
  margin-bottom: 0;
}

.sodra-feedback__form .fluentform .ff-el-group.ff_submit_btn_wrapper::before {
  display: none;
}

@media (max-width: 1024px) {
  .sodra-feedback__form .fluentform .ff-el-group.ff_submit_btn_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sodra-feedback__cancel:hover {
  background-color: #F5F5F5 !important;
}

@media (max-width: 1024px) {
  .sodra-feedback {
    padding: 24px 24px;
  }
}
/*# sourceMappingURL=sodra-feedback.css.map */