/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 04 2025 | 05:06:54 */
.search-form .evlt-modal__popup.evlt-modal__popup {
    background-color: #fff;
    width: var(--container-max-width);
    padding: 0px;
    /* position: absolute; */
    top: 40px;
}
:root {
	--aa-panel-max-height: 1200px;
}

form.searchwp-form .searchwp-form-input-container .swp-input {
    margin: 0;
    width: 100%;
    border: 1px solid #eee;
    padding: 20px;
}
.search-form .evlt-modal__popup-close-btn.evlt-modal__popup-close-btn {
    top: -40px;
    right: -40px;
    filter: invert(1);
}