
/* Strong unavailable date styling fix */
.fc .fc-daygrid-day {
  background: #effdf3;
}

.fc .fc-bg-event,
.fc .busy-date,
.fc-daygrid-bg-harness .fc-bg-event {
  background-color: rgba(255, 0, 0, 0.42) !important;
  opacity: 1 !important;
}

.fc .fc-day-today {
  background-color: rgba(57, 255, 20, 0.12) !important;
}

.fc .fc-bg-event::after {
  content: "Unavailable";
  color: #7f0000;
  font-size: 11px;
  font-weight: 900;
  display: block;
  padding: 3px;
}
