﻿.table tfoot {
  font-weight: bold;
  text-align: right;
}
.table tfoot tr:first-child {
  border-top: 2px solid silver;
}
html {
  font-size: 14px;
}
/* add btn-xs back to bootstrap 5 */
.btn-group-xs > .btn,
.btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.875rem;
  line-height: 0.5;
  border-radius: 0.2rem;
}
/* show external link icon where target is _blank */
a[target=_blank]::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f08e";
  font-size: x-small;
  margin-left: 2px;
  float: right;
}
.voucher {
  margin-bottom: 10px;
}
.voucher > div {
  margin-bottom: 10px;
}
.voucher .label {
  text-transform: uppercase;
  font-size: small;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
html {
  position: relative;
  min-height: 100%;
  background-color: #f8f9fa;
}
footer {
  background-color: #f8f9fa;
  padding: 10px;
  text-align: center;
}
body {
  margin-bottom: 60px;
  background-color: white;
}
h1 {
  font-size: 24px;
  margin-top: 10px;
}
.hide-until-loaded {
  display: none;
}
/* receipt logo demo */
.receipt-logo-demo {
  width: 270px;
  border: 1px solid #DDD;
  text-align: center;
  margin: 10px 0 10px 0;
}
.receipt-logo-demo img {
  margin-top: 20px;
  width: 70%;
}
.receipt-logo-demo .receipt-text {
  text-align: left;
  white-space: pre;
  font-family: Courier New, Courier, monospace;
  font-size: 11px;
  padding: 0 10px 10px 10px;
}