.partial_entry_warning {
    display: none !important;
}

.intro {
    margin-bottom: 10px !important;
}

.intro h1 {
    font-weight: 900;
}

#init {
    display: none;
}

.pcafe_image_picker .gfield_checkbox .gchoice .pcafe_imgp_wrap,
.pcafe_image_picker .gfield_radio .gchoice .pcafe_imgp_wrap {
    height: 100% !important;
}

.pcafe_image_picker .gfield_checkbox .gchoice label img,
.pcafe_image_picker .gfield_radio .gchoice label img {
	object-fit: contain !important;
    height: 130px !important;
}

.gform_page_footer.top_label {
    justify-content: center;
	margin-top: 60px;
}

.gf_progressbar_title {
    display: none !important;
}

/* .pcafe_image_picker .gfield_checkbox .gchoice label,
.pcafe_image_picker .gfield_radio .gchoice label {
    box-shadow: none !important;
} */

legend.gfield_label {
	font-family: "din-condensed-variable", sans-serif !important;
	font-variation-settings: "wght" 400;
    font-size: 55px !important;
    margin-bottom: 20px !important;
	text-transform: uppercase;
}

.report-image {
	width: 60% !important;
}


body .gform_wrapper .top_label .gfield_label {
	margin-bottom: 0 !important;
}

.gfield_description {
	margin-bottom: 60px !important;
	font-size: 16px !important;
}

.gfield_required {
	display: none !important;
}

.gchoice label {
	position: relative;
	padding: 0 !important;
    border-radius: 190px !important;
    width: 190px !important;
    height: 190px !important;
	box-shadow: 0 0 25px 5px #11233730 !important;
}

.gchoice .pcafe_imgp_wrap img {
	display: none !important;
}


.gfield.pcafe_imgp_col_4 .gfield_radio,
.gfield.pcafe_imgp_col_4 .gfield_checkbox {
	gap: 0 !important;
	grid-column-gap: 40px !important;
    grid-template-columns: repeat(4, auto) !important;
    justify-content: center !important;
}

.pcafe_image_picker .gfield_checkbox .gchoice input:checked+label,
.pcafe_image_picker .gfield_radio .gchoice input:checked+label {
	/* border: 0 !important; */
}

.pcafe_image_picker .gfield_checkbox .gchoice input:checked+label .pcafe_imgp_text, .pcafe_image_picker .gfield_radio .gchoice input:checked+label .pcafe_imgp_text {
	color: #0077FF !important;
}


.gchoice .pcafe_imgp_text {
	transform: translateX(-50%);
    text-transform: uppercase;
    position: absolute;
    margin-top: auto;
    bottom: -20px;
    z-index: 8999;
    left: 50%;
    background-color: #000;
    border-radius: 50px;
    font-weight: 800;
    width: 150px;
    line-height: 1.3;
    padding: 10px 20px !important;
    color: #fff !important;
}

.gfield.pcafe_imgp_col_5 .gfield_radio, .gfield.pcafe_imgp_col_5 .gfield_checkbox {
	gap: 50px !important;
}

.pcafe_image_picker .gfield_checkbox .gchoice .pcafe_imgp_wrap:before,
.pcafe_image_picker .gfield_radio .gchoice .pcafe_imgp_wrap:before {
	position: absolute;
    content: '\2713';
    height: 34px;
    width: 34px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 31px;
    color: #fff;
    right: 10px;
    bottom: 50%;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    background-color: #0077FF;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(50%);
}


.gform_next_button.gform-theme-button {
	padding: 20px 30px !important;
    width: 15% !important;
	font-weight: 700 !important;
	font-size: 16px !important;
}
