/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#text-editor-content img{
	margin: 40px 0px;
}

#text-editor-content h4{
	margin-top: 40px;
}

#text-editor-content table{
	table-layout: auto;
  	display: block;
  	overflow-x: auto;
  	margin: 40px 0;
  	white-space: nowrap;
	width: 100%;
	min-width: 100%;
}

#text-editor-content ul,
#text-editor-content ol{
	margin-bottom: 20px;
}

#form1 .e-form__indicators__indicator__label{
	min-width: 200px;
}

#form1 .elementor-field-type-html{
	padding-bottom: 0;
}

/* step title */

#form1 .elementor-field-group-field_8df52ce,
#form1 .elementor-field-group-field_2f886fa,
#form1 .elementor-field-group-field_c64e1ad,
#form1 .elementor-field-group-field_6247a1d{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

/* question */
#form1.elementor-form .elementor-field-label > span,
#form1.elementor-form .elementor-field-type-html > span{
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}


/* radio button */
#form1 .elementor-field-option {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#form1 .elementor-field-option input[type="radio"] {
    min-width: 20px;    
    height: 20px;
    accent-color: #10597F;
    margin-right: 10px;      
    cursor: pointer;
    transition: all 0.2s ease;
}

#form1 .elementor-field-option input[type="radio"]:hover {
    transform: scale(1.1);
}

#form1 .elementor-field-option input[type="radio"]:checked {
    transform: scale(1.2);
}

#form1 .elementor-field-option label {
    cursor: pointer;
    line-height: 1.2;
    vertical-align: middle;
    transition: color 0.2s ease;
}

#form1 .elementor-field-option label:hover {
    color: #10597F;
}

#form1 .elementor-field-option input[type="radio"]:checked + label {
    color: #10597F;
}

#form1 .e-form__indicators{
	overflow-x: auto;
}