.feedbackform {
  background: var(--md-sys-color-inverse-on-surface-light);
  padding: 24px;
}
.feedbackform .alertTxt {
  font-size: 14px;
}
.feedbackform textarea {
  width: 95%;
  height: 250px;
  resize: none;
  padding: 10px;
  font-size: 16px;
}
.feedbackform .note {
  color: var(--md-sys-color-on-surface-variant-light);
  font-size: 14px;
}
.buttonWrap {
  text-align: center;
  padding: 10px 0px;
}
#suver_button {
  background: var(--md-sys-color-primary-light);
  color: #fff;
  border: 1px solid var(--md-sys-color-on-surface-variant-light);
  outline: none;
  padding: 5px 50px;
}
#suver_button:hover {
  opacity: 0.8;
}
.feedbackform td {
  padding: 8px 0px;
}
.surveyFormTitle {
  margin: 8px 0px;
  line-height: 1.3em;
  position: relative;
}
.surveyFormTitle:before {
  position: absolute;
  top: 0;
  left: -12px;
  width: 6px;
  height: 95%;
  content: "";
  background: var(--md-sys-color-primary-light);
  border-radius: 3px;
}
.formsubtitle {
  line-height: 1.5em;
}
.captchaCover {
  font-size: 14px;
  border: 1px solid var(--md-sys-color-on-surface-variant-light);
  padding: 2px;
}
.surveyList {
  list-style-type: circle;
  list-style-position: inside;
}
.surveyList li {
  line-height: 1.2em;
}
.starInput {
  display: none;
}
.starIcon {
  font-size: 50px;
  cursor: pointer;
  width: 50px;
}
.starIcon:after {
  content: "☆";
  color: var(--md-sys-color-on-surface-variant-light);
}
.inputCheck:after {
  content: "★";
  color: #ffc800;
  text-shadow: 0px 0px 5px rgba(255, 247, 0, 1);
}
.inputOver:after {
  content: "★";
  color: #ffc800;
  text-shadow: 0px 0px 5px rgba(255, 247, 0, 1);
}
@media screen and (max-width: 320px) {
  .rate-content {
    text-align: center;
  }
}
