#customform .hs-form .hs-input:not([type='checkbox']), #popupform .hs-form .input textarea {
  width:100% !important;
}

#customform .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field, #popupform .hs_submit.hs-submit {
  display: block !important;
}

#customform input.hs-button.primary.large {
  top: 0 !important;
  background-color: #111212;
  color: #ffffff !important;
  padding: 12px 30px !important;
  display: block !important;
  width: 100% !important;
  left: 0 !important;
  height: auto !important;
}
}

#customform input::placeholder, textarea::placeholder {
  color:#6C727F !important;
  opacity: 1 !important;
}

#customform select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e") !important;
  background-position: right 0.5rem center !important;
  background-repeat: no-repeat !important;
  background-size: 1.5em 1.5em !important;

}

.hs_by_clicking_this_box_i_accept_the_vizio_terms_of_service_and_privacy_policy.hs-by_clicking_this_box_i_accept_the_vizio_terms_of_service_and_privacy_policy.hs-fieldtype-booleancheckbox.field.hs-form-field {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 10px;
}

.hs_sweepstakes_rules.hs-sweepstakes_rules.hs-fieldtype-booleancheckbox.field.hs-form-field {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 10px;
}