.loader{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:30}.spinner{animation:spin 1s ease-in-out infinite;border:5px solid #ccc;border-radius:50%;border-top-color:#000;height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}
