#calendar {
  max-height: none !important;
  overflow: visible !important;
  border: 1px solid #dddddd;
  border-radius: 16px;
  background-color: #c4d7000d;
  overflow: hidden !important;
}

.fc-daygrid-body {
  max-height: none !important;
}

.fc-daygrid-day-frame {
  min-height: 54px !important;
  height: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4px;
}

.fc-daygrid-day {
  cursor: pointer;
  background-color: #c4d7000d;
}
/* .fc .fc-daygrid-day.fc-day-today {
  background-color: #c4d700 !important;
} */
.fc .fc-button-primary,
.fc .fc-button-primary:hover,
.fc .fc-button-primary:active,
.fc .fc-button-primary:focus {
  background-color: unset;
  border-color: unset;
  border: unset;
  color: #0c664c;
  box-shadow: unset;
}
.fc-theme-standard th {
  border: unset;
  border-bottom: 1px solid #054f39;
}
#calendar table {
  border: unset;
}
.fc-day-disabled {
  background-color: #dddddd;
}
.fc .fc-scrollgrid-section-liquid > td {
  border: none;
}
.fc-toolbar-title {
  font-size: 20px !important;
  font-weight: bold;
}
.count-event-label {
  font-size: 12px;
  color: #054f39;
  font-weight: bold;
}
.off-day-label {
  font-size: 12px;
  font-weight: bold;
  color: #999999;
}
.fc-daygrid-day-number {
  font-weight: bold;
  font-size: 13px;
}
.fc-daygrid-day-frame .fc-daygrid-day-events {
  min-height: 0px !important;
}
.fc-scrollgrid-sync-table {
  height: 300px !important;
}

.fc-view-harness.fc-view-harness-active {
  min-height: 360px !important;
}
.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .off-day-label {
    font-size: 11px;
    font-weight: bold;
    color: #999999;
  }
  .count-event-label {
    font-size: 11px;
    color: #054f39;
    font-weight: bold;
  }
  .fc-daygrid-day-number {
    font-weight: bold;
    font-size: 14px;
  }
  .fc-daygrid-day-frame .fc-daygrid-day-events {
    min-height: 5px !important;
  }
  .fc-scrollgrid-sync-table {
    height: 400px !important;
  }

  .fc-view-harness.fc-view-harness-active {
    min-height: 429px !important;
  }
}
