
/* 视频回放车辆下拉：统一深色主题，避免系统白色菜单看不清 */
.qd-plate-search-row + .form-row select,
.qd-video-vehicle-select {
  color-scheme: dark !important;
  background: #0b1b32 !important;
  color: #e8f5ff !important;
  border: 1px solid #216b91 !important;
  border-radius: 4px !important;
  box-shadow: 0 0 0 1px rgba(34,211,238,.06), inset 0 1px 0 rgba(255,255,255,.04) !important;
  font-weight: 500 !important;
  outline: none !important;
}
.qd-plate-search-row + .form-row select:hover,
.qd-plate-search-row + .form-row select:focus,
.qd-video-vehicle-select:hover,
.qd-video-vehicle-select:focus {
  border-color: #22d3ee !important;
  box-shadow: 0 0 0 2px rgba(34,211,238,.14), 0 6px 18px rgba(0,0,0,.22) !important;
}
.qd-plate-search-row + .form-row select option,
.qd-video-vehicle-select option {
  color-scheme: dark !important;
  background-color: #0b1b32 !important;
  color: #dcecff !important;
  font-size: 13px !important;
  padding: 8px 12px !important;
}
.qd-plate-search-row + .form-row select option:checked,
.qd-video-vehicle-select option:checked {
  background: #116b8d !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}
.qd-plate-search-row + .form-row select option:disabled,
.qd-video-vehicle-select option:disabled {
  background: #0a1628 !important;
  color: #5d7892 !important;
}
.qd-plate-search-row .qd-plate-search-input {
  background: linear-gradient(180deg,#10233e,#0b1b32) !important;
  color: #eef9ff !important;
  border-color: #245f82 !important;
}
.qd-plate-search-row .qd-plate-search-input:focus {
  border-color: #22d3ee !important;
  box-shadow: 0 0 0 2px rgba(34,211,238,.12) !important;
}
.qd-plate-search-row .qd-plate-search-btn {
  background: linear-gradient(180deg,#1d5379,#123b5b) !important;
  color: #eafaff !important;
  border: 1px solid #2b7198 !important;
  font-weight: 600 !important;
  cursor: pointer !important;
}
.qd-plate-search-row .qd-plate-search-btn:hover {
  background: linear-gradient(180deg,#23709b,#175274) !important;
  border-color: #22d3ee !important;
}
