.component--loading-indicator-dot-pulse{display:flex;justify-content:center;width:100%}.component--loading-indicator-dot-pulse .dot-pulse{animation:dot-pulse 1.5s linear infinite;animation-delay:.25s;background-color:var(--color-tomato-red);border-radius:5px;box-shadow:9999px 0 0 -5px;color:var(--color-tomato-red);height:8px;left:-9999px;position:relative;width:8px}.component--loading-indicator-dot-pulse .dot-pulse:after,.component--loading-indicator-dot-pulse .dot-pulse:before{background-color:var(--color-tomato-red);border-radius:5px;color:var(--color-tomato-red);content:"";display:inline-block;height:8px;position:absolute;top:0;width:8px}.component--loading-indicator-dot-pulse .dot-pulse:before{animation:dot-pulse-before 1.5s linear infinite;animation-delay:0s;box-shadow:9984px 0 0 -5px}.component--loading-indicator-dot-pulse .dot-pulse:after{animation:dot-pulse-after 1.5s linear infinite;animation-delay:.5s;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}}