/* ===============================
   MODAL CEK ORDER V2
=============================== */
.modal-cek-order-v2 .modal-content {
  border-radius: 18px;
  border: 0;
  overflow: hidden;
}

.modal-cek-order-v2 .modal-header {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: #fff;
}

.modal-cek-order-v2 .modal-body {
  background: #f3f4f6;
  padding: 16px;
}

/* FORM */
.cek-order-form {
  background: #fff;
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
}

.cek-order-form label {
  font-size: 13px;
  font-weight: 600;
}

.cek-order-form .form-control {
  border-radius: 12px;
}

/* PROGRESS VERTIKAL */
.progress-vertical {
  margin-top: 16px;
}

.pv-step {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  position: relative;
  padding-bottom: 24px;
}

.pv-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pv-line {
  position: absolute;
  left: 18px;
  top: 36px;
  width: 2px;
  height: calc(100% - 36px);
  background: #e5e7eb;
}

.pv-step:last-child .pv-line {
  display: none;
}

.pv-content {
  background: #fff;
  padding: 12px 14px;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,.05);
}

.pv-step.active .pv-icon {
  background: #2563eb;
  color: #fff;
}

.pv-step.done .pv-icon {
  background: #16a34a;
  color: #fff;
}

.pv-step.done .pv-line {
  background: #16a34a;
}

/* RATING */
.rating-stars span {
  font-size: 22px;
  cursor: pointer;
  color: #d1d5db;
}

.rating-stars span.active {
  color: #facc15;
}
