<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.spinner-styles__spinner_view_mask{left:0;top:0;position:fixed;width:100%;height:100%;background-color:#fff;opacity:.5;text-align:center;vertical-align:middle;z-index:100}.spinner-styles__spinner_view_mask_hide{display:none}.spinner-styles__spinner_view{position:absolute;left:50%;top:50%;z-index:200;margin:-25px 0 0 -25px;border-radius:50%;border:7px solid #000;border-top-color:#f3f3f3;width:50px;height:50px;-webkit-animation:spinner-styles__spin 2s linear infinite;animation:spinner-styles__spin 2s linear infinite}@-webkit-keyframes spinner-styles__spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spinner-styles__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}</pre></body></html>