.loading-container{display:flex;justify-content:center;align-items:center;min-height:50vh;width:100%}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#4f7bee;border-radius:50%;animation:loading-spin 1s linear infinite}@keyframes loading-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}