/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.main-content
{
  width: 50%;
}

#hs_form_target_main-module-6 form {
    background-color: #f2f2f2 !important
; /* Light gray background */
    padding: 20px; /* Add some padding for better spacing */
}

#hs_form_target_main-module-6 input
(
width: 5%;
}

#hs_form_target_main-module-6 form-title {
   color: #fff !important;
  background-color: #ececec !important;
}

form .inputs-list {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    gap: 10px; /* Space between checkbox groups */
}

form .inputs-list label {
    display: flex; /* Place label and input on the same line */
    align-items: center; /* Vertically center-align the checkbox and label */
}

form .inputs-list input[type="checkbox"] {
    margin-right: 10px; /* Add space between the checkbox and label text */
    margin-left: 0; /* Ensure the checkbox aligns to the left */
}

#hs_form_target_main-module-6 input
{
  background-color: #00FF00;
}

#hs_form_target_main-module-6 {
    background-color: #f2f2f2
; /* Light gray background */
    padding: 20px; /* Add some padding for better spacing */
}

#hs_form_target_main-module-6 form input[type="submit"] {
    background-color: #ffffff; /* White input fill */
    border: 1px solid #ccc; /* Add a border to the input fields */
    padding: 10px; /* Space inside the input field */
    width: 100%; /* Make input fields take full width of container */ 
  color: #000;
    box-sizing: border-box; /* Ensure padding and borders are included in the element’s width */
}