.lytine-progress-wrapper {
  position: relative;
}
.lytine-progress-wrapper .lytine-progress {
  border: none;
  border-radius: 25px;
  position: relative;
  margin-top: 6px;
}
.lytine-progress-wrapper .lytine-progress .fill-left {
  height: 100%;
  border: inherit;
  border-radius: 25px 0 0 25px;
}
.lytine-progress-wrapper .lytine-progress .fill-right {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: inherit;
  float: right;
  border-radius: 0 25px 25px 0;
}
.bubble {
  position: relative;
  height: 30px;
}
.bubble .bubble-txt {
  display: inline-block;
  border: 1px solid #e8e8e8;
  border-radius: 25px;
  padding: 2px 8px;
  font-size: 16px;
  color: #41332D;
  background-color: white;
  position: absolute;
  text-align: center;
  width: fit-content;
}
.bubble .bubble-arrow:before,
.bubble .bubble-arrow:after {
  content: "";
  display: block;
  border-width: 5px;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translate(-50%, 0);
  border-style: solid dashed dashed;
  border-color: #e8e8e8 transparent transparent;
  font-size: 0;
  line-height: 0;
}
.bubble .bubble-arrow:after {
  bottom: -35px;
  border-color: #FFF transparent transparent;
}
.bubble .bubble-arrow {
  position: absolute;
}
/*# sourceMappingURL=lytine-progress.css.map */