.empty-image-frame {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	color: #e0e0e0;
	border: #eeeeee solid 1.0rem;
	max-width: 30%;
	height: 6.0rem;
	cursor: pointer;
	padding: 0rem 1.0rem;
}

.image-frame {
	max-width: 30%;
	height: 6.0rem;
	position: relative;
}

.image-attached {
	padding: 0.25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 100%;
	max-height: 100%;
	cursor: pointer;
}

.popup-background {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background: #000;
	opacity: 0.60;
	margin: 0;
	padding: 0;
	z-index: 10000;
}

.popup-item {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	z-index: 10001;
}
