@import 'VSightX.PWA.WebPortal.Client.8rjjlfm79v.bundle.scp.css';

/* /Components/Pages/SplashScreen.razor.rz.scp.css */
#splash-screen[b-xcv8cz91dd] {
	position: fixed;
	inset: 0;
	background: radial-gradient(circle at center, #243B55, #141E30);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	opacity: 1;
	transition: opacity 0.4s ease-out;
}

	#splash-screen.splash-hidden[b-xcv8cz91dd] {
		opacity: 0;
		pointer-events: none;
	}

.splash-content[b-xcv8cz91dd] {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
}

.splash-logo[b-xcv8cz91dd] {
	animation: splash-pulse-b-xcv8cz91dd 1.6s ease-in-out infinite;
}

@keyframes splash-pulse-b-xcv8cz91dd {
	0%, 100% {
		transform: scale(1);
		opacity: 1;
	}

	50% {
		transform: scale(1.06);
		opacity: 0.75;
	}
}

.splash-spinner[b-xcv8cz91dd] {
	width: 40px;
	height: 40px;
	border: 4px solid rgba(255, 255, 255, 0.2);
	border-top-color: #ffffff;
	border-radius: 50%;
	animation: splash-spin-b-xcv8cz91dd 0.75s linear infinite;
}

@keyframes splash-spin-b-xcv8cz91dd {
	to {
		transform: rotate(360deg);
	}
}

.splash-text[b-xcv8cz91dd] {
	color: rgba(255, 255, 255, 0.75);
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.875rem;
	margin: 0;
}
