/*------------------------------------*\
    BACKEND
\*------------------------------------*/

#log_errori_compressione,
#log_compressione{
	height:160px;
	overflow:auto;
	border:1px solid #ccc;
}

#page,
#tot_img,
#old_size_human,
#new_size_human{
	font-weight: 700;
}

#cont_avanzamento_compressione{
	border-radius: 5px;
	overflow: hidden;
	height: 40px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

#acf-field_6653172499680{
	border: none !important;
	position: relative;
	resize: none !important
}

.acf-field-6653172499680{
	position: relative;
}

.acf-field-6653172499680:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#perc_avanzamento_compressione{
	background: #007CBA;
	height: 40px;
}

#postimagediv{
	display: none !important;
}

#edittag{
	max-width: 100% !important;
}

.fa:before,.fas:before,.fal:before,.fab:before,.far:before{font-family: 'Font Awesome 5 Free' !important;}
.fa:before,.fal:before,.fas:before{font-weight: 900 !important;}

.check_img_avanzate{
	line-height: 28px;
	margin-bottom: 5px;
	position: relative;
	padding-left: 40px;
	font-size: 16px;
}

.pallino_img_avanzate:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: green;
	overflow: hidden;
	border-radius: 100%;
	border: 2px solid #ccc;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.no_img_avanzate:before{
	background: red;
}

.d-none{
    display: none !important;
}