/* website feedback css*/
.survey-widget-webform .gds-form-input__input-wrapper--submit {
  margin: auto;
}
.webform-submission-survey-widget-form-form #edit-rating-wrapper .gds-form-input+ :not(.gds-form-input) {
  margin-top: 0;
}
.webform-submission-survey-widget-form-form #edit-buttons-wrapper .webform-section-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.webform-submission-survey-widget-form-form #edit-overall-how-usefull-do-you-find-this-website---input-wrapper {
  display: none;
}
.webform-submission-survey-widget-form-form #edit-overall-how-usefull-do-you-find-this-website---wrapper {
  margin-bottom: 0;
}
.webform-submission-survey-widget-form-form .gds-form-input__input--checkbox {
  display: none;
}
.webform-submission-survey-widget-form-form .gds-form-input__icon-container.gds-form-input__icon-container--checkbox {
  display: none !important;
}
.webform-submission-survey-widget-form-form #edit-how-can-we-improve-step1-wrapper .gds-form-input__label-wrapper label,
.webform-submission-survey-widget-form-form #edit-how-can-we-improve-step1-wrapper-rating-greater-than-3 .gds-form-input__label-wrapper label {
  padding: 8px;
  background-color: #f5faff;
  border-radius: 8px;
}
.webform-submission-survey-widget-form-form #edit-how-can-we-improve-step1-wrapper div[data-type="checkbox"],
.webform-submission-survey-widget-form-form #edit-how-can-we-improve-step1-wrapper-rating-greater-than-3 div[data-type="checkbox"] {
  display: inline-block;
  padding: 8px;
  margin-bottom: 0;
}
.webform-submission-survey-widget-form-form #edit-how-can-we-improve-step1-wrapper .gds-form-input__inner--checkbox,
.webform-submission-survey-widget-form-form #edit-how-can-we-improve-step1-wrapper-rating-greater-than-3 .gds-form-input__inner--checkbox {
  flex-direction: column;
  height: 22px;
}
.webform-submission-survey-widget-form-form .hidden {
  display: none;
}
.webform-submission-survey-widget-form-form .checked-label {
  background-color: var(--color-accent) !important;
  color: #08312a !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
#webform-submission-survey-widget-form-form .gds-form-input__input-wrapper--checkbox {
  display: none;
  margin-bottom: 10px;
}
.webform-submission-survey-widget-form-form .gds-form-input__inner--checkbox .gds-form-input__label-wrapper {
  margin-bottom: 15px;
}
.webform-submission-survey-widget-form-form {
  position: fixed;
  z-index: 11;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.webform-submission-survey-widget-form-form .gds-form-multiple-step__form {
  background-color: #fefefe;
  text-align: center;
  padding: 20px;
  border: 1px solid #888;
  width: 33%;
  position: fixed;
  bottom: 45px;
  right: 0;
  margin: 0;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.webform-submission-survey-widget-form-form .gds-form-input {
  max-width: 100%;
}
@media only screen and (max-width:1024px) {
  .webform-submission-survey-widget-form-form .gds-form-multiple-step__form {
    width: 45%;
  }
}
@media only screen and (max-width:940px) {
  .webform-submission-survey-widget-form-form .gds-form-multiple-step__form {
    width: 55%;
  }
}
@media only screen and (max-width:767px) {
  .webform-submission-survey-widget-form-form .gds-form-multiple-step__form {
    width: 65%;
  }
}
@media only screen and (max-width:480px) {
  .webform-submission-survey-widget-form-form .gds-form-multiple-step__form {
    width: 100%;
  }
}
.webform-submission-survey-widget-form-form h3 {
  font-family: var(--typography-heading-m-font-family);
  color: var(--color-primary);
}
.webform-submission-survey-widget-form-form p {
  font-family: var(--typography-heading-m-font-family);
}
.webform-submission-survey-widget-form-form #survey-close-btn {
  color: var(--color-accent);
  float: right;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  margin-top: -10px;
}
.webform-submission-survey-widget-form-form #survey-close-btn:hover,
.webform-submission-survey-widget-form-form #survey-close-btn:focus {
  color: #0066cc;
  text-decoration: none;
  cursor: pointer;
}
.webform-submission-survey-widget-form-form label#edit-overall-how-usefull-do-you-find-this-website---label span {
  font-weight: bold;
  font-family: var(--typography-heading-m-font-family);
  font-size: 16px;
  color: var(--color-primary);
}
.webform-submission-survey-widget-form-form h5 {
  font-weight: bold;
  font-family: var(--typography-heading-m-font-family);
  font-size: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
}
