.LoadingContainer{background:#ffffff8a;justify-content:center;align-items:center;width:100%;display:flex}.loader{z-index:20;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotate;position:relative}.loader:before{content:"  ";box-sizing:border-box;border:5px solid #00c3ff;border-radius:50%;animation:2s linear infinite prixClipFix;position:absolute;inset:0}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}
