html, body, #__next {
    height: 100%;
    background: linear-gradient(135deg,rgba(0, 212, 255, 1) 0%, rgba(0, 161, 240, 1) 50%, rgba(0, 161, 241, 1) 100%)
}

body {
    margin: 0
}

.se-gradient {
    background: linear-gradient(45deg, rgba(0, 161, 241, 1) 0%, rgba(0, 161, 240, 1) 50%, rgba(0, 212, 255, 1) 100%)
}

.blur { 
	-webkit-filter: blur(5px); 
	-moz-filter: blur(5px); 
	-o-filter: blur(5px); 
	-ms-filter: blur(5px); 
	filter: blur(5px); 
}

/* this sets the time slot height */
.fc .fc-timegrid-slot {
	height: 4em !important;
}

/* this sets the margins around the header buttons */
.fc .fc-toolbar.fc-header-toolbar {
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 1em;
}

.dot {
	height: 9px;
	width: 9px;
	border-radius: 50%;
	margin-right: 2px;
	display: inline-block;
}