#progress {
  -webkit-appearance:none;
    position: absolute;
    width: 95%;
    z-index: 5;
    height: 10px;
    margin-left: 18px;
    margin-bottom: 18px;
}
/* to customize progress bar */
#progress::-webkit-progress-value {
    background-color: var(--prm-color);
    transition: .5s ease;
}
#progress::-webkit-progress-bar {
    background-color: var(--prm-gray);

}

.progress.progress-md {
    height: 8px
}

.template-demo .progress {
    margin-top: 1.5rem
}

.progress {
    border-radius: 1px;
    height: 8px;
    font-size: .85rem;
}

.timeline {
    list-style: none;
    margin: 25px 0 22px;
    padding: 0;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .timeline:after {
    border: 6px solid;
    border-top-width: 13px;
    border-color: #00637d transparent transparent transparent;
    content: "";
    display: block;
    position: absolute;
    bottom: -19px;
    left: 15px;
  }
  
  .timeline-horizontal:after {
    border-top-width: 6px;
    border-left-width: 13px;
    border-color: transparent transparent transparent #00637d;
    top: 15px;
    right: 0;
    bottom: auto;
    left: auto;
  }
  .timeline-horizontal .timeline-milestone {
    border-top: 2px solid #00637d;
    display: inline;
    float: left;
    margin: 20px 0 0 0;
    padding: 40px 0 0 0;
  }
  .timeline-horizontal .timeline-milestone:before {
    top: -17px;
    left: auto;
  }
  .timeline-horizontal .timeline-milestone.is-completed:after {
    top: -17px;
    left: 0;
  }

  .timeline-horizontal .timeline-milestone.is-complete-warning:after {
    top: -17px;
    left: 0;
  }
  
  .timeline-milestone {
    border-left: 2px solid #00637d;
    _margin: 0 0 0 20px;
    padding: 0 0 5px 10px;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .timeline-milestone:before {
    border: 2px solid black;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    left: -11px;
    width: 20px;
    height: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .timeline-milestone.is-error:before {
    background-color: red;
  }
  .timeline-milestone.is-completed:before {
    background-color: green;
  }
  .timeline-milestone.is-complete-warning:before {
    background-color: orange;
  }
  .timeline-milestone.is-current:before {
    background-color: #ffc107;
    ;
  }
  .timeline-milestone.is-wait:before {
    background-color: #ffc107;
    ;
  }
  .timeline-milestone.is-future:before {
    background-color: #17a2b8;
    /* border: 0;*/
  }
  .timeline-milestone.is-future .timeline-action .title {
    color: #17a2b8;
  }
  
  .timeline-action {
    background-color: #FFF;
    padding: 1px 1px 1px 1px;
    position: relative;
    top: -15px;
  }
  .timeline-action.is-expandable .title {
    cursor: pointer;
    position: relative;
  }
  .timeline-action.is-expandable .title:focus {
    outline: 0;
    text-decoration: underline;
  }
  .timeline-action.is-expandable .title:after {
    border: 6px solid #666;
    border-color: transparent transparent transparent #666;
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
  }
  .timeline-action.is-expandable .content {
    display: none;
  }
  .timeline-action.is-expandable.is-expanded .title:after {
    border-color: #666 transparent transparent transparent;
    top: 10px;
    right: 5px;
  }
  .timeline-action.is-expandable.is-expanded .content {
    display: block;
  }
  .timeline-action .title, .timeline-action .content {
    word-wrap: break-word;
  }
  .timeline-action .title {
    color: #00637d;
    font-size: 18px;
    margin: 0;
  }
  .timeline-action .date {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .timeline-action .content {
    font-size: 14px;
  }
  
  .file-list {
    line-height: 1.4;
    list-style: none;
    padding-left: 10px;
  }
