:root 
{ 
	--um-maroon: #BA0C2F; 
}

html
{
	font-family: Roboto, San Francisco, Arial, sans-serif;
}


.pointer
{
	cursor: pointer;
}


.justify
{
	text-align: justify;
}


.bg-um 
{
	background-color: var(--um-maroon); 
	color: white; 
}


.sidebar { 
	min-height: calc(100vh - 56px); 
	background: #f8f9fa; 
	border-right: 1px solid #dee2e6; 
}


.search-card:hover { 
	border-color: var(--um-maroon); 
	cursor: pointer; 
}


.hidden
{
	display: none !important;
}


