@media only screen and (max-width: 960px) {
    .hidden_mbl {
        display: none !important;
    }

    .show_mbl {
        display: block !important;
    }

    .pd-256 {
        padding-left: 0 !important;
    }

    .v-input--checkbox {
        float: right;
    }
    .addBtnColor{
        width: 50px !important;
        height: 50px !important;
    }
}