.custom-loader-wrapper{text-align:center;pointer-events:all;background-color:#f8f9fa;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;animation:.3s ease-in-out fadeIn;display:flex;position:fixed;top:0;left:0;z-index:2147483647!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.custom-loader-wrapper p{color:#555;opacity:0;font-size:1.1rem;font-weight:600;animation:2s ease-in-out infinite pulseScale,1.5s forwards fadeIn}@keyframes pulseScale{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}
