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

.lang-filter > div[role="group"] {
	overflow-y: auto;
	max-height: 450px;
	overflow-x: clip;
	display: flex;
	flex-direction: column;
}
/* 
.lang-filter > div[role="group"] .search-filter-input-checkbox--is-active {
    order: -1;
} */

.elementor-widget-container .search-filter-label {
	margin-top: 30px;
}

.search-filter-field--type-search .search-filter-field__input {
    border-radius: 99px !important;
    margin: 0 !important;
}

.search-filter-field--type-search input:hover,
.search-filter-field--type-search input {
    padding: 0.65em 0.9em !important;
    transition: colors .3s !important;
    font-size: 1.0625rem !important;
    line-height: 1.5 !important;
}
.search-filter-field--type-search .search-filter-field__input:focus-within {
    border-color: var(--e-global-color-accent) !important;
}

.search-filter-input-text__icon {
    order: 2;
}

.search-filter-field--type-search input::placeholder {
    color: #515962 !important;
    opacity: 1;
}

body.error404 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100vh;
}
