.flight-item:hover { 
	background-color: rgba(255,255,255,0.05); 
	cursor: pointer; 
}
.badge-flight { 
	letter-spacing: .5px; 
}
.muted { 
	opacity: .8; 
}
.fc .fc-toolbar-title { 
	font-weight:700; 
}
.legend-dot { 
	width:12px; 
	height:12px; 
	border-radius:50%; 
	display:inline-block; 
	margin-right:.4rem; 
	vertical-align:middle; 
}
.fc-daygrid-event, .fc-timegrid-event { 
	border-radius:.5rem; 
}
.fc-scroller-harness {
	background: #0b0f14;
}
