.previewBackdrop {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgb(130, 130, 130);
	filter: opacity(30%);
	z-index: 2;
}

.preview {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	box-shadow: 0px 1px 5px #707070;
	z-index: 3;
	width: 840px;
	border-radius: 10px;
	padding: 25px;
}

.preview h1 {
	font-size: 2rem;
	margin-bottom: 5px;
	color: #353535;
}

.preview pc {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0px;
}

.preview .func {
	vertical-align: top;
	float: right;
	width: fit-content;
	height: 500px;
}



.preview .func input[type=button]
{
	cursor: pointer;
	font-family: "Century Gothic Bold";
	font-size: 1.4rem;
	margin-top: 35px;
	border: 1px solid #4f849b;
	background-color: white;
	padding: 15px 20px;
	border-radius: 5px;
	color: #4f849b;
	margin-right: 5px;
}

.preview .func .positive
{
	background-color: #569cb9!important;
	color: white!important;
	border: none!important;
}

.preview .visual {
	border-radius: 2px;
	background-color: #f2f2f2;
}

.preview .specs {
	display: inline-block;
	width: 300px;
	vertical-align: top;
}

.preview .pc .func .specs .spec {
}

.preview .visual {
	display: inline-block;
	aspect-ratio: 1;
	width: 500px;
}

.blurred {
	filter: blur(3px);
}

#previewRender {
	width: 500px;
	height: 500px;
	z-index: 10;
	position: relative;
}