._spinner_contain{border:none;margin:0 auto;width:fit-content;stroke:#707070}@keyframes c-spin{0%{transform:rotate(0)}25%{transform:rotate(90deg)}50%{transform:rotate(180deg)}75%{transform:rotate(270deg)}to{transform:rotate(359deg)}}@keyframes c-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}._c_spinner{animation:c-spin 2s linear infinite;transform-origin:center center}._c_spinner ._path{stroke-dasharray:1,200;stroke-dashoffset:0;animation:c-dash 1.5s ease-in-out infinite}
