.small_spinner_container{width:14px;height:14px;display:inline-block;transform-origin:center;animation:rotate4 2s linear infinite}.small_spinner{fill:none;stroke:#fff;stroke-width:10;stroke-dasharray:2,200;stroke-dashoffset:0;stroke-linecap:round;animation:dash4 1.5s ease-in-out infinite}@keyframes rotate4{to{transform:rotate(1turn)}}@keyframes dash4{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:90,200;stroke-dashoffset:-35px}to{stroke-dashoffset:-125px}}