/* HyperOS LIVE-001I — zero-touch automatic sync */
#hyperosSyncStatus{
  pointer-events:none!important;
  cursor:default!important;
  user-select:none!important;
  -webkit-user-select:none!important;
}
#hyperosSyncStatus:focus{outline:none!important}
#hyperosSyncStatus.is-synced{opacity:.92}
#hyperosSyncStatus.is-syncing{opacity:.82}
#hyperosSyncStatus.is-error{pointer-events:none!important}
.h1f-sync-sheet{display:none!important}
@media(max-width:760px){
  #hyperosSyncStatus{width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important;padding:0!important}
}
