/* Make the pilot card panel black */
.row .card.bg-primary {
    background-color: #000000 !important; /* black panel */
    border: none !important;              /* remove border if needed */
}
