
.progress-bar {
    height: 20px;
    background: #1da1f2;
    box-shadow: 2px 14px 15px -7px rgba(30, 166, 250, 0.36);
    border-radius: 50px;
    transition: all 0.5s;
  }
.progress-parent {
    font-size: 0.8rem;
    min-width: 300px;
    height: 20px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: start;
    padding: 2px;
    background: #e6e9ff;
    border-radius: 20px;
    box-shadow: 0px 10px 10px #abb7e9;
  }