.progress-bar{position:absolute;left:0;top:0;bottom:0;background-color:#0073b533;transition:width 1s linear}@keyframes breathing-border{0%,to{border-color:#e2e8f0}50%{border-color:#0073b54d}}@keyframes pulse-slow{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.9}}.animate-breathing-border{animation:breathing-border 3s ease-in-out infinite}.animate-pulse-slow{animation:pulse-slow 3s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.animate-float{animation:float 6s ease-in-out infinite}@keyframes drawCheck{0%{stroke-dashoffset:1000;opacity:0}10%{stroke-dashoffset:1000;opacity:1}40%{stroke-dashoffset:0;opacity:1}80%{stroke-dashoffset:0;opacity:1}90%{stroke-dashoffset:0;opacity:0}to{stroke-dashoffset:1000;opacity:0}}.check-animation{animation:drawCheck 4s ease-in-out infinite}
