/*!******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/feedbackstyle.scss ***!
  \******************************************************************************************************************************************************************************/
.feedback-positive,
.feedback-negative {
  text-decoration: none;
  padding-top: 10px;
}

.feedback-negative {
  padding-top: 0;
  margin-top: 10px;
}

picture.emoji_static_animated {
  position: relative;
  display: inline-block;
  min-width: 32px;
  min-height: 32px;
}
picture.emoji_static_animated img.static {
  display: inline-block;
}
picture.emoji_static_animated img.animated {
  display: none;
}
picture.emoji_static_animated:hover img.animated, picture.emoji_static_animated:focus-within img.animated {
  display: inline-block;
}
picture.emoji_static_animated:hover img.static, picture.emoji_static_animated:focus-within img.static {
  display: none;
}

.feedback-form-submit-button {
  background-color: #0D6377;
  border-color: #0D6377;
  color: white;
}

.feedback-form-cancel-button {
  background-color: white;
  border-color: #0D6377;
  color: #0D6377;
}

.page-feedback .page-feedback-title {
  font-size: 16px;
  margin: 13px 0;
  padding-top: 10px;
  display: inline-block;
}
.page-feedback .page-feedback-icon {
  display: inline-block;
}

.page-feedback-submitted .webform-confirmation__message {
  text-align: center;
}

.feedback-form .webform-required {
  display: none;
}
.feedback-form .messages {
  display: none;
}
.feedback-form label:not(.form-required)::after {
  display: none;
}
.feedback-form .form-textarea {
  height: 100px;
  font-size: 14px;
}
.feedback-form .fieldset-content {
  display: inline-flex;
}
.feedback-form .fieldset-legend {
  font-size: 22px;
  color: black;
  display: block;
}
.feedback-form .fieldset-legend:after {
  display: none;
}
.feedback-form input.form-submit {
  line-height: 20px;
  font-size: 16px;
  transition-duration: 300ms;
  transition-property: color, background-color, border-color;
  display: inline-block;
  color: white;
  background-color: #FA5727;
  border: 1px solid white;
  text-decoration: none;
  padding: 15px 40px;
  text-align: center;
  width: 100%;
  border-radius: 2px;
}
.feedback-form input.form-submit:hover, .feedback-form input.form-submit:focus {
  color: #FA5727;
  background-color: white;
  border-color: #FA5727;
}
.feedback-form input.form-submit:hover svg, .feedback-form input.form-submit:focus svg {
  fill: #FA5727;
}
.feedback-form input.form-submit:active {
  color: #FA5727;
  background-color: white;
  border-color: #FA5727;
}
.feedback-form input.form-submit[disabled] {
  cursor: default;
  color: #343A40;
  background-color: #CED4DA;
  border-color: #CED4DA;
}
.feedback-form .form-type-radios.question_found label {
  padding-top: 16px;
}
.feedback-form .form-radios {
  display: flex;
  flex-direction: row;
  gap: 2px;
}
.feedback-form .form-radios::before, .feedback-form .form-radios::after {
  content: " ";
  display: table;
}
.feedback-form .form-radios::after {
  clear: both;
}
.feedback-form .form-radios .form-type-radio {
  display: inline-flex;
  justify-content: center;
  position: relative;
  width: unset;
  margin: 0;
  cursor: pointer;
}
.feedback-form .form-radios .form-type-radio input {
  min-width: 8px;
  min-height: 8px;
  display: none;
  overflow: visible;
  margin: 0;
  position: relative;
  width: auto;
  clip: auto;
}
.feedback-form .form-radios .form-type-radio label {
  display: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 300ms linear;
  width: unset;
}
.feedback-form .form-radios .form-type-radio label:hover, .feedback-form .form-radios .form-type-radio label:focus {
  background-color: rgba(131, 210, 246, 0.5019607843);
}
.feedback-form .form-radios .form-type-radio input:checked + label {
  background-color: #83D2F6;
}
.feedback-form .form-radios .form-type-radio label.edit-emoji-label {
  display: inline-block;
}
.feedback-form .form-radios .form-type-radio svg {
  width: 24px;
  height: 24px;
}
.feedback-form .form-radios .form-type-radio svg path {
  fill: #CED4DA;
  stroke: #CED4DA;
}
.feedback-form .form-radios .form-type-radio:nth-child(1):after, .feedback-form .form-radios .form-type-radio:nth-child(5):after {
  top: -30px;
  position: absolute;
  left: 50%;
  margin-left: -5px;
}
.feedback-form .form-radios .form-type-radio input:focus ~ svg path,
.feedback-form .form-radios .form-type-radio input:hover ~ svg path {
  fill: #0D6377;
  stroke: #0D6377;
}
.feedback-form .form-radios.is-checked-1 .form-type-radio:nth-child(1) svg path, .feedback-form .form-radios.is-checked-2 .form-type-radio:nth-child(1) svg path, .feedback-form .form-radios.is-checked-3 .form-type-radio:nth-child(1) svg path, .feedback-form .form-radios.is-checked-4 .form-type-radio:nth-child(1) svg path, .feedback-form .form-radios.is-checked-5 .form-type-radio:nth-child(1) svg path, .feedback-form .form-radios.is-checked-2 .form-type-radio:nth-child(2) svg path, .feedback-form .form-radios.is-checked-3 .form-type-radio:nth-child(2) svg path, .feedback-form .form-radios.is-checked-4 .form-type-radio:nth-child(2) svg path, .feedback-form .form-radios.is-checked-5 .form-type-radio:nth-child(2) svg path, .feedback-form .form-radios.is-checked-3 .form-type-radio:nth-child(3) svg path, .feedback-form .form-radios.is-checked-4 .form-type-radio:nth-child(3) svg path, .feedback-form .form-radios.is-checked-5 .form-type-radio:nth-child(3) svg path, .feedback-form .form-radios.is-checked-4 .form-type-radio:nth-child(4) svg path, .feedback-form .form-radios.is-checked-5 .form-type-radio:nth-child(4) svg path, .feedback-form .form-radios.is-checked-5 .form-type-radio:nth-child(5) svg path {
  fill: #0D6377;
  stroke: #0D6377;
}
.feedback-form .form-type-processed-text {
  font-size: 10px;
  color: #666666;
}
.feedback-form .form-type-processed-text * {
  font-size: 10px;
  color: #666666;
}

.ui-dialog:has(.webform-submission-add-form) .ui-dialog-titlebar .ui-dialog-title {
  font-size: 22px;
  font-weight: bold;
}

.ui-dialog:has(.webform-confirmation) .ui-dialog-titlebar span {
  display: none;
}
.ui-dialog:has(.webform-confirmation) .ui-dialog-titlebar .ui-dialog-titlebar-close {
  top: 50%;
  position: absolute;
  right: 0.3em;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 13px;
  height: 20px;
  border: 0;
  background: url(/themes/custom/clearwater/images/close.svg) center center no-repeat;
}
.ui-dialog:has(.webform-confirmation) h3 {
  text-align: center;
}
.ui-dialog:has(.webform-confirmation) button.button {
  background-color: #0D6377;
  justify-self: center;
  display: flex;
  margin-bottom: 24px;
}

.ui-dialog {
  max-width: 100%;
}
.ui-dialog .form-textarea-wrapper textarea {
  max-width: 100%;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  border: 1px solid;
  padding: 12px 20px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 100%;
}

[class*=question_] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.webforms-select-block label,
.webform-submission-form label {
  font-family: "Bliss", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

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