.modal-body > form > .dgrid {
    grid-template-columns: 45% 45%!important;
    grid-column-gap: 8% !important;
}


 

@media screen and (max-width:768px){

    .home-content .title-card{
        min-height: 47px !important;
        height: 47px !important;
    }

    

    .dataTables_filter label{
        float: right;
        margin-top: -41px;
        margin-bottom: 23px;
        margin-right: 70px;
    }
    
    .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;
    }

    
}

