.LoadingIndicator__container{background-color:inherit;color:var(--loading-indicator-color);justify-content:center;align-items:center;width:100%;height:100%;font-size:30px;font-weight:700;display:flex}.LoadingIndicator__container.LoadingIndicator__transparentBackground{background-color:#0000}.LoadingIndicator__spinner{width:50px;height:50px;animation:2s linear infinite LoadingIndicator__rotate}.LoadingIndicator__path{stroke:var(--loading-indicator-color);stroke-linecap:round;animation:1.5s ease-in-out infinite LoadingIndicator__dash}@keyframes LoadingIndicator__rotate{to{transform:rotate(1turn)}}@keyframes LoadingIndicator__dash{0%{stroke-dasharray:1 150;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-35px}to{stroke-dasharray:90 150;stroke-dashoffset:-124px}}
