body { background: #f8f9fa; }
/* Row background colors */
tr.sent { background: #d4edda !important; }
tr.due-soon { background: #fff3cd !important; }
tr.overdue { background: #f8d7da !important; }

/* Also color cells and inputs inside the row so the color is visible despite inputs' white background */
tr.sent td, tr.sent td .form-control { background-color: #d4edda !important; }
tr.due-soon td, tr.due-soon td .form-control { background-color: #fff3cd !important; }
tr.overdue td, tr.overdue td .form-control { background-color: #f8d7da !important; }

.table td { vertical-align: middle; }
.save-indicator{ display:none; margin-left:8px; font-size:0.95rem; }
tr.saving .save-indicator{ display:inline-block; color:#0d6efd; }
tr.saved .save-indicator{ display:inline-block; color:#198754; }
tr .save-indicator.error{ color:#dc3545; display:inline-block; }
