html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.xyz-empty-screen {
	width: 100%;
	height: 100%;
	background-image: url("https://xyz-ks.com/crm/wp-content/uploads/2022/12/bg-1.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
