
html, body { 

	height: 100%;
	background-color: #091e2f; 
	color: antiquewhite !important; 

}

header {

	height: 90px;

}
main {

	height: calc(100vh - 160px);

}
footer {

	height: 60px;

}

a .list-group-item-action {

	cursor: pointer;
	text-decoration-line: none;
	
}











.sidebar-scroll { 

	max-height: calc(100vh - 120px); 

	overflow-y: auto; 

}

.nav-item { 

	border: 1px solid transparent; 

	border-radius: 6px; 

	transition: all 0.2s ease; 

	cursor: pointer; 

}

.nav-item:hover { 

	background-color: #367bb0; 

	border-color: #bfc3c7 #cbd2d9 #fff; 

	border-radius: 6px; 

	transition: all 0.2s ease; 


}


