/* HubSpot Forms - All forms site-wide */
.eyachts-capsule-form .hsfc-TextInput,
.eyachts-capsule-form-boatmod .hsfc-TextInput,
.hubspot-form .hsfc-TextInput,
[class*="eyachts"] .hsfc-TextInput {
  background-color: rgb(22, 44, 57) !important;
  color: rgb(255, 255, 255) !important;
  padding: 14px 12px !important;
  height: 50px !important;
  border-radius: 5px !important;
  border: none !important;
  font-style: italic !important;
  font-size: 16px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.eyachts-capsule-form .hsfc-TextareaInput,
.eyachts-capsule-form-boatmod .hsfc-TextareaInput,
.hubspot-form .hsfc-TextareaInput,
[class*="eyachts"] .hsfc-TextareaInput {
  background-color: rgb(22, 44, 57) !important;
  color: rgb(255, 255, 255) !important;
  padding: 14px 12px !important;
  height: 120px !important;
  min-height: 100px !important;
  border-radius: 5px !important;
  border: none !important;
  font-style: italic !important;
  font-size: 16px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.eyachts-capsule-form .hsfc-DropdownOptions,
.eyachts-capsule-form-boatmod .hsfc-DropdownOptions,
.hubspot-form .hsfc-DropdownOptions,
[class*="eyachts"] .hsfc-DropdownOptions {
  background-color: #ffffff !important;
}
.eyachts-capsule-form .hsfc-DropdownOptions__List__ListItem,
.eyachts-capsule-form-boatmod .hsfc-DropdownOptions__List__ListItem,
.hubspot-form .hsfc-DropdownOptions__List__ListItem,
[class*="eyachts"] .hsfc-DropdownOptions__List__ListItem {
  background-color: #ffffff !important;
  color: rgb(22, 44, 57) !important;
}
.eyachts-capsule-form .hsfc-DropdownOptions__Search .hsfc-TextInput,
.eyachts-capsule-form-boatmod .hsfc-DropdownOptions__Search .hsfc-TextInput,
.hubspot-form .hsfc-DropdownOptions__Search .hsfc-TextInput,
[class*="eyachts"] .hsfc-DropdownOptions__Search .hsfc-TextInput {
  background-color: #ffffff !important;
  color: rgb(22, 44, 57) !important;
  font-style: normal !important;
  height: auto !important;
}
.eyachts-capsule-form .hsfc-NavigationRow__Buttons,
.eyachts-capsule-form-boatmod .hsfc-NavigationRow__Buttons,
.hubspot-form .hsfc-NavigationRow__Buttons,
[class*="eyachts"] .hsfc-NavigationRow__Buttons {
  justify-content: center !important;
}
.eyachts-capsule-form .hsfc-NavigationRow__Buttons .hsfc-Button,
.eyachts-capsule-form-boatmod .hsfc-NavigationRow__Buttons .hsfc-Button,
.hubspot-form .hsfc-NavigationRow__Buttons .hsfc-Button,
[class*="eyachts"] .hsfc-NavigationRow__Buttons .hsfc-Button {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(22, 44, 57) !important;
  padding: 14px 24px !important;
  border-radius: 5px !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
