.eui-spinner{width:50px;height:50px;background-color:transparent;border-top:4px solid #0073e9;border-right:4px solid #0073e9;border-bottom:4px solid #0073e9;border-left:4px solid transparent;border-radius:50%;animation:.6s linear infinite rotate}.eui-spinner circle{animation:1.5s ease-in-out infinite dash-md}.eui-spinner.eui-spinner-sm{width:30px;height:30px;border-width:3px}.eui-spinner.eui-spinner-sm circle{animation:1.5s ease-in-out infinite dash-sm}.eui-spinner.eui-spinner-lg{width:70px;height:70px}.eui-spinner.eui-spinner-lg circle{animation:1.5s ease-in-out infinite dash-lg}.eui-spinner.eui-spinner-info{border-top-color:#0073e9;border-right-color:#0073e9;border-bottom-color:#0073e9}.eui-spinner.eui-spinner-danger{border-top-color:#de350b;border-right-color:#de350b;border-bottom-color:#de350b}.eui-spinner.eui-spinner-warning{border-top-color:#fa0;border-right-color:#fa0;border-bottom-color:#fa0}.eui-spinner.eui-spinner-success{border-top-color:#00853e;border-right-color:#00853e;border-bottom-color:#00853e}.eui-spinner.eui-spinner-brand{border-top-color:#0073e9;border-right-color:#0073e9;border-bottom-color:#0073e9}.eui-spinner.eui-spinner-default circle{animation:6s ease-in-out infinite spinner-colors,1.5s ease-in-out infinite dash-md}.eui-spinner.eui-spinner-default.eui-spinner-sm circle{animation:6s ease-in-out infinite spinner-colors,1.5s ease-in-out infinite dash-sm}.eui-spinner.eui-spinner-default.eui-spinner-lg circle{animation:6s ease-in-out infinite spinner-colors,1.5s ease-in-out infinite dash-lg}@supports (stroke-dashoffset:0) and (not (-ms-ime-align:auto)){.eui-spinner{animation:2s linear infinite rotate;border:none}.eui-spinner .eui-spinner-path{stroke-dasharray:1%,200;stroke-dashoffset:0;stroke-linecap:round;stroke:#0073e9}.eui-spinner.eui-spinner-info .eui-spinner-path{stroke:#0073e9}.eui-spinner.eui-spinner-danger .eui-spinner-path{stroke:#de350b}.eui-spinner.eui-spinner-warning .eui-spinner-path{stroke:#fa0}.eui-spinner.eui-spinner-success .eui-spinner-path{stroke:#00853e}.eui-spinner.eui-spinner-brand .eui-spinner-path{stroke:#0073e9}}@keyframes rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes dash-sm{0%{stroke-dasharray:1%,200;stroke-dashoffset:0}50%{stroke-dasharray:190%,200;stroke-dashoffset:-65%}100%{stroke-dasharray:190%,200;stroke-dashoffset:-205%}}@keyframes dash-md{0%{stroke-dasharray:1%,200;stroke-dashoffset:0}50%{stroke-dasharray:190%,200;stroke-dashoffset:-65%}100%{stroke-dasharray:190%,200;stroke-dashoffset:-245%}}@keyframes dash-lg{0%{stroke-dasharray:1%,200;stroke-dashoffset:0}50%{stroke-dasharray:190%,200;stroke-dashoffset:-65%}100%{stroke-dasharray:190%,200;stroke-dashoffset:-185}}@keyframes spinner-colors{0%,20%{stroke:#0073e9}25%,45%{stroke:#de350b}50%,70%{stroke:#fa0}75%,95%{stroke:#00853e}}