[data-hide="true"]:empty {
	display: none;
}
p.error-fld {
	display: inline-block;
	padding: 8px;
	border-radius: 4px;
	margin: 40px 0 -20px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	background-color: #FF0000;
}
.error-fld {
	color: #FF0000;
}
.error-fld input,
.error-fld select,
.error-fld textarea {
	box-shadow: 0 0 4px #FF0000;
}
.nice-select.wide:hover,
.nice-select.wide.open {
	z-index: 11;
}
span + .btn-file-del {
    margin-left: 10px;
}
.btn-file-del {
	position: relative;
    top: 3px;
	display: inline-flex;
	width: 24px;
	height: 24px;
	justify-content: center;
	align-items: center;
	padding: 0;
	border: none;
	background: none;
	transform: rotate(45deg);
    opacity: 0.5;
    cursor: pointer;
}
.btn-file-del:hover {
    opacity: 0.85;
}
.btn-file-del:focus,
.btn-file-del:active {
    opacity: 1;
}
.btn-file-del::before {
	content: '';
	position: absolute;
    z-index: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 32px;
	height: 32px;
}