.tab-pane {
    padding: 2rem 0;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}


@media (min-width: 768px) {
    .tab-pane > .col-10 {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Timeline */
.timeline {
    position: relative;
    padding-left: 30px;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 2px;
    background: #dee2e6;
    margin-left: 15px;
}

.timeline-item {
    position: relative;
}

.timeline-badge {
    position: absolute;
    left: -30px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.timeline-badge i {
    color: #2887d9;
}

.timeline-item-warning .timeline-badge {
    border-color: #ffc107;
}

.timeline-item-warning .timeline-badge i {
    color: #ffc107;
}

.timeline-item-expired .timeline-badge {
    border-color: #dc3545;
}

.timeline-item-expired .timeline-badge i {
    color: #dc3545;
}

.timeline-content {
    margin-left: 20px;
}

.timeline-details {
    background: #f8f9fa;
    border-radius: 4px;
    padding: 10px;
    margin-top: 10px;
}
