.root {
  -st-states: error, success;
  width: 100%;
  display: flex;
  align-items: center;
}

.progressIndicationSection {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prefixIndicationContainer {}

.suffixIndication {}

.barContainer {
  width: 100%;
  position: relative;
  height: 100%;
}

button.barContainer {
  border: none;
  padding: 0;
}

.barBackground, .barForeground{
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.barBackground {
  width: 100%;
}

.indicationContainer {}

.progressPercentage {}
/* st-namespace-reference="../../../../../src/LinearProgressBar/LinearProgressBarCore/LinearProgressBarCore.st.css" */