#calendar  {
	--fc-page-bg-color: #dddddd;
	--fc-border-color: white;
	--fc-button-text-color: #fff !important;
	--fc-button-bg-color: linear-gradient(#18354f, #22446a);
}

.fc-view {
    background-color: #dddddd;
}

.fc-toolbar {
	background-image: linear-gradient(#18354f, #22446a);
	margin-bottom: 10px !important;
	text-align: center;
}

.fc-toolbar-title {
	color: #fff;
}

.fc-button {
    background-image: linear-gradient(#18354f, #22446a) !important;
    outline: none;
    font-size: 20pt;
}

.fc-col-header-cell {
    font-weight: 700;
}

.fc-popover-title {
    font-weight: 700;
}

.fc-day-today {
	background: rgba(89, 38, 106, .5) !important;
}

.fc-day-other {
    background: #777777;
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 1;
}

a.fc-daygrid-day-number {
	color: black;
	cursor: default;
	font-weight: 700;
    text-decoration: none;
}

a.fc-more-link {
    font-weight: 700;
}

.fc-daygrid-event-harness::after, .fc-daygrid-event-harness::before {
    display: inline;
}
