/* 
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
*/

.uacf7-step{
    background-color: #f1f1f1;
    padding: 10px 10px 0px 10px;
}
.uacf7-step .uacf7-row{
    margin: 10px 0px;
}
.uacf7-step .uacf7-row div{
    padding-left: 0px;
}
.uacf7-step .uacf7-row+p{
    text-align: right;
}
.uacf7-step .wpcf7-field-group{
    display: flex;
    align-items: center;
}
.wpcf7-form input{
    outline: none;
}
.uacf7-step .wpcf7-field-group p button.wpcf7-field-group-add{
    background-color: green;
    border: 1px solid green;
}
.uacf7-step .wpcf7-field-group p button.wpcf7-field-group-remove{
    background-color: red;
    border: 1px solid red;
    
}
.uacf7-step .wpcf7-field-group:not(:last-child) p button.wpcf7-field-group-add{
    display: none;
}
.uacf7-step .wpcf7-field-group:not(:last-child) p button.wpcf7-field-group-remove {
    display: block !important;
}
.uacf7-step .wpcf7-field-group p{
    margin: 0;
    display: flex;
}
.uacf7-step .wpcf7-field-group p button{
    height: 30px;
    width: 30px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 5px;
    color: white;
}
.uacf7-steps a[type="button"]{
    border: none;
}