.preview-modal {
	position: fixed;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	height:50vh;
	width: 50vh;
	background: white;
	z-index: 5;
	visibility: hidden;
	box-shadow: -3px 3px 10px rgba(100, 100, 100, 0.2);
	word-wrap: break-word;
	padding: 20px;

	.content {
		padding: 20px;
		height: 80%;
		overflow: auto;
	}

	.close {
		cursor: pointer;
	}
}
