@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner{border:.4rem solid #fff;border-top-color:#0000;margin-top:-1.2rem;margin-left:-1.2rem;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;position:absolute;top:50%;left:50%}.loading-spinner--red{border-color:#0000 #ffd5d1 #ffd5d1}.loading-spinner--green{border-color:#0000 #aae3e0 #aae3e0}.loading-spinner--blue{border-color:#0000 #5768a8 #5768a8}.loading-spinner--small{border-radius:1.2rem;width:2.4rem;height:2.4rem}.loading-spinner--large{border-radius:2.4rem;width:4.8rem;height:4.8rem;margin-top:-2.4rem;margin-left:-2.4rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
