.text_inputs {
    border: none;
    outline: none;
    border-bottom: 1px solid #AEB3BB;
    color: #090A0A;
    font-size: 16px;
    font-weight: 600;
    gap: 8px;
    width: 100%; /* Ensure the input field takes the full width */
    max-width: 300px; /* Limit the maximum width of the input field */
    padding: 10px; /* Add padding to the input field */
    box-sizing: border-box; /* Ensure padding is included in the width */
}


/*.checkbox_container {*/
/*    display: block;*/
/*    margin-bottom: 10px; !* Adjust as needed *!*/
/*}*/

/*!* Hide the actual checkboxes *!*/
/*.checkbox_checkbox__FnXYr {*/
/*    display: none;*/
/*}*/

/*!* Style the label to look like a button *!*/
/*.checkbox_label__1POEI {*/
/*    display: flex; !* Use flexbox *!*/
/*    align-items: center; !* Vertically center the text *!*/
/*    padding: 16px 20px;*/
/*    background-color: #EFF1F4;*/
/*    border-radius: 8px;*/
/*    cursor: pointer;*/
/*    height: 46px;*/
/*    width: 89%;*/
/*    text-align: initial;*/
/*    font-weight: 700;*/
/*}*/

/*!* Change button style when hovered *!*/
/*.checkbox_label__1POEI:hover {*/
/*    background-color: #dddee1; !* Hover background color *!*/
/*}*/

/*!* Change button style when checked *!*/
/*.checkbox_checkbox__FnXYr:checked + .checkbox_label__1POEI {*/
/*    background-color: #FFFFFF; !* Checked background color *!*/
/*    color: black; !* Checked text color *!*/
/*    border: solid 1px #E04141;*/
/*}*/


/*.flag_png {*/
/*    width: 53px;*/
/*    margin-left: 51%;*/
/*    border-radius: 3px;*/
/*}*/