.my-slider-progress {
    background: #e0e0e6ff;
    border-radius: 8px;
    width: 8rem;
  }
  
  .my-slider-progress-bar {
    background: var(--purple-primary);
    height: 7px;
    transition: width 400ms ease;
    width: 0;
    border-radius: 8px;
  }

  .packages-splides .my-slider-progress-bar {
    background-color: #ffd502;
  }