/***
 *
 * Misc
 *
 ***/

.gantt_tree_content .avatar {
	width: 25px;
	height:25px;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
	top: 6px;
}

.gantt_task_line {
   background: #4862D5 !important;
}
.gantt_tree_content, .gantt_scale_cell {
	font-family: "Work Sans", sans-serif;
	color: #043362 !important;
}

.gantt-wrapper .elementor-shortcode {
    overflow: auto;
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
}

#gantt_here {
    transform-origin: 0 0;
    width: 100%;
    height: 100vh;
}

#gantt_here .gantt_scale_line:first-child .gantt_scale_cell,
#gantt_here .gantt_grid_head_cell {
   font-family: "Work Sans", sans-serif;
   font-weight: 500;
   text-transform: uppercase;
   color: var( --e-global-color-primary ) !important;
   letter-spacing: 2px;
   line-height: 28px;
}
#gantt_here .gantt_scale_line:nth-child(2) .gantt_scale_cell {
    background: #D4DBF4;
}
#gantt_here .gantt_scale_line:nth-child(3) .gantt_scale_cell {
    background: #E04E3A20;
}

.gantt_scale_line {
	height: 20px;
}

.gantt_task_scale,
.gantt_grid_scale {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: white;
}

.gantt_task_progress_drag,
.gantt_section_description,
.gantt_cal_lsection {
  display: none !important; 
}


.gantt_task_bg .weekend, 
.gantt_scale_cell.weekend {
  background-color: #e9e9e9 !important;
}

.gantt_duration_inputs input {
   text-decoration: none !important;
}

.gantt_cal_ltitle {
	margin-bottom: 20px;
}

.gantt_task_scale {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #fff; /* or match your theme */
}

body.page-id-25298 #CookiebotWidget {
   display:none !important; 
}

.zenergy-readonly {
    position: absolute;
    top: -5px;
    left: 29px;
    width: 10px;
}