@keyframes progress-loading {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

