/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 17 2025 | 20:47:59 */
.survey-form_wrapper{
	display: flex;
	gap: 40px;
}
.survey-form_wrapper .survey-form_col {
	flex: 1;
}

.survey-form_wrapper .survey-form_col .form-field input,.survey-form_wrapper .survey-form_col .form-field textarea{
	font-size: 1.4rem !important;
    font-family: "GeneralSans-Regular";
    font-weight: 400;
    line-height: 1.5 !important;
    min-height: auto !important;
    letter-spacing: .5px;
    border: 1px solid #1e1e1e;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #323232;
    background: transparent;
    padding: 5px 20px !important;
    width: 100%;
}
.survey-form_wrapper .survey-form_col .form-field textarea{
	height: 91px;

}
.survey-form_wrapper .survey-form_col .form-field.acceptance-box input{
	width: auto;
}


.survey-form_wrapper .survey-form_col input[type=submit].submit_btn{
	margin: 0;
    width: 100%;
    max-width: 285px;
    text-align: left;
    background-color: #1e1e1e;
    color: #fff;
	border-radius: 20px;
	font-size: 1.4rem;
    font-family: "GeneralSans-Regular";
    font-weight: 400;
    line-height: 1.6 !important;
    min-height: auto !important;
    border: 1px solid #1e1e1e;
}

@media (max-width: 480px) {
	.survey-form_wrapper{ 
		display: block;
	}
}

/*  */

