.el_app-activities {
    height: 85%;
    overflow: hidden;
    overflow-y: scroll;
    padding-left: 20px;
    padding-right: 10px;
}

.event-log-bar {
    display: flex;
    flex-direction: row;
    height: 60px;
    justify-content: space-around;
    align-items: center;
}

.activity-type {
    color: #333;
    font-size: 12px;
}

.round-balls {
    position: relative;
    top: -16px;
    left: -28px;
    height: 14px;
    width: 14px;
    background-color: #EDEFF2;
    border-radius: 7px;
    z-index: 100;
}

.activity {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #EDEFF2;
}

.load-more-event-button {
    position: relative;
    bottom: 0px;
    text-align: center;
    background-color: #0378FF;
    padding: 10px;
    cursor: pointer;
    color: white;
}
