
  .dark-input input, .dark-input select, .dark-input textarea {
    background-color: #333;
    color: #fff;
    border: 1px solid #555;
    padding: 5px;
    font-weight: bold;
  }


    .highlighted td, td.highlighted {
        background-color: #757d85 !important; /* Hier die gewünschte Hervorhebungsfarbe eintragen */
    }

  .custom-table {
    font-size: 16px; /* Ändern Sie den Wert entsprechend Ihren Anforderungen */
    font-weight: bold;
  }
  .changed {
    background-color: #81078f !important;
      outline: 2px solid yellow !important;
  }
  .select2-selection.changed,
  .select2-selection.changed .select2-selection__rendered {
    background-color: #81078f !important;
  }
