#countdown{position:relative;margin:auto;margin-top:100px;height:40px;width:40px;text-align:center}#countdown-number{color:#000;display:inline-block;line-height:40px}svg{position:absolute;top:0;right:0;width:40px;height:40px;transform:rotateY(-180deg) rotateZ(-90deg)}svg.circle-error,svg.circle-success{transform:rotateY(0) rotateZ(0)}svg circle.circle-bg{stroke:#90cbff;stroke-width:2px;fill:none}svg circle.circle-fg{stroke-dasharray:113px;stroke-dashoffset:0;stroke-linecap:round;stroke-width:2px;stroke:#0062ff;fill:none;animation-name:countdown;animation-duration:10s;animation-timing-function:linear;animation-delay:0s;animation-iteration-count:1;animation-direction:forwards}@keyframes countdown{from{stroke-dashoffset:0}to{stroke-dashoffset:113px}}