/* phpcs:ignore */
.mmf-download-zipbestand-holder {
	border: 2px solid #D5D5D5;
	border-radius: 10px 10px;
	width: 500px;
	height: 94px;
	padding: 2px 2px;
	display: block;
}
.mmf-icon-zip {
	display: inline-block;
	width: 90px;
	height: 90px;
	float: left;
	padding: 2px 2px;
}
.mmf-file-details {
	display: inline-block;
	height: 90px;
	width: calc( 100% - 90px);
}
.mmf-download-zipbestand {
	font-weight: bold;
	font-size: 18px;
}
#gform_wrapper_20 .gfield_contains_required input, #gform_wrapper_20 .gfield_contains_required select {
	border-right: 5px solid #89afc1 !important;
}
.mmf-admin-icon {
	opacity: 1;
	border-radius: 6px 6px;
	transition: all .4s ease-out;
}
.mmf-admin-icon:hover {
	opacity: 1;
	transition: all .2s ease-in;
}
 .mmf-admin-btn:hover {
	background-color: #158ba5 !important;
	color: #fff !important;
	border: 1px solid #158ba5 !important;
	opacity: 0.8;
	transition: all .4s ease-out;
}
 .mmf-admin-btn {
	background-color: #ffffff !important;
	color: #404049 !important;
	border: 1px solid #404049 !important;
	opacity: 1;
	transition: all .2s ease-in;
}