/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2025 | 15:27:15 */

#gfield_upload_rules_11_5, #gfield_description_11_5 {
	font-family: "gotham", sans-serif;
    font-weight: 400;
    font-size: 9px;
}

#input_11_5 {
	width: 100% !important;
	position: relative;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
}

#input_11_5:after {
    content: "Upload File";
    position: absolute;
	top: 1.2rem;
    left: 4.8rem;
    width: 150px !important;
    color: #A3A3A3;
    font-family: "gotham", sans-serif;
    font-weight: 600;
    font-size: 10px;
	cursor: pointer;
}

#input_11_5::file-selector-button {
	width: 150px;
	text-align: center;
	font-family: "gotham", sans-serif;
    font-weight: 600;
    font-size: 10px;
	color: transparent;
	border: 1px solid #1B375F;
	border-radius: 23px;
	background-color: transparent;
	padding: 11px 45px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
}

#field_11_5 {
	width: 100%;
    grid-column: span 6;
    -ms-grid-column-span: 6;
}

#field_11_14 .gfield_label, #field_11_5 .gfield_label {
	font-size: 14px;
}

#field_11_14 .gfield_radio label {
	font-size: 14px;
	font-weight: 400;
}

#gform_ajax_spinner_11 {
	display: none !important;
}