.page-loading-UI-container{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.page-loading-UI-container .loader-1{width:100%}.page-loading-UI-container .loader-1,.page-loading-UI-container .loader-2{content:"";height:100px;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}.page-loading-UI-container .loader-2{width:49%}.page-loading-UI-container .loader-3{content:"";width:32%;height:100px;background:linear-gradient(90deg,#e0e0e0 25%,#f0f0f0 50%,#e0e0e0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:8px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}