.page-loader{z-index:9999;background-color:var(--semi-trans);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.shadow-only{z-index:9999;background-color:var(--shadow);-webkit-backdrop-filter:none;backdrop-filter:none}.page-loader,.shadow-only{.loader{span{width:24px;height:24px;border-radius:50%;background:#fff;animation:dot 1.2s linear infinite;&:first-child{animation-delay:0s}&:nth-child(2){animation-delay:.2s}&:nth-child(3){animation-delay:.4s}&:last-child{animation-delay:.6s}}}}@keyframes dot{50%{background:var(--secondary)}}