/**
 * Fullcalendar view override.
 */
.fc-view-container {
  margin-bottom: 1rem;
}

.fc-button-primary {
  background-color: var(--politechnika-primary-color);
  border-color: var(--politechnika-primary-color);
}

.fc-button-primary:hover {
  background-color: #aa464a;
  border-color: #aa464a;
}

.fc-button-primary:disabled {
  background-color: #666;
  border-color: #666;
}

.fc-view-container table {
  margin: 0;
}

.fc-view-container tr {
  background-color: #fff;
}
.fc-row .fc-content-skeleton td {
  border-bottom: none;
}

.fc-content-skeleton thead > tr {
  border-bottom: none;
}
.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td {
  border-color: #ddd;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
  color: var(--politechnika-primary-color);
}
.fc .fc-row .fc-content-skeleton td.fc-today,
.fc-unthemed td.fc-today {
  background-color: #e6e6e6;
}

.fc-day-grid-event .fc-content {
  white-space: normal;
}

.fc-day-grid-event .fc-time {
  display: none;
}

.fc-event {
  border: none;
  padding: 5px;
}
