.nps-component {
  right: 0;
  top: 100px;
  margin-right: -410px;
  position: fixed;
  z-index: 2;
}
.nps-component .nps-component-wrapper {
  border-radius: 8px 0 0 8px;
  width: 410px;
  margin-bottom: 20px;
}
.nps-component .nps-component-wrapper.nps-combination-turquoise {
  background-color: #e8f5f7;
  border: 3px solid #1EA2B1;
}
.nps-component .nps-component-wrapper.nps-combination-red {
  background-color: #fAC6C2;
  border: 3px solid #ea1c0a;
}
.nps-component .nps-component-wrapper.nps-combination-yellow {
  background-color: #fcfbe5;
  border: 3px solid #e3e000;
}
.nps-component .nps-component-wrapper .nps-component-module,
.nps-component .nps-component-wrapper .nps-component-comment-section {
  max-width: 410px;
}
.nps-component .nps-component-wrapper .nps-component-module .nps-component-title,
.nps-component .nps-component-wrapper .nps-component-comment-section .nps-component-title {
  padding: 20px 30px 0 30px;
  margin-bottom: 20px;
}
.nps-component .nps-component-wrapper .nps-component-module .nps-component-description,
.nps-component .nps-component-wrapper .nps-component-comment-section .nps-component-description {
  padding: 0 30px;
}
.nps-component .nps-component-wrapper .nps-component-module .nps-component-description p,
.nps-component .nps-component-wrapper .nps-component-comment-section .nps-component-description p {
  margin-bottom: 20px;
}
.nps-component .nps-component-wrapper .nps-component-module .nps-component-rating-section,
.nps-component .nps-component-wrapper .nps-component-comment-section .nps-component-rating-section {
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.nps-component .nps-component-wrapper .nps-component-module .nps-component-rating-section .nps-component-icon,
.nps-component .nps-component-wrapper .nps-component-comment-section .nps-component-rating-section .nps-component-icon {
  cursor: pointer;
  width: 92px;
  height: 92px;
}
.nps-component .nps-component-wrapper .nps-component-module .nps-component-textarea,
.nps-component .nps-component-wrapper .nps-component-comment-section .nps-component-textarea {
  padding: 0 30px;
  margin-bottom: 15px;
}
.nps-component .nps-component-wrapper .nps-component-module .nps-component-textarea .textarea-caption,
.nps-component .nps-component-wrapper .nps-component-comment-section .nps-component-textarea .textarea-caption {
  height: 18px;
}
.nps-component .nps-component-wrapper .nps-component-module .nps-component-textarea .textarea-caption .caption-description,
.nps-component .nps-component-wrapper .nps-component-comment-section .nps-component-textarea .textarea-caption .caption-description {
  margin-bottom: 0;
  font-size: 12px;
  color: #8f9192;
}
.nps-component .nps-component-wrapper .nps-component-module .nps-component-comment-buttons,
.nps-component .nps-component-wrapper .nps-component-comment-section .nps-component-comment-buttons {
  padding: 0 30px;
  margin-bottom: 20px;
}
.nps-component .nps-component-wrapper .nps-component-module .nps-component-comment-buttons .nps-component-skip-comment-button,
.nps-component .nps-component-wrapper .nps-component-comment-section .nps-component-comment-buttons .nps-component-skip-comment-button {
  margin-right: 0;
  padding: 0;
  width: 34%;
}
.nps-component .nps-component-wrapper .nps-component-module .nps-component-comment-buttons .nps-component-send-comment-button,
.nps-component .nps-component-wrapper .nps-component-comment-section .nps-component-comment-buttons .nps-component-send-comment-button {
  margin-right: 0;
  padding: 0;
  width: 64%;
}
.nps-component .nps-component-wrapper .nps-component-module .nps-component-comment-buttons .nps-component-send-comment-button span,
.nps-component .nps-component-wrapper .nps-component-comment-section .nps-component-comment-buttons .nps-component-send-comment-button span {
  width: 75%;
}
.nps-component .nps-component-final-message {
  border-radius: 8px 0 0 8px;
  min-height: 50px;
  width: 410px;
  position: relative;
}
.nps-component .nps-component-final-message.nps-combination-turquoise {
  background-color: #e8f5f7;
  border: 3px solid #1EA2B1;
}
.nps-component .nps-component-final-message.nps-combination-red {
  background-color: #fAC6C2;
  border: 3px solid #ea1c0a;
}
.nps-component .nps-component-final-message.nps-combination-yellow {
  background-color: #fcfbe5;
  border: 3px solid #e3e000;
}
.nps-component .nps-component-final-message .nps-component-background-image {
  width: 100px;
  height: auto;
  opacity: 0.8;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.nps-component .nps-component-final-message .nps-component-title {
  padding: 20px 30px 0 30px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  position: relative;
  z-index: 2;
}
.nps-component .nps-component-final-message .nps-component-description {
  padding: 0 30px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.nps-component .nps-component-wrapper-mobile {
  display: none;
}
@media (max-width: 767px) {
  .nps-component {
    width: 100%;
    right: unset;
    top: unset;
    margin-right: 0;
    margin-bottom: -145px;
  }
  .nps-component .nps-component-wrapper {
    display: none;
  }
  .nps-component .nps-component-wrapper-mobile {
    display: block;
    min-height: 145px;
  }
  .nps-component .nps-component-wrapper-mobile.nps-combination-turquoise {
    background-color: #e8f5f7;
    border-top: 3px solid #1EA2B1;
  }
  .nps-component .nps-component-wrapper-mobile.nps-combination-red {
    background-color: #fAC6C2;
    border-top: 3px solid #ea1c0a;
  }
  .nps-component .nps-component-wrapper-mobile.nps-combination-yellow {
    background-color: #fcfbe5;
    border-top: 3px solid #e3e000;
  }
  .nps-component .nps-component-wrapper-mobile .nps-component-module-mobile .nps-component-description-mobile,
  .nps-component .nps-component-wrapper-mobile .nps-component-comment-section-mobile .nps-component-description-mobile {
    padding: 10px 15px 0 15px;
    margin-bottom: 15px;
  }
  .nps-component .nps-component-wrapper-mobile .nps-component-module-mobile .nps-component-description-mobile p,
  .nps-component .nps-component-wrapper-mobile .nps-component-comment-section-mobile .nps-component-description-mobile p {
    margin-bottom: 10px;
  }
  .nps-component .nps-component-wrapper-mobile .nps-component-module-mobile .nps-component-rating-section-mobile,
  .nps-component .nps-component-wrapper-mobile .nps-component-comment-section-mobile .nps-component-rating-section-mobile {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
  }
  .nps-component .nps-component-wrapper-mobile .nps-component-module-mobile .nps-component-rating-section-mobile .nps-component-icon,
  .nps-component .nps-component-wrapper-mobile .nps-component-comment-section-mobile .nps-component-rating-section-mobile .nps-component-icon {
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin: 0 10px;
  }
  .nps-component .nps-component-wrapper-mobile .nps-component-module-mobile .nps-component-textarea-mobile,
  .nps-component .nps-component-wrapper-mobile .nps-component-comment-section-mobile .nps-component-textarea-mobile {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  .nps-component .nps-component-wrapper-mobile .nps-component-module-mobile .nps-component-textarea-mobile textarea,
  .nps-component .nps-component-wrapper-mobile .nps-component-comment-section-mobile .nps-component-textarea-mobile textarea {
    height: 65px;
  }
  .nps-component .nps-component-wrapper-mobile .nps-component-module-mobile .nps-component-textarea-mobile .textarea-caption,
  .nps-component .nps-component-wrapper-mobile .nps-component-comment-section-mobile .nps-component-textarea-mobile .textarea-caption {
    display: none;
  }
  .nps-component .nps-component-wrapper-mobile .nps-component-module-mobile .nps-component-comment-buttons .nps-component-skip-comment-button,
  .nps-component .nps-component-wrapper-mobile .nps-component-comment-section-mobile .nps-component-comment-buttons .nps-component-skip-comment-button {
    margin-right: 0;
    padding: 0;
    width: 34%;
  }
  .nps-component .nps-component-wrapper-mobile .nps-component-module-mobile .nps-component-comment-buttons .nps-component-send-comment-button,
  .nps-component .nps-component-wrapper-mobile .nps-component-comment-section-mobile .nps-component-comment-buttons .nps-component-send-comment-button {
    margin-right: 0;
    padding: 0;
    width: 64%;
  }
  .nps-component .nps-component-wrapper-mobile .nps-component-module-mobile .nps-component-comment-buttons .nps-component-send-comment-button span,
  .nps-component .nps-component-wrapper-mobile .nps-component-comment-section-mobile .nps-component-comment-buttons .nps-component-send-comment-button span {
    width: 75%;
  }
  .nps-component .nps-component-final-message-mobile {
    position: relative;
    min-height: 80px;
  }
  .nps-component .nps-component-final-message-mobile.nps-combination-turquoise {
    background-color: #e8f5f7;
    border-top: 3px solid #1EA2B1;
  }
  .nps-component .nps-component-final-message-mobile.nps-combination-red {
    background-color: #fAC6C2;
    border-top: 3px solid #ea1c0a;
  }
  .nps-component .nps-component-final-message-mobile.nps-combination-yellow {
    background-color: #fcfbe5;
    border-top: 3px solid #e3e000;
  }
  .nps-component .nps-component-final-message-mobile .nps-component-background-image {
    width: 60px;
    height: auto;
    opacity: 0.8;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 1;
  }
  .nps-component .nps-component-final-message-mobile .nps-component-title {
    padding: 15px 15px 0 15px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    position: relative;
    z-index: 2;
  }
  .nps-component .nps-component-final-message-mobile .nps-component-description {
    padding: 0 15px;
    position: relative;
    z-index: 2;
  }
  .nps-component .nps-component-final-message-mobile .nps-component-description p {
    margin-bottom: 10px;
  }
}
