.spinner-container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.spinner{border:8px solid #a417171a;border-left-color:#a41717;border-radius:50%;width:64px;height:64px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.checkmark-svg{width:64px;height:64px;margin:0 auto;animation:.3s cubic-bezier(.175,.885,.32,1.275) forwards scaleIn;display:block}.checkmark-circle{stroke-width:4px;stroke-miterlimit:10;stroke:#28a745;fill:none}.checkmark-check{transform-origin:50%;stroke:#28a745;stroke-width:6px;fill:none}.cross-svg{width:64px;height:64px;margin:0 auto;animation:.3s cubic-bezier(.175,.885,.32,1.275) forwards scaleIn;display:block}.cross-circle{stroke-width:4px;stroke-miterlimit:10;stroke:#dc3545;fill:none}.cross-line{transform-origin:50%;stroke:#dc3545;stroke-width:6px;fill:none}
