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;
	height: 80px;
	margin: 9px 0 0;
	padding: 0 20px;
	border: solid 1px #4e4e4c;
	border-radius: 0;
	background: #fff;
	font-size: 24px;
	color: #000;
}
.wpcf7-files-wrapper{
	display: flex;
	align-items: center;
	gap: 8px;
	height: 100%;
}
.wpcf7-files-wrapper:before{
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="25" viewBox="0 0 20 25"><path fill="%23979797" fill-rule="evenodd" d="m19.71 6.79002-6.5-6.5a.99997.99997 0 0 0-.71-.29H2c-1.10457 0-2 .89543-2 2V23c0 1.1046.89543 2 2 2h16c1.1046 0 2-.8954 2-2V7.50002a1.00009 1.00009 0 0 0-.29-.71zM9.69 13.29a3.17242 3.17242 0 0 0-.65.06v4.74c.17981.0117.36019.0117.54 0 1.3 0 2.14-.77 2.14-2.53 0-1.43-.72-2.27-2.03-2.27zm-5.2 3.2a2.5899 2.5899 0 0 0 1.91-.7v.03a1.99993 1.99993 0 0 0 .53-1.47 1.87004 1.87004 0 0 0-.6-1.44 2.76031 2.76031 0 0 0-1.83-.52 9.54998 9.54998 0 0 0-1.65.13V19h1.14v-2.51c.16622.0174.33378.0174.5 0zM12 18.21a3.83985 3.83985 0 0 1-2.69.79 12.27548 12.27548 0 0 1-1.42 0v-6.48a11.63151 11.63151 0 0 1 1.69-.13 3.44005 3.44005 0 0 1 2.37.7c.7008.622 1.0707 1.5357 1 2.47a3.46961 3.46961 0 0 1-.95 2.65zm3-4.81h2.39l-.04-.96h-3.46V19H15v-2.82h2.15v-.94H15zm-2-5.39998c-.5523 0-1-.44772-1-1v-5.1l6.1 6.1zM3.99 13.34a2.52922 2.52922 0 0 1 .59-.05 1.07007 1.07007 0 0 1 1.22 1.12 1.17994 1.17994 0 0 1-1.33 1.16 2.08261 2.08261 0 0 1-.48 0z" clip-rule="evenodd"/></svg>');
	font-size: 0;
}
.wpcf7-files-placeholder{
	font-size: 16px;
	font-weight: 300;
	color: #979797;
}
.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: 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: #159fe0 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;
}