.sv_progress_bar, .sd-progress__bar{
  border-radius: 6px;
  height: 12px;
  background-color: var(--color-primary);
}

.sd-progress__text {
  display: none;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  background-color: #F9F9F9;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

p {
  margin-bottom: 10px;
}

a {
  color: #0288d1;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.survey-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.survey-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
}

.survey-main {
  position: relative;
  overflow: scroll;
  padding-top: 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.survey-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}

.container {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.question-title {
  margin: 0;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.radio-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #5b594a;
  border-bottom: 2px solid #5b594a;
  border-left: 1px solid #5b594a;
  border-right: 1px solid #5b594a;
  background-color: #fff;
  cursor: pointer;
}

.radio-button:hover {
  border-color: var(--color-primary);
  box-shadow: inset 0 0 0 1px var(--color-primary);
}

.radio-button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 2px solid #5b594a;
}

.radio-button:last-child:hover {
  border-right: 2px solid var(--color-primary);
}

.radio-button:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left: 2px solid #5b594a;
}

.radio-button:first-of-type:hover {
  border-left: 2px solid #5b594a;
}

.radio-button-control {
  display: none;
}

.radio-button-label {
  margin-bottom: 0px;
}

.radio-button-label.selected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #0288d1;
  color: #fff;
}

.likert-question > fieldset {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  justify-content: center;
}

.left-label {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.right-label {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.sd-btn,
.action-button {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-right: 12px;
  /* text-transform: uppercase; */
}

.action-button:hover {
  opacity: 0.8;
  text-decoration: none;
}

.action-button.hidden {
  display: none;
}

.question-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: center;
  -ms-flex-align: start;
  align-items: center;
  min-width: 320px;
  max-width: 100%;
}

.effect {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 80px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f4f7fd), to(rgba(244, 247, 253, 0.1)));
  background-image: linear-gradient(0deg, #f4f7fd, rgba(244, 247, 253, 0.1));
}

.comment-question {
  width: 400px;
  max-width: 400px;
  min-height: 100px;
  margin-bottom: 0px;
  padding: 4px 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #dbdbdb;
  border-radius: 2px;
  background-color: #fff;
  font-size: 14px;
  display: block;
  margin: 0 auto;
}

.sd-input,
.sv_q_text_root {
  width: 400px;
  height: 36px;
  margin-bottom: 0px;
  padding: 4px 8px;
  border-style: solid;
  border-width: 2px;
  border-color: #dbdbdb;
  border-radius: 2px;
  background-color: #fff;
  font-size: 14px;
  display: block;
  margin: 0 auto;
}

.comment-question:focus {
  border-color: #0288d1;
}

.nps-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #5b594a;
  border-bottom: 2px solid #5b594a;
  border-left: 1px solid #5b594a;
  border-right: 1px solid #5b594a;
  background-color: #fff;
  cursor: pointer;
}

.nps-button:hover {
  border-color:var(--color-primary);
  box-shadow: inset 0 0 0 1px #5b594a;
}

.nps-button:last-child {
  border-right: 2px solid #5b594a;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.nps-button:last-child:hover {
  border-right: 2px solid var(--color-primary);
}

.nps-button:first-of-type {
  border-left: 2px solid #5b594a;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.nps-button:first-of-type:hover {
  border-left: 2px solid var(--color-primary);
}

.nps-label {
  margin-bottom: 0px;
}

.nps-label.selected {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #0288d1;
  color: #fff;
}

.privacy-notice {
  position: relative;
  overflow: scroll;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.editable p {
  margin-bottom: 24px;
}

.editable h2 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
}

.editable a {
  font-size: 16px;
  line-height: 24px;
}

.message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.message-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
}

.message-text {
  max-width: 620px;
  margin-bottom: 16px;
  text-align: center;
}

.message-icon {
  width: 80px;
  margin-bottom: 24px;
}

.ml {
  margin-left: 32px;
}

.brand-logo {
  width: 80px;
}

.survey-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0px;
  padding-bottom: 32px;
}

.question-error {
  padding-top: 8px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.message-sticker {
  width: 320px;
}

.message-sticker-small {
  width: 160px;
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .question-title {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
  }
  .privacy-notice {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .editable {
    padding-right: 64px;
    padding-left: 64px;
  }
  .editable p {
    font-size: 14px;
  }
  .editable h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .survey-header {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .survey-main {
    padding-top: 16px;
  }
  .question-input {
    width: 100%;
  }
  .radio-button {
    width: 40px;
    height: 40px;
  }
  .radio-button:hover {
    border-top-color: var(--color-primary);
    border-bottom-color: var(--color-primary);
    border-left-color: var(--color-primary);
    box-shadow: none;
  }
  .nps-button {
    width: 10%;
    height: 40px;
  }
  .nps-button:hover {
    border-top-color: var(--color-primary);
    border-bottom-color: var(--color-primary);
    border-left-color: var(--color-primary);
    box-shadow: none;
  }
  .privacy-notice {
    padding-top: 32px;
  }
  .editable {
    padding-right: 24px;
    padding-left: 24px;
  }
  .brand-logo {
    width: 56px;
  }
}

@media screen and (max-width: 479px) {
  .sd-input,
  .sv_q_text_root {
    width: 320px;
  }
  .question-title {
    font-size: 16px;
    line-height: 24px;
  }
  .question-input {
    width: 100%;
  }
  .radio-button-label {
    font-size: 14px;
  }
  .comment-question {
    max-width: 100%;
  }
  .nps-button {
    width: 10%;
    height: 32px;
  }
  .nps-label {
    font-size: 14px;
  }
  .nps-label.selected {
    width: 20px;
    height: 20px;
  }
  .editable {
    padding-right: 0px;
    padding-left: 0px;
  }
  .message-sticker {
    width: 200px;
  }
  .message-sticker-small {
    width: 104px;
  }
}