.loader{position:fixed;top:0;bottom:0;right:0;left:0;width:100vw;height:100vh;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:10}.spinner{width:70px;height:70px;border:8px solid #fff;border-bottom:8px solid var(--main-color);border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}