#reactPageBootstrapLoader {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.7);
}

#reactPageBootstrapLoader .react-page-bootstrap-content {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	color: #566c7c;
	font-size: 14px;
	font-weight: 600;
}

#reactPageBootstrapLoader .react-page-bootstrap-spinner {
	color: #657585;
	font-size: 28px;
	line-height: 1;
}
