/* =========================================
   NPC FILE UPLOAD
   Only affects Elementor forms with class:
   npc-cv-upload-form
   ========================================= */

.npc-cv-upload-form input[type="file"] {
	border-radius: 6px !important;
	box-shadow: none !important;
	outline: none !important;
}

.npc-cv-upload-form input[type="file"]::file-selector-button {
	border: 1px solid #bfbfbf !important;
	border-radius: 6px !important;
	box-shadow: none !important;
	background: #f5f5f5 !important;
	color: #000 !important;
	padding: 6px 12px !important;
	margin-right: 10px !important;
	cursor: pointer;
	font: inherit !important;
}

.npc-cv-upload-form input[type="file"]::file-selector-button:hover {
	background: #ebebeb !important;
}

.npc-cv-upload-form input[type="file"]::-webkit-file-upload-button {
	border: 1px solid #bfbfbf !important;
	border-radius: 6px !important;
	box-shadow: none !important;
	background: #f5f5f5 !important;
	color: #000 !important;
	padding: 6px 12px !important;
	margin-right: 10px !important;
	cursor: pointer;
	font: inherit !important;
}

.npc-cv-upload-form input[type="file"]::-webkit-file-upload-button:hover {
	background: #ebebeb !important;
}
