body[data-gantt-theme="dark"] #ganttOut .p6-act-bar {
      box-shadow: 0 0 0 1px #ffffff !important;
    }

    body[data-gantt-theme="dark"] #ganttOut .p6-act-bar.crit {
      box-shadow: 0 0 0 1px #ffffff, 0 0 10px rgba(239, 68, 68, .35) !important;
    }

    body[data-gantt-theme="light"] #ganttOut .p6-act-bar {
      box-shadow: 0 0 0 1px #000000 !important;
    }

    body[data-gantt-theme="light"] #ganttOut .p6-act-bar.crit {
      box-shadow: 0 0 0 1px #000000, 0 0 8px rgba(239, 68, 68, .2) !important;
    }
