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


/*# sourceMappingURL=9ad4ce4cda76538f.css.map*/