  /*
1/4/2023
This is script file is used for the RFI forms
*/

.wForm input[type=text]{width:100% !important;}
.widget.w-custom.third.w-border{background-color:#eceff0;}
.wFormContainer .wForm form label{color:#5f5f5f;}
.wFormContainer .wForm form fieldset{padding:0 !important; margin:0 !important;}

.wForm .actions{
border: none;
}

#country-code-prefix{
	color: #5f5f5f;
	font-size: 12px;
}
			
.section.group{
clear: both;
}
.section.group .choices .oneChoice input + label{
color: #231f20;
font-size: 15px;
font-weight:400;
line-height: 1.3em;
}
input:disabled {
cursor: not-allowed !important;
}
.section.group .choices .oneChoice input:disabled + label{
text-decoration: line-through;
}
