/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 11 2025 | 23:14:05 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#gfield_upload_rules_3_4 {
	display: none;
}

body .gform-button, .gform_button {
	transition: all .3s ease !important;
}

body #gform_submit_button_3 {
	padding-bottom: 10px !important;
}

#input_3_4 {
    border: none !important;
    position: relative;
	width: 100% !important;
	outline: none !important;
	box-shadow: none !important;
}

#input_3_4::file-selector-button {
    border-radius: 100px;
    background: #4A8B40;
    color: transparent;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.98px;
    text-transform: uppercase;
    font-family: "Cabin", Verdana, Arial, sans-serif;
    padding: 10px;
    text-decoration: none !important;
    transition: all .3s ease !important;
    border: none;
    width: 200px;
	cursor: pointer;
}

#input_3_4:hover::file-selector-button {
    background: #f1eee6;
}

#input_3_4::after {
    content: "Upload Resume *";
    color: #FCFCFA;
    position: absolute;
    left: 4rem;
    text-transform: uppercase;
    font-family: "Cabin", Verdana, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    top: .8rem;
    cursor: pointer;
}

#input_3_4:hover::after {
    color: #1e2f29;
}

.gform_fields.top_label {
	grid-column-gap: 0 !important;
}

.ginput_complex.ginput_container span.name_first {
	padding-right: 0 !important;
}

.ginput_complex.ginput_container span.name_last {
	padding-left: 0 !important;
}

.ginput_complex.ginput_container span.ginput_left {
	padding-right: 0 !important;
}

.ginput_complex.ginput_container span.ginput_right {
	padding-left: 0 !important;
}

.gform_body input, .gform_body textarea, .gform_body select {
	padding-bottom: 5px !important;
}

#field_submit {
    padding-bottom: 5px;
}