/* .progress-bar {
    width: 300px;
    margin: 1.5rem auto;
    margin-top: 100px;
    background-color: #ddd;
    border-radius: 6px;
    height: 24px;
}
.progress {
    width: 0;
    border-radius: 6px;
    height: 24px;
    text-align: right;
    position: relative;
}
.progress span {
    font-size: 14px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 10px;
    color: white;

} */
.progress {
  height: 4px !important;
  border-radius: 2px;
  background: rgba(28, 59, 111, 0.49) !important;
  width: 100%;
  margin-bottom: 5px !important;
}

.progress .skill {
  font: normal 12px "Open Sans Web";
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

.progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

.progress-bar {
  text-align: left;
  transition-duration: 3s;
}

.pp-progress-bar {
  border-radius: 2px;
  background: var(--Light_Gradient, linear-gradient(143deg, #F4F7FD 11.56%, #BCD2EE 94.12%));
}