.component--loading-indicator-dot-pulse{--loading-indicator-dot-color:var(--color-tomato-red);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{background-color:var(--loading-indicator-dot-color);color:var(--loading-indicator-dot-color);border-radius:5px;width:8px;height:8px;animation:1.5s linear .25s infinite dot-pulse;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:1.5s linear infinite dot-pulse-before;box-shadow:9984px 0 0 -5px}.component--loading-indicator-dot-pulse .dot-pulse:after{animation:1.5s linear .5s infinite dot-pulse-after;box-shadow:10014px 0 0 -5px}@media (prefers-reduced-motion:reduce){.component--loading-indicator-dot-pulse .dot-pulse,.component--loading-indicator-dot-pulse .dot-pulse:before,.component--loading-indicator-dot-pulse .dot-pulse:after{box-shadow:none;animation:none;left:0}.component--loading-indicator-dot-pulse .dot-pulse{gap:7px;display:flex}.component--loading-indicator-dot-pulse .dot-pulse:before,.component--loading-indicator-dot-pulse .dot-pulse:after{position:static}}@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}}
