/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 27 2025 | 06:19:46 */
#input_3_2 {
	width: 100% !important;
}

#gform_3 .gfield_select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("/wp-content/uploads/2025/10/Vector-55.svg");
    background-repeat: no-repeat;
    background-position: right 12px center;
	padding: 8px 14px !important;
}

#gform_fields_3 {
	grid-row-gap: 28px;
}

#input_3_10 .gchoice label {
	color: #565657 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

#input_3_4 {
    width: 100% !important;
    position: relative;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

#input_3_4:after {
    content: "Upload File";
    position: absolute;
	top: 1rem;
    left: 4.8rem;
    width: 150px !important;
    color: #BABABA !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 10px;
	cursor: pointer;
}

#input_3_4::file-selector-button {
	width: 150px;
	text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 10px;
	color: transparent;
	border-radius: 23px;
	border: 1px solid #1B375F;
	background-color: transparent;
	padding: 9px 45px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
}