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