/* .container {
    width: 100%;
    max-width: 960px;
    padding: 0 15px;
    margin: 150px auto;
} */

.progressbar-item {
  margin-bottom: 15px;
}

.progress-bar {
  margin: 0 0 10px;
  overflow: visible;
  background: transparent;
}

.progress-number {
  padding-bottom: 7px;
  position: relative;
  margin: 5px 0;
  /* font-family: Montserrat, sans-serif; */
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: #2e2e2e;
}

.progress-title {
  z-index: 100;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.progress-number-mark {
  /* font-family: var(--progress-font, "Open Sans", sans-serif);
    font-weight: var(--fw-500); */
  font-size: 12px;
  line-height: 1;
  padding: 8px 8px 7px;
  border-radius: 3px;
  color: var(--progress-number-color, #fff);
  margin-bottom: 4px;
  border-radius: 3px;
  background: var(--progress-number-bg, #5f5f5f);
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
}

.down-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid var(--progress-number-bg, #5f5f5f);
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}

.progress-bg {
  height: 8px;
  background: var(--progressbar-bg, #f0f0f0);
  overflow: hidden;
  border-radius: 2px;
}

.progress-fill {
  height: 8px;
  background: var(
    --progressbar-fill,
    linear-gradient(to right, #b464ff 0%, #3c64eb 100%)
  );
  width: 0%;
  border-radius: 2px;
}
