/* 
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 */
.cu_form .elementor-field-group {
    position: relative;
}

.cu_form .elementor-field-group label.elementor-field-label {
    position: absolute;
    line-height: 1;
    left: 29px;
    top: 10px;
    padding: 3px 5px !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.cu_form .elementor-field-group label.elementor-field-label.focused {
    background: var(--e-global-color-6387529);
    top: -12px;
    left: 24px;
    font-size: 90%;
}

.cu_form span.elementor-button-icon svg rect {
    fill: transparent !important;
}

.cu_form .elementor-field-group input:focus,
.cu_form .elementor-field-group textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: var(--e-global-color-text) !important;
}

.cu_form button.elementor-button span.elementor-button-content-wrapper {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.cu_form button.elementor-button:hover span.elementor-button-content-wrapper {
    gap: 40px;
}

.cu_form button.elementor-button:hover path {
    fill: var(--e-global-color-accent) !important;
}

.cu_form button.elementor-button:hover svg rect {
    fill: var(--e-global-color-6387529) !important;
}