body{margin-top:0px;}
.timeline {
    border-left: 2px solid #00965eff;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    /* background: rgba(114, 124, 245, 0.09); */
    margin: 0 auto;
    margin-right: 0;
    /* letter-spacing: 0.2px; */
    position: relative;
    line-height: 1rem;
    font-size: 1rem;
    padding: 0px 0px 0px 30px;
    list-style: none;
    text-align: left;
    max-width: 80%;
    /* border-style: solid;
    border-color: red; */
}

.timeline::before {
    content: '';
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    
    border-bottom: 10px solid #00965eff;
    position: absolute;
    /* right: -50px; */
    left: -5.5px;
    top: -2px;
  }

/* @media (max-width: 500px) {
    .timeline {
        max-width: 98%;
        padding: 0px;
    }
} */

.timeline .event h1 {
    font-weight: 300;
    font-size: 1rem;
}




.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 17px;
}

.timeline p {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 17px;
}

/* odstep pomiedzy licznikami */
.timeline .event {
    /* border-bottom: 1px dashed #e8ebf1; */
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

/* @media (max-width: 800px) {
    .timeline .event {
        padding-top: 0px;
    }
} */

/* .timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
} */

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 12px;
}

.timeline .event:before {
    left: -165px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 1rem;
    min-width: 120px;
}

/* @media (max-width: 800px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
} */

/* kropki */
.timeline .event:after {
    -webkit-box-shadow: 0 0 0 2px #00965eff;
    box-shadow: 0 0 0 2px #00965eff;
    left: -33px;
    background: #fff;
    border-radius: 50%;
    height: 5px;
    width: 5px;
    content: "";
    top: 21px;
}

/* @media (max-width: 4000px) {
    .timeline .event:after {
        left: -33px;
    }
} */




/* odstep pomiedzy licznikami */
.timeline .event2 {
    /* border-bottom: 1px dashed #e8ebf1; */
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 190px;
}

/* @media (max-width: 800px) {
    .timeline .event {
        padding-top: 0px;
    }
} */

/* .timeline .event2:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
} */

.timeline .event2:before,
.timeline .event2:after {
    position: absolute;
    display: block;
    top: 12px;
}

.timeline .event2:before {
    left: -165px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 1rem;
    min-width: 120px;
}

/* @media (max-width: 800px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
} */

/* kropki */
.timeline .event2:after {
    -webkit-box-shadow: 0 0 0 2px #00965eff;
    box-shadow: 0 0 0 2px #00965eff;
    left: -33px;
    background: #fff;
    border-radius: 50%;
    height: 5px;
    width: 5px;
    content: "";
    top: 21px;
}

/* @media (max-width: 4000px) {
    .timeline .event:after {
        left: -33px;
    }
} */





.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 2px solid #00965eff;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -56px;
}

.rtl .timeline .event2::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event2::after {
    left: 0;
    right: -56px;
}

.position-0 {
    white-space: nowrap;
    padding-left: 0px;
}

.position-1 {
    white-space: nowrap;
    padding-left: 150px;
}

.add-position-0 {
    white-space: nowrap;
    padding-left: 10px;
}

.add-position-1 {
    white-space: nowrap;
    padding-left: 180px;
}

.square-1 {
    position: absolute;
    z-index: 0;
    top: -20px;
    left: 0px;
    background:  #00965e77;
    height: 40px;
    width: 150px;
    border-radius: 5px;
}

.square-2 {
    position: absolute;
    z-index: 0;
    top: -20px;
    left: 190px;
    background:  #00965e77;
    height: 40px;
    width: 150px;
    border-radius: 5px;
}