.modal-body > #modalForm1 > .dgrid {
    grid-template-columns: 48% 48% !important; 
}


 
.dt-buttons {
    margin-left: 0% !important;
}

.modal-close-btn,.modal-submit-btn{
    width: 26% !important;
}

.modal-footer {
    margin-bottom: 0px !important;
    justify-content: flex-end !important;
}

.btns{width: 20% !important;}
 

@media screen and (max-width:768px){

    .dataTables_filter label{
        float: right;
        margin-top: -41px;
        margin-bottom: 23px;
        margin-right: 52px;
    }
    
    .dataTables_wrapper .dataTables_filter input[type=search] {
        height: 41px !important;
        width: 116px !important;
    }

    .table-search-bt {
        height: 40px !important;
        width: 40px  !important;
        margin-top: 0px;
    }
    

     
    .dt-buttons {
        margin-left: 45px !important;
    }


    .modal-content {
        height: 675px !important;
    }
    
    .modal-close-btn, .modal-submit-btn {
        width: 36% !important;
    }
}

