
/* Overlay Popup */
.form-request {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.form-request .popup-card {
  max-height: 85vh;
  overflow-y: auto;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #d1d5db;
}

/* VIP Pojok */
.vip-slash {
  position: absolute;
  top: 90px;
  right: -10px;
  background: linear-gradient(135deg, #ffd700, #ff9800);
  padding: 8px 40px;
  transform: rotate(35deg);
  font-weight: 800;
  font-size: 14px;
  color: #111;
  letter-spacing: 2px;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(255, 200, 0, 0.7);
}

  .habis {
  color: red;
  font-weight: bold;
}
  .ready {
  color: green;
  font-weight: bold;
}

/* VIP Tengah */
.vip-mid {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #ffd700, #ff9800);
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 900;
  color: #111;
  letter-spacing: 2px;
  border-radius: 8px;
  box-shadow: 0 0 25px rgba(255, 200, 0, 0.75);
}
