
/* Custom styles for Gravity Forms used in LearnDash integration plugin */
.custom-assessment-form .gfield_checkbox label,
.custom-assessment-form .gfield_radio label {
    text-align: center;
    display: block;
    margin: auto;
   
}

 25305 => 25,    // Lesson and GF FROM ID for BASIS Rodent Course => Form ID
            29004 => 26,   // Lesson and GF ID for BASIS Insect Course => Form ID
            28749 => 20,   // Lesson and GF ID for BASIS Glue traps => Form ID
            25696 => 23,    // Lesson and GF ID for Refresher course NOT A BASIS course
			33257 => 27,    // Lesson and GF ID for CRRU CPD Course
			34605 => 29,    // Lesson and GF ID for CRRU CPD Course


/* Style for all submit buttons */
#gform_submit_button_25,
#gform_submit_button_26,
#gform_submit_button_20,
#gform_submit_button_23
#gform_submit_button_27
#gform_submit_button_29{  /* Added form 16 submit button */
    width: 100% !important;
    background-color: #0D2340;
    color: #fff; /* assuming you want the text color to be white for all buttons */
    display: flex; /* apply flex to all buttons if needed */
	
}



/* Style for required legend in forms 9, 11, 16, and 18 */
#gform_wrapper_25 p.gform_required_legend,
#gform_wrapper_26 p.gform_required_legend,
#gform_wrapper_20 p.gform_required_legend,
#gform_wrapper_23 p.gform_required_legend
#gform_wrapper_27 p.gform_required_legend
#gform_wrapper_29 p.gform_required_legend{
    display: flex;
    text-align: center;
    justify-content: center;
}


.gchoice.gchoice_25_3_1,
.gchoice.gchoice_26_3_1,
.gchoice.gchoice_20_3_1,
.gchoice.gchoice_23_3_1
.gchoice.gchoice_27_3_1
.gchoice.gchoice_29_3_1{
    margin: 1px;
	display: flex !important;
	justify-content: center !important;
}


.gchoice.gchoice_23_3_1 {
    display: flex;
    justify-content: center;
}

