#jef-popup {
	display: none;
}
#jef-popup .overlayBox {
	background-color: rgba(0,0,0,0.5);
}
#jef-popup #contentPopup {
	background-color: white;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	max-width: 90vw;
	width: 767px;
	text-align: left;

	max-height: 90vh;
	overflow: auto;
}

#jef-popup #contentPopup ._button-wrapper._full_width
{
    text-align: center;
}
#closePopupBox 
{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
#closePopupBox .close {
	text-align: right;
	margin-bottom: 15px;
    transform: translate(7px,-8px);
    cursor: pointer;
}

#closePopupBox .close svg {
	height: 25px;
	width: auto;
	fill: white;
	background-color: var(--color-blue-dark);
	border-radius: 90px;
	border: 2px solid var(--color-blue);
	
}