html,
body {
  background: #fff !important;
}

body > :not(.invoice-print) {
  display: none !important;
}

.invoice-print {
  min-width: 768px !important;
  font-size: 15px !important;
}
.invoice-print svg {
  fill: rgb(103.1, 118.5, 136) !important;
}

.invoice-print * {
  border-color: rgba(38, 60, 85, 0.5) !important;
  color: rgb(103.1, 118.5, 136) !important;
}
