.loading-container{display:flex;justify-content:center;align-items:center;z-index:1000}.spinner{width:30px;height:30px;border-radius:50%;border:40px solid #009688;border-top-color:transparent;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader{width:48px;height:48px;background:#fff;display:inline-block;border-radius:50%;box-sizing:border-box;animation:animloader 1s ease-in infinite}@keyframes animloader{0%{transform:scale(0);opacity:1}to{transform:scale(1);opacity:0}}