@keyframes rotate{to{transform:rotate(1turn)}}.loader_handle{height:100dvh;width:100dvw;position:fixed;display:flex;align-items:center;justify-content:center;z-index:99999;left:0;top:0}.loader_handle:before{content:"";height:100%;width:100%;background-color:rgba(0,0,0,.95);position:absolute;left:0;top:0;z-index:-1}.loader{width:4.8rem;height:4.8rem;border-radius:50%;display:inline-block;position:relative;border-color:currentcolor;border-color:#fff #fff rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:.3rem;box-sizing:border-box;animation:rotation 1s linear infinite}.loader:after,.loader:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;border-color:currentcolor;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #ffbe18 #ffbe18;border-style:solid;border-width:.3rem;width:4rem;height:4rem;border-radius:50%;box-sizing:border-box;animation:rotationBack .5s linear infinite;transform-origin:center center}.loader:before{width:3.2rem;height:3.2rem;border-color:#fff #fff rgba(0,0,0,0) rgba(0,0,0,0);animation:rotation 1.5s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotationBack{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}