/* ============================================
   FATONI RAISEN - Global Table & Component Styles
   2025/2026 Modern Design
   ============================================ */

/* ---- PAGE HEADER ---- */
.page-title-box { padding: 16px 0 20px; }
.page-title-box h4 { font-size: 18px; font-weight: 700; color: #1e293b; margin-bottom: 4px; }
.page-title-box .breadcrumb { margin-bottom: 0; font-size: 13px; }
.page-title-box .breadcrumb-item a { color: #405189; text-decoration: none; }
.page-title-box .breadcrumb-item.active { color: #64748b; }

/* ---- STAT CARDS MODERN ---- */
.stat-card-admin { border: none; border-radius: 14px; box-shadow: 0 2px 12px rgba(0,0,0,0.05); transition: 0.3s ease; overflow: hidden; }
.stat-card-admin:hover { transform: translateY(-4px); box-shadow: 0 8px 25px rgba(0,0,0,0.08); }
.stat-card-admin .stat-icon-admin { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.stat-card-admin .stat-number { font-size: 26px; font-weight: 800; line-height: 1.2; color: #1e293b; }
.stat-card-admin .stat-text { font-size: 12px; color: #64748b; text-transform: uppercase; letter-spacing: 0.5px; font-weight: 600; }



/* ---- SOFT BUTTONS ---- */
.btn-soft-primary { background: rgba(64,81,137,0.1); color: #405189; border: none; }
.btn-soft-primary:hover { background: #405189; color: #fff; }
.btn-soft-success { background: rgba(10,179,156,0.1); color: #0ab39c; border: none; }
.btn-soft-success:hover { background: #0ab39c; color: #fff; }
.btn-soft-danger { background: rgba(240,101,72,0.1); color: #f06548; border: none; }
.btn-soft-danger:hover { background: #f06548; color: #fff; }
.btn-soft-warning { background: rgba(247,184,75,0.1); color: #f7b84b; border: none; }
.btn-soft-warning:hover { background: #f7b84b; color: #fff; }
.btn-soft-info { background: rgba(41,156,219,0.1); color: #299cdb; border: none; }
.btn-soft-info:hover { background: #299cdb; color: #fff; }
.btn-soft-secondary { background: rgba(100,116,139,0.1); color: #64748b; border: none; }
.btn-soft-secondary:hover { background: #64748b; color: #fff; }

/* ---- ALERT MODERN ---- */
.alert { border-radius: 12px; border: none; }
.alert-success { background: #ecfdf5; color: #065f46; }
.alert-danger { background: #fef2f2; color: #991b1b; }
.alert-warning { background: #fffbeb; color: #92400e; }
.alert-info { background: #eff6ff; color: #1e40af; }

/* ---- FORM CARD ---- */
.form-card { border: none; border-radius: 14px; box-shadow: 0 2px 12px rgba(0,0,0,0.05); }
.form-card .card-header { background: linear-gradient(135deg, #405189, #2b3a6b); color: white; border-radius: 14px 14px 0 0 !important; padding: 16px 20px; }
.form-card .card-header h6 { color: white; font-weight: 700; margin-bottom: 0; }
.form-card .card-body { padding: 24px; }

/* ---- BADGES SUBTLE ---- */
.bg-success-subtle { background: rgba(10,179,156,0.1) !important; }
.bg-danger-subtle { background: rgba(240,101,72,0.1) !important; }
.bg-warning-subtle { background: rgba(247,184,75,0.1) !important; }
.bg-info-subtle { background: rgba(41,156,219,0.1) !important; }
.bg-primary-subtle { background: rgba(64,81,137,0.1) !important; }



/* ---- EMPTY STATE ---- */
.empty-state { text-align: center; padding: 60px 20px; }
.empty-state i { font-size: 48px; color: #cbd5e1; margin-bottom: 16px; display: block; }
.empty-state h6 { font-weight: 700; color: #475569; margin-bottom: 8px; }
.empty-state p { color: #94a3b8; font-size: 14px; }

.table thead th {
    font-size: 11px !important;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #64748b !important;
    font-weight: 700 !important;
    border-bottom: 2px solid #f1f3f7 !important;
    padding: 0 !important;
    background: #fafbfc !important;
    white-space: nowrap;
}

.card,
.card-body,
.table-responsive,
.dataTables_wrapper,
#scroll-horizontal_wrapper,
#scroll-horizontal {
    overflow: visible !important;
}

/* Force tables to not scroll horizontally */
.dataTables_wrapper {
    width: 100% !important;
}

.dataTables_wrapper .table {
    table-layout: fixed !important;
    width: 100% !important;
}

.dataTables_wrapper .table th,
.dataTables_wrapper .table td {
    width: 100px !important;
    max-width: 200px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* First column (Nr) */
.dataTables_wrapper .table th:first-child,
.dataTables_wrapper .table td:first-child {
    width: 20px !important;
    max-width: 30px !important;
}

/* Name columns */
.dataTables_wrapper .table th:nth-child(2),
.dataTables_wrapper .table td:nth-child(2) {
    width: 120px !important;
    max-width: 180px !important;
}

/* Email columns */
.dataTables_wrapper .table td[data-type="email"],
.dataTables_wrapper .table td:has(a[href^="mailto:"]) {
    width: 80px !important;
    max-width: 200px !important;
}

/* Date columns */
.dataTables_wrapper .table td[data-type="date"],
.dataTables_wrapper .table td:nth-child(7) {
    width: 120px !important;
    max-width: 120px !important;
}

/* Price/number columns */
.dataTables_wrapper .table td[data-type="number"],
.dataTables_wrapper .table td:has(number) {
    width: 100px !important;
    max-width: 100px !important;
}

/* Status column with badges */
.dataTables_wrapper .table td:has(.badge) {
    width: 100px !important;
    max-width: 100px !important;
}

/* Action buttons column */
.dataTables_wrapper .table td:last-child {
    width: 80px !important;
    max-width: 100px !important;
}

/* Show full text on hover */
.dataTables_wrapper .table td:hover {
    position: relative;
    white-space: normal;
    word-break: break-word;
    overflow: visible;
    z-index: 999;
    background: white;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
    padding: 7.2px 9.6px;
}

.dataTables_wrapper .table th:hover {
    white-space: normal;
    overflow: visible;
    z-index: 999;
}

/* Disable hover effects for empty table messages */
.dataTables_wrapper .dataTables_empty {
    position: static !important;
    white-space: normal !important;
    overflow: visible !important;
    z-index: auto !important;
    background: inherit !important;
    box-shadow: none !important;
    padding: 12px 10px !important;
    height: auto !important;
    min-width: auto !important;
    text-align: center !important;
}

.table-action-dropdown {
    position: fixed !important;
    z-index: 99999 !important;
    margin-top: 0 !important;
}

.table-dropdown-wrapper {
    position: relative !important;
}

.dropdown-menu {
    position: absolute;
}

.dataTables_wrapper,
.table-responsive,
.card-body,
.card {
    overflow: initial !important;
}

/* Table cell width control and text overflow styles */
.table th,
.table td {
    max-width: 150px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

/* Hover effect for cells */
.table td:hover {
    white-space: normal;
    overflow: visible;
    background: white;
    position: absolute;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 999;
    word-break: break-word;
    height: auto;
    padding: 7.2px 9.6px !important;
    min-width: 200px;
}

/* Simple hover effect for headers */
.table th:hover {
    white-space: normal;
    overflow: visible;
    z-index: 999;
}

/* Disable hover effects for empty table messages */
.table td.dataTables_empty:hover {
    white-space: normal !important;
    overflow: visible !important;
    background: inherit !important;
    position: static !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    z-index: auto !important;
    word-break: normal !important;
    height: auto !important;
    padding: inherit !important;
    min-width: auto !important;
    padding: 12px 10px !important;

}

/* Columns that should stay compact */
.table th:first-child,
.table td:first-child {
    width: 50px !important;
    max-width: 50px !important;
}

.table td:has(.badge),
.table td:has(.btn),
.table td:has(.btn-group),
.table td:has(.d-flex) {
    width: 50px !important;
    max-width: 100px !important;
}

/* Date columns usually need less space */
.table td:has(time),
.table td[data-type="date"] {
    max-width: 120px;
}

/* Numeric columns */
.table td:has(number),
.table td[data-type="number"] {
    max-width: 80px;
}

/* Description column specific styles (8th column) */
.table th:nth-child(8),
.table td:nth-child(8) {
    max-width: 150px;
}

/* Status column (usually contains badges) */
.table th:nth-child(9),
.table td:nth-child(9) {
    max-width: 100px;
}

/* Actions column (usually contains buttons) */
.table th:nth-child(10),
.table td:nth-child(10) {
    max-width: 100px;
    white-space: nowrap !important;
}


.choices__list {
    padding: 10px !important;
}

.table-hover>tbody>tr:hover>* {
    background-color: white !important;
}

.dataTables_length {
    columns: 1 !important;
}

.dataTables_length label {
    display: flex !important;
}

/* ---- BADGES & STATUS ---- */
.badge {
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 11px;
    letter-spacing: 0.3px;
}

.badge.bg-success-subtle {
    background: #ecfdf5 !important;
    color: #059669 !important;
}

.badge.bg-warning-subtle,
.badge.bg-warning.text-dark {
    background: #fffbeb !important;
    color: #d97706 !important;
}

.badge.bg-danger-subtle {
    background: #fef2f2 !important;
    color: #dc2626 !important;
}

.badge.bg-primary-subtle {
    background: #eff6ff !important;
    color: #2563eb !important;
}

.badge.bg-secondary-subtle {
    background: #f8fafc !important;
    color: #64748b !important;
}



/* ---- MODERN STAT CARDS ---- */
.modern-stat-card,
.modern-stat-btn {
    min-height: 120px;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: none;
    background: #fff;
    transition: box-shadow 0.2s, transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modern-stat-card:hover,
.modern-stat-btn:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.modern-stat-icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
}

.bg-blue-light { background: linear-gradient(135deg, #e3f0ff, #eaf1fb); }
.bg-purple-light { background: linear-gradient(135deg, #f3e8ff, #f7f0fa); }
.bg-yellow-light { background: linear-gradient(135deg, #fffbe3, #fdf6e3); }
.bg-green-light { background: linear-gradient(135deg, #e3fff3, #eafbf1); }

.text-blue { color: #2563eb; }
.text-purple { color: #a259e6; }
.text-yellow { color: #fbbf24; }
.text-green { color: #22c55e; }

.modern-stat-title {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #64748b;
    letter-spacing: 0.5px;
}

.modern-stat-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1e293b;
}

/* ---- ALERTS ---- */
.alert {
    border: none;
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
}

.alert-success {
    background: #ecfdf5;
    color: #065f46;
    border-left: 4px solid #10b981;
}

.alert-danger {
    background: #fef2f2;
    color: #991b1b;
    border-left: 4px solid #ef4444;
}

.alert-warning {
    background: #fffbeb;
    color: #92400e;
    border-left: 4px solid #f59e0b;
}

.alert-info {
    background: #eff6ff;
    color: #1e40af;
    border-left: 4px solid #3b82f6;
}

/* ---- FORMS ---- */
.form-control:focus,
.form-select:focus {
    border-color: #405189;
    box-shadow: 0 0 0 3px rgba(64, 81, 137, 0.1);
}

.form-label {
    font-weight: 600;
    font-size: 13px;
    color: #475569;
    margin-bottom: 6px;
}

/* ---- BUTTONS POLISH ---- */
.btn {
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.2s;
}

.btn:active {
    transform: scale(0.97);
}

.btn-primary {
    background: #405189;
    border-color: #405189;
}

.btn-primary:hover {
    background: #2b3a6b;
    border-color: #2b3a6b;
}

.btn-success {
    background: #0ab39c;
    border-color: #0ab39c;
}

.btn-success:hover {
    background: #099180;
    border-color: #099180;
}

/* Soft buttons */
.btn-soft-primary {
    background: #eff3ff;
    color: #405189;
    border: none;
}

.btn-soft-primary:hover {
    background: #405189;
    color: #fff;
}

.btn-soft-secondary {
    background: #f1f5f9;
    color: #64748b;
    border: none;
}

.btn-soft-secondary:hover {
    background: #e2e8f0;
    color: #334155;
}

.btn-soft-danger {
    background: #fef2f2;
    color: #ef4444;
    border: none;
}

.btn-soft-danger:hover {
    background: #ef4444;
    color: #fff;
}

/* ---- MODALS ---- */
.modal-content {
    border: none;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.modal-header {
    border-bottom: 1px solid #f1f5f9;
    padding: 20px 24px;
}

.modal-body {
    padding: 24px;
}

.modal-footer {
    border-top: 1px solid #f1f5f9;
    padding: 16px 24px;
}

/* ---- NAV TABS MODERN ---- */
.nav-tabs-custom {
    border-bottom: 2px solid #e2e8f0;
    gap: 4px;
    padding: 0 4px;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.nav-tabs-custom .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    color: #64748b;
    font-weight: 600;
    padding: 14px 20px;
    border-radius: 0;
    transition: 0.25s ease;
    font-size: 13.5px;
    white-space: nowrap;
    position: relative;
    background: transparent;
}

.nav-tabs-custom .nav-link i {
    font-size: 16px;
    vertical-align: middle;
}

.nav-tabs-custom .nav-link:hover {
    background: transparent;
    color: #405189;
    border-bottom-color: rgba(64, 81, 137, 0.3);
}

.nav-tabs-custom .nav-link.active {
    background: transparent;
    color: #405189;
    border-bottom-color: #405189;
    font-weight: 700;
}

/* Tab with counter badge */
.nav-tabs-custom .nav-link .tab-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 700;
    margin-left: 6px;
    padding: 0 6px;
}
.nav-tabs-custom .nav-link .tab-count { background: #f1f5f9; color: #64748b; }
.nav-tabs-custom .nav-link.active .tab-count { background: rgba(64,81,137,0.15); color: #405189; }

/* Responsive tabs - scroll ne mobile */
@media (max-width: 768px) {
    .nav-tabs-custom { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .nav-tabs-custom .nav-link { padding: 12px 16px; font-size: 12.5px; }
    .nav-tabs-custom::-webkit-scrollbar { display: none; }
}

/* ---- SCROLLBAR ---- */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}



/* ---- HEADER ADJUSTMENTS ---- */
@media (min-width: 992px) {
    .head-main-css {
        display: flex !important;
        justify-content: end !important;
    }
}

/* ---- CHOICES.JS ---- */
.choices__list {
    padding: 10px !important;
}

/* ---- PRINT ---- */
@media print {
    .card {
        box-shadow: none;
        border: 1px solid #e2e8f0;
    }

    .btn, .dataTables_filter, .dataTables_length,
    .dataTables_paginate, .dataTables_info {
        display: none !important;
    }

    .table thead th {
        background: #f8f9fc !important;
        -webkit-print-color-adjust: exact;
    }
}

/* ============================================
   TRIP MANAGEMENT - Enhanced Design
   ============================================ */

/* Page header gradient accent */
.trip-page-header {
    background: linear-gradient(135deg, #405189 0%, #2b3a6b 100%);
    border-radius: 16px;
    padding: 24px 28px;
    margin-bottom: 24px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.trip-page-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.trip-page-header::after {
    content: '';
    position: absolute;
    bottom: -60%;
    left: 10%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
}

.trip-page-header h4 {
    color: #fff !important;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
}

.trip-page-header .breadcrumb {
    position: relative;
    z-index: 1;
}

.trip-page-header .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.7) !important;
}

.trip-page-header .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* Trip stats mini cards */
.trip-stats-row {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.trip-stat-mini {
    flex: 1;
    min-width: 140px;
    background: #fff;
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
    border: 1px solid transparent;
}

.trip-stat-mini:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.trip-stat-mini.active-stat {
    border-color: #405189;
    box-shadow: 0 2px 12px rgba(64, 81, 137, 0.15);
}

.trip-stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.trip-stat-icon.orange { background: linear-gradient(135deg, #fff7ed, #ffedd5); color: #ea580c; }
.trip-stat-icon.green { background: linear-gradient(135deg, #ecfdf5, #d1fae5); color: #059669; }
.trip-stat-icon.blue { background: linear-gradient(135deg, #eff6ff, #dbeafe); color: #2563eb; }
.trip-stat-icon.slate { background: linear-gradient(135deg, #f8fafc, #f1f5f9); color: #64748b; }

.trip-stat-value {
    font-size: 22px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1;
}

.trip-stat-label {
    font-size: 11px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-top: 2px;
}

/* Enhanced tab design */
.trip-tabs-card {
    border-radius: 18px !important;
    overflow: hidden;
}

.trip-tabs-card > .card-body {
    padding: 0 !important;
}

.trip-nav-tabs {
    border-bottom: 2px solid #f1f5f9;
    padding: 6px 20px 0;
    gap: 0;
    background: linear-gradient(180deg, #fafbfe 0%, #fff 100%);
}

.trip-nav-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    color: #94a3b8;
    font-weight: 600;
    padding: 16px 22px;
    border-radius: 0;
    transition: all 0.3s ease;
    font-size: 13.5px;
    white-space: nowrap;
    position: relative;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 8px;
}

.trip-nav-tabs .nav-link i {
    font-size: 17px;
}

.trip-nav-tabs .nav-link:hover {
    color: #405189;
    background: transparent;
    border-bottom-color: rgba(64, 81, 137, 0.2);
}

.trip-nav-tabs .nav-link.active {
    color: #405189;
    background: transparent;
    border-bottom-color: #405189;
    font-weight: 700;
}

.trip-nav-tabs .nav-link .trip-tab-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    border-radius: 8px;
    font-size: 11px;
    font-weight: 700;
    padding: 0 7px;
    background: #f1f5f9;
    color: #94a3b8;
    transition: all 0.3s ease;
}

.trip-nav-tabs .nav-link.active .trip-tab-count {
    background: linear-gradient(135deg, #405189, #5b6abf);
    color: #fff;
    box-shadow: 0 2px 8px rgba(64, 81, 137, 0.3);
}

.trip-nav-tabs .nav-link:hover .trip-tab-count {
    background: rgba(64, 81, 137, 0.12);
    color: #405189;
}

/* Tab content area */
.trip-tab-content {
    padding: 0;
}

.trip-tab-content .tab-pane {
    padding: 0;
}

/* Action buttons inline style */
.trip-action-btns {
    display: flex;
    gap: 6px;
    flex-wrap: nowrap;
    align-items: center;
}

.trip-action-btns .btn {
    border-radius: 8px;
    font-size: 12px;
    padding: 5px 12px;
    font-weight: 600;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: all 0.2s ease;
}

.trip-action-btns .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.trip-action-btns .btn-icon-only {
    width: 32px;
    height: 32px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

/* Live pulse for active trips */
@keyframes tripPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.trip-live-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #10b981;
    display: inline-block;
    margin-right: 6px;
    animation: tripPulse 2s ease-in-out infinite;
}

/* Status badges enhanced */
.trip-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.trip-status-waiting {
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #92400e;
}

.trip-status-ready {
    background: linear-gradient(135deg, #d1fae5, #a7f3d0);
    color: #065f46;
}

.trip-status-active {
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    color: #1e40af;
}

.trip-status-done {
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    color: #475569;
}

/* Destination cell styling */
.trip-destination {
    font-weight: 600;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 6px;
}

.trip-destination i {
    color: #405189;
    font-size: 14px;
}

/* Time cell */
.trip-time {
    font-weight: 700;
    font-size: 14px;
    color: #059669;
    font-variant-numeric: tabular-nums;
}

/* Passenger count */
.trip-passengers {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: rgba(64, 81, 137, 0.08);
    color: #405189;
    padding: 4px 10px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px;
}

.trip-passengers i {
    font-size: 14px;
}

/* Driver badge */
.trip-driver {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    color: #1d4ed8;
    padding: 5px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 12px;
}

.trip-driver i {
    font-size: 13px;
}




