/* Custom styles for https://fullcalendar.io/ */

.fc {
	--fc-border-color: transparent;
	--fc-today-bg-color: var(--bg-color-dark);
	--fc-button-text-color: var(--text-color);
	--fc-button-bg-color: white;
	--fc-button-border-color: var(--color-neutral-200);
	--fc-button-hover-bg-color: var(--text-color);
	--fc-button-hover-text-color: white;
	--fc-button-active-bg-color: var(--text-color);
	--fc-button-active-text-color: white;
}

.fc .fc-daygrid-day-number {
	margin: 0 auto;
}

.fc .fc-daygrid-day.fc-day-today {
	border-radius: var(--rounded-lg);
}

.fc .fc-daygrid-body {
	z-index: unset;
}
