.piu-progress-wrap{
  position: relative;
  width: 100%;
  height: 14px;
  background: #0f2430;
  border-radius: 8px;
  margin-top: 6px;
  margin-bottom: 6px;
  overflow: hidden;
  opacity: 0;
  transition: opacity .25s ease;
}
.piu-progress-bar{
  position: absolute;
  left: 0; top: 0; height: 100%;
  width: 0%;
  background: #138ad6;
  transition: width .2s ease;
}
.piu-progress-text{
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; color: #fff; pointer-events: none;
}