.loader-header{align-items:center;justify-content:center;height:100vh;width:100%;display:flex}.loading-text{margin-left:10px}.custom-loader{width:60px;height:60px;display:grid;animation:s4 4s infinite}.custom-loader:after,.custom-loader:before{content:"";grid-area:1/1;border-radius:50%;border-color:#0f5ffd #0f5ffd #0000 #0000;border-style:solid;border-width:8px;mix-blend-mode:darken;animation:s4 1s linear infinite}.custom-loader:after{border-color:#0000 #0000 #e4e4ed #e4e4ed;animation-direction:reverse}@keyframes s4{to{transform:rotate(1turn)}}