.btn-primary:hover{
    background: #020c2f !important;
}
.asterisk-required {
    color: red !important;
}

.timeline-width {
    max-width: 920px !important;
}

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 2.46rem;
        position: absolute;
        left: 5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 6.2rem;
    text-align: center
}

@media (max-width:767px) {
    .timeline-steps .timeline-content {
        width: 4.8rem;
        text-align: center
    }
}

.timeline-steps .timeline-content .inner-circle{
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ccc
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #3b82f6;
    display: inline-block;
    height: 2rem;
    width: 2rem;
    min-width: 2rem;
    border-radius: 6.25rem;
    opacity: .5
}

#accordionNotes, #accordionHistory {
    max-width: 650px !important;
    margin: 0 auto;
}