
// classes attached to <body>

.fc-not-allowed,
.fc-not-allowed .fc-event { // override events' custom cursors
  cursor: not-allowed;
}

.fc-unselectable {
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
