html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.app-brand-logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.dashboard-brand-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  background: #fff;
}

.receipt-brand-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.receipt-seal-image {
  max-width: 130px;
  max-height: 92px;
  object-fit: contain;
}

.receipt-signature-image {
  max-width: 170px;
  max-height: 64px;
  object-fit: contain;
}
