table tr td .lead {
    display: grid;
}
table tr td .lead a {
    line-height: 20px;
}
table tr td .lead span {
    font-size: 13px;
    color: var(--bs-body-color);}
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
    font-size: 13px;
    block-size: 26px;
    inline-size: 26px;
    min-inline-size: 26px;
}
.client-info {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}
.client-info li a {
    line-height: 20px;
    font-size: 14px;
    color: #484848;
}
.client-info li a i {
    font-size: 13px;
    margin-right: 5px;
}
.ml-2{
    margin-left: 10px;
}
.card-header h5{
    font-weight: 500;
    font-size: 15px;
    margin: 0;
}
.card-header h6 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.history {
    height: calc(100vh - 160px);
    overflow-y: scroll;
}
.timeline {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0;
    border-left: 2px solid #a6ce37;
}
.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    position: relative;
    padding-left: 24px;
}
.timeline-marker {
    width: 15px;
    height: 15px;
    background-color: #038546;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    top: 10px;
}
.timeline-content {
    background-color: white;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    position: relative;
}
.timeline .comment {
    margin: 0;
    font-size: 14px;
    color: #333;
}
.timeline-date {
    margin-top: 10px;
    font-size: 12px;
    color: #666;
    display: flex;
    justify-content: space-between;
}
.timeline-date p {
    margin: 0;
}
.timeline .small, small {
    font-size: 80%;
    font-weight: 400;
}