/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 12 2024 | 13:04:00 */
input,textarea {
    border: 1px solid #54587A !important;
    background: #6A71A0 !important;
    border: none;
    color: #FFF !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



input::placeholder,textarea::placeholder  {
 padding: 0.375rem 0.75rem !important;
    border-radius: 0.25rem !important;
		font-weight:700 !important;
	color: #FFF;
	font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	height: calc(2.25rem + 2px);
}

select {
    border: 1px solid #54587A !important;
    background: #6A71A0 !important;
    border: none;
    color: #FFF !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#input_2_7 > option.gf_placeholder {
 	padding: 0.375rem 0.75rem !important;
    border-radius: 0.25rem !important;
	font-weight:700 !important;
	color: #FFF;
	font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	height: calc(2.25rem + 2px);
}

#input_2_1_3, #input_2_1_6, #input_2_3, #input_2_7,#input_2_8 {
	
	height:50px !important
}

#field_2_4 > div > label,#field_2_4 > div > label > a,#field_2_5 > div > label,#field_2_5 > div > label > a,.gfield_required {
	

    color: #FFF !important;
    font-size: 16px !important;
	    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    cursor: pointer !important;

}

#gform_submit_button_2  {
    border-radius: 10px !important;
    background: #646991 !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-content: center !important;
    align-items: center !important;
    padding: 15px 25px !important;
    font-weight: 600 !important;
    color: #FFF !important;
    font-family: Niramit !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
	text-align:center !important;
}

/*DROPDOWN*/
#input_2_7,#input_2_9,#input_2_12,#input_2_13,#input_2_14
{
    height: 50px !important;
    color: #FFF !important;
    font-weight: 700 !important;
    padding-left: 24px !important;
    padding-top: 5px !important;
}

.ginput_counter {
	
	color:white !important;
}

