/*
 * Theme-side style for "Drag and Drop Multiple File Upload for Contact Form 7" upload boxes.
 * Lives in the theme (not the plugin) so plugin updates never touch or reset it.
 * This is the same box design already used inline in template-request-for-proposal.php
 * and single-mercanscareer.php, centralized here as the site-wide default so it doesn't
 * need to be re-pasted into every new template that adds an [mfile] field.
 * Pairs with the dnd_cf7_data_options filter in functions.php, which supplies the
 * "<strong>Attach file</strong>Drop file or click here to choose a file." label text -
 * the plugin escapes that setting internally, so the filter (not the settings screen)
 * is what makes the bold "Attach file" line possible.
 */

.codedropz-upload-handler {
	border: none !important;
	background: transparent !important;
	padding: 0 !important;
	margin: 0 0 10px !important;
}

.codedropz-upload-container {
	padding: 0 !important;
}

.codedropz-upload-inner > h3 {
	display: none !important;
}

.codedropz-upload-inner > span {
	display: none !important;
}

.codedropz-btn-wrap {
	border: 1px solid #ced1d3 !important;
	background: #fafafa !important;
	color: #292d30 !important;
	border-radius: 12px !important;
	padding: 0 !important;
	margin: 0 !important;
}

.codedropz-upload-handler.cdz-drop-hidden {
	display: none !important;
}

.codedropz-btn-wrap a.cd-upload-btn {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: center !important;
	text-align: left !important;
	height: 65px !important;
	padding: 12px 18px 12px 68px !important;
	margin: 0 !important;
	font-family: "Open Sans", sans-serif !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
	letter-spacing: -0.44px !important;
	text-transform: none !important;
	text-decoration: none !important;
	color: #616c72 !important;
	background-image: url("../img/file1.svg") !important;
	background-repeat: no-repeat !important;
	background-position: 18px center !important;
}

.codedropz-btn-wrap a.cd-upload-btn strong {
	display: block !important;
	margin-bottom: 5px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	color: #292d30 !important;
}

.codedropz-dragover {
	border-color: #28b7b7 !important;
}
