@keyframes dots{0%{content:"PROCESSING."}20%{content:"PROCESSING.."}40%{content:"PROCESSING..."}60%{content:"PROCESSING...."}80%{content:"PROCESSING....."}to{content:"PROCESSING."}}.loading:after{content:"PROCESSING.";animation:dots 2.5s infinite}.stamp-loading-border{background:conic-gradient(from 180deg at 50% 50%,#facc15,#eab308,#fde047,#facc15);animation:spin 1.5s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
