.ptr-indicator{top:var(--app-safe-top);z-index:1200;opacity:0;pointer-events:none;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin-left:-19px;transition:transform .25s,opacity .2s;display:flex;position:fixed;left:50%;transform:translateY(-64px);box-shadow:0 2px 10px #00000029}.ptr-indicator--dragging{transition:none}.ptr-spinner{width:20px;height:20px;color:var(--brand)}.ptr-indicator--refreshing .ptr-spinner{animation:.8s linear infinite ptr-spin}@keyframes ptr-spin{to{transform:rotate(360deg)}}
