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

#main_body h1 a
{
background-image: url('https://recasens.dd.mcgit.cc/machform/images/form_resources/machform.png');
background-repeat: no-repeat;
height: 40px;
}

html
{
background-image: url('https://recasens.dd.mcgit.cc/machform/images/form_resources/grey-mild.png');
background-repeat: repeat;
}

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

#form_container
{
background-color: #ffffff;
border-width: 0px;
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: #FFF7C0;
}

#main_body form .guidelines
{
background-color: #F5F5F5;
border-width: 1px;
border-style: solid;
border-color: #CCCCCC;
}

#main_body form .guidelines small
{
font-family: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 80%;
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: #FBFBFB;
font-family: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 100%;
color: #666666;
}

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

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

#main_body .form_description p,#main_body form ul.payment_list_items li
{
font-family: 'Lucida Grande','Lucida Grande',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: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 700;
font-style: normal;
font-size: 95%;
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: 'Lucida Grande','Lucida Grande',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: 'Lucida Grande','Lucida Grande',Tahoma,Arial,sans-serif;
font-weight: 400;
font-style: normal;
font-size: 110%;
color: #444444;
}

#main_body form .section_break p,#main_body form .media p,#machform_review_table td .mf_section_content
{
font-family: 'Lucida Grande','Lucida Grande',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 **/

/* Custom Machform Styles for Recasens Contact Form */
/* Apply white text and full width inputs */

body {
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

/* Form container */
#main_body {
    background: transparent !important;
    color: white !important;
    max-width: 100% !important;
    overflow: hidden !important;
    min-height: 100% !important;
}

/* Form wrapper */
.main_form,
#form_container {
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

/* All list items containing form fields */
li {
    margin-bottom: 0rem !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* All labels - HIDE THEM except for select/dropdown fields */
label.description,
.main_form label {
    display: none !important;
    visibility: hidden !important;
}

/* Show labels for select/dropdown fields */
li:has(select) label.description {
    display: block !important;
    visibility: visible !important;
    color: white !important;
    margin-bottom: 0.5rem !important;
    font-weight: 400 !important;
}

/* All input fields, textareas, and selects */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    background-color: transparent !important;
    border: 1px solid white !important;
    color: white !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0rem !important;
}

/* Remove yellow autofill background */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    -webkit-text-fill-color: white !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

/* Placeholder text */
input::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

/* Dropdown/Select styling */
select {
    background-color: rgba(0, 0, 0, 0.3) !important;
    color: white !important;
}

select option {
    background-color: #1a1a1a !important;
    color: white !important;
}

/* Textarea specific */
textarea {
    min-height: 100px !important;
    resize: vertical !important;
}

/* Form sections */
li.section_break {
    color: white !important;
}

/* Required asterisk */
span.required {
    color: white !important;
}

/* Instructions/descriptions - HIDE THEM since we're using placeholders */
.guidelines,
.guidelines small {
    display: none !important;
    visibility: hidden !important;
}

/* Checkbox and radio labels */
.choice label {
    color: white !important;
}

/* Submit button */
input[type="submit"],
.button_text {
    background-color: white !important;
    color: black !important;
    padding: 0.5rem 2rem !important;
    border-radius: 0.25rem !important;
    font-weight: 500 !important;
    border: none !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}

input[type="submit"]:hover,
.button_text:hover {
    background-color: #e5e5e5 !important;
}

/* Error messages */
.error {
    color: #ff6b6b !important;
    background-color: rgba(255, 107, 107, 0.1) !important;
}

/* Success messages */
.success {
    color: #51cf66 !important;
    background-color: rgba(81, 207, 102, 0.1) !important;
}

/* Focus states */
input:focus,
textarea:focus,
select:focus,
input:active,
textarea:active,
select:active {
    outline: none !important;
    background-color: transparent !important;
    background: transparent !important;
    border: 2px solid white !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

/* Override Machform's default focus styles */
.main_form input:focus,
.main_form textarea:focus,
.main_form select:focus {
    background-color: transparent !important;
    background: transparent !important;
}

/* Links */
a {
    color: white !important;
    text-decoration: underline !important;
}

a:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Prevent horizontal overflow */
* {
    box-sizing: border-box !important;
}

ul, ol {
    max-width: 100% !important;.main_form, #form_container
    overflow: hidden !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

#main_body form li.highlighted, #main_body .matrix tbody tr:hover td, #machform_review_table tr.alt {
background: black !important;
}

.embed #footer {
    display: none;
}

form.appnitro, .embed form.appnitro {
margin: 0 !important;
}

/* Load placeholder JavaScript */