* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Inter';
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

.auerp-hidden {
	display: none;
}

.auerp-recaptcha {
	margin-top: 22px;
}

.auerp-product-tag {
	p {
		font-size: 14px;
		color: #1A2733;
		margin-bottom: 2px;
	}
}

.auerp-coming-soon-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	position: relative;
	display: flex;
	height: calc(100vh - 186px);
}

.auerp-coming-soon-section.auerp-session-expire {
	height: calc(100vh - 120px);
}

.auerp-coming-soon-section:before {
	content: '';
	width: 252px;
	height: 245px;
	background-image: url('./../images/Group\ 1984077895.svg');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 40px;
	left: 50px;
	z-index: 0;
}

.auerp-coming-soon-section .auerp-coming-soon-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 740px;
	width: 100%;
	text-align: center;
}

.auerp-coming-soon-section.auerp-session-expire .auerp-coming-soon-wrapper {
	max-width: 470px;
}

.auerp-coming-soon-section .auerp-title {
	font-size: 52px;
	font-weight: 600;
	color: #1A2733;
	margin-top: 6px;
}

.auerp-coming-soon-section .auerp-title-2 {
	font-size: 32px;
	font-weight: 600;
	color: #414361;
	margin-top: 12px;
}

.auerp-coming-soon-section .auerp-desc {
	font-size: 24px;
	font-weight: 500;
	color: #4B5563;
	margin-top: 24px;
	margin-bottom: 30px;
}

.auerp-coming-soon-section .auerp-desc.loading {
	margin-top: 8px;
}

.auerp-coming-soon-section .auerp-coming-soon {
	font-size: 20px;
	font-weight: 600;
	color: #000000;
	background-color: #E5E7EB;
	display: inline-block;
	margin-top: 24px;
	padding: 14px 16px;
	border-radius: 100px;
	transition: .3s ease-in-out;
	position: relative;
	z-index: 1;
}


.auerp-coming-soon-section .auerp-bot-btn {
	height: 74px;
	margin-top: 24px;
}

.auerp-coming-soon-section .auerp-bot-checkbox {
	width: 27px;
	height: 27px;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
}

.auerp-coming-soon-section .auerp-verify-btn {
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;

}

.auerp-coming-soon-section .auerp-demo-btn {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background-color: #0070F2;
	margin-top: 20px;
	cursor: pointer;
	padding: 10px 34px;
	border-radius: 6px;
	transition: .3s ease-in-out;
	position: relative;
	z-index: 1;

}

.auerp-coming-soon-section .auerp-demo-btn:hover {
	transform: translateY(5px);
}

.auerp-coming-soon-section .auerp-copyright-text {
	position: absolute;
	bottom: 45px;
}

.auerp-coming-soon-section .auerp-copyright-text a {
	color: #2149f3;
	transition: .3s ease-in-out;
}

.auerp-coming-soon-section .auerp-copyright-text a:hover {
	color: #000000;
}

.auerp-wrapper-demo-text p {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #1A2733;
}

.auerp-wrapper-demo-text .auerp-demo-text-bottom {
	margin-top: 5px;
}

.auerp-wrapper-demo-text span {
	font-weight: 500;
}

.footer {
	position: relative;
	z-index: 9;
}

.auerp-session-expire+.footer:after {
	top: -280px;
}

.footer-container {
	display: flex;
	justify-content: space-between;
	padding: 28px;
	gap: 10px;
	backdrop-filter: blur(14px) saturate(180%);
	-webkit-backdrop-filter: blur(14px) saturate(180%);
	background-color: rgba(255, 255, 255, 0.50);
	border-radius: 12px;
	border: 1px solid rgba(209, 213, 219, 0.3);
	margin: 0px 20px 20px;
}

.footer .auerp-wrapper-demo-text {
	margin-bottom: 24px;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 0 15px;
}

.row {
	display: flex;
	gap: 64px;
}

.footer-col {
	font-size: 14px;
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.footer-col p {
	color: #4B5563;
}

.footer-col a {
	color: #0041FF;
	border-bottom: 1px solid currentColor;
}


.auerp-pim-img {
	object-fit: contain;
}


.footer-grad-animation::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	--_mesh-gradient-blur: 70px;
	--_mesh-gradient-blend-mode: darken;
	background: radial-gradient(at 67.11489862% 65.932642%, #7fe0fb 0, transparent 50%), radial-gradient(at 53.95004408% 92.61658031%, #4d72fb 0, transparent 50%), radial-gradient(at 39.05495151% 94.68911917%, #c983f0 0, transparent 50%), radial-gradient(at 31.38172201% 94.68911917%, #ee7c91 0, transparent 50%) #e6e9ef;
	mix-blend-mode: var(--_mesh-gradient-blend-mode);
	filter: blur(var(--_mesh-gradient-blur));
	background-size: 200% 200%;
	animation: gradient 15s ease infinite;
	height: 342px;
}

/* HTML: <div class="loader"></div> */
.loader {
	width: 100px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 8px solid #F4F2FE;
	border-right-color: #0070F2;
	animation: l2 1s infinite linear;
}

@keyframes l2 {
	to {
		transform: rotate(1turn)
	}
}

@keyframes gradient {
	0% {
		background-position: 0 50%
	}

	50% {
		background-position: 100% 50%
	}

	100% {
		background-position: 0 50%
	}
}

@media (max-width: 1200px) {
	.auerp-coming-soon-section:before {
		scale: 0.7;
		transform-origin: top left;
	}

	.footer:after {
		scale: 0.7;
		transform-origin: bottom right;
	}
}

@media (max-width: 767px) {
	.row {
		gap: 20px;
	}

	.footer-col {
		gap: 4px;
	}

	.footer-container {
		padding: 15px;
	}

	.auerp-coming-soon-section {
		height: calc(100vh - 164px);
	}

	.auerp-coming-soon-section.auerp-session-expire {
		height: calc(100vh - 94px);
	}
}

@media (max-width: 525px) {
	.auerp-coming-soon-section:before {
		scale: 0.4;
		top: 15px;
		left: 15px;
	}

	.footer:after {
		scale: 0.4;
		bottom: 15px;
		right: 15px;
	}

	.auerp-coming-soon-section .auerp-logo-wrap img {
		max-width: 200px;
		height: auto;
	}

	.auerp-coming-soon-section .auerp-title {
		font-size: 40px;
		margin-top: 16px;
	}

	.footer-container,
	.row {
		flex-direction: column;
		align-items: center;
	}

	.auerp-coming-soon-section {
		height: calc(100vh - 262px);
		padding: 0 15px;
	}

	.auerp-coming-soon-section.auerp-session-expire {
		height: calc(100vh - 192px);
	}

	.auerp-coming-soon-section .auerp-desc {
		font-size: 16px;
	}

	.auerp-coming-soon-section .auerp-title-2 {
		font-size: 20px;
	}

	.auerp-session-expire+.footer:after {
		top: -250px;
	}
}

@media (max-width: 380px) {
	.auerp-coming-soon-section .auerp-logo-wrap img {
		max-width: 160px;
	}

	.auerp-coming-soon-section .auerp-title {
		font-size: 32px;
	}

	.auerp-wrapper-demo-text p {
		font-size: 12px;
	}
}

@keyframes rotation {
	0% {
		--gradient-angle: 0deg;
	}

	100% {
		--gradient-angle: 360deg;
	}
}

@property --gradient-angle {
	syntax: "<angle>";
	initial-value: 0deg;
	inherits: false;
}
