/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 03 2025 | 05:55:37 */
#gform_10 input {
	padding-left: 12px;
	padding-right: 12px;
}

#input_10_7 {
	padding: 10px 6px 10px 12px;
}

.gform_required_legend {
	display: none;
}

#gform_fields_10 {
	grid-column-gap: 3%;
}

#input_10_1_3_container {
	padding-right: 1.5%;
}

#input_10_1_6_container {
	padding-left: 1.5%;
}

#gform_10 .gfield_required_asterisk {
	color: rgb(255 0 0 / 0%) !important;
}

#input_10_6 {
	width: 100% !important;
	position: relative;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

#input_10_6:after {
    content: "Upload File";
    position: absolute;
	top: 1.2rem;
    left: 3.8rem;
    width: 150px !important;
    color: #BABABA;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
}

#input_10_6::file-selector-button {
	width: 150px;
	text-align: center;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    font-size: 12px;
	color: transparent;
	border: 1px solid #000000;
	border-radius: 0;
	background-color: transparent;
	padding: 8px 45px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
	text-transform: uppercase;
}

#field_10_6 {
	width: 100%;
    grid-column: span 6;
    -ms-grid-column-span: 6;
}

.gform_fileupload_rules, .gfield_description {
	color: #4E504D !important;
    font-family: "Afacad", Verdana, Arial, sans-serif !important;
    font-size: 10px !important;
    font-weight: 400 !important;
}

#field_submit {
	justify-content: flex-end;
}

#gform_submit_button_10 {
	padding: 9px 65px !important;
	border: 1px solid #444444;
}

#gform_submit_button_10:hover {
	background-color: transparent;
    color: #444444;
}

.single p a {
	color: #ee2d27 !important;
}