/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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

wat doet dit hier \/ ? laten staan als backup maar wel ff gecomment

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZPKVN6WT4Q">
</script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-ZPKVN6WT4Q');
</script>*/


body .gform_wrapper .gf_page_steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    position: relative;
}
body .gform_wrapper{
    background-image: linear-gradient(0deg, var(--e-global-color-primary) 0%, #001F4E 100%);
    padding: 30px;
    border-radius: 15px;
}

body .gform_wrapper .gform_button,
body .gform_wrapper .gform_next_button {
    padding: 16px 28px;
    border-radius: 8px!important;
    border: none;
    font-size: 16px!important;
    font-weight: 600;
    width: 100%;
    min-width: 200px;
    max-width: none;
    transition: all 0.2s ease;
}

body .gform_wrapper .gf_page_steps:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #e3eaf2;
    z-index: 0;
}
body .gform_wrapper .gfield_select{
    font-size:16px;
}
body .gform_wrapper .gf_step {
    position: relative;
    z-index: 1;
    text-align: center;
    flex: 1;
}
body .gform_wrapper .gform-field-label{
    color:#ffffff;
    font-size:18px;
}
body .gform_wrapper .gfield_description{
    color:#ffffff;
}
body .gform_wrapper .gform-field-label .gfield_required{
    display:none;
}

body .gform_wrapper .gf_step_number {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    background: #dbe6f2;
    color: #1e2f3f;
    font-weight: 600;
    margin: 0 auto 8px auto;
    font-size: 16px;
    transition: all 0.3s ease;
}

body .gform_wrapper .gf_step_active .gf_step_number {
    background: #54D29C;
    color: #ffffff;
}

body .gform_wrapper .gf_step_completed .gf_step_number {
    background: green;
    color: #ffffff;
    position:relative;
}

body .gform_wrapper .gf_step_completed .gf_step_number:after {
    block-size:44px!important;
    inline-size:44px!important;
    top:-2px;
    left:-2px;
}

body .gform_wrapper .gf_step_label {
    font-size: 14px;
    color: #5c6f82;
}
body .gform_title, body .gform_description{
    color:#F1F1F1;
}

body .gform_wrapper .gf_step_active .gf_step_label {
    color: #1e2f3f;
    font-weight: 600;
}