.material-spinner{display:block;width:32px;height:32px}.material-spinner--floating{padding:4.8px}.material-spinner__circle{stroke:#3f51b5}.material-spinner__svg{-webkit-animation:material-spinner-rotate 2s linear infinite;animation:material-spinner-rotate 2s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}.material-spinner__circle{stroke-dasharray:1, 200;stroke-dashoffset:0;-webkit-animation:material-spinner-dash 1.5s ease-in-out infinite;animation:material-spinner-dash 1.5s ease-in-out infinite}.material-spinner--floating{background-color:#fff;border-radius:50%;box-shadow:0 -1px 2px rgba(0,0,0,0.1),0 3px 3px rgba(0,0,0,0.23),0 3px 3px rgba(0,0,0,0.16)}.form-item-autocomplete input.form-autocomplete{padding-right:1.5em}.form-item-autocomplete .material-spinner{width:1.5em;height:1.5em;margin-top:-1.05em;margin-left:-1.5em}.form-item-autocomplete .material-spinner--floating{padding:.225em}.form-item-autocomplete:not(.form-item-autocomplete--searching) .material-spinner__circle{stroke:rgba(0,0,0,0.15)}.form-item-autocomplete:not(.form-item-autocomplete--searching) .material-spinner__circle{stroke-dasharray:1000}.form-item-autocomplete:not(.form-item-autocomplete--searching) .material-spinner__svg,.form-item-autocomplete:not(.form-item-autocomplete--searching) .material-spinner__circle{-webkit-animation:none;animation:none}@-webkit-keyframes material-spinner-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes material-spinner-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes material-spinner-dash{0%{stroke-dasharray:1, 200;stroke-dashoffset:0}50%{stroke-dasharray:89, 200;stroke-dashoffset:-35px}100%{stroke-dasharray:89, 200;stroke-dashoffset:-124px}}@keyframes material-spinner-dash{0%{stroke-dasharray:1, 200;stroke-dashoffset:0}50%{stroke-dasharray:89, 200;stroke-dashoffset:-35px}100%{stroke-dasharray:89, 200;stroke-dashoffset:-124px}}
/*# sourceMappingURL=material.spinner.css.map */