/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */

.eb-progress-bar{
  background: #eee;
  width:100%;
  height:30px;
  margin: 0 auto 10px !important;

  &-highlight{
    height: inherit;
    width: 30%;
    background: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    color: #fff;
  }
}
