.loader{box-sizing:border-box;border:5px solid #000;border-bottom-color:#0000;border-radius:50%;animation:1s linear infinite rotation;display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader__small{border-width:2px;width:16px;height:16px}.loader__medium{width:48px;height:48px}.loader__large{width:80px;height:80px}
.pageLoader{z-index:99999999;background-color:#0000001a;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.pageLoader .loader{border-color:#1fa0fc #1fa0fc #0000}
