.brs-survey {
  max-width: 760px;
  margin: 0 auto;
}
.brs-survey p {
  padding: 0 !important;
}

.brs-survey-inner {
  background: #1a3c39;
  border: 1px solid #1d4340;
  border-radius: 16px;
  padding: 24px;
}

.brs-progress-meta {
  margin-bottom: 8px;
  font-size: 14px;
}

.brs-progress-bar {
  height: 10px;
  background: #0a1817;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 24px;
}
.brs-progress-bar span {
  display: block;
  height: 100%;
  background: #faaa2d;
}

.brs-survey-image-wrap img {
  width: 100%;
}
.brs-survey-image-wrap + * {
  margin-top: 15px;
}

.brs-question-title {
  font-size: 22px;
}
.brs-question-title + * {
  margin-top: 15px;
}

.brs-question-description + * {
  margin-top: 15px;
}

.brs-answer-list {
  display: grid;
  gap: 12px;
  margin-bottom: 24px;
}
.brs-answer-list + * {
  margin-top: 15px;
}

.brs-answer-option {
  display: block;
  width: 100%;
  padding: 12px 16px 9px 16px;
  border: 2px solid rgba(18, 42, 40, 0.1);
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  /* Old browsers */
  background: #245551; /* Old browsers */
  /* FF3.6-15 */
  background: -moz-linear-gradient(90deg, #245551 0%, #2e6a65 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(90deg, #245551 0%, #2e6a65 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(90deg, #245551 0%, #2e6a65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color_01", endColorstr="$color_02",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.33s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -moz-transition: all 0.33s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  -o-transition: all 0.33s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
  transition: all 0.33s cubic-bezier(0.67, 0.11, 0.08, 1.9) 0s;
}
.brs-answer-option:hover {
  transform: scale(1.01);
}
.brs-answer-option:active {
  transform: scale(0.99);
}
.brs-answer-option.is-selected {
  border-color: #faaa2d;
  color: #000;
  /* Old browsers */
  background: #faaa2d; /* Old browsers */
  /* FF3.6-15 */
  background: -moz-linear-gradient(90deg, #faaa2d 0%, #ee9406 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(90deg, #faaa2d 0%, #ee9406 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(90deg, #faaa2d 0%, #ee9406 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$color_01", endColorstr="$color_02",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  box-shadow: 0 0 0 2px rgba(29, 78, 216, 0.15);
}

.brs-actions {
  display: flex;
  gap: 12px;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(64, 149, 142, 0.3);
  padding-top: 20px;
}
.brs-actions .brs-button-primary {
  float: right;
}

.flex-spacer {
  flex-grow: 1;
}

.brs-button {
  display: inline-block;
  padding: 12px 16px 11px 16px;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #31716c;
  cursor: pointer;
  background: #214e4a;
  color: #faaa2d;
}

.survey-logo {
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
.survey-logo img {
  width: 180px;
  max-width: 42%;
}

.brs-button-primary {
  background: #faaa2d;
  display: inline-block;
  color: #000 !important;
  font-weight: bold;
  border-color: #fbbe5f;
}

.brs-result-wrap h2 {
  font-size: 14px;
  font-weight: bold;
  color: #faaa2d;
  width: 100%;
  text-align: center;
}

.brs-result-card {
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  text-align: center;
}

.brs-question-image-wrap,
.brs-result-image-wrap {
  margin-bottom: 16px;
  text-align: center;
}

.brs-result-image-wrap {
  text-align: center;
  padding: 40px 0;
}
.brs-result-image-wrap img {
  display: inline-block;
  width: 500px;
  max-width: 50%;
}

.brs-question-image,
.brs-result-image,
.brs-rendered-image {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.survey-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #122a28;
  z-index: 10000;
  overflow-y: scroll;
  padding: 30px 15px 15px 15px;
  background-image: url(../images/survey-bg-01.webp);
  background-size: cover;
  background-position: 50% 50%;
}

.brs-loading-result {
  text-align: center;
}
.brs-loading-result * {
  text-align: center;
}

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