#footer {
	background-color: var(--dark-gray);
	margin-left: 255px;
	display: flex;
	align-items: center;
	padding: 7px 0 7px 30px;
	height: 60px;
	min-height: 60px;
	font-size: 14px;
	color: #a9a9aa;
	box-shadow: -2px -8px 41px -14px rgba(202,210,222,.61);
}

#footer > div {
	flex: 0 0 100%;
	max-width: 100%;
}

#footer .row {
	flex: 0 0 100%;
	max-width: 100%;
}

.powered-by {
	margin: 0;
}

.powered-by a {
	display: flex;
	align-items: center;
	color:#a9a9aa;
	gap: 10px;
	text-decoration: none;
}

#footer .right-col {
	display: flex;
	justify-content: flex-end;
}

.minimize-body #footer {
	margin-left: 70px;
}

.path-frontpage:not(.user-logged-in) #footer,
.path-user:not(.user-logged-in) #footer {
	margin-left: 0;
}

@media only screen and (max-width: 1280px) {
	#footer {
		margin-left: 0;
	}
}

@media only screen and (max-width: 1024px) {
	#footer {
		height: auto;
		padding: 15px 20px;
		text-align: center;
	}

	#footer .left-col,
	#footer .right-col {
		text-align: center;
		width: 100%;
	}

	#footer .right-col {
		justify-content: center;
		padding-top: 10px;
		margin-top: 10px;
		border-top: 1px solid rgba(255, 255, 255, 0.15);
	}
}

@media only screen and (max-width: 1023px) {
	.minimize-body #footer  {
		margin-left: 60px;
	}
}

@media only screen and (max-width: 767px) {
	#footer {
		position: relative;
		z-index: 10;
	}
}