/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 06 2025 | 21:37:57 */
.accuris_hbspt_form_style {
    /* General styles for the form container (if any) */
}

.accuris_hbspt_form_style a {
    color: #1c01e8;
}

/* General Input Styles */
div.accuris_hbspt_form_style .hs-input {
    width: 100%;
    background: #f5f8fa;
    border: 1px solid #cbd6e2 !important;
    border-radius: 4px;
    font-size: 16px;
    color: #212d3a;
    margin-bottom: 20px;
    box-sizing: border-box;
    height: 49px !important; /* Fixed height for consistency */
    line-height: 20px;
    padding-top: 13px !important; /* Adjusted padding */
    padding-bottom: 13px !important; /* Adjusted padding */
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-shadow: none;
}

/* Select Field Styles */
div.accuris_hbspt_form_style select.hs-input {
    height: 49px !important; /* Match the input field height */
    padding-top: 13px !important; /* Same padding as input fields */
    padding-bottom: 13px !important; /* Same padding as input fields */
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 16px !important; /* Ensure consistent font size */
    line-height: 20px;
    background: #f5f8fa;
    border: 1px solid #cbd6e2 !important;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Submit Button Styles */
div.accuris_hbspt_form_style .hbspt-form .hs_submit .actions .hs-button {
    color: #FFFFFF !important;
    border-width: 1px !important;
    border-color: #1000E8;
    border-radius: 6px;
    font-size: 18px;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 500 !important;
    background-color: #1000E8;
    padding-top: 15px !important;
    padding-right: 20px !important;
    padding-bottom: 15px !important;
    padding-left: 20px !important;
    cursor: pointer;
}

/* Heading Styles */
div.accuris_hbspt_form_style h3 {
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 600;
    line-height: 24px !important;
    margin-top: 0px !important;
    color: #1c01e8;
}
