.search-loader{position:fixed;width:100%;height:100%;top:0;left:0;right:0;bottom:0;z-index:9999;overflow:hidden;background:rgba(0,0,0,.2)}.search-loader:before{content:"";position:absolute;top:50%;left:calc(50% - 30px);border:6px solid rgba(0,0,0,.2);border-top-color:#6e111d;border-radius:50%;width:60px;height:60px;animation:animate-preloader 1s linear infinite}@keyframes animate-preloader{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}