/* Add here all your CSS customizations */

.bg-total-days {
  background-color: #4CAF50 !important; /* Green for Total Project Days */
}

.bg-unscheduled-days {
  background-color: #FF9800 !important; /* Orange for Unscheduled Days */
}

.bg-calendar {
  background-color: #2196F3 !important; /* Blue for Calendar */
}

.bg-remaining-days {
  background-color: #03A9F4 !important; /* Cyan for Remaining Project Days */
}

.bg-late-reports {
  background-color: #F44336 !important; /* Bright Red for Late Work Reports */
}

.bg-pdp-reports {
  background-color: #9C27B0 !important; /* Deep Purple for PDP Reports */
}

.card-featured-total-days {
  border-color: #4CAF50; /* Green for Total Project Days */
}

.card-featured-remaining-days {
  border-color: #03A9F4; /* Cyan for Remaining Project Days */
}

.card-featured-unscheduled-days {
  border-color: #FF9800; /* Orange for Unscheduled Days */
}

.card-featured-late-reports {
  border-color: #F44336; /* Bright Red for Late Work Reports */
}

.card-featured-calendar {
  border-color: #2196F3; /* Blue for Calendar */
}

.card-featured-pdp-reports {
  border-color: #9C27B0; /* Deep Purple for PDP Reports */
}

/* Custom Highlight Styles */
.highlighted-date {
    background-color: #85C65B !important;  /* Your highlight color */
    color: white !important;
    border-radius: 50%;
}