.event-date {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 60px;
    height: 60px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    margin-right: 35px;
    text-align: center;
}
.event-date .month {
    font-size: 0.75rem;
    text-transform: uppercase;
}
.event-date .day {
    font-size: 1.3rem;
    font-weight: bold;
}
.event-chip {
    width: 5px;
    height: 60px;
    background-color: #007bff;
   
}
.list-group-item.event {
    border:none;
}