#import, #export{
	filter: var(--invert-status-image);
}
#test{
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 7vh;
}
#modalSettings{
	width: 68vh;
	height: 36vw;
	border-radius: 20px;
}
#modalSettings::backdrop{
	background: rgba(0, 0, 0, 0.5);
}
.column{
	display: flex;
	align-items: center;
	height: 4.7vh;
}
.fontSizeMsg{
	font-size: 1.3rem;
}
.sizeButton{
	width: 15vh;
	height: 3vw;
	font-size: 0.7rem;
	border-radius: 20px;
	position: absolute;
	right: 1vw;
}
#title{
	display: flex;
	margin-left: 18vh;
	font-size: 3vw;
}
#fileInput{
	display: none;
}
#transparent{
	transform: scale(1);
	width: 50vh;
	filter: invert(1) hue-rotate(70deg) brightness(250%);
	margin-right: 1vh;
}
#close{
	color: red;
	position: absolute;
	font-size: 4vw;
	height: 2.4vh;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 2vh;
	top: 1vw;
}
.icons{
	height: 3vw;
	aspect-ratio: 1 / 1;
}
#icons-elements{
	display: flex;
	gap: 20px;
	position: absolute;
	right: 7vw;
}
