#calendar {
	max-width: 100%;
	max-height: 600px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.fc .fc-daygrid-day-number {
	color: #000;
	font-weight: bold;
}

.fc-event {
	background-color: #be1e21;
	border: none;
	font-size: 12px;
	padding: 2px 4px;
}

.fc-toolbar-title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.fc-button {
	background-color: #be1e21;
	border: none;
}

.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active {
	background-color: #be1e21;
}

.fc-prev-button.fc-button.fc-button-primary {
	background-color: #be1e21;
	color: #fff;
	border: none !important;
	box-shadow: none !important;
}

.fc-next-button.fc-button.fc-button-primary {
	background-color: #be1e21;
	color: #fff;
	border: none !important;
	box-shadow: none !important;
}

.fc-prev-button.fc-button.fc-button-primary {
	background-color: #be1e21;
	color: #fff;
	border: none !important;
	box-shadow: none !important;
}

.fc-next-button.fc-button.fc-button-primary {
	background-color: #be1e21;
	color: #fff;
	border: none !important;
	box-shadow: none !important;
}

.fc-prev-button.fc-button.fc-button-primary:active {
	background-color: #be1e21;
	color: #fff;
	border: none !important;
	box-shadow: none !important;
}

.fc-next-button.fc-button.fc-button-primary:active {
	background-color: #a31719;
	box-shadow: 0 2px 8px rgba(190,30,33,0.2);
}

.fc-prev-button.fc-button.fc-button-primary:active {
	background-color: #a31719;
	box-shadow: 0 2px 8px rgba(190,30,33,0.2);
}

.fc-toolbar-title {
  text-align: left !important;
  text-transform: capitalize;
}


