<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#elegance-modal-wrap{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#333;
	z-index:998;
	opacity:0.7;
}

#elegance-modal{
	width:500px;
	height:500px;
	left:50%;
	top:50%;
	z-index:999;
	position:fixed;
}
#elegance-modal-box{
	width:100%;
	height:100%;
	background:#fff;
	position:relative;
	padding:5px;
}
#elegance-modal-close{
	width:20px;
	height:20px;
	display:inline-block;
	color:#000;
	background:#fff;
	text-align:center;
	line-height:20px;
	text-transform:lowercase;
	border-radius:15px;
	font-size:11px;
	position: absolute;
	float: right;
	right: -5px;
	z-index: 9;
	top: -10px;
	cursor:pointer;
}</pre></body></html>