/* Footer positioning styles */

#wrap {
	flex: 1;
	min-height: 100vh !important;
	overflow-y: auto;
}

.footer {
	margin-top: auto;
	position: relative !important;
	background-color: #f8f8f8;
	border-top: 1px solid #e7e7e7;
	padding: 20px 0;
}