.progress .bar {
    background-color: #43D0C2;
    height: 18px;
    border-radius: 16px;
    animation-name: increase;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: -4px;
  }

  .progress {
    width: 90%;
    height: 9px !important;
    background-color: #23499E !important;
    border-radius: 16px !important;
    padding: 0;
    overflow: visible !important;
    margin: 100px auto 50px;
  }
 .overflowscroll {
    max-height: 256px;
    overflow-y: auto;
    margin-block-end: 30px;
  }