/*custom rules*/
.form-label {
  font-weight: bold !important;
}

.trashed-text {
  text-decoration: line-through !important;
}


/* cancellazione record tabella */

/* Effetto bianco e nero per contenuto disabilitato */
tr.deleted {
  filter: grayscale(100%);
  position: relative;
}

tr.deleted::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: red; /* Cambia il colore se necessario */
}


.doc-example .doc-example-content::before {
  content: attr(data-label);
  display: block;
  position: absolute;
  top: -11px;
  left: 12px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: inherit;
  color: #acaab1;
  padding: 0 5px;
}

.card-header {
  padding: 4px 24px !important;
}


#creditNotesSpinner {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.1rem;
}

#creditNotesContainer {
  position: relative;
  z-index: 1;
}
