.Loading{background:var(--bg-overlay);height:100vh;width:100%;position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;z-index:2}.Loading--animation{width:48px;height:48px;border:5px solid;border-color:var(--primary-red) transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
