.default-loader{justify-content:center;align-items:center;width:100%;display:flex}.default-loader__item{box-sizing:border-box;border:3px solid #000;border-color:#000 #fff #0000 #0000;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotation;display:inline-block;position:relative}.default-loader__item:after,.default-loader__item:before{content:"";box-sizing:border-box;transform-origin:50%;border:3px solid #0000;border-color:#0000 #0000 #ff3d00 #ff3d00;border-radius:50%;width:40px;height:40px;margin:auto;animation:.5s linear infinite rotationBack;position:absolute;inset:0}.default-loader__item:before{border-color:#fff #fff #0000 #0000;width:32px;height:32px;animation:1.5s linear infinite rotation}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotationBack{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}
