.module-loader-container{width:100%;min-height:150px;display:flex;align-content:center;flex-wrap:wrap;justify-content:center}.module-loader{width:50px;height:50px;display:grid;animation:4s infinite s4}.module-loader::after,.module-loader::before{content:"";grid-area:1/1;border:8px solid;border-radius:50%;border-color:#e50026 #e50026 #0000 #0000;mix-blend-mode:darken;animation:1s linear infinite s4}.module-loader::after{border-color:#0000 #0000 #e4e4ed #e4e4ed;animation-direction:reverse}@keyframes s4{100%{transform:rotate(1turn)}}.w-100{width:100%}