/* Global css form diagnosics */
#diagnosis .gsection,
#diagnosis h3.gsection_title
{
    text-align: center;
    width: 100%;
	margin-top: 20px;
    padding: 0;
    border: 0;
	font-weight: bold;
}

#diagnosis .gform_previous_button 
{
	
}

#diagnosis .gform_next_button,
#diagnosis input[type="submit"] 
{
	display: block;
	border: 0;
}

/* Bar steps diagnostics */
#diagnosis .gf_page_steps 
{
	display: flex;
	flex-wrap: nowrap;
	border: none;
}

#diagnosis .gf_step_active, 
#diagnosis .gf_step_completed 
{
	border-bottom: 10px solid #0ad3c9 !important;
}

#diagnosis .gf_step 
{
	width: 100%;
	text-align: center;
	padding: 0;
	border-bottom: 10px solid #efeded;
}

#diagnosis .gf_step_label 
{
	display: block;
}

#diagnosis fieldset 
{
    text-align: center;
    position: relative;
}


#diagnosis .gf_step_number 
{
	display: none;
}

#diagnosis .gf_step 
{
	margin: 0;
}

/* Select buttons */
#diagnosis .select_buttons .gfield_checkbox 
{
	width: auto;
    display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#diagnosis .select_buttons .gchoice {
	position: relative;
	margin: 0 20px;
}

#diagnosis .select_buttons .gchoice label::before 
{
    content: "";
    display: block;
    width: 100px;
    height: 100px;
	margin: 10px 0;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80px;
    border-radius: 11px;
    box-shadow: 1px 2px 5px 2px #efeded;
}

#diagnosis .select_buttons .gfield-choice-input[value="לא כואב"] ~ label::before
{
	background-image: url(/wp-content/themes/hello-elementor/icons/diagnosis/no_diagnostic.png);
}

#diagnosis .select_buttons .gchoice label 
{
	max-width: 100px;
	line-height: 20px;
	cursor: pointer;
	text-align: center;
}

#diagnosis .select_buttons .gfield-choice-input 
{
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
}

#diagnosis .select_buttons .gfield-choice-input:checked ~ label::before, 
#diagnosis .select_buttons .gchoice label:hover::before
{
	border: 3px dotted #0ad3c9;
}

#diagnosis .select_buttons .gfield-choice-input:disabled ~ label::before
{
    border: none;
}

/* Left & Right buttons */
#diagnosis .gform_fields 
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#diagnosis .gfield .gfield_description 
{
    font-size: 17px !important;
}

#diagnosis .gfield_label {
    width: 100%;
    font-weight: normal;
    margin: auto;
    position: absolute;
    top: 110px;
    right: 0;
}

#diagnosis .left_right_buttons .gfield_checkbox 
{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
	align-items: center;
	width: 100px;
	height: 100px;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 90px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 1px 2px 5px 2px #efeded;
	transition: all 0.1s ease-in-out;
}

#diagnosis .no_diagnosics .gfield_checkbox 
{
	background-image: url("/wp-content/themes/hello-elementor/icons/diagnosis/no_diagnostic.png");
}

#diagnosis .left_right_buttons .gfield_checkbox .gchoice 
{
	position: relative;
	width: 100%;
	height: 100%;
}

#diagnosis .left_right_buttons .gfield_checkbox .gchoice input.gfield-choice-input 
{
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
}


#diagnosis .left_right_buttons .gfield_checkbox label 
{
	display: flex;
	opacity: 0;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	max-width: 100%;
	width: 100%;
	height: 100%;
	color: white;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

#diagnosis .left_right_buttons .gfield_checkbox .gchoice label 
{
	background: #0ad3c9;
}

#diagnosis .left_right_buttons .gfield_checkbox .gchoice:nth-child(even) label 
{
	background: #286fec;
}

#diagnosis .left_right_buttons .gfield_checkbox label:hover 
{
	opacity: 1;
}

#diagnosis .left_right_buttons .gchoice input.gfield-choice-input:checked + label 
{
	opacity: 1;
}

@media screen and (max-width: 550px)
{
	#diagnosis .gform_fields 
	{
		
	}

}