/*---------- Survey Modal ----------*/
.modal-survey {
  padding: 40px 24px;
  color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 768px) {
  .modal-survey {
    padding: 24px 20px;
  }
}
.modal-survey .progress {
  width: 100%;
  height: 10px;
  background: #f2f4f8;
  border-radius: 5px;
  margin-bottom: 8px;
}
.modal-survey .progress > div {
  height: 100%;
  background: linear-gradient(90deg, #007bff, #E3B4FF);
  border-radius: 5px;
  transition: width 0.3s;
}
.modal-survey .hk-modal-content {
  padding: 0px;
}
.modal-survey .step {
  margin-bottom: 24px;
  text-align: right;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
.modal-survey .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}
.modal-survey .options label {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 0.3s;
}
.modal-survey .options input[type=radio] {
  margin-right: 10px;
}
.modal-survey .error {
  color: red;
  font-size: 14px;
  display: none;
  margin-top: 10px;
}
.modal-survey .btn-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  width: 100%;
}
.modal-survey button {
  border: none;
  height: 46px;
  cursor: pointer;
  font-size: 16px;
  flex: 1;
}
.modal-survey .btn-contain {
  background: #007bff;
  color: white;
  border-radius: 5px;
}
.modal-survey .btn-text {
  background: #fff;
  color: rgba(0, 0, 0, 0.7);
}
.modal-survey .result {
  text-align: center;
  font-size: 15px;
}
.modal-survey .result p {
  margin-bottom: 16px;
}
.modal-survey .result .title {
  font-size: 28px;
  font-weight: bold;
  color: #007bff;
}
@media (max-width: 540px) {
  .modal-survey .result .title {
    font-size: 24px;
  }
}
.modal-survey .result > div div {
  flex: 1;
}
.modal-survey .result-detail {
  display: flex;
  text-align: left;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
  gap: 16px;
}
.modal-survey .result-detail .subtitle {
  margin-top: 0;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 540px) {
  .modal-survey .result-detail .subtitle {
    font-size: 16px;
  }
}
.modal-survey .result-detail p {
  margin-bottom: 0px;
}
@media (max-width: 540px) {
  .modal-survey .result-detail p {
    font-size: 13px;
  }
}
@media (max-width: 540px) {
  .modal-survey .result-detail {
    margin-bottom: 24px;
    padding-bottom: 24px;
    gap: 8px;
  }
}

/*====================== Mailerlite Form ======================*/
.ml-form-embedContainer {
  padding: 24px 16px;
  background-color: #DEEEFF;
  border-radius: 10px;
  line-height: 1.5em;
}

.ml-form-embedContent > p,
.ml-form-successContent > p {
  color: #007BFF;
  font-size: 18px;
  font-weight: bold;
}

.ml-form-horizontalRow {
  display: flex;
  align-items: center;
}
.ml-form-horizontalRow button, .ml-mobileButton-horizontal .ml-form-horizontalRow button {
  background-color: #007Bff;
  border: 1px solid #007BFF;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  height: auto;
}

.ml-block-form {
  display: flex;
  flex-direction: column;
}

#mlb2-29817728.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow {
  height: auto;
  width: 100%;
  float: left;
}

.ml-form-formContent.horozintalForm .ml-form-horizontalRow .ml-input-horizontal {
  flex: 3;
  margin-right: 8px;
}
.ml-form-formContent .form-control {
  width: 100%;
  background-color: #fff;
  padding-left: 8px;
  height: 42px;
  border: 1px solid #fff;
  box-shadow: none;
  border-radius: 3px;
}
.ml-form-formContent .form-control:focus {
  border-color: #007Bff;
  box-shadow: none;
}

.ml-mobileButton-horizontal {
  display: none;
}
.ml-mobileButton-horizontal button {
  background-color: #007Bff;
  border: 1px solid #007BFF;
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .ml-mobileButton-horizontal {
    display: inline-block;
    width: 100%;
    margin-top: 16px;
  }
}

.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.ml-form-embedSubmitLoad:after {
  content: " ";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border-radius: 50%;
  border: 4px solid #fff;
  border-color: #ffffff #ffffff #ffffff transparent;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}

@keyframes ml-form-embedSubmitLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.g-recaptcha {
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.ml-form-checkboxRow label {
  display: flex;
  margin-bottom: 0;
}
.ml-form-checkboxRow label input[type=checkbox] {
  margin: 0;
  position: relative;
}
.ml-form-checkboxRow .label-description p {
  padding-left: 10px;
  margin-bottom: 0;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  line-height: 1em;
  color: rgba(0, 0, 0, 0.7);
}

.ml-error input, .ml-error textarea, .ml-error select {
  border-color: red !important;
}
.ml-error .custom-checkbox-radio-list {
  border: 1px solid red !important;
  border-radius: 5px;
  padding: 10px;
}
.ml-error .label-description,
.ml-error .label-description p,
.ml-error .label-description p a,
.ml-error label:first-child {
  color: #ff0000 !important;
}

#mlb2-29817728.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p,
#mlb2-29817728.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow.ml-error .label-description p:first-letter {
  color: #ff0000 !important;
}

.ml-form-embedPermissions {
  text-align: left;
  margin: 8px 0 0;
}
.ml-form-embedPermissions .privacy-policy p {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
}
.ml-form-embedPermissions a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: underline !important;
}

@media only screen and (max-width: 400px) {
  .ml-hide-horizontal {
    display: none;
  }
  .ml-form-formContent.horozintalForm .ml-button-horizontal {
    display: none;
  }
}/*# sourceMappingURL=modal-survey-ai-rules.css.map */