.bg__tl-cursor {
    user-select: none;
    position: absolute;
    z-index: 2;
    width: 1px;
    background-color: $clPrimary;
    height: 100%;
    top: 0;
    pointer-events: none;

    span {
        position: absolute;
        font-size: 12px;
        padding: 1.5px 4px 0;
        background-color: $clPrimary;
        color: white;
        min-width: 62px;
    }

    &.end {
        span {
            position: absolute;
            top: 0;
            right: 0;
        }
    }
}
