/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2025 | 12:04:42 */
.linear_grading_row .fl-row-content-wrap {
	background: linear-gradient(180deg, #FAF8F7 0%, rgba(250, 248, 247, 0) 100%);
}

.gfield_select {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/wp-content/uploads/2025/07/Vector-8.svg);
    background-repeat: no-repeat;
    background-position: right 0 center;
}

#gform_3 input, #gform_3 select, #gform_3 textarea {
	padding-left: 0;
	padding-right: 0;
}

#input_3_1_3_container {
	padding-right: 0;
}

#input_3_1_6_container {
	padding-left: 0;
}

#input_3_2 {
	width: 100% !important;
}

#input_3_6 {
	background-position: right 45px center !important;
}

#input_3_9 {
	height: 100px;
	max-width: 100% !important;
}

#gform_fields_3 {
	grid-column-gap: 0;
}

#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: 0.9rem;
    left: 6.5rem;
    width: 200px !important;
    color: #fff;
	font-family: iskra, Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
	cursor: pointer;
}

#input_3_4::file-selector-button {
	width: 200px;
	text-align: center;
    font-family: iskra, Verdana, Arial, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
	color: transparent;
	border: 0;
	border-radius: 100px;
	background-color: #13334F;
	padding: 9px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
}

#input_3_4::file-selector-button:hover {
	background-color: #E97024;
}