HEX
Server: Apache
System: Linux ecngx285.inmotionhosting.com 4.18.0-553.79.1.lve.el8.x86_64 #1 SMP Wed Oct 15 17:59:35 UTC 2025 x86_64
User: zeusxp5 (3862)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /home/zeusxp5/chuair.org/wp-content/plugins/post-and-page-builder/assets/js/view/loading/style.scss
.bgppb-page-loading__spinner {
	&::after {
		content: ' ';
		width: 50px;
		height: 50px;
		background-color: #000;
		display: block;
		border-radius: 100%;
		animation: bgppb-sk-scaleout 1s infinite ease-in-out;
	}

	@keyframes bgppb-sk-scaleout {
		0% {
			transform: scale(0);
		}

		100% {
			transform: scale(1);
			opacity: 0;
		}
	}
}

.bgppb-page-loading {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 999999;
	background: rgba(255, 255, 255, 0.7);

	.bgppb-page-loading__spinner,
	.bgppb-page-loading__logo {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate3d(-50%, -50%, 0);
		width: 50px;
		height: 50px;
	}
}