:root {
  --fullcalendar-border: #35425b33;
  --fullcalendar-day-color: #35425b;
}

div.containerMonthlyFC a.fc-col-header-cell-cushion {
  color: var(--labit-card-gray);
  font-weight: bold;
  text-decoration: none;
}

div.containerMonthlyFC .fc-daygrid-day-top a {
  color: var(--labit-card-gray);
  font-weight: bold;
  text-decoration: none;
}

div.containerMonthlyFC .fc-daygrid-day-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

div.containerMonthlyFC .fc-daygrid-day.fc-day-today {
  background-color: #d7e1ea;
}

div.containerMonthlyFC .fc-daygrid-day.fc-day-today a {
  color: var(--labit-white);
}

div.containerMonthlyFC table.fc-col-header tr {
  margin-top: 21px;
  margin-bottom: 21px;
  border-bottom: 1px solid var(--fullcalendar-border);
}

div.containerMonthlyFC table.fc-col-header th,
div.containerMonthlyFC table.fc-scrollgrid td,
div.containerMonthlyFC table.fc-scrollgrid,
div.containerMonthlyFC table.fc-col-header td {
  border: none;
}

div.containerMonthlyFC table.fc-scrollgrid-sync-table td,
div.containerMonthlyFC table.fc-scrollgrid-sync-table tr {
  border: 1px solid var(--fullcalendar-border);
}

div.containerMonthlyFC table.fc-col-header .fc-scrollgrid-sync-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

div.containerMonthlyFC table.fc-col-header {
  height: 60px;
}

div.containerMonthlyFC .fc-daygrid-day-top a {
  color: var(--fullcalendar-day-color);
  font-weight: bold;
  font-size: 15px;
}

div.containerMonthlyFC a.fc-col-header-cell-cushion {
  color: var(--fullcalendar-day-color);
  font-size: 15px;
}

div.containerMonthlyFC div.fc-event-title.fc-sticky,
div.containerMonthlyFC div.fc-daygrid-event-harness {
  padding: 0px;
  border-radius: 19px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

div.containerMonthlyFC div.fc-event-title-container {
  text-align: center;
}

div.containerMonthlyFC div.fc-daygrid-day-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}

div.containerMonthlyFC
  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;
  font-size: 12px;
  /* height: 12px; */
}

div.containerMonthlyFC a.fc-daygrid-more-link {
  color: var(--labit-card-gray);
}

div.containerMonthlyFC div.fc-event-title,
div.containerMonthlyFC div.fc-event-time {
  cursor: default;
}

div.containerMonthlyFC
  a.fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event.fc-event-end {
  margin-right: 0px;
}

div.containerMonthlyFC div.fc-event-time,
div.containerMonthlyFC div.fc-daygrid-event-hardness div.fc-event-time {
  display: none;
}

div.containerMonthlyFC a {
  cursor: default;
}

/* div.containerMonthlyFC
  a.fc-daygrid-event.fc-daygrid-block-event.fc-h-event.fc-event,
div.containerMonthlyFC
  a.fc-daygrid-event.fc-daygrid-dot-event.fc-event
  div.fc-daygrid-event-dot {
  opacity: 0.8;
} */

div.containerMonthlyFC
  a.fc-daygrid-event.fc-daygrid-dot-event.fc-event
  div.fc-event-title {
  color: var(--fullcalendar-day-color);
}
