@charset "utf-8";
/* CSS Document */


.bg-modal {
	background-color: rgba(85, 10, 117, 0.8);
	width: 95%;
	max-width: 1200px;
	padding: 40px 10px 150px 10px;
	position: absolute;
	top: 0px;
	display: none;
	justify-content: center;
	align-items: center;
	border: 1px solid gray;
	font-size: 3.0vh;
}


.bg-modal2 {
	background-color: rgba(85, 10, 117, 0.8);
	width: 95%;
	max-width: 1200px;
	padding: 40px 10px 150px 10px;
	position: absolute;
	top: 0px;
	display: none;
	justify-content: center;
	align-items: center;
	border: 1px solid gray;
	font-size: 3.0vh;
}

.bg-modal3 {
	background-color: rgba(85, 10, 117, 0.8);
	width: 95%;
	max-width: 1200px;
	position: absolute;
	top: 0;
	padding: 40px 10px 150px 10px;
	display: none;
	justify-content: center;
	align-items: center;
	border: 1px solid gray;
	font-size: 3.0vh;
}
.modal-contents {
	
	width: 90%;
	background-color: white;
	text-align: center;
	padding:40px 15px 15px 15px;
	position: relative;
	
	border-radius: 4px;
	
	
}

.input {
	margin: 15px auto;
	top: 0;
	display: block;
	width: 90%;
	padding: 8px;
	
	border: 3px solid gray;
}

.close {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 6vh;
	color: black;
	text-decoration: none;
	transform: rotate(45deg);
	cursor: pointer;
	
	&:hover {
		color: #666;
	}
.close {
	visited: {color: black;
	}	

