body {
    background: #f5f7fa;
}

header, footer {
    box-shadow: 0 2px 8px rgba(0,0,0,.07);
}

img[alt="Metro Rides Logo"] {
    background: transparent;
}

.btn-warning, .btn-primary, .btn-success {
    min-width: 140px;
}
.page-content {
    padding-left: 32px;
    padding-right: 32px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


/* Use table ID and row class for specificity */
table#driversTable tr.table-danger {
    background-color: #f8d7da;
}

table#driversTable tr.table-warning {
    background-color: #fff3cd;
}

table#driversTable tr.table-success {
    background-color: #d4edda;
}

table#driversTable tr.table-secondary {
    background-color: #e2e3e5;
}

.btn-view-edit {
    padding: 0.25rem 0.75rem;
    font-size: 0.85rem;
}
.new-driver-row {
  /* subtle light blue background and left border */
  background-color: #e0f7fa !important;
  border-left: 6px solid #00acc1 !important;
}
.top-controls {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin-bottom: 28px;  /* Increased for more space before the table */
}

.top-controls .btn,
.top-controls button,
.top-controls a.btn {
    border-radius: 0 !important;
    min-width: 140px;
    font-weight: 600;
    box-shadow: none !important;
    height: 44px !important;
    line-height: 44px !important;
    padding: 0 20px !important;
    font-size: 1rem !important;
    border: none !important;
    display: inline-block !important;
}
.top-controls .form-control {
    border-radius: 0 !important;
    height: 44px !important;
    min-width: 140px;
    padding-left: 10px;
    font-size: 1rem;
}
