input:not([type="image" i]), textarea {
	box-sizing: border-box;
}

.editPicsioView .appLeftSidebar,
.editPicsioView .exif {
	display: none !important;
}
.editPicsioView .innerContent {
	height: 100%;
}

/********************/
/****** EDITOR ******/
/********************/
.rawWrapperEditor {
	height: calc(100vh - 135px)!important;
	position: absolute!important;
	left: 0;
	top: 0;
	min-height: initial;
	visibility: hidden;
}

.rootRawPicsIO:not(.editPicsioView) + .rawWrapperEditor #picsEdit > * {
	display: none !important;
}
.rootRawPicsIO:not(.editPicsioView) + .rawWrapperEditor #picsEdit #picsEdit-canvas {
	display: block !important;
}

.popupBG {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0.0.0, 0.6);
	z-index: 10;
	overflow: auto;
	backface-visibility: hidden;
	transform: translateZ(0);
}