/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 12 2025 | 09:26:31 */
#field_8_1{
	text-align: center;
	font-size: 14px;
	color: #fff;
}

#input_8_1 {
	margin: auto;
    width: 260px;
	position: relative;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

#input_8_1:after {
    content: "UPLOAD FILE";
    position: absolute;
	    top: 13px;
    left: 30px;
    width: auto;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
	cursor: pointer;
}

#input_8_1::file-selector-button {
	width: 150px;
	text-align: center;
    font-weight: 600;
    font-size: 10px;
	color: transparent;
	border: 1px solid #004C8F;
	border-radius: 6px;
	background-color: #004C8F;
	padding: 14px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
}