.custom-loader-card{align-items:center;background-color:#ffffff3b;border-radius:40px;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:2}.custom-loader{animation:rotate 1s linear infinite;border-radius:50%;height:48px;position:relative;width:48px}.custom-loader:after,.custom-loader:before{animation:prixClipFix 2s linear infinite;border:5px solid var(--base_color_loader);border-radius:50%;box-sizing:border-box;content:"";top:0;right:0;bottom:0;left:0;position:absolute}.custom-loader:after{border-color:#ffae00;top:8px;right:8px;bottom:8px;left:8px;transform:rotate3d(90,90,0,180deg)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes prixClipFix{0%{clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}50%{clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}75%,to{clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}}
