.overlay {
	display: none;
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.64);
	z-index: 999;
}

.modal {
	display: none;
	position: fixed;
	width: 712px;
	top: 304px;
	left: 444px;
	transform: translate(-50%, -50%);
	border: 2px solid #445F74;
	border-radius: 12px;
	background: #D1E8EE;
	box-shadow: 0 4px 15px rgba(0,0,0,0.3);
	z-index: 1000;
	text-align: center;
}