    .timeline.doted .timeline-icon {
        background: #fff;
        border: 2px solid #ededed;
        width: 14px;
        height: 14px;
        position: absolute;
        top: 5%;
        overflow: hidden;
        margin: -5px;
        cursor: pointer;
        border-radius: 50%;
        -ms-box-shadow: 0 5px 43px rgba(0,0,0,.18);
        box-shadow: 0 5px 43px rgba(0, 0, 0, .18);
    }
    .timeline::before {
        top: calc(1rem + 10px); /* începe după primul bullet */
        bottom: calc(1rem + 10px); /* se termină înainte de ultimul */
    }
