body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.card-metric {
    border-left: 4px solid #0d6efd;
}

table.table-invoices td, table.table-invoices th {
    vertical-align: middle;
}

.lifecycle-timeline {
    list-style: none;
    padding-left: 0;
    border-left: 2px solid #dee2e6;
    margin-left: 0.5rem;
}

.lifecycle-timeline li {
    padding: 0.4rem 0 0.4rem 1rem;
    position: relative;
}

.lifecycle-timeline li::before {
    content: "";
    position: absolute;
    left: -7px;
    top: 0.7rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0d6efd;
}
