.ball-pulse-sync>div,.ball-pulse>div{background-color:var(--color-alert);width:15px;height:15px;border-radius:100%;margin:2px;display:inline-block}:root{--color-main:#ab063c;--color-secondary:#f49e87;--color-secondary-text:#ab063c;--color-footer-text:#f49e87;--color-footer-background:#ab063c;--color-background:#c5bcf7;--color-alert:#e50051;--color-white:#fdfdfd;--color-black:#030303;--color-darkgray:#333333;--color-white-transparent:rgba(253, 253, 253, 0.9);--color-black-transparent:rgba(3, 3, 3, 0.9);--color-darkgray-transparent:rgba(51, 51, 51, 0.9);--color-dropshadow:rgba(3, 3, 3, 0.15)}@keyframes scale{0%,80%{transform:scale(1);opacity:1}45%{transform:scale(.1);opacity:.7}}.ball-pulse>div:nth-child(0){animation:scale .75s -.36s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(1){animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(2){animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(3){animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div{animation-fill-mode:both}@keyframes ball-pulse-sync{33%{transform:translateY(10px)}66%{transform:translateY(-10px)}100%{transform:translateY(0)}}.ball-pulse-sync>div:nth-child(0){animation:ball-pulse-sync .6s -.21s infinite ease-in-out}.ball-pulse-sync>div:nth-child(1){animation:ball-pulse-sync .6s -.14s infinite ease-in-out}.ball-pulse-sync>div:nth-child(2){animation:ball-pulse-sync .6s -70ms infinite ease-in-out}.ball-pulse-sync>div:nth-child(3){animation:ball-pulse-sync .6s 0s infinite ease-in-out}.ball-pulse-sync>div{animation-fill-mode:both}.loading-indicator{position:fixed;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;top:0;left:0;z-index:900;transition:all .2s ease-in-out;opacity:0;pointer-events:none}.loading-indicator--loading{opacity:1}