<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.error-report-btn {
  padding: 10px 10px;
  position: fixed;
  right: 0;
  top: 50%;
  width: 300px;
  text-align: center;
  font-size: 16px;
  color: #e22028;
  background: #fff;
  border-radius: 5px 5px 0 0;
  -webkit-transform: translateX(0) translateY(-210px) rotate(-90deg);
  -ms-transform: translateX(0) translateY(-210px) rotate(-90deg);
  transform: translateX(0) translateY(-210px) rotate(-90deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
  border: 1px solid #e22028;
  z-index: 1000;
  cursor: pointer;
}
.error-report-btn:hover {
  text-decoration: none;
  background: #e22028;
  color: #fff;
}
.help-project-btn {
  padding: 10px 10px;
  width: 300px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #de5b5e;
  border-radius: 5px;
  -webkit-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
  z-index: 1000;
  cursor: pointer;
}
.error-report-popup {
  min-width: 455px;
}
.error-report-popup.base-popup__container .h3 {
  padding-right: 0;
}
.error-report-popup .b-select__box,
.error-report-popup .selectboxit-container,
.error-report-popup .selectboxit-container .selectboxit {
  width: 100%;
}
</pre></body></html>