

.cont_checkbox{
    padding: 30px;
    border: solid 1px #ddd;
    box-shadow: 1px 1px #ddd; 
    border-radius: 5px;
}

.dark-layout .cont_checkbox{
    padding: 30px; 
    border: inherit;
    box-shadow: none 1px #ddd; 
    border-radius: 5px;
}
  
    .cont_checkbox input[type="checkbox"]{
        height: 18px;
        width: 18px;
        margin-top: 2px;
    }
    .cont_checkbox label{
        font-size:14px; 
        margin-left: 10px;

    }

    #form-editar-item .form-check-input:disabled~.form-check-label, #form-editar-item .form-check-input[disabled]~.form-check-label{
        color: #282829 !important;
    }
    .dark-layout .form-check-input:disabled~.form-check-label, .dark-layout #form-editar-item .form-check-input[disabled]~.form-check-label{
        color: #c1c1c4 !important;

    }