.elementor-upload-field {
	display: none;
}
.form-cont div.elementor-message-danger {
	display: none;
}
.errors-blo, .errors-blo2 {
	color: #d9534f;
	position: relative;
}
.errors-blo .errors-close, .errors-blo2 .errors-close2 {
	width: 16px;
	height: 16px;
	position: absolute;
	right: -22px;
    top: 3px;
	cursor: pointer;
}
.errors-blo .errors-close:before, .errors-blo2 .errors-close2:before {
	content: '';
	position: absolute;
	background-color: #d9534f;
	width: 17px;
    height: 2px;
    transform: rotate(45deg);
    top: 9px;
    right: 0;
}
.errors-blo .errors-close:after, .errors-blo2 .errors-close2:after {
	content: '';
	position: absolute;
	background-color: #d9534f;
	width: 2px;
    height: 17px;
    transform: rotate(45deg);
    top: 1px;
    right: 7px;
}
/* .elementor-form-spinner {
	display: none!important;
} */
#uploadImagesList {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.img-wrap img {
	width: 90%;
}
.delete-link {
	position: absolute;
	top: 0;
	right: -4px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.delete-link:before {
	content: '';
	position: absolute;
	top: 4px;
    right: 0px;
	width: 10px;
	height: 2px;
	background-color: #000;
	transform: rotate(45deg);
	transition: all 0.3s;
}
.delete-link:hover:before, .delete-link:hover:after {
	background-color: #C63031;
	transition: all 0.3s;
}
.delete-link:after {
	content: '';
	position: absolute;
	top: 0;
	right: 4px;
	width: 2px;
	height: 10px;
	background-color: #000;
	transform: rotate(45deg);
	transition: all 0.3s;
}
.item {
	display: block;
    position: relative;
    width: 100px;
	height: 100%;
	margin-left: 15px;
}
#uploadImagesList .item:first-child {
	margin-left: 0;
}

.file-name {
	font-family: Karla;
    font-size: 10px;
    line-height: 12px;
    color: #A2A6AD;
}
.up-ino {
	font-family: 'Karla';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	color: #2E2E2E;
	opacity: 0.5;
	position: relative;
	display: inline-block;
}
.cir-ino {
	content: '';
	position: absolute;
	right: -24px;
	top: 0;
	width: 17px;
	height: 17px;
	background: url('https://innowise.com/wp-content/themes/hello-elementor/assets/icons/ant-design_question-circle-outlined.svg');
	display: block;
}
.valid-files {
	font-family: 'Karla';
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.4;
	color: black;
	display: none;
	background-color: #acacac;
    padding: 5px;
    right: -280px;
    top: -5px;
    width: max-content;
	position: absolute;
	transition: all 0.3s;
}
.valid-files:before {
	content: '';
	position: absolute;
	left: -17px;
	top: 6px;
	border: 7px solid transparent;
    border-right: 11px solid #acacac;
}
.cir-ino:hover + .valid-files {
	display: inline-block;
	transition: all 0.3s;
}
form .elementor-button > span > span:nth-child(1) {
	height: 19px;
}
form .elementor-button > span > span:nth-child(3) {
	display: none;
	font-size: 0;
	padding: 0;
	margin: 0;
}

@media (max-width: 570px) {
	.valid-files {
		right: -247px;
    	top: 30px;
	}
	.valid-files:before {
		left: 5px;
		top: -18px;
		border: 7px solid transparent;
		border-bottom: 11px solid #acacac;
	}
	.up-ino {
		margin-bottom: 12px;
	}
}

@media (max-width: 355px) {
	.valid-files {
		right: -203px;
		top: 30px;
	}
	.valid-files:before {
		left: 49px;
	}
}
