/* module-key = 'com.atlassian.auiplugin:aui-spinner', location = 'src/less/aui-spinner.less' */
@keyframes spinnerRotateAnimation{to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spinnerRotateAnimation{to{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}aui-spinner{display:block;position:relative;color:#42526E;width:30px;height:30px}aui-spinner>.aui-spinner>svg{stroke-dasharray:84px;stroke-dashoffset:67.5px;stroke-width:3px}aui-spinner[filled]>.aui-spinner>svg{left:-15px}aui-spinner[size="small"]{width:20px;height:20px}aui-spinner[size="small"]>.aui-spinner>svg{stroke-dasharray:56px;stroke-dashoffset:45px;stroke-width:2px}aui-spinner[size="small"][filled]>.aui-spinner>svg{left:-10px}aui-spinner[size="large"]{width:50px;height:50px}aui-spinner[size="large"]>.aui-spinner>svg{stroke-dasharray:140px;stroke-dashoffset:112.5px;stroke-width:5px}aui-spinner[size="large"][filled]>.aui-spinner>svg{left:-25px}aui-spinner .aui-spinner{box-sizing:border-box;position:relative;width:100%;height:100%}aui-spinner .aui-spinner>svg{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-animation:.86s cubic-bezier(.4, .15, .6, .85) infinite spinnerRotateAnimation;animation:.86s cubic-bezier(.4, .15, .6, .85) infinite spinnerRotateAnimation;fill:none;stroke:currentColor;stroke-linecap:round;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}aui-spinner[filled]{height:0 !important;width:0 !important;margin:auto}