/**
 * GuardSync - Module Facturation
 * Styles pour l'interface de facturation
 */

.timeline-container {
    max-height: 400px;
    overflow-y: auto;
}

.timeline-item {
    border-left: 3px solid #007bff;
    margin-left: 15px;
    padding-left: 20px;
    padding-bottom: 20px;
    position: relative;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #007bff;
}

.timeline-item.timeline-special {
    border-left-color: #ffc107;
}

.timeline-item.timeline-special::before {
    background: #ffc107;
}

.timeline-date {
    font-weight: bold;
    color: #495057;
    font-size: 0.9em;
}

.timeline-content {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-top: 5px;
}

.bg-gradient-primary {
    background: linear-gradient(135deg, #007bff 0%, #6610f2 100%) !important;
}

.card.bg-gradient-primary {
    background: linear-gradient(135deg, #007bff 0%, #6610f2 100%) !important;
    color: white !important;
}

.card.bg-gradient-primary .text-white {
    color: white !important;
}

.card.bg-gradient-primary h5,
.card.bg-gradient-primary small,
.card.bg-gradient-primary .h4,
.card.bg-gradient-primary .h5 {
    color: white !important;
}

.progress.bg-white.bg-opacity-25 {
    background-color: rgba(255,255,255,0.25) !important;
}
