/* 
 Theme Name:     Divi Child
 Author:         Aier Creative - Terry Jun
 Author URI:     https://www.aiercreative.com
 Template:       Divi
 Version:        1.0.0
 Description:   Child Theme of DIVI. WordPress 6.x
*/

:root {
  --primary-blue: #0674fb;
}

.mag-survey_wrapper .gform_title {
  font-weight: bold;
  color: var(--primary-blue);
}

.mag-survey_wrapper .gform_description {
  font-size: 20px;
}

.mag-survey_wrapper input.gform_next_button {
	background-color:var(--primary-blue);
	font-size:30px;
}

.mag-survey_wrapper .gf_progressbar_wrapper {
	margin-top:20px;
}

.mag-survey_wrapper .gfield_label {
	font-size:18px;
}

.mag-survey_wrapper .gform_confirmation_message {
	font-size:18px;
}

