.payment-loader{align-items:center;background:hsla(0,0%,100%,.7);display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.spinner{animation:spin 1s linear infinite;border:4px solid #ccc;border-radius:50%;border-top-color:#000;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}