.task-row.task-extension-on_time {
  background: #eaf4ff;
}

.task-row.task-extension-late {
  background: #fff0df;
}

.task-row.task-extension-on_time:hover {
  background: #deeeff;
}

.task-row.task-extension-late:hover {
  background: #ffe7cb;
}

.task-row.task-extension-on_time .task-meta .status {
  color: #1d65a6;
  background: #d8eaff;
}

.task-row.task-extension-late .task-meta .status {
  color: #a84f0d;
  background: #ffdfba;
}
