
.ldBar-container {
  position: fixed;

  top: 50%;
  left: 50%;
  margin-top: -64px; /* Negative half of height. */
  margin-left: -64px; /* Negative half of width. */

  z-index: 101;
}

.ldBar {
  position: relative;
}
.ldBar.label-center > .ldBar-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 3px #fff;
  visibility: hidden;
}
.ldBar-label:after {
  content: "%";
  display: inline;
}
.ldBar.no-percent .ldBar-label:after {
  content: "";
}

.ldBar-message {
  font-size: 0.8rem;
  text-align: center;
  width: 130px;
  overflow: hidden;

  color: var(--text-very-noted-color);
}
