/* Fix Calendar */
.fc .fc-button {
	text-transform: capitalize;
}

.fc .fc-list-event-title a,
.fc .fc-daygrid-dot-event.fc-event,
.fc .fc-list-event-title a {
	color: #ffffff
}

.fc .fc-list-event-title:hover a {
	color: #495057
}
/* Responsive */
@media screen and (max-width: 480px) {
	.fc-direction-ltr .fc-toolbar>*>:not(:first-child) {
		margin-left: 0;
	}
}