.pull-to-refresh{display:flex;position:fixed;z-index:50;top:0;left:0;justify-content:center;width:100%;height:0;pointer-events:none}.pull-to-refresh--animated .pull-to-refresh__spinner{transition:transform .3s ease,opacity .3s ease}.pull-to-refresh__spinner{display:flex;align-items:center;justify-content:center;width:36px;height:36px;margin-top:-44px;border-radius:50%;background:rgba(var(--colorWhiteBackground),1);box-shadow:0 2px 8px rgba(50,58,64,.18)}.pull-to-refresh__icon{display:block;width:22px;height:22px;color:#ffb443}.pull-to-refresh__icon--spinning{animation:pullToRefreshSpin .8s linear infinite}.pull-to-refresh__svg{display:block;width:22px;height:22px}@keyframes pullToRefreshSpin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}