

.file_archive.image{
	position: relative;
}


.redaction_interface.trigger, 
.redaction_interface.modal_trigger
{
	opacity: 0.75;
	width: 10%;
	max-width: 20px;
	min-width: 10px;
	height: fit-content;
	cursor: pointer;
	position: absolute;
	top: 5%;
	right: 5%;
	z-index: 100000;
}




.spoiler_items .el{
	cursor: pointer;
	padding: 0px 12px;
}



.redaction_interface .spoiler_items.item_container{
	flex-direction: column;
	align-items: baseline;
}


.redaction_interface .file_title{
	display: flex;
	align-items: baseline;
}