/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 27 2026 | 06:15:22 */
.form_common input, .form_common textarea, .form_common select{
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.form_common .gfield_consent_label{
	font-weight: 400;
}

.form_common .gfield--type-fileupload input:after {
    content: "Upload File";
    position: absolute;
	text-transform: uppercase;
	    top: 8px;
    left: 24px;
    width: 150px !important;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
	cursor: pointer;
}

.form_common .gfield--type-fileupload input{
		position: relative;
	color: #1F243D;
    font-weight: 600;
    font-size: 12px;
}

.form_common .gfield--type-fileupload input::file-selector-button {
	width: 150px;
	text-align: center;
    font-weight: 500;
    font-size: 16px;
	color: transparent;
	border: 1px solid #1F243D;
	background-color: #1F243D;
	padding: 8px 45px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
	border-radius: 100px;
}