:root {
  --fullcalendar-day-weeks: #c8c8c8;
  --fullcalendar-select-month: #f0f4f8;
  --fullcalendar-day-color: #35425b;
}

div.containerYearlyCalendar div.fc-header-toolbar {
  display: none;
}

div.containerYearlyCalendar a.fc-col-header-cell-cushion,
div.containerYearlyCalendar .fc-daygrid-day-top a {
  color: var(--fullcalendar-day-color);
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}

div.containerYearlyCalendar table.fc-scrollgrid td,
div.containerYearlyCalendar table.fc-scrollgrid th,
div.containerYearlyCalendar .fc-theme-standard,
div.containerYearlyCalendar .fc-scrollgrid {
  border: none !important;
}

div.containerYearlyCalendar .fc-daygrid-day-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

div.containerYearlyCalendar .fc-daygrid-day.fc-day-today {
  background-color: #d7e1ea;
}

div.containerYearlyCalendar .fc-daygrid-day.fc-day-today a {
  color: var(--labit-white);
}

div.containerYearlyCalendar a.fc-daygrid-more-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

div.containerYearlyCalendar div.fc-daygrid-day-frame.fc-scrollgrid-sync-inner {
  display: flex;
  flex-direction: column;
}

div.containerYearlyCalendar div.fc-daygrid-day-events {
  margin-top: 0px;
}

div.containerYearlyCalendar
  .fc
  .fc-daygrid-body-unbalanced
  .fc-daygrid-day-events {
  min-height: 10px;
}

div.containerYearlyCalendar a.fc-daygrid-more-link {
  color: var(--fullcalendar-day-color);
}

div.containerYearlyCalendar div.fc-daygrid-day-top {
  height: 19px;
}

div.containerYearlyCalendar div.fc-event-title.fc-sticky,
div.containerYearlyCalendar div.fc-daygrid-event-harness {
  padding: 0px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

div.containerYearlyCalendar
  a.fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event {
  border-radius: 19px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 6px;
  height: 12px;
  font-size: 12px;
}

div.containerYearlyCalendar div.fc-event-title,
div.containerYearlyCalendar div.fc-event-time,
div.containerYearlyCalendar a {
  cursor: default;
}

div.fullCalendarYearly {
  z-index: 0;
}

div.fullCalendarYearlyClicked {
  z-index: 1 !important;
}

div.containerYearlyCalendar div.fc-event-time,
div.containerYearlyCalendar div.fc-daygrid-event div.fc-event-title,
div.containerYearlyCalendar div.fc-daygrid-event-hardness div.fc-event-time {
  display: none;
}

/* div.containerYearlyCalendar
  a.fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event,
div.containerYearlyCalendar
  a.fc-daygrid-event.fc-daygrid-dot-event.fc-event
  div.fc-daygrid-event-dot {
  opacity: 0.8;
} */

div.containerYearlyCalendar
  a.fc-daygrid-event.fc-daygrid-dot-event.fc-event
  div.fc-event-title {
  color: var(--fullcalendar-day-color);
}
