.bg-body {
  background-color: #eeeeee !important;
}

.rp-container {
  --bs-bg-opacity: 1.0;
  min-height: 100vh !important;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
  box-shadow: 0 0.5rem 1.0rem rgba(var(--bs-primary-rgb), 0.85) !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

tr.selected > * {
  /*box-shadow: inset 0 0 0 9999px rgba(0, 128, 64, 0.9) !important;*/
  box-shadow: inset 0 0 0 9999px rgba(var(--bs-warning-rgb), 1.0) !important;
  font-weight: bold !important;
}

input[type="date"] {
  width: 140px;
  text-align: center;
}

.signature-canvas {
  touch-action: none;
}

