body {
  padding-bottom: 2rem;
  padding-top: 1rem;
}
main {
  min-height: calc(100vh - 11.5rem);
}
.btn:focus,
label.btn.btn-outline-secondary:focus {
  box-shadow: none !important;
  outline-color: rgba(0, 0, 0, 0) !important;
  -webkit-appearance: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
label.required:after {
  content: "*";
}
#logo {
  height: 0.75em;
  margin: 0 0.25em 0.25em 0;
  width: 0.75em;
}
.even-smaller {
  font-size: 0.5em;
  font-weight: 300;
  margin-left: 0.5em;
}
#qrcode-canvas {
  padding: 1em;
  background-color: #e8e8e8;
}
#qrcode-svg {
  width: calc(100% - 4rem);
  margin: 1rem 2rem;
  padding: 1rem;
  background-color: #e8e8e8;
}
#svg-xml-output[readonly],
#text-input[readonly] {
  background-color: white;
}
#type-selectors > label {
  background-color: #6c757d;
  border-left-color: #828c96;
  border-right-color: #828c96;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  color: white;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
#type-selectors > label:first-child {
  border-left-color: #6c757d;
}
#type-selectors > label:last-child {
  border-right-color: #6c757d;
}
#type-selectors > label.active {
  background-color: white;
  color: #6c757d;
}
#helper-forms,
#settings,
#stats,
#results-display {
  border: 1px solid #6c757d;
  border-radius: 4px;
  font-size: 0.9rem;
  margin-bottom: 2rem;
  padding: 1rem;
}
#helper-forms {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#helper-forms .helper-form h3 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
#helper-forms .helper-form:not(.show-helper) {
  display: none;
}
#helper-forms .helper-form .form-group > label {
  margin-bottom: 0.25rem;
}
#statistics-output li {
  border: 1px solid #666666;
  border-radius: 2px;
  margin-bottom: 1em;
  padding: 0.25em 1em;
}
.section-collapse > h3 {
  align-content: baseline;
  display: flex;
  justify-content: space-between;
}
.section-collapse > h3 i.fal {
  color: #828c96;
  cursor: pointer;
}
.section-collapse > h3 i.fal:hover {
  color: #6c757d;
}
.section-collapse > h3 i.fa-minus-square {
  display: none;
}
.section-collapse > h3 i.fa-plus-square {
  display: inline-block;
}
.section-collapse.is-open h3 i.fa-minus-square {
  display: inline-block;
}
.section-collapse.is-open h3 i.fa-plus-square {
  display: none;
}
.fix-left-borders {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/*# sourceMappingURL=qrcodegen.css.map */