
.image_inerface{
	max-width: 500px;
	margin: 0 auto;
	position: unset !important;
	left: unset !important; 
}

.fields_container{
	background-color: white;
	padding: 0px 0px !important;
	cursor: pointer;
	max-height: 350px;
	overflow-y: auto;
}

.item_photo{
	display: flex;
   align-items: center;
	background-color: white;
	flex: 1;
	padding: 0px 5px;
	margin: 5px;
	height: 50px;
	cursor: pointer;
	transition: .15s;
	font-size: 14px;
}
 
.item_name{
	padding: 5px;
}

.item_photo.selected{
	border: 1px dotted silver;
	background-color: #ececec;
}

.item_photo:not(.selected):hover{
	background-color: #c3c3c3
}

.item_photo img{
	width: auto;
	height: 100%;
	margin-right: 20px;
	padding: 3px 0px;
}

/* Remove */
.item_container{display: flex; align-items: center; position: relative;}

.image_inerface .remove{
	margin-left: auto;
	color: #db3636;
	font-size: 12px;
}


.image_inerface .rename_icon{
	width: 15px;
	height: auto;
}

.image_inerface .remove, 
.image_inerface .download, 
.image_inerface .rename,
.image_inerface .save  {
	padding-left: 15px;
}

.image_inerface .save {
	color: green;
}


.spoiler_container{
	min-width: 120px;
	position: relative;
}

.spoiler_trigger{
	text-align: right;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%, -50%);
	z-index: 1;
	min-width: 100%;
}



.pdf_window{
	flex:1;
}



.file_gallary{display: flex; flex-wrap: wrap; justify-content: center;}


.file_gallary {
	height: 65vh;
}




.file_gallary .main_image{
	width: 60%;
	height: 600px; 
	object-fit: contain;
	object-position: top;
}   


.image_inerface.file{
	/* width: 35%; */
	margin-left: 20px;
}



img[src*=interactive_file]{
	cursor: pointer;
}


.relative{position: relative;}
