/* Eusender Custom Styles */

body {
    background-color: #f8f9fa;
}

.navbar-brand {
    font-weight: 700;
    letter-spacing: 1px;
}

/* Step Indicators */
.step-indicator {
    padding: 8px 20px;
    margin-right: 10px;
    border-radius: 25px;
    background: #e9ecef;
    color: #6c757d;
    font-weight: 500;
}

.step-indicator.active {
    background: #0d6efd;
    color: white;
}

.step-indicator.done {
    background: #198754;
    color: white;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    font-size: 0.85rem;
    margin-right: 6px;
}

/* Quote Options */
.quote-option {
    transition: background-color 0.2s, box-shadow 0.2s;
    cursor: pointer;
}

.quote-option:hover {
    background-color: #f0f7ff;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.15);
}

/* Timeline */
.timeline-item:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Card tweaks */
.card {
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    border: 1px solid #e9ecef;
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid #e9ecef;
}

/* Table tweaks */
.table th {
    font-weight: 600;
    color: #495057;
}

/* Badge sizing */
.badge.fs-6 {
    font-size: 0.9rem !important;
}

/* Responsive */
@media (max-width: 768px) {
    .step-indicator {
        font-size: 0.85rem;
        padding: 6px 12px;
    }
}
