@keyframes circle-color-change{0%{background-color:#2b6ebb}66%{background-color:#3b82f6}to{background-color:#78a8f7}}.animated-circle-color{animation-name:circle-color-change;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:ease-in-out}@keyframes custom-spin-stop-linea1{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes custom-spin-stop-linea2{0%{transform:rotate(0deg)}to{transform:rotate(180deg)}}@keyframes custom-spin-stop-linea3{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.custom-spin-fast{animation:custom-spin-stop-linea1 .7s linear infinite;animation-delay:0s;border-width:3px}.custom-spin-medium{animation:custom-spin-stop-linea2 .9s linear infinite;animation-delay:0s;border-width:5px}.custom-spin-slow{animation:custom-spin-stop-linea3 1s linear infinite;animation-delay:0s;border-width:7px}.animated-circle-color{box-shadow:0 0 20px rgba(0,0,0,.4)}