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

a[href]{
    /* color: var(--e-global-color-primary); */
    color: inherit;
}
a[href]::after{
    height: 1px;
    background-color: inherit;
    max-width: 0;
}

a[href]::after:hover{
    max-width: 100%;
}


/* Add your custom styles here */

.overflowClip{
    overflow:clip;
  }
/* .spinner::after{
    content: '';
    border-radius: 99999px;
    position: absolute;
    z-index: 30;
    outline: solid 12px rgb(0, 13, 48);
    transform: scale(1.1);
    outline-offset: -10px;
    width: 100%;
    height: 100%;
} */
.spinner{
    filter: blur(4px);
}
.elementor-form input , selector textarea{
    padding: 0 0 0 0;
}
.elementor-form button{
    flex-basis: auto !important;
    padding-left: 3rem;
    padding-right: 3rem;
}
.elementor-form .elementor-field-type-acceptance>label{
    display: none;
}

.cookie-notice-consent__container .cookie-notice-consent__text a{
	color: var(--e-global-color-primary) !important;
}