.component--loading-indicator-dot-pulse{justify-content:center;width:100%;display:flex}.component--loading-indicator-dot-pulse .dot-pulse{background-color:var(--color-tomato-red);color:var(--color-tomato-red);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(--color-tomato-red);color:var(--color-tomato-red);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}@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}}
