.loader-container{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:hsla(0,0%,100%,.8);z-index:1000}.loader{border:16px solid #f3f3f3;border-top-color:#96528d;border-radius:50%;width:120px;height:120px;animation:spin 1.5s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:800px){.loader{width:80px;height:80px;border:10px solid #f3f3f3;border-top-color:#96528d}}