#htmlSpinner{-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;border:4px solid #0c2340;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)}}#spinnerText{color:#0c2340;margin:0 auto 40px;display:block;font-family:var(--font-roboto,Arial,sans-serif)!important}.reverse #htmlSpinner{border-top-color:#0c2340}.reverse #spinnerText{color:#fff}
