* {
  font-family: 'Nunito', sans-serif !important;
}
html,
body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  /* overflow: hidden; */
  font-family: 'Nunito', sans-serif !important;
}
.gantt_container, .gantt_tooltip {
  font-family: 'Nunito', sans-serif !important;
}
.gantt_task_cell.week_end {
  background: rgba(183, 142, 185, 0.3) !important;
}

.gantt_task_row.gantt_selected .gantt_task_cell.week_end {
  background-color: #f8ec9c;
}
ul {
  list-style-type: none;
  display: flex;
  gap: 20px;
}

.resource_btn {
  text-decoration: none;
  background-color: #0d6efd;
  padding: 9px;
  color: white;
  font-size: 13px;
}

.red {
  background: rgb(255, 187, 0) !important;
}
.gantt_grid_scale .gantt_grid_head_cell,
.gantt_task .gantt_task_scale .gantt_scale_cell {
  font-weight: bold;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}

.resource_marker {
  text-align: center;
}
.resource_marker div {
  width: 28px;
  height: 28px;
  line-height: 29px;
  display: inline-block;
  border-radius: 15px;
  color: #fff;
  margin: 3px;
}
.resource_marker.workday_ok div {
  background: #86b7fe;
  border-radius: 15px;
  border: 1px solid #0d6efd;
  color: black;

}

.resource_marker.workday_over div {
  background: #ff8686;
}

.owner-label {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 25px;
  background: #e6e6e6;
  color: #6f6f6f;
  margin: 0 3px;
  font-weight: bold;
}
.nested_task .gantt_add{
display: none !important;
}
.gantt_task_content {
text-align: center !important;
color: #000;
}
.weekend{
    background: #F0DFE5 !important;
}
.gantt_task_line {
  border-radius: 18px;
  background-color: #86b7fe;
  border: 1px solid #0d6efd;
  height: 30px !important;
  line-height: 29px !important;
}
.d-flex {
  display: flex;
  justify-content: space-between;
}
.gantt_control {
  margin-top: 10px;
}
.gantt_task_progress  {
  background-color: #0d6efd;
}
 .gantt_task_line.gantt_project {
  background-color: #75797c;
  border: 1px solid #adb5bd;
} 

#filter { 
  background-color: #86b7fe;
  padding: 6px;
  border: 1px solid #0d6efd;
  border-radius: 15px;
}
.btn-container {
  display: flex;
}
.gantt_grid_scale {
  height: 42px !important;
  line-height: 41px !important;
}
.gantt_grid_column_resize_wrap {
  height: 42px !important;
}
.gantt_task_scale {
  height: 42px !important;
}
#gantt_here {
  margin-top: 20px;
}
.gantt_cal_light_wide .gantt_wrap_section {
  border-bottom: none !important;
}

.gantt_delete_btn_set {
  float: left !important;
}
.gantt_cal_light_wide.gantt_cal_light_full {
  width: 576px;
  height: 242px;
  padding: 10px;
}
.gantt_cal_lsection {
  font-size: 12px;
  color: #000;
  font-weight: 600;
}
.gantt_cal_ltext textarea,.gantt_cal_light select {

  border: 1px solid #0c63e34a !important;
  height: 32px;

}
.gantt_cal_light .gantt_btn_set {
  margin: 9px 10px !important;
}
.gantt_btn_set.gantt_save_btn_set {
  background: #0d6efd;
}
.block {
  display: none;
}
.displayBlock {
  display: block;
}
/* message box */
.gantt-sucessMsg div{
  font-weight:bold;
  color:white;
  background-color:rgb(34, 92, 0);
}
.gantt_cal_light select {
  height: 25px !important;
}
/* message box  height*/
.gantt_cal_larea {
height: 174px !important;
}
.gantt_cal_light {
  height: 245px !important;
}
.gantt_scale_line {
  line-height: 19px !important;
}
.red .gantt_task_drag{
  display: none !important;
}
#filter {
  display: none;
}
.gantt_task_progress {
  text-align: left;
  
  box-sizing: border-box;
  color: white;
  font-weight: bold;
}