#custom-loading-popup{position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;background-color:rgb(0 0 0 / .6);display:flex;justify-content:center;align-items:center}.loading-box{background:#fff;padding:30px 20px;border-radius:12px;text-align:center;width:90%;max-width:320px;font-family:'Rubik',sans-serif}.loading-text{font-size:20px;font-weight:600;color:#2E6E53;margin-bottom:20px;line-height:1.4}.progress-bar{width:100%;height:28px;border:2px solid #2E6E53;border-radius:20px;overflow:hidden;position:relative}.progress-fill{background-color:#2E6E53;width:0%;height:100%;color:#fff;font-weight:600;font-size:14px;text-align:center;line-height:28px;transition:width 0.5s ease}