body {
    background-color: #f8f9fa;
}

.container {
    max-width: 600px;
}

.card-header h1 {
    font-size: 1.5rem;
}

.card-header h2 {
    font-size: 1rem;
    font-weight: normal;
}

.label {
    font-size: 0.9rem;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: bold;
}

.orderNum {
    color: #0d6efd;
}

.status.text-success {
    color: #198754 !important;
}

.status.text-warning {
    color: #ffc107 !important;
}

.status.text-danger {
    color: #dc3545 !important;
}

.items {
    font-size: 1.1rem;
    line-height: 1.8;
}

#cancellation-info {
    color: #dc3545;
}

#reload-btn:not(:disabled) {
  background-color: #0d6efd; /* Bootstrap Primary Color */
  border-color: #0d6efd;
  color: white;
}
