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