.maincontent {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
} 

.global-row {
padding: 20px 12px;
}

.cert-wrapper {
text-align: center;
}

/* Hide the popout window by default */
.viewPdfBtn {
cursor: pointer;
}

.heading-para {
	text-align: center;
	color: #000;
	margin: 20px auto 40px;
}

.pdf-popout {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999999;
    justify-content: center;
    align-items: center;
}

.pdf-popout-content {
	position: relative;
	background-color: #fff;
	width: 90%;
	height: 75%;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	top: 13%;
	margin-inline: auto;
	max-width: 1200px;
}

.pdf-popout-content iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.close-btn {
	position: absolute;
	top: -1px;
	right: 20px;
	font-size: 11;
	cursor: pointer;
	color: #000;
	font-weight: 600;
}