span.wpcf7-files{
	position: relative;
	display: flex;
	flex-direction: column;
}
span.wpcf7-files:after{
	content: '';
	pointer-events: none;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.25);
	border: 2px dashed rgba(0,0,0,.5);
	opacity: 0;
	transition: opacity .3s ease;
}
span.wpcf7-files.dragging:after{
	opacity: 1;
}
span.wpcf7-files .wpcf7-not-valid-tip{
	display: block !important;
	margin: 10px 0 0;
	font-size: 12px;
}
.wpcf7-files-wrapper-outer{
	position: relative;
	padding: 35px 75px;
	background: #f5f5f5;
	border: 1px solid #EBEBEB;
}
.wpcf7-files-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 9px;
	text-align: center;
}
.wpcf7-files-wrapper:before{
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="25" fill="none" viewBox="0 0 30 25"><g fill="%23e6007d"><path d="M22.0003 9.0025c-.26 0-.51-.1-.71-.29l-6.29-6.29-6.28999 6.29c-.39.39-1.02.39-1.41 0s-.39-1.02 0-1.41l6.98999-7.01c.39-.39 1.02-.39 1.41 0l7 7c.39.39.39 1.02 0 1.41-.2.2-.45.29-.71.29z"/><path d="M15 20.002c-.55 0-1-.45-1-1V2.00195c0-.55.45-1 1-1s1 .45 1 1V19.002c0 .55-.45 1-1 1z"/><path d="M26 24.002H4c-2.21 0-4-1.79-4-4v-5c0-.55.45-1 1-1s1 .45 1 1v5c0 1.1.9 2 2 2h22c1.1 0 2-.9 2-2v-5c0-.55.45-1 1-1s1 .45 1 1v5c0 2.21-1.79 4-4 4z"/></g></svg>');
	font-size: 0;
}
.wpcf7-files-placeholder{
	font-weight: 500;
	color: #E6007D;
	text-transform: uppercase;
	text-align: center;
}
.wpcf7-files-fake-input{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
input.wpcf7-files{
	overflow: hidden;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
	clip-path: circle(0);
}
.wpcf7-files-list{
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5714;
	color: #969696;
}
.wpcf7-files-list.empty[data-nofiles=""]{
	display: none;
}
.wpcf7-files-item{
	display: grid;
	grid-template-columns: auto minmax( 0, 1fr ) auto;
	gap: 4px 10px;
	padding: 15px 20px;
	border: 1px solid #EBEBEB;
	transition: background-color .3s ease;
}
.wpcf7-files-item:hover{
	background-color: #f5f5f5;
}
.wpcf7-files-item:first-child{
	margin-top: 6px;
}
.wpcf7-files-vr{
	display: none;
}
.wpcf7-files-item-name{
	overflow: hidden;
	text-overflow: ellipsis;
	grid-area: 1/1/2/3;
	font-size: 14px;
	font-weight: 500;
	color: #232323;
}
.wpcf7-files-item-ext{
	grid-area: 2/1/3/2;
	font-weight: 400;
	color: #232323;
	text-transform: uppercase;
}
.wpcf7-files-item-size{
	grid-area: 2/2/3/3;
	font-weight: 400;
	color: #232323;
}
.wpcf7-files-item-label{
	text-transform: none;
	color: #969696;
}
.wpcf7-files-item-remove{
	grid-area: 1/3/3/4;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.wpcf7-files-item-remove:after{
	content: '';
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	font-size: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g stroke="%23232323" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"><path d="M2 4h12m-1.3337 0v9.3333c0 .6667-.6666 1.3334-1.3333 1.3334H4.66634c-.66667 0-1.33333-.6667-1.33333-1.3334V4"/><path d="M5.33301 4.00016V2.66683c0-.66667.66666-1.33333 1.33333-1.33333h2.66667c.66666 0 1.33329.66666 1.33329 1.33333v1.33333"/></g></svg>') center no-repeat;
	border-radius: 50%;
	transition: background .3s ease;
}
.wpcf7-files-item-remove:hover:after{
	background: #E6007D url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16"><g stroke="white" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.25"><path d="M2 4h12m-1.3337 0v9.3333c0 .6667-.6666 1.3334-1.3333 1.3334H4.66634c-.66667 0-1.33333-.6667-1.33333-1.3334V4"/><path d="M5.33301 4.00016V2.66683c0-.66667.66666-1.33333 1.33333-1.33333h2.66667c.66666 0 1.33329.66666 1.33329 1.33333v1.33333"/></g></svg>') center no-repeat;
}
.wpcf7-files-helptext{
	display: block;
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.5714;
	color: #969696;
	text-align: center;
}