.loading{width:124px;height:124px}.loading svg{display:block;width:100%;height:100%}.circle{transform:rotate(-90deg);transform-origin:center;stroke-dasharray:380;stroke-dashoffset:380;animation:circle_4 1s ease-in-out forwards}.check{stroke-dasharray:45;stroke-dashoffset:45;animation:check_4 .2s ease-in-out 1s forwards}@keyframes circle_4{0%{stroke-dashoffset:380}to{stroke-dashoffset:0}}@keyframes check_4{0%{stroke-dashoffset:45}to{stroke-dashoffset:90}}