:host {
  display: flex;
  width: 100%;
}

.progress-bar {
  height: 16px;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  display: flex;
  height: 20px;
  border-radius: 1px;
  width: 100%;
  overflow: hidden;
  background-color: #eeeded;
  font-family: var(--ifx-font-family);
}
.progress-bar.s {
  height: 4px;
}
.progress-bar .label {
  font-style: normal;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #ffffff;
}
.progress-bar .progress {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: fit-content;
  height: 100%;
  background-color: #0A8276;
  transition: width 0.2s ease;
}