@media (max-width: 350px) {
    .burger-icon {
        position: absolute;
        top: 30px;
        right: 8px;
        cursor: pointer;
    }

    .checklist-modal-container form {
        width: 90%;
    }

    #checklist_radio_choice input, #company_type_operation input, #company_edit_type_operation input{
        margin-left: 0;
    }

    .content-main-left-card{
        padding: 12px;
    }

    .content-main-left-card h3, .content-main-left-card p {
        padding-left: 16px;
    }

    .logo-sign-modal-layout, .logo-sign-estimate-modal-layout{
        position: absolute;
        bottom: unset;
        right: unset;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
      
 
    
    .sign-modal-container, .sign-estimate-modal-container {
        margin-top: 40px;
        padding: 0 16px;
    }
    
    .sign-modal-title, .sign-estimate-modal-title{
        font-size: 36px;
    }
    
    .checkbox-sign-modal, .checkbox-sign-estimate-modal{
        width: auto;
        padding: 0 16px;
    }
    
    .checkbox-sign-modal label, .checkbox-sign-estimate-modal label{
        width: 100%;
        font-family: markpro, sans-serif;
        font-size: 16px;
        text-align: start;
    }

    .terminalspecs-modal-container h2 {
        font-size: 24px;
    }

    #categories-list{
        width: 100%;
        padding: 24px;
    }

    .terminalspecs-input-group input{
        width: 152px;
        height: 67px;
        margin: 4px;
    }

    #terminalspecs_newCategory{
        width: 90%;
    }
    
}