/* FORM UPLOAD PHOTO */

.anchor-reviews-form {
	display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.alp-reviews-form {
	border: 1px solid #e7e9ec;
	padding: 30px;
}

.alp-reviews-form p {
	margin-bottom: 0.75rem;
}

.alp-reviews-form label {
	display: block;
}

.alp-reviews-form textarea {
	width: 100%;
}

.alp-reviews-form .description {
	font-size: .75rem;
	font-style: italic;
	color: #888;
}

.alp-reviews-form .form-item-checkbox div {
	display: flex;
}

.alp-reviews-form .form-item-checkbox div label {
	margin-left: 5px;
}

.alp-reviews-form .form-item-file {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: Min(400px, 100%);
	font: normal 15px; 
	border: 1px dashed #C6CADD; 
	border-radius: 12px; 
	padding: 16px 24px; 
	background: #F5F6F9; 
	margin: 5px 0 20px 0;
}

.alp-reviews-form .input-file {
	position: absolute;
	opacity: 0;
	height: 100%;
	width: 100%;
}

.alp-reviews-form .form-item-file span {
	display: block;
	margin-bottom: 5px;
}

.alp-reviews-form .drop {
	font: normal 15px;
	text-align: center;
}
.alp-reviews-form .or {
	font: normal 15px;
	text-align: center;
	color: #A7A7A7;
	padding-bottom: 10px;
}
.alp-reviews-form .download {
	font: 500 12px;
	color: #ffff;
	text-align: center;
	min-width: 180px;
	border-radius: 25px;
	padding: 5px 16px;
	background: #555555;
}
.alp-reviews-form .files-uploaded {
	display: flex;
	flex-wrap: wrap;
}
.alp-reviews-form .file {
	position: relative;
	margin-right: 25px;
	margin-bottom: 25px;
}
.alp-reviews-form .file img {
	/* width: 200px;
	transform: translateX(-20%); */
	max-width: initial;
	width: 120px;
	height: 120px;
	border-radius: 8px;
	object-fit: cover;
}
.alp-reviews-form .removeUpload {
	position: absolute;
	top: -7px;
	right: -7px;
	color: #fff;
    height: 20px;
    width: 20px;
	font-size: 13px;
	font-weight: bold;
    text-align: center;
    line-height: 1.4;
    background: #db3232;
    border-radius: 50%;
    cursor: pointer;
}

#alp-reviews-response {
    display: inline-block;
	color: #212E40;
	border: 1px solid #212E40;
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #EFF7FB;
    margin: 20px 0;
}