:root,
[data-bs-theme="light"] {
  --bs-primary: #004687;
  --bs-primary-rgb: 0, 70, 135;
}

label.form-label {
  text-transform: uppercase;
  font-size: 0.825rem;
  font-weight: 500;
  color: #555;
}

table tr {
  vertical-align: middle;
}

table > thead > tr > th {
  font-size: 0.85rem;
  text-transform: uppercase;
}

.jsign-wrapper .btn {
  background-color: var(--bs-danger);
  color: white;
}

.custom-indicator {
  display: none;
}

.htmx-request .custom-indicator {
  display: inline-block;
}

.htmx-request.custom-indicator {
  display: inline-block;
}

input:not([type="checkbox"]),
select {
  padding: 8px 16px !important;
}

.form-control.is-valid,
.form-control.is-invalid,
.form-select.is-valid,
.form-select.is-invalid {
  background-image: unset !important;
}

.pagination {
  margin-bottom: 0 !important;
}
