/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Apr 11 2026 | 11:41:46 */
#bps_shortcodeform_638 input[type="text"],
#bps_shortcodeform_638 input[type="search"],
#bps_shortcodeform_638 input[type="number"],
#bps_shortcodeform_638 input[type="email"],
#bps_shortcodeform_638 select,
#bps_shortcodeform_638 textarea {
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #dcdcdc !important;
}

#bps_shortcodeform_638 input[type="text"]::placeholder,
#bps_shortcodeform_638 input[type="search"]::placeholder,
#bps_shortcodeform_638 input[type="number"]::placeholder,
#bps_shortcodeform_638 input[type="email"]::placeholder,
#bps_shortcodeform_638 textarea::placeholder {
  color: #444444 !important;
  opacity: 1 !important;
}

#bps_shortcodeform_638 select option {
  background: #ffffff !important;
  color: #000000 !important;
}

#bps_shortcodeform_638 input[type="text"]:focus,
#bps_shortcodeform_638 input[type="search"]:focus,
#bps_shortcodeform_638 input[type="number"]:focus,
#bps_shortcodeform_638 input[type="email"]:focus,
#bps_shortcodeform_638 select:focus,
#bps_shortcodeform_638 textarea:focus {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #999999 !important;
  box-shadow: none !important;
  outline: none !important;
}

#bps_shortcodeform_638 .distance-field input,
#bps_shortcodeform_638 .distance-field select,
#bps_shortcodeform_638 .distance-field .select2-selection,
#bps_shortcodeform_638 .distance-field .select2-selection__rendered {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #dcdcdc !important;
}

#bps_shortcodeform_638 .distance-field .select2-selection__placeholder {
  color: #444444 !important;
}

#bps_shortcodeform_638 .distance-field select {
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none !important;
}