/* Remove horizontal lines between tasks */
.gantt_task_row, .gantt_row {
    border-bottom: none !important;
}

/* Remove vertical lines from the task and left grids */
.gantt_scale_cell, .gantt_grid_scale .gantt_grid_head_cell, .gantt_grid_head_cell, .gantt_grid_cell {
    border-right: none !important;
}




.baseline {
    position: absolute;
    border-radius: 2px;
    opacity: 0.6;
    margin-top: -9px;
    height: 12px;
    background: #ffd180;
    border: 1px solid rgb(255, 153, 0);

    


  }
  .milestonebaseline {

   position: absolute;
    
    opacity: 0.6;
    margin-top: -8px;

   
    border: 1px solid rgb(255, 153, 0);
  height: 12px;
    width: 12px;
    visibility: visible;
     background: #ffd180;
    border: 0px solid #61164f;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-box-sizing: content-box;

     -webkit-transform: rotate(45deg);
        transform: rotate(45deg);




  }

  /* move task lines upper */
/*    .gantt_task_line, .gantt_line_wrapper {
    margin-top: -9px;
  }*/
.moveline {
    margin-top: -9px;
  }
   .movelineback {
    margin-top: 0px;
  }
  .gantt_side_content {
    margin-bottom: 7px;
  }

  .gantt_task_link .gantt_link_arrow {
    margin-top: -12px
  }

  .gantt_side_content.gantt_right {
    bottom: 0;
  }

.child_preview {
    box-sizing: border-box;
    margin-top: 2px;
    position: absolute;
    z-index: 1;
    color: white;
    text-align: center;
    font-size: 12px;
  }
.gantt_task_line.task-collapsed {
    height: 4px;
    opacity: 0.25;
  }

  .gantt_task_line.gantt_project.task-collapsed .gantt_task_content {
    display: none;
  }

  .gantt_row.task-parent {
    font-weight: bold;
  }
.gantt_task_progress{
  text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    color: white;
    font-weight: bold;
}
.gantt_grid_scale {
    background-color: transparent;
  }
.gantt_grid div,
  .gantt_data_area div {
    font-size: 12px;
  }


      .custom-project {
    position: absolute;
    height: 6px;
    color: #ffffff;
    background-color: #444444;
  }

  .custom-project div {
    position: absolute;
  }

  .project-left, .project-right {
    top: 6px;
    background-color: transparent;
    border-style: solid;
    width: 0px;
    height: 0px;
  }

  .project-left {
    left: 0px;
    border-width: 0px 0px 8px 7px;
    border-top-color: transparent;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    border-left-color: #444444 !important;
  }

  .project-right {
    right: 0px;
    border-width: 0px 7px 8px 0px;
    border-top-color: transparent;
    border-right-color: #444444;
    border-bottom-color: transparent !important;
    border-left-color: transparent;
  }

  .project-line {
    font-weight: bold;
  }


.gantt-menu-item {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  /* padding: 0 10px; */
}
.gantt-controls {
  background-color: #f5f5f5;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gantt-demo-header {
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
.gantt-menu-item a {
  display: block;
  cursor: pointer;
  color: #3d3d3d;
  text-align: center;
  line-height: 40px;
  padding: 0 10px;
  text-decoration: none;
}

.gantt_task_link .gantt_link_arrow
{
margin-top: -2px;
}

.weekend {
  background: #f4f7f4;
}

.gantt_selected .weekend {
background: #f7eb91;
}

.light-theme .gantt_scale_line:nth-child(1) {
  background-color: #ffdfba; /* Gold */
}
.dark-theme .gantt_scale_line:nth-child(1) {
  background-color: #2d2d2d;
}

/* Style for the weekday name row */
.light-theme .gantt_scale_line:nth-child(2) {
  background-color: #bae1ff; /* SkyBlue */
}
.dark-theme .gantt_scale_line:nth-child(2) {
  background-color: #2d2d2d;
}

/* Style for the day number row */
.light-theme .gantt_scale_line:nth-child(3) {
  background-color: #cee4ac; /* LightGreen */
}
.dark-theme .gantt_scale_line:nth-child(3) {
  background-color: #2d2d2d;
}

.light-theme .gantt_scale_line:nth-child(4) {
  background-color: #dcedc1; /* LightGreen */
}
.dark-theme .gantt_scale_line:nth-child(4) {
  background-color: #2d2d2d;
}

.light-theme .gantt_scale_line:nth-child(5) {
  background-color: #eaf1e0; /* LightGreen */
}
.dark-theme .gantt_scale_line:nth-child(5) {
  background-color: #2d2d2d;
}


.gantt_task_line.gantt_project {
  background-color: var(--enov8-gantt-project-background-color) !important;
  border-color: #d8e7f5 !important;
}

.gantt_cal_quick_info {
  background: var(--dhx-gantt-quick-info-background) !important;
  color: var(--dhx-gantt-quick-info-text) !important;
}
.gantt_selected .gantt_side_content.gantt_right {
  color: var(--dhx-gantt-selected-text) !important; 
  font-weight: bold;
}


.dhx_wa_scale_bar {
  color: #000;
}