body{
	font-size: .875rem;
}

.logo img{
	max-width: 80px;
	max-height: 80px;
}
#modal-loader, #login_signin_submitting {
	display: none;
}
#modal-loader img{
	width: 15%;
}
#modal-loader span{
	font-size:22px;
	font-weight:600
}
.graph-container{
	max-height: fit-content;
	max-width: inherit;
	margin: 5px auto;
	justify-content: center;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-items: center;
	overflow: hidden;
}

.graph-container img {
	height: 50%;
	width: 50%;
}

#hover-cont:hover {
	cursor: not-allowed;
}
.welcome{
	padding: 10px;
	font-size:22px;
	font-weight:600
}