.full-screen-loader{width:100vw;height:100vh;position:fixed;background-color:#5e5e5e69;top:0;z-index:9999;left:0}
.loader-width{border-radius:8px;border:1px solid #f4ded8;background-color:white;width:430px !important;height:160px !important;margin:unset !important;position:absolute !important;top:50%;left:50%;transform:translate(-50%,-50%) !important;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;padding:20px}
.loader-width img{width:68px;height:74px}
.progress-container{width:100%;height:12px;background-color:#ccc;border-radius:10px;overflow:hidden}
.progress-bar-custom{width:0;height:100%;background:linear-gradient(135deg,#ef7d00 0,#ad2221 100%);animation:progressAnimation 4s linear infinite}
@keyframes progressAnimation{0{width:0}
100%{width:100%}
}
@media screen and (max-width:767px){.loader-width{width:90% !important}
}