.timeline {
    margin: 0 auto;
    border-radius: 8px;
}

.event-timeline {
    border-left: 4px solid #339288;
    padding-left: 15px;
    padding-bottom: 15px;
    position: relative;
}


.event-timeline .icon-circle {
    width: 32px;
    height: 32px;
    background-color: #339288;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
    margin-right: 15px;
    margin-left: -32px;
    font-size: 16px;
}

.event-timeline .event-content {
    flex-grow: 1;
    margin-top: -27px;
    margin-left: 17px;
}

.event-timeline .date-timeline {
    font-weight: bold;
    color: #084040;
    font-size: 15px;
}

.event-timeline .time-timeline {
    font-size: 0.9em;
    color: #666;
}

.event-timeline .description-timeline {
    margin-top: 0px;
    margin-right: 3px;
    color: #444;
    display: flex;
    align-items: center;
    font-size: 15px;
}

.timeline .bio-form-body label {
    font-weight: bold;
}

.event-desc {
    color: #63687b !important;
}

.select2-container {
    width: inherit !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -3px !important;
}
