.page_loader{height:100vh;width:100%;z-index:9999999;background-color:#fff;display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;& svg{width:120px;height:auto;animation:fade_in_out 1s linear infinite;opacity:.25;transition:opacity .25s ease}}@keyframes fade_in_out{50%{opacity:1}}