.circular-progress{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.rotating-image{width:40px;height:40px;animation-name:rotate,fade;animation-duration:4s,5s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-direction:reverse;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:none,none;animation-timeline:auto,auto;transform:rotate(0)}@keyframes fade{0%{opacity:.1}50%{opacity:1}to{opacity:.1}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
