.light-style .flatpickr-input[readonly] {
  background: #fff;
}

.watermark {
  z-index: -1;
}

.invoice-preview-card::before {
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 700px;
  background-position: center;
  z-index: -1;
}
.invoice-preview-card.paid::before {
  content: "";
  background-image: url(/images/paid.png?c967653be6e46a092c24afbf6ddba462);
}
.invoice-preview-card.unpaid::before {
  content: "";
  background-image: url(/images/unpaid.png?607e7497a0fdc6ff5b1a9b5e3a7ceac8);
}
