#certificate-popup.ready .close-popup{
	top: 2%;
    right: 2%;
    position: absolute;
    background: var(--thim-body-primary-color);
}
#certificate-popup.ready .close-popup:hover, 
#certificate-popup.ready .close-popup:hover:after{
	color: #fff;
}
.wpweb-ccc-certificate-text-wrap{
	width: 70%;
	margin: auto;
	text-align: center;
}
.wpweb-ccc-certificate-image-wrap{
	margin-top: 10px;
}
.wpweb-ccc-certificate-image-wrap img{
	box-shadow: 1px 1px 12px -2px rgb(0 0 0 / 22%);
}
.wpweb-ccc-certificate-popup-wrap{
	background-color: #fff;
    width: 80%;
    margin: auto;
    padding: 50px;
    border-radius: 5px;
    position: relative;
}
.wpweb-ccc-certificate-link-wrap{
	text-align: center;
	margin-top: 10px;
}
.wpweb-ccc-certificate-link-wrap a{
	display: inline-block;
    padding: 8px 16px;
    background: var(--thim-body-primary-color);
    color: #fff;
    font-weight: 600;
}

.wpweb-ccc-certificate-link-wrap a:hover{
	color: #fff;
}
form.purchase-course .lp-enroll-notice.error:last-child{
	display: block !important;
	color: red;
}

@media screen and (max-width: 767px){
	#certificate-popup{
		padding: 10px !important;
	}
	.wpweb-ccc-certificate-popup-wrap{
		width: 100%;
		padding: 20px;
	}
}