.progress-ui {
  position: relative;
  width: 100%;
  text-align: center;
}
.progress-ui .progress-ui-cont-outer {
  padding-bottom: 10px;
}
.progress-ui .progress-ui-cont-outer .progress-ui-cont {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 21px;
  position: absolute;
  z-index: 999999;
}
.progress-ui .progress-ui-cont-outer .progress-ui-cont .progress-message {
  font-weight: bold;
  color: blue;
}
.progress-ui .progress-ui-cont-outer .progress-ui-cont .progress-ui-bar {
  background-color: #4cff00;
  height: 4px;
  width: 0;
}
.progress-ui .progress-ui-cont-outer .progress-ui-cont .progress-text-cont {
  color: #fff;
}
.progress-page-holder {
  min-height: 200px;
}
.progress-post-message {
  background-color: #000;
  text-align: center;
}
