.component--loading-indicator-dot-pulse{--loading-indicator-dot-color:var(--color-tomato-red);--duration:1.5s;--delay-for-dot-2:.25s;--delay-for-dot-3:.5s;justify-content:center;width:100%;display:flex}.component--loading-indicator-dot-pulse.component--loading-indicator-dot-pulse--gray{--loading-indicator-dot-color:var(--color-gray-6)}.component--loading-indicator-dot-pulse.component--loading-indicator-dot-pulse--inline{align-items:center;width:auto;display:inline-flex}.component--loading-indicator-dot-pulse .dot-pulse{animation:dot-pulse var(--duration) infinite linear;animation-delay:var(--delay-for-dot-2);background-color:var(--loading-indicator-dot-color);color:var(--loading-indicator-dot-color);border-radius:5px;width:8px;height:8px;position:relative;left:-9999px;box-shadow:9999px 0 0 -5px}.component--loading-indicator-dot-pulse .dot-pulse:before,.component--loading-indicator-dot-pulse .dot-pulse:after{background-color:var(--loading-indicator-dot-color);color:var(--loading-indicator-dot-color);content:"";border-radius:5px;width:8px;height:8px;display:inline-block;position:absolute;top:0}.component--loading-indicator-dot-pulse .dot-pulse:before{animation:dot-pulse-before var(--duration) infinite linear;animation-delay:0s;box-shadow:9984px 0 0 -5px}.component--loading-indicator-dot-pulse .dot-pulse:after{animation:dot-pulse-after var(--duration) infinite linear;animation-delay:var(--delay-for-dot-3);box-shadow:10014px 0 0 -5px}@media (prefers-reduced-motion:reduce){.component--loading-indicator-dot-pulse{--duration:4.5s;--delay-for-dot-2:.75s;--delay-for-dot-3:1.5s}}@keyframes dot-pulse-before{0%{box-shadow:9984px 0 0 -5px}30%{box-shadow:9984px 0 0 2px}60%,to{box-shadow:9984px 0 0 -5px}}@keyframes dot-pulse{0%{box-shadow:9999px 0 0 -5px}30%{box-shadow:9999px 0 0 2px}60%,to{box-shadow:9999px 0 0 -5px}}@keyframes dot-pulse-after{0%{box-shadow:10014px 0 0 -5px}30%{box-shadow:10014px 0 0 2px}60%,to{box-shadow:10014px 0 0 -5px}}
