/* CSS Document */

.activity {
    position: relative;
    border-left: 1px solid #0f829d;
    margin-left: 16px;
}

.activity .img-activity, .activity i {
    border: 1px solid #2476c4;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    position: absolute;
    left: -17px;
    color: #44a2d2;
    background-color: var(--bs-tertiary-bg);
    font-size: 20px;
    -webkit-box-shadow: 0 0 0 .5px var(--bs-tertiary-bg);
    box-shadow: 0 0 0 .5px var(--bs-tertiary-bg);
}