/* 
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 */
.elementor-form-fields-wrapper input,
.elementor-form-fields-wrapper textarea,
.td-input input,
.td-input textarea,
.td-input select{
    padding: 15px 12px;
    background-color: #e8f4fb !important;
    border: 1px solid transparent !important;
    resize: none;
    outline: 0;
}

.elementor-form-fields-wrapper input:focus-visible,
.elementor-form-fields-wrapper textarea:focus-visible,
.elementor-form-fields-wrapper input:focus,
.elementor-form-fields-wrapper textarea:focus,
.elementor-form-fields-wrapper input:hover,
.elementor-form-fields-wrapper textarea:hover,
.elementor-field-group.active input,
.elementor-field-group.active textarea
.td-input input:hover,
.td-input input:focus,
.td-input input:focus-visible,
.td-input select:hover,
.td-input select:focus,
.td-input select:focus-visible,
.td-input textarea:hover,
.td-input textarea:focus,
.td-input textarea:focus-visible{
    border-color: var(--e-global-color-secondary) !important;
    box-shadow: none !important;
    
}

.elementor-field-group{
    margin-bottom: 25px !important;
}

.elementor-field-group label{
    position: absolute;
    left: 20px;
    font-size: 15px;
    top: 50%;
    background: #e8f4fb;
    transform: translateY(-50%);
    transition: 250ms;
}
.elementor-field-group-message label{
    top:25px;

}
.elementor-field-group.active label{
    background: linear-gradient(180deg, #ffffff 50%, #e8f4fb  60%);
    top: 0px !important;
    font-size: 13px;
}
.elementor-widget-button:hover svg{
    transform: translateX(75%) !important;
}
.elementor-widget-button svg{
    transition: 250ms;
    transform: translateX(0%) !important;
}

