/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 29 2025 | 05:56:25 */
#label_3_14_1 , #label_3_23_1, #input_3_24 label{
	font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 9px;
	color: #4E504D !important;
}

.gfield_checkbox .gchoice{
	    display: flex;
    gap: 5px;
}

#input_3_2 {
	width: 100% !important;
}

#choice_3_14_1 {
	vertical-align: top;
}

#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.8rem;
    left: 3.9rem;
    width: 160px !important;
    color: #A3A3A3;
	font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 10px;
	cursor: pointer;
}

#input_3_4::file-selector-button {
	width: 130px;
	text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 10px;
	color: transparent;
	border: 1px solid #1B375F;
	border-radius: 100px;
	background-color: transparent;
	padding: 8px 45px;
	cursor: pointer;
	text-decoration: none;
    transition: all 0.3s ease;
}

#field_3_19 .ginput_container_multiselect .chosen-choices {
	border: 1px solid #bababa;
	border-radius: 25px;
	padding: 5px;
	font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
	color: #565657;
	box-shadow: none;
}

.chosen-results li {
	font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
	color: #565657;
}