/* 
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 */
.gform_wrapper{
    background-color: rgba(#D9D9D9, 0.1);
    border: 1px solid #C5C1C1;
    padding: 10px;
}

.gform_wrapper .gfield_description{
    font-size: 16px !important;
    font-weight: bold !important;
    color: #000;
}

.gform-page-footer{
    justify-content: center !important;
    margin-bottom: 1em !important;
}

.gform_wrapper .gfield_label{
    font-size: 30px !important;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.gform_wrapper .gform-theme-button{
    font-size: 16px;
    border-radius: 100px !important;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25) !important;
}

#gform_page_1_1 .gform-theme-button{
    font-size: 25px !important;
}


.gform_wrapper .gform_previous_button{
    background-color: var(    --e-global-color-secondary) !important;

}

.gform_wrapper .gform_next_button{
    background-color: var(    --e-global-color-primary) !important;

}

.gform_wrapper .gfield_radio{
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:1024px){
    .gform_wrapper .gfield_radio{
        flex-direction:column !important;
        align-items:flex-start !important;
    }
}

@media screen and (max-width:767px){
    #gform_page_1_7 .gfield_radio .gchoice, #gform_page_1_7 .gfield_radio .gchoice .gform-field-label{
        width:100% !important;
        display: block !important;
    }
    #gform_page_1_7 .gfield_radio .gchoice .gform-field-label{

        margin-left: 0px !important;
    }
    #gform_page_1_7 .gfield_radio input{
        width:0px !important;
    }
}

.gform_wrapper .gform-field-label--type-inline{
    font-weight: bold !important;
    text-transform: uppercase;

    font-size: 16px !important;
    line-height: 16px !important;

}

.gform_wrapper .gfield {
    margin-bottom: 2em;
}

.gform_wrapper .page-form .gfield_label{
    font-size: 18px !important;
    justify-content: flex-start !important;
}

.gform_wrapper .page-form .gfield{
    margin-bottom: 0px !important;
}

.gform_wrapper .gform-page-footer .gform_button{
    background-color: var(    --e-global-color-primary) !important;
    font-size: 18px !important;
    border-radius: 100px !important;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25) !important;
}

.gform_wrapper input{
    background-color: rgba(#D9D9D9, 0.1) !important;
    border-radius: 0px !important;
    border-color: #C5C1C1 !important;
}

.gfield_radio .gchoice .gform-field-label{
    font-size: 20px !important;
    border-radius: 100px !important;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.25) !important;
    padding:10px;
min-width:90px;
    line-height: 24px !important;
    text-align: center;
}
.gfield_radio .gchoice .gform-field-label.active{

    background-color: var(    --e-global-color-primary) !important;
    color: #fff;
}
.gfield_radio .gchoice input{
    display:none !important;
}

.gform_wrapper legend{
    margin-bottom: 1.5em !important;
}
.gfield_description{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 2em !important;
}