/* Styles for the checklist table */
table.checklist-table {
  border-collapse: collapse;
  width: 100%;
}

table.checklist-table tr.checklist-item {
  background-color: #f9f9f9;
}

table.checklist-table td.checklist-item-name {
  padding: 8px;
}

/* Styles for the edit button */
button.btn-edit,
button.btn-client {
  background-color: #4CAF50;
  color: white;
  border: none;
  cursor: pointer;
}


/* Styles for the edit checklist modal */
div.edit-checklist-modal {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
}

/* Styles for the client form */
form.client-form {
  margin-top: 20px;
}
