#exitpopup-modal .exitpopup-modal-window {
	width: max-content;
	height: fit-content;
	min-width: 50%;
	max-width: 85%;
	max-height: 90%;
}
#exitpopup-modal .exitpopup-modal-footer {
	bottom: auto;
	top: -16px;
	right: -16px;
	width: auto;
	height: auto;
	z-index: 10000;
}
#exitpopup-modal .exitpopup-modal-footer p {
	border-bottom: 0;
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	color: white;
	background: black;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	padding-left: 1px;
	padding-bottom: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#exitpopup-modal .exitpopup-modal-footer:hover p {
	color: black;
	border: 1px solid black;
	background: white;
}
