/*!
Theme Name: Analyzer Tools
Theme URI: 
Author: analyzer.tools
Author URI: http://analyzer.tools
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: analyzer-tools
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

*/

.custom-searchdata-box  { position:relative; }
.custom-searchdata-loader{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(255,255,255,.75);
    z-index:999;
    display:none;
    justify-content:center;
    align-items:center;
}
 
.custom-searchdata-loader.active{
    display:flex !important;
}
 
.loader{
    width:42px;
    height:42px;
    border:4px solid #e5e5e5;
    border-top-color:#00a67d;
    border-radius:50%;
    animation:spin .7s linear infinite;
}
 
@keyframes spin{
    from{transform:rotate(0deg);}
    to{transform:rotate(360deg);}
}

.search-box{
    position: relative;
}

.search-icon,
.close-icon{
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    cursor: pointer;
}

.close-icon{
    display: none;
    width: 14px; /* Adjust as needed */
    height: 14px;
}

