.feedback-bar {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  z-index: 110;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  background-color: #f3eee9;
  background-color: rgba(243, 238, 249, 0.85);
  font-size: 16px;
  line-height: 55px;
  padding: 0 55px;
}
@media (max-width: 567px) {
  .feedback-bar {
    font-size: 13px;
    line-height: calc(100vw / 320.0 * 460.0 / 8.0 * 0.75);
    padding: 0 calc(100vw / 6.0 * 0.5);
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .feedback-bar {
    font-size: 13px;
    line-height: calc(100vw / 568.0 * 320.0 / 8.0);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .feedback-bar {
    line-height: calc(100vw / 768.0 * 924.0 / 16.0 * 0.75);
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .feedback-bar {
    line-height: calc(100vw / 1024.0 * 668.0 / 12.0);
  }
}
.feedback-bar.nopin {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
}
.feedback-bar-closebtn {
  position: absolute;
  right: 0;
  top: 0;
  line-height: inherit;
  text-align: center;
  font-family: 'PT Sans', Roboto, Arial, sans-serif;
  font-size: 24px;
  /* reset <a> style */
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  width: 55px;
}
@media (max-width: 567px) {
  .feedback-bar-closebtn {
    width: calc(100vw / 6.0 * 0.5);
  }
}
.feedback-bar-closebtn::before {
  content: '×';
  /* font-family: FontAwesome;
    content: '\f107'; /* fa-angle-down */
}
.feedback-bar-content {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1200px;
  text-align: center;
}
.feedback-bar-content-expanded {
  display: inline;
}
@media (max-width: 567px) {
  .feedback-bar-content-expanded {
    display: none;
  }
  .feedback-bar-content-expanded.expanded {
    display: inline;
  }
}
@media (max-width: 567px) {
  .feedback-bar-mobile-expandbtn {
    display: inline-block;
    text-decoration: underline;
    text-decoration-style: dotted;
    cursor: pointer;
  }
}
.feedback-bar-button,
.feedback-bar-button-goback {
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
  padding: 0 24px;
  /* reset <a> and <button> styles */
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
@media (max-width: 567px) {
  .feedback-bar-button,
  .feedback-bar-button-goback {
    padding: 0 6px;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .feedback-bar-button,
  .feedback-bar-button-goback {
    padding: 0 12px;
  }
}
.feedback-bar-button {
  margin: 0 24px;
  background-color: #f4b542;
}
@media (max-width: 567px) {
  .feedback-bar-button {
    margin: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .feedback-bar-button {
    margin: 0;
  }
}
.feedback-bar-button-goback {
  background-color: transparent;
}
@media (max-width: 567px) {
  .feedback-bar-button-goback {
    padding: 0;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .feedback-bar-button-goback {
    padding: 0;
  }
}
.feedback-form-wrap {
  max-width: 600px;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
}
.feedback-form-annotation {
  margin: 25px 0;
}
.feedback-form-error {
  color: #b33;
}
.feedback-form-text {
  background-color: #eee;
  padding: 12px 25px;
  box-sizing: border-box;
  vertical-align: top;
  width: 100%;
  height: 120px;
  /* reset <textarea> style */
  margin: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  color: inherit;
}
.feedback-form-button {
  background-color: #f4b542;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
  width: 100%;
  height: 60px;
  line-height: 60px;
  /* reset <a> <button> style */
  display: block;
  margin: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  color: inherit;
}
.feedback-form-sub {
  font-size: 13px;
  line-height: 26px;
  color: #666;
}
