/** DO NOT MODIFY THIS FILE. All code here are generated by MachForm Theme Editor **/

#main_body h1 a
{
background-image: none;
height: 40px;
}

html
{
background-color: transparent;
background-image: none;
}

#main_body h1
{
background-color: transparent;
background-image: none;
}

#form_container
{
background-color: #ffffff;
border-width: 0px;
box-shadow: none;
border-style: solid;
border-color: #cccccc;
}

#main_body form li.highlighted,#main_body .matrix tbody tr:hover td,#machform_review_table tr.alt
{
background-color: transparent;
}

#main_body form .guidelines
{
background-color: #f7f7f7;
border-width: 0px;
border-style: solid;
border-color: #cccccc;
}

#main_body form .guidelines small
{
font-family: 'Roboto','InterVariable',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 95%;
color: #444444;
}

#main_body input.text,#main_body input.file,#main_body textarea.textarea,#main_body select.select,#main_body input.checkbox,#main_body input.radio
{
background-color: #f7f7f7;
font-family: 'Roboto','InterVariable',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 110%;
color: #666666;
}

#machform_review_table td.mf_review_value
{
font-family: 'Roboto','InterVariable',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 110%;
color: #444444;
}

#main_body .form_description h2,#main_body .form_success h2
{
font-family: 'Roboto','InterVariable',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 240%;
color: #444444;
}

#main_body .form_description p,#main_body form ul.payment_list_items li
{
font-family: 'Lucida Grande','InterVariable',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 95%;
color: #444444;
}

#main_body form li span.ap_tp_text
{
color: #444444;
}

#main_body form li label.description,#main_body form li span.description,#main_body .matrix caption,#main_body .matrix td.first_col,#main_body form li.total_payment span,#machform_review_table td.mf_review_label
{
font-family: 'Roboto','InterVariable',Tahoma,Arial,sans-serif;
font-weight: 700;
font-style: normal;
font-size: 130%;
color: #444444;
}

#main_body form li span label,#main_body label.choice,#main_body .matrix th,#main_body form li span.symbol,.mf_sigpad_clear,#main_body form li div label,#main_body form li div span.label
{
font-family: 'Roboto','InterVariable',Tahoma,Arial,sans-serif;
color: #444444;
}

#main_body form .section_break h3,#main_body form .media h3,#machform_review_table td .mf_section_title
{
font-family: 'Roboto','InterVariable',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 140%;
color: #444444;
}

#main_body form .section_break p,#main_body form .media p,#machform_review_table td .mf_section_content
{
font-family: 'Lucida Grande','InterVariable',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 85%;
color: #444444;
}

#main_body form li.section_break
{
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #cccccc;
}



/** Advanced CSS **/

/* Base field styling */
input.text,
select.select,
textarea {
  box-shadow: none !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  border: 1.5px solid #d1d5db !important;
  padding: 12px !important;
  line-height: 1.5 !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 1rem !important;
  color: #000000 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

input.text:focus,
select.select:focus,
textarea:focus {
  border-color: #000000 !important;
  box-shadow: 0 0 0 3px rgba(0,0,0,0.08) !important;
  outline: none !important;
}

input.button_text,
input[type="submit"],
.mf_submit {
  background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%) !important;
  border: none !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  padding: 12px 36px !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  letter-spacing: 0.02em !important;
  text-shadow: none !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18) !important;
  cursor: pointer !important;
  transition: box-shadow 0.2s ease, transform 0.15s ease !important;
}

input.button_text:hover,
input[type="submit"]:hover,
.mf_submit:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.22) !important;
  transform: translateY(-2px) !important;
}

input.button_text:active,
input[type="submit"]:active,
.mf_submit:active {
  transform: translateY(0) !important;
  box-shadow: 0 1px 4px rgba(0,0,0,0.15) !important;
}

#li_5 { width: 96.5% !important; }

input[type="checkbox"]:checked {
  accent-color: #000000;
}

select option:checked,
select option:hover {
  background-color: #000000 !important;
  color: #ffffff !important;
}