.eprel-popup {
	position: fixed;
    width: fit-content;
    height: fit-content;
	max-width: 1120px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
    visibility: visible;
    padding: 40px;

    box-shadow: rgb(0 0 0 / 45%) 0 0 10px;
    border-radius: 5px;
    background-color: rgba(54, 71, 81, 0.8);
    z-index: 99999;
}

.eprel-popup .close-btn {
    position: absolute;
	border: 0;
    right: 10px;
    top: 10px;
    background-color: transparent;
    height: 25px;
	cursor: pointer;
}

.eprel-popup .close-btn img {
    height: 24px;
}

.eprel-popup > div {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.eprel-popup .eprelDownloadButton {
	cursor: pointer;
}