body {
  background-color: #0192ad !important;
  color: white;
  font-family: 'Segoe UI', sans-serif;
}

.bg-light, .card, .form-control, table {
  background-color: white !important;
  color: #212529 !important;
}

.nav-btn {
  font-size: 0.85rem;
  padding: 5px 12px;
  min-width: 80px;
  text-align: center;
}

.text-dark { color: #212529 !important; }

.product-btn {
  height: 120px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(255,255,255,0.15);
  border: none;
  border-radius: 10px;
  color: white;
  overflow: hidden;
}

.product-btn img {
  max-height: 50px;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 5px;
}

.btn {
  font-size: 1.1rem;
  padding: 10px;
}

#total, #modal-total, #change-amount {
  font-weight: bold;
}
/* Style pour la modale de paiement */
#paymentModal .modal-content {
  color: #212529; /* Texte foncé */
}

#paymentModal .text-success {
  color: #155724 !important; /* Vert foncé pour la monnaie */
}

#paymentModal .text-danger {
  color: #721c24 !important; /* Rouge foncé pour "manque" */
}

#paymentModal .form-control {
  color: #212529;
}

#paymentModal label {
  color: #212529;
}
