@keyframes underline{55%{background-position:100% 100%;background-size:0 1px}56%{background-position:0 100%;background-size:0 1px}to{background-position:0 100%;background-size:100% 1px}}.loader-listing{align-items:center;display:flex;grid-column:1/-1;height:calc(var(--app-height, 100vh)*.9);justify-content:center;width:100%}@media only screen and (max-width:640px){.loader-listing{height:90svh}}.loader-listing__inner{animation:zeroRotation 1s cubic-bezier(.785,.135,.15,.86) infinite;background-color:var(--color-purple);box-sizing:border-box;display:inline-block;height:48px;position:relative;width:48px}@keyframes zeroRotation{0%{transform:scale(.66) rotate(0)}90%,to{transform:scale(.66) rotate(270deg)}}
