.table-circle{
    width:30px;
    height:30px;
    border-radius:25px;
    font-size:var(--size13);
    color:var(--white-color);
    line-height:30px;
    text-align:center;
}

.hide-div{display: none;}

.fuel-div{display: flex;justify-content: space-around;}

 
.modal-body > #modalForm > .dgrid {
    grid-template-columns: 30% 30% 30% !important; 
}


 

 
.fileupload-div {
    width: 100%;
}

@media screen and (max-width:768px){

    .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;
    }

    .fileupload-div > input {
        font-size: var(--size11) !important;
    }     
}

