.loading-spinner{z-index:9999;background-color:#fffc;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.spinner{width:40px;height:40px;position:relative}.double-bounce1,.double-bounce2{opacity:.6;background-color:#88a9c3;border-radius:50%;width:100%;height:100%;animation:2s ease-in-out infinite bounce;position:absolute;top:0;left:0}.double-bounce2{animation-delay:-1s}@keyframes bounce{0%,to{transform:scale(0)}50%{transform:scale(1)}}.skeleton-loader{flex-direction:column;gap:1rem;padding:1rem;display:flex}.skeleton-card{background:linear-gradient(90deg,#e2e6e7 8%,#f0f0f0 18%,#e2e6e7 33%) 0 0/1000px 104px;border-radius:4px;align-items:center;gap:1rem;padding:1rem;animation:1.5s linear infinite shimmer;display:flex;position:relative}.skeleton-icon{background-color:#88a9c3;border-radius:50%;width:40px;height:40px}.skeleton-text{flex:1}.skeleton-title{background-color:#88a9c3;border-radius:4px;width:50%;height:1rem;margin-bottom:.5rem}.skeleton-description{background-color:#88a9c3;border-radius:4px;width:80%;height:.9rem}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}
