/* Footer positioning styles */
html {
	height: 100%;
}

body {
	min-height: 100vh;
}

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

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