.b-gantt-task-wrap .b-gantt-task {
  flex-direction: column;
  background: none !important;
  border-radius: 0;
  max-height: none;
  clip-path: none !important;
}

.b-task-percent-bar-outer {
  height: 50%;
  background-color: #8ee997;
}

.b-gantt-task-parent:not(.b-milestone-wrap) .b-task-percent-bar-outer {
  background-color: #83b5fe;
}

.b-gantt-task {
  align-items: flex-start;
}

.b-gantt-task-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
  padding: 0;
}
.b-gantt-task-content .totalHours {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.b-gantt-task-content .hoursWorked {
  display: flex;
  flex: 1;
  color: #777;
  align-items: center;
}
.b-gantt-task-content .hoursWorked div {
  flex: 1;
  text-align: center;
}

/*# sourceMappingURL=app.css.map */
