﻿
.fleet-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    font-family: 'Segoe UI', sans-serif;
}

.fleet-table thead {
    background-color: #003366;
    color: white;
}

.fleet-table th, .fleet-table td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #dee2e6;
}

.fleet-table tbody tr:nth-child(even) {
    background-color: #f8f9fa;
}

.fleetContent h5 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #003366;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .modal-lg {
        max-width: 95%;
    }
}

