.pull-refresh{display:flex;justify-content:center;left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:9999}.pull-refresh__circle{align-items:center;background:var(--color-primary,#488b8c);border-radius:50%;box-shadow:0 2px 10px #0000002e;color:#fff;display:flex;height:36px;justify-content:center;transition:transform .15s ease;width:36px;will-change:transform}.pull-refresh__arrow{transition:transform .1s ease}.pull-refresh__spinner{animation:pull-refresh-spin .8s linear infinite}@keyframes pull-refresh-spin{to{transform:rotate(1turn)}}
