MOON
Server: Apache
System: Linux vps.erhabenn.com.br 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64
User: machen (1008)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /disk001/machen/www/support/wp-content/themes/wp-moose/template-parts/header-search-modal.php
<?php
/**
 * Template for search modal
 */
?>

<div id="search-modal" class="hidden w-full h-full bg-base z-[999] fixed top-0 left-0 p-gutter">
    <div data-redirect-focus="#close-search-modal-button"
         class="max-w-md mx-auto mt-60 form-controls form-default form-primary">
		<?php get_search_form(); ?>
    </div>

    <button id="close-search-modal-button"
            data-toggle="toggle"
            data-toggle-target="#search-modal"
            data-toggle-hidden-focus="#nav-search-toggle"
            type="button"
            class="absolute right-10 top-10 btn text-2xl">
        <i class="fas fa-times"></i>
    </button>
</div>