/* 
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-message {
	position: absolute!important;
    margin: 0!important;
    bottom: 9px!important;
    left: 132px!important;
}

.elementor-message:before {
	display: none!important;
}

.elementor-form input {
	padding: 5px 10px!important;
}
.elementor-form input:focus {
    box-shadow: none!important;
}

.elementor-field-type-html {
	margin-top: -15px!important;
}



.elementor-field-group label {
	width: 100%!important;
}
.elementor-field-group .suggestions-wrapper {
	width: 100%!important;
}
.dadata-invalid {
	border-color: var(--e-global-color-cf05341)!important;
	box-shadow: none!important;
}
.dadata-error { 
	display: none!important;
}
.suggestions-suggestions {
	top: 5px!important;
	border-radius: 2px!important;
	border-color: var(--e-global-color-secondary)!important;
}


@media (max-width: 767px) {
	.inline-menu-box {
		overflow-x: scroll!important;
	    flex-direction: row!important;
    	flex-wrap: nowrap!important;
	}
	.inline-menu-box::-webkit-scrollbar {
		width: 0;
		height: 0;
		display: none;
	}
	.inline-menu-item {
		min-width: fit-content!important;
	    flex-direction: row!important;
    	flex-wrap: nowrap!important;
		white-space: nowrap!important;
	}
}