.loading-screen{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:var(--zindex-loader);transition:opacity .3s;background:var(--color-light)!important}.loader{--color:var(--color-green);--size:150px;width:var(--size);height:var(--size);grid-template-columns:repeat(3,1fr)}.loader span{background-color:var(--color);animation:.6s linear infinite alternate keyframes-blink}.loader span:first-child{animation-delay:0s}.loader span:nth-child(2){animation-delay:.2s}.loader span:nth-child(3){animation-delay:.3s}.loader span:nth-child(4){animation-delay:.4s}.loader span:nth-child(5){animation-delay:.5s}.loader span:nth-child(6){animation-delay:.6s}@keyframes keyframes-blink{0%{opacity:.3;transform:scale(.5)rotate(5deg)}50%{opacity:1;transform:scale(1)}}
