.status.syncing i{background:#ffd54f;box-shadow:0 0 12px #ffd54f;animation:pulse 1s infinite}
.status.fallback i{background:#ff9f43;box-shadow:0 0 12px #ff9f43}
.refresh-data-button{width:34px;height:34px;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(255,255,255,.07);color:#fff;font-size:21px;line-height:1;cursor:pointer;transition:background .2s,border-color .2s,transform .2s}
.refresh-data-button:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.34)}
.refresh-data-button.refreshing{animation:spin .8s linear infinite;pointer-events:none}
@keyframes pulse{50%{opacity:.35}}
@keyframes spin{to{transform:rotate(360deg)}}

