/* General body padding if needed, Bootstrap container usually handles this */
/* body { padding-top: 20px; } */

.login-form {
    /* Styles are in index.php for this specific layout */
}

/* Make table rows clickable if you want to open details without a dedicated button */
/* #deliveryOrdersTableBody tr { cursor: pointer; } */

.badge {
    font-size: 0.9em;
}

/* Style for the print_order.php is embedded in that file for simplicity */

/* Manage Users Page Specifics */
#usersTableBody .btn-danger[disabled] {
    cursor: not-allowed;
    opacity: 0.65;
}