/* Glassmorphism popover style for driver.js */
.driver-popover {
  background: rgba(15, 23, 42, 0.85) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  color: #f8fafc !important;
  font-family: 'Outfit', sans-serif !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4) !important;
  padding: 16px !important;
  max-width: 300px !important;
}

.driver-popover-title {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  margin-bottom: 8px !important;
  letter-spacing: 0.5px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.driver-popover-description {
  color: #cbd5e1 !important;
  font-size: 12.5px !important;
  line-height: 1.6 !important;
  margin-bottom: 12px !important;
}

.driver-popover-footer {
  margin-top: 14px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.driver-popover-progress-text {
  color: #94a3b8 !important;
  font-size: 11px !important;
}

.driver-popover-btn {
  background: #6366f1 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 6px 14px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  text-shadow: none !important;
}

.driver-popover-btn:hover {
  background: #4f46e5 !important;
  transform: translateY(-1px) !important;
}

.driver-popover-close-btn {
  color: #94a3b8 !important;
  font-size: 14px !important;
  cursor: pointer !important;
}

.driver-popover-close-btn:hover {
  color: #ef4444 !important;
}

.driver-popover-arrow {
  border-color: rgba(15, 23, 42, 0.85) !important;
}
