:root {
	--color-primary: #241f49;	
	--color-secondary: #904695;	
	--color-accent: #ffa500;	
}

body {
	margin: 0;	
}

p {
	margin-top: 0;
}

/* custom table styling */
.custom_heabb_table {
	border-left: none;
	border-right: none;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	overflow-wrap: break-word; /* moderne variant */
	hyphens: auto; 
}

.custom_heabb_table td {
	color: var(--color-primary);
	font-weight: 600;
	padding: 14px 0;
	border-right: none;
	font-size: 16px;
	border-top: 1px solid #dddddd;
}

.custom_heabb_table td:last-of-type {
	padding-left: 14px;
	font-weight: 400;
}

.custom_heabb_table tr:last-of-type td {
	border-bottom: 1px solid #dddddd;
}

.custom_heabb_table svg {
    width: 20px;
    height: auto;
    fill: var(--color-secondary);
}

/* Gravity Forms Styling */
.heabb-form_wrapper .gform_validation_errors h2 {
	margin: 0 !important;
	font-size: 14px !important;
}
.heabb-form_wrapper .gfield_validation_message {
	color: #000 !important;	
	font-weight: 600 !important;
	text-transform: lowercase;
}

.heabb-form {
	--gf-form-gap-y: 20px;
}

.heabb-form input::placeholder,
.heabb-form textarea::placeholder {
  color: var(--color-primary);
  font-size: 16px;
  opacity: 1; /* standaard in sommige browsers verlaagd */
}

.heabb-form input:focus,
.heabb-form textarea:focus {
  outline: none !important;  
  box-shadow: 0 0 0 2px var(--color-red) !important;
}

.heabb-form .gf_progressbar_title {
	color: var(--color-primary);
	font-size: 24px;
}

.heabb-form_wrapper .gform_required_legend {
	display: none !important;	
}

.heabb-form .gfield label {
	
}

.heabb-form-show-label .gfield label {
	display: block;	
}

.heabb-form .gfield_description {
	color: var(--color-primary);
}

.heabb-form .gfield label,
.heabb-form .gfield legend {
  	font-family: "Roboto" !important;
	font-weight: 700;
	font-size: 16px;
	padding: 0;
	color: var(--color-primary);
}

.heabb-form .gfield .gfield_required_asterisk {
	font-size: 17px !important;
}

.heabb-form .gfield--type-text,
.heabb-form .gfield--type-phone,
.heabb-form .gfield--type-email {
	
}

.heabb-form .gfield--type-text .gfield_label,
.heabb-form .gfield--type-phone .gfield_label,
.heabb-form .gfield--type-email .gfield_label {
	
}

.heabb-form .gfield--type-text .ginput_container,
.heabb-form .gfield--type-phone .ginput_container,
.heabb-form .gfield--type-email .ginput_container {
	
}

.heabb-form .gfield .ginput_container input,
.heabb-form .gfield .ginput_container textarea,
.heabb-form .gfield.gfield--type-select select {
	color: var(--color-primary);
	background-color: #ffffff;
  	font-family: "Roboto", sans-serif !important;
	padding: 13px 21px;
    color: #444 !important;
    border: 1px solid #dfdada !important;
    border-radius: 8px !important;
    line-height: 28px !important;
    height: unset;
}

.heabb-form .gfield .ginput_container input:disabled,
.heabb-form .gfield .ginput_container textarea:disabled,
.heabb-form .gfield.gfield--type-select select:disabled {
	background-color: #eee;
}

.heabb-form .gfield--type-textarea {
	
}

.heabb-form .gfield--type-textarea .gfield_label {
	
}

.heabb-form .gfield .ginput_container {
	
}

.heabb-form .gfield .ginput_container textarea {
	
}

.heabb-form .gfield.gfield--type-select label {
	display: block;
  	font-family: "Roboto" !important;
	font-size: 17px;
	color: var(--color-primary);
}

.heabb-form .gfield .gfield_checkbox input {
	border-radius: 2px;
	padding: 0;
}

.heabb-form .gfield .gfield_radio input:not(.gchoice_other_control) {
	border-radius: 100% !important;
	padding: 0;
	width: 24px;
	height: 24px;
}

.heabb-form .gfield .gfield_radio input.gchoice_other_control:disabled {
	display: none;
}

.heabb-form .gfield .gfield_checkbox input::before {
	color: var(--color-secondary);
}

.heabb-form .gfield .gfield_radio input::before {
	background-color: var(--color-secondary);
}

.heabb-form .gfield .gfield_checkbox label,
.heabb-form .gfield .gfield_radio label {
	display: block;
	cursor: pointer;
	color: var(--color-primary);
}

.heabb-form .gfield.gfield--input-type-fileupload {
	margin-top: 10px;	
}

.heabb-form .gfield.gfield--input-type-fileupload .ginput_container input {
	border: 1px solid var(--color-primary);	
	border-radius: 0 !important;
	padding: 16px !important;
}
.heabb-form .gfield.gfield--input-type-fileupload label {
	margin-top: 10px;	
}
.heabb-form input[type="file"]::-webkit-file-upload-button {
  background-color: #000 !important;
  color: #fff !important;
  padding: 4px 9px;
  border: none;
  border-radius: 50px !important;
  cursor: pointer;
  font-weight: bold;
}
.heabb-form input[type="file"]::-webkit-file-upload-button:hover {
  background-color: var(--color-primary);
}

.heabb-form .gfield.gfield--type-choice input[type="checkbox"] {
	padding: 0;
	border: 1px solid var(--color-primary);
	width: 22px;
	height: 22px;
}
.heabb-form .gfield.gfield--type-choice input[type="checkbox"]::before {
	color: var(--color-primary) !important;	
}
.heabb-form .gfield.gfield--type-choice label {
	padding: 0;
}

.heabb-form .gfield--type-consent {
	margin-top: 16px;	
}

.heabb-form .ginput_container_address .gform-field-label--type-sub {
	display: none;	
}

.heabb-form_wrapper .heabb-form .gform_footer input.button,
.heabb-form_wrapper .heabb-form .gform_page_footer input.button {
  color: white !important;
  background-color: var(--color-accent) !important;
  transition: 0.3s ease;
  border-radius: 8px !important;
  font-family: "Roboto" !important;
  letter-spacing: 0em !important;
  font-weight: 600 !important;
  text-decoration: none;
  padding: 0.8em 1.8em !important;
  border: none;
  cursor: pointer;
  font-size: 16px !important;
}

.heabb-form_wrapper .heabb-form .gform_footer input.button:hover,
.heabb-form_wrapper .heabb-form .gform_page_footer input.button:hover {
  background-color: var(--color-secondary) !important;
}