.loader-container{position:fixed;inset:0;display:flex;justify-content:center;align-items:center}.loader{width:60px;aspect-ratio:1;display:flex;color:#000;border:4px solid;box-sizing:border-box;border-radius:50%;background:radial-gradient(circle 5px,currentColor 95%,#0000),linear-gradient(currentColor 50%,#0000 0)50%/4px 60%no-repeat;-webkit-animation:l1 1s infinite linear;animation:l1 1s infinite linear}.loader:before{content:"";flex:1 1;background:linear-gradient(currentColor 50%,#0000 0)50%/4px 80%no-repeat;-webkit-animation:inherit;animation:inherit}@keyframes l1{to{transform:rotate(1turn)}}