.spinner__loader{z-index:1000;background:#3c3c3c33;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.spinner__loader__icon{box-sizing:border-box;border-top:4px solid #fff;border-right:4px solid #0000;border-radius:50%;width:60px;height:60px;animation:1s linear infinite rotation;display:inline-block}.spinner__loader__icon:after{content:"";box-sizing:border-box;border-bottom:4px solid #0000;border-left:4px solid #ffed00;border-radius:50%;width:60px;height:60px;animation:.5s linear infinite reverse rotation;position:absolute;top:0;left:0}.spinner__component-loader{z-index:1000;background:#3c3c3c33;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.spinner__component-loader__icon{box-sizing:border-box;border-top:4px solid #fff;border-right:4px solid #0000;border-radius:50%;width:60px;height:60px;animation:1s linear infinite rotation;display:inline-block}.spinner__component-loader__icon:after{content:"";box-sizing:border-box;border-bottom:4px solid #0000;border-left:4px solid #ffed00;border-radius:50%;width:60px;height:60px;animation:.5s linear infinite reverse rotation;position:absolute;top:0;left:0}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
