#spinnerContainer #htmlSpinner{-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;border:4px solid #c8102e;border-top-color:#fff;border-radius:50%;width:60px;height:60px;margin:40px auto 20px;transition-property:transform;animation-name:rotate;animation-duration:1.2s;animation-timing-function:linear;animation-iteration-count:infinite}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotate{0%{-moz-transform:rotate(0)}to{-moz-transform:rotate(360deg)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#spinnerContainer #spinnerText{color:#0c2340;font-family:var(--font-wnba,Arial, sans-serif);margin:0 auto 40px;font-weight:400;display:block}#spinnerContainer.reverse #htmlSpinner,#spinnerContainer .reverse #htmlSpinner{border-top-color:#0c2340}#spinnerContainer.reverse #spinnerText,#spinnerContainer .reverse #spinnerText{color:#fff}
