@keyframes shimmer{0%{background-position:200%0}to{background-position:-200%0}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.loading-container{display:none;padding:10px;background-color:#fff}.skeleton-day{display:flex;margin-bottom:10px}.skeleton-left{width:16%;height:30px;margin-right:10px}.skeleton-middle{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;flex-grow:1}.skeleton-slot{height:30px}.skeleton-no-appointments{display:none;height:200px;width:100%;margin-top:10px}