.progress.progress-labeled {
  position: relative;
}
.progress.progress-labeled .progress-label {
  align-items: center;
  color: #212529;
  display: flex;
  font-weight: 600;
  inset: 0;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 2px #fff;
  white-space: nowrap;
  z-index: 2;
}
