bi-progress-gauge {
  position: relative;
  font-size: 0; }
  bi-progress-gauge > span {
    position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    font-size: 9px;
    font-weight: 200;
    color: #686b73;
    text-align: center; }
    bi-progress-gauge > span > * {
      margin: auto; }
