.current-time-indicator {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: var(--before-bg-color);
  z-index: 1100;
  &:before {
    content: '';
    position: absolute;
    left: -5px;
    top: -5px;
    width: 12px;
    height: 12px;
    background-color: var(--before-bg-color);
    border-radius: 50%;
  }
}
