@media print {
	html, body {
		height: 100%;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden;
	}
	body {
		font-size: 12pt;
		margin: 0;
		padding: 0;
		color: #000;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.wlsm-font-bold {
		font-weight: 600;
	}
	.text-secondary {
		color: #6c757d !important;
	}
	.text-dark {
		color: #343a40 !important;
	}
	.wlsm-certificate-image {
		width: 100%;
		height: 100%;
	}
	@page {
		size: A4;
		margin: 0;

	}
}
