.pull-to-refresh-material{position:relative}.pull-to-refresh-material__control{position:absolute;top:-1.21094rem;left:50%;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0);width:.96875rem;height:.96875rem;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:#fff;border-radius:50%;box-shadow:0 .02422rem .14531rem rgba(0,0,0,.117647),0 .02422rem .09688rem rgba(0,0,0,.117647);display:none}.pull-to-refresh--aborting .pull-to-refresh-material__control,.pull-to-refresh--pulling .pull-to-refresh-material__control,.pull-to-refresh--reached .pull-to-refresh-material__control,.pull-to-refresh--refreshing .pull-to-refresh-material__control,.pull-to-refresh--restoring .pull-to-refresh-material__control{display:-webkit-box;display:-webkit-flex;display:flex}.pull-to-refresh--aborting .pull-to-refresh-material__spinner,.pull-to-refresh--pulling .pull-to-refresh-material__spinner,.pull-to-refresh--reached .pull-to-refresh-material__spinner,.pull-to-refresh--refreshing .pull-to-refresh-material__icon,.pull-to-refresh--restoring .pull-to-refresh-material__icon{display:none}.pull-to-refresh-material__spinner{-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation:pull-to-refresh-material-rotate 2s linear infinite;animation:pull-to-refresh-material-rotate 2s linear infinite}.pull-to-refresh-material__path{stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;-webkit-animation:pull-to-refresh-material-dash 1.5s ease-in-out infinite,pull-to-refresh-material-color 6s ease-in-out infinite;animation:pull-to-refresh-material-dash 1.5s ease-in-out infinite,pull-to-refresh-material-color 6s ease-in-out infinite}@-webkit-keyframes pull-to-refresh-material-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes pull-to-refresh-material-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes pull-to-refresh-material-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-.84766rem}to{stroke-dasharray:89,200;stroke-dashoffset:-3.00312rem}}@keyframes pull-to-refresh-material-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-.84766rem}to{stroke-dasharray:89,200;stroke-dashoffset:-3.00312rem}}@-webkit-keyframes pull-to-refresh-material-color{0%,to{stroke:#03a9f4}40%{stroke:#03a9f4}66%{stroke:#03a9f4}80%,90%{stroke:#03a9f4}}@keyframes pull-to-refresh-material-color{0%,to{stroke:#03a9f4}40%{stroke:#03a9f4}66%{stroke:#03a9f4}80%,90%{stroke:#03a9f4}}