.cali-calendar-main {
  margin: 0 auto;
}

.cali-heading h3 {
}

@media only screen and (max-width: 768px) {
  .fc-daygrid-event {
    background-size: contain !important;
  }
}

.fc-daygrid-event {
  white-space: nowrap;
  border: 1px solid #3788d8;
  border-radius: 3px;
  font-size: 0.85em;
  font-size: var(--fc-small-font-size, 0.85em);
  white-space: normal;
  font-size: 12px;
  line-height: 14px;
  padding: 2px;
  cursor: pointer;
}

.fc-h-event .fc-event-main-frame {
  display: block !important;
}

.fc .fc-list-event-title a {
  cursor: pointer ! !important;
}
.fc .fc-list-event:hover td {
  background: inherit;
}
