#lms-quiz-exporter-wrap {
  position: fixed;
  right: 22px;
  top: 92px;
  z-index: 2147483647;
  font-family: Arial, Helvetica, sans-serif;
}

#lms-quiz-exporter-btn {
  appearance: none;
  border: 0;
  border-radius: 8px;
  background: #1268e8;
  color: #fff;
  padding: 11px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}

#lms-quiz-exporter-btn:hover { filter: brightness(.96); }
#lms-quiz-exporter-btn:disabled { opacity: .65; cursor: wait; }

#lms-quiz-exporter-toast {
  position: fixed;
  right: 22px;
  top: 145px;
  z-index: 2147483647;
  max-width: 340px;
  border-radius: 8px;
  background: #1f2937;
  color: #fff;
  padding: 10px 12px;
  font: 13px/1.4 Arial, Helvetica, sans-serif;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}
