/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 16 2026 | 09:21:40 */
body .gform_wrapper .gform_body .gform_fields .gfield.gsurvey-survey-field .gsurvey-rating {
    transform: scale(2.5) translate(30%, 1px);
	padding-top: 10px;
	padding-bottom: 20px;
}


.gfield.choice-buttons .gchoice {
     z-index:1;
     position:relative;
     margin:0 0 10px 0;
     padding:0;
     height:50px;
     width: 100%!important;
}
.gfield.choice-buttons input.gfield-choice-input {
     z-index:2;
     appearance:none;
     margin:0;
     padding:0;
     width: 100%;
     border-radius: 5px;
     height:100%;
     transition: .3s all ease-in-out;
     background:#bfcabb;
     position:absolute;
}
.gfield.choice-buttons input.gfield-choice-input:hover,
.gfield.choice-buttons .gchoice label:hover {
     cursor:pointer;
}
.gfield.choice-buttons input.gfield-choice-input:checked {
     background:#77906e;
}
.gfield.choice-buttons input.gfield-choice-input:checked + label {
     color: #e7b969;
	 font-weight: bold;
}
.gfield.choice-buttons .gchoice label {
     z-index:3;
     font-weight:400;
     color:#000000;
     display:block;
     position: absolute;
     padding: 0 0 0 30px;
     top: 50%;
     transform: translateY(-50%);
     width:100%;
     overflow:visible;
}
.gfield.choice-buttons input.gfield-choice-input + label:after {
     content: "";
     position: absolute;
     right: -10px;
     transform: translateY(-50%);
     width: 30px;
     height: 30px;
     border: 2px solid #77906e;
     z-index: 2;
     top: 50%;
     transition: .3s all ease-in-out;
     color: white;
     font-size: 25px;
	 font-weight:900;
     text-align: center;
     line-height: 25px;
     font-weight: 500;
}
.gfield.choice-buttons input[type="checkbox"].gfield-choice-input + label:after {
     border-radius: 5px;
}
.gfield.choice-buttons input[type="radio"].gfield-choice-input + label:after {
     border-radius:50px;
}
.gfield.choice-buttons input.gfield-choice-input:checked + label:after {
     content: "\00D7";
	 font-size: 40px;
	 padding-top: 3px;
	 color: #e7b969;
     border: 2px solid #e7b969;;
}

 /* This styles the next button */

.gform_wrapper .gform_body .gform_page .gform_page_footer input[type=button].gform_next_button {
	background-color: #6f8561;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
 	width: 45%;
	height:40px;
	border: 0;
	border-image: none 100% 1 0 stretch;
	cursor: pointer;
	font-weight: 600;
	padding: 50 50;
}

.gform_next_button:hover {
  background-color: #e7b969 !important;
}

/* This styles the previous button */

.gform_wrapper .gform_body .gform_page .gform_page_footer input[type=button].gform_previous_button {
	background-color: #b6b6b6;
	border-radius: 5px;
	color: #000;
	font-size: 18px;
	line-height: 25px;
 	width: 45%;
	height:40px;
	border: 0;
	border-image: none 100% 1 0 stretch;
	cursor: pointer;
	font-weight: 400;
	padding: 25 25;
}

.gform_previous_button:hover {
  background-color: #e7b969 !important;
}

/* This styles the submit button */

#gform_submit_button_3,#gform_submit_button_4,#gform_submit_button_11,#gform_submit_button_5,#gform_submit_button_6,#gform_submit_button_7,#gform_submit_button_9,#gform_submit_button_12,#gform_submit_button_13,#gform_submit_button_17 {
	background-color: #77906e;
	border: 1px solid #77906e;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
 	width: 100%;
	height:40px;
	border: 0;
	border-image: none 100% 1 0 stretch;
	cursor: pointer;
	font-weight: 400;
	
}

#gform_submit_button_3:hover,#gform_submit_button_4:hover,#gform_submit_button_11:hover,#gform_submit_button_5:hover,#gform_submit_button_6:hover,#gform_submit_button_7:hover,#gform_submit_button_9:hover,#gform_submit_button_12:hover,#gform_submit_button_13:hover,#gform_submit_button_17:hover {
  background-color: #e7b969;
  border: 1px solid #77906e;
  cursor: pointer !important;
}

