.loading-indicator{display: none;flex-direction: row;gap: 8px;position: absolute;top: 0;left: 0;right: 0;bottom: 0;justify-content: center;align-items: center;z-index: 6}.loading-indicator:before{content: '';width: 100%;height: 100%;background: grey;position: absolute;opacity: .3}.loading-indicator .dot{background: var(--ci-color);width: 14px;height: 14px;border-radius: 50%;animation: dot-bounce 1.2s ease-in-out infinite}.loading-indicator .dot:nth-child(1){animation-delay: -0.24s}.loading-indicator .dot:nth-child(2){animation-delay: -0.12s}.loading-indicator .dot:nth-child(3){animation-delay: 0s}