.btn-primary {
  background: linear-gradient(135deg, #1d4699 0%, #163980 100%) !important;
  border-color: #1d4699 !important;
  color: white !important;
}

.btn-outline-primary {
  background: transparent !important;
  border-color: #1d4699 !important;
  color: #1d4699 !important;
}

.btn-primary:hover:not(:disabled) {
  background: linear-gradient(135deg, #163980 0%, #122f69 100%) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3) !important;
}

.btn-outline-primary:hover:not(:disabled) {
  background: linear-gradient(135deg, #163980 0%, #122f69 100%) !important;
  transform: translateY(-1px);
  color: white !important;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3) !important;
}

.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.card-header {
  background: linear-gradient(135deg, #1d4699 0%, #163980 100%) !important;
  color: white !important;
  padding: 15px 20px !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.deadline-cell {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
}

.deadline-cell i {
  color: #1d4699;
}

.status-badge {
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.status-new {
  background: #fff3cd;
  color: #856404;
}

.status-processing {
  background: #cce5ff;
  color: #004085;
}

.status-pricing {
  background: #f8d7da;
  color: #721c24;
}

.status-quote {
  background: #d4edda;
  color: #155724;
}

.status-production {
  background: #e2e3e5;
  color: #383d41;
}

.status-assembly {
  background: #ffeaa7;
  color: #6c5ce7;
}

.status-delivery {
  background: #74b9ff;
  color: white;
}

.status-completed {
  background: #00b894;
  color: white;
}

.status-deleted {
  background: #636e72;
  color: white;
}

.text-success {
    color: #28a745 !important;
}

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

.text-muted {
    color: #6c757d !important;
}

.boolean-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.boolean-indicator i {
    font-size: 16px;
}

.boolean-text {
    font-size: 14px;
    font-weight: 500;
}

/* SweetAlert2 custom button styles */
.swal2-confirm {
  background: linear-gradient(135deg, #1d4699 0%, #163980 100%) !important;
  border-color: #1d4699 !important;
  color: white !important;
}

.swal2-confirm:hover {
  background: linear-gradient(135deg, #163980 0%, #122f69 100%) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(29, 70, 153, 0.3) !important;
}

.swal2-confirm:focus {
  background: linear-gradient(135deg, #1d4699 0%, #163980 100%) !important;
  box-shadow: 0 0 0 3px rgba(29, 70, 153, 0.25) !important;
}

/* Optional: Style for deny/cancel buttons if needed */
.swal2-deny,
.swal2-cancel {
  background: transparent !important;
  border-color: #6c757d !important;
  color: #6c757d !important;
}

.swal2-deny:hover,
.swal2-cancel:hover {
  background: #6c757d !important;
  color: white !important;
}