.ipsLayout_noBackground {
	background: var(--i-background_1);
}

	.ipsNoScroll {
		overflow: hidden;
	}

#elAjaxLoading {
	background: #323232;
	width: 150px;
	padding: 15px;
	color: #fff;
	position: fixed;
	bottom: 15px;
	border-radius: min(var(--i-design-radius, 4px));
	font-size: 16px;
	text-align: center;
	z-index: 15000;
	left: 50%;
	margin-left: -75px;
}

	#elAjaxLoading i,
	#elAjaxLoading img {
		margin-inline-end: 20px;
	}

/* Achievements */
.ipsProgress--rank{
	height: 8px;
	--_bo-ra: 10px;
	--_progress: var(--i-background_positive);
	background: var(--i-background_3);
}

[data-ips-scheme="dark"] .elUserNav_achievements .ipsProgress--rank{
	background: var(--i-background_5);
}

/* FLASH MESSAGE */
#elFlashMessage {
	color: hsl(0 0% 100%);
	background: var(--if-light, hsl(0 0% 12% / .8)) var(--if-dark, color-mix(in srgb, var(--i-background_6) 80%, transparent));
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	position: fixed;
	width: min(96vw, 600px);
	font-size: 1em;
	border-radius: 12px;
	z-index: 50000; /* This should appear above everything else */
	left: 50%;
	margin-left: max(-48vw, -300px);
	padding: 1em;
	
	display: flex;
	align-items: center;
	gap: 1em;
}

@supports not (color: color-mix(in srgb, red, blue)){
	#elFlashMessage{
		background: var(--if-light, hsl(0 0% 12% / .8)) var(--if-dark, var(--i-background_6));
	}
}

	#elFlashMessage.ipsFlashMsg--top {
		top: calc(var(--i-sticky-offset) + 20px);
	}
	#elFlashMessage.ipsFlashMsg--bottom {
		bottom: 20px;
	}
	/* Move flash message up due to mobile footer */
	@media (max-width: 767px){
		#elFlashMessage.ipsFlashMsg--bottom{
			bottom: 60px;
		}
	}

#elFlashMessage > *{
	flex: 1 1 auto;
}

#elFlashMessage [class*=" fa-"]{
	font-size: 1.6em;
	line-height: 1;
	margin-inline-start: .5em;
	margin-inline-end: .3em;
}

#elFlashMessage [data-action="dismissFlashMessage"] {
	place-content: center;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	color: #000 !important;
	background: #fff;
	font-family: arial, sans-serif;
	font-size: 1.5em;
	border: 0;
	flex: 0 0 auto;
	display: none;
}

	#elFlashMessage.ipsFlashMsg_dismissable [data-action="dismissFlashMessage"] {
		display: grid;
	}

#elFlashMessage a,
#elFlashMessage a:hover {
	color: inherit;
	border-bottom: 1px solid currentColor;
}

#elLicenseKey {
	margin: 0;
	border-radius: 0;
	font-size: var(--i-font-size_1);
	padding-inline-end: 40px;
}
	
	#elLicenseKey .ipsList {
		margin-top: 15px;
	}
	
	#elLicenseKey [data-role="closeMessage"] {
		display: inline-block;
		background: rgba(0,0,0,0.6);
		width: 30px;
		height: 30px;
		border-radius: 30px;
		line-height: 28px;
		text-align: center;
		color: #fff;
		border-bottom: 0;
		font-size: 18px;
		position: absolute;
		inset-inline-end: 15px;
		top: 15px;
	}

/* License Renewal Modal */
.acpLicenseRenewal {
	position: fixed;
	inset: 0;
	display: grid;
	place-content: center;
	pointer-events: none;
	padding: 20px;
}
	.acpLicenseRenewal_wrap {
		max-width: 500px;
		background: var(--i-box--ba-co);
		border-radius: var(--i-box--bo-ra);
		box-shadow: var(--i-dialog--bo-sh);
		position: relative;
		pointer-events: auto;
	}

	@media screen and (max-width: 767px) {
		.acpLicenseRenewal_content {
			padding: 20px;
		}
	}

/* GOOGLE AD CODE FOR RESPONSIVE ADS */
#ipsLayout_mainArea .adsbygoogle { width: 320px; height: 100px; }
@media (min-width:500px) { #ipsLayout_mainArea .adsbygoogle { width: 468px; height: 60px; } }
@media (min-width:1050px) { #ipsLayout_mainArea .adsbygoogle { width: 728px; height: 90px; } }