:root {
  --progress-color-3: rgb(33, 65, 224);
  --path-color-3: #ebebeb;
}

.linear-progress-3 .percentage {
  width: 50px;
  text-align: center;
}
.linear-progress-3 {
  margin-bottom: 22px;
}

.linear-progress-3 h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  letter-spacing: 1px;
  color: var(--progress-color-3);
}

.linear-progress-3 h5 span {
  border: 2px solid #cfcfcf;
  border-radius: 3px;
  font-size: 16px;
  padding: 4px;
  letter-spacing: 0px;
  position: relative;
}

.linear-progress-3 .progress {
  height: 30px;
  position: relative;
  background-color: var(--path-color-3);
}

.linear-progress-3 .progress span {
  opacity: 0.75;
  height: 100%;
  position: absolute;
  border-radius: 3px;
  left: 0;
  top: 0;
  z-index: 7;
  background-color: var(--progress-color-3);
}