.zz-receipt-box {
  border-color: rgba(0, 0, 0, .125) !important;
  border-radius: var(--bs-border-radius, .375rem);
}
.zz-receipt-icon {
  align-items: center;
  background: var(--bs-primary, #001eb3);
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 2.75rem;
  font-size: 1.35rem;
  height: 2.75rem;
  justify-content: center;
  width: 2.75rem;
}
.zz-receipt-form .form-control:disabled {
  background: #f8f9fa;
  border-color: rgba(0, 0, 0, .14);
  color: #222;
  opacity: 1;
}
.zz-receipt-form .btn-primary {
  background-color: #001eb3;
  border-color: #001eb3;
}
