#barConcluded {
  height: 10px;
  background: #3dc1d3;
  border-radius: 5px;
  top: 150px;
  left: 10px;
}

#barLoading {
  height: 10px;
  background: #d1d8e0;
  border-radius: 5px;
  margin: auto;
  position: absolute;
  top: 150px;
  left: 10px;
  right: 10px;
}


.circle {
  width: 20px;
  height: 20px;
  background: var(--bg);
  border-radius: 15px;
  position: absolute;
  top: 145px;
  border: 3px solid white;
  cursor: pointer;
  font-size: 14px;
}

.textTop {
    position: absolute;
    text-align: center;
    border: 2px solid var(--bg);
    border-radius: 10px;
    width: 150px;
    top: 20px;
    left: -65px;
}

.textBottom {
    position: absolute;
    text-align: center;
    border: 2px solid var(--bg);
    border-radius: 10px;
    width: 150px;
    top: -85px;
    left: -65px;
}
