/*! typey | GPLv2 License | https://github.com/jptaranto/typey */
.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 2px;
  margin: 0;
  border: 1px solid #191816;
  background-color: #f5f6f7;
}

.progress-bar__fill,
.progress .filled {
  height: 5px;
  width: 5px;
  background: #c8ad00;
}

.progress-bar__percentage,
.progress .percentage {
  font-size: 0.9375rem;
  float: right;
  font-weight: normal;
}

[dir="rtl"] .progress-bar__percentage,
[dir="rtl"] .progress .percentage,
.progress [dir="rtl"] .percentage {
  float: left;
}

.progress-bar__message {
  font-size: 0.9375rem;
  font-weight: normal;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

[dir="rtl"] .progress-bar--inline,
[dir="rtl"] .ajax-progress-bar {
  float: right;
}

/*# sourceMappingURL=progress-bar.css.map */
