﻿
/*.tbl {
    height: 350px;
}*/
.card {

    transition: transform 0.5s ease-in-out;
}

    .card:hover {
        transform: translateY(-3px);
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }

#ProjectReport th {
    white-space: nowrap;
    font-size: 14px;
}

#ProjectReport td {
    font-size: 13px;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 6px;
    padding: 5px 10px;
}
#ProjectLogReport th {
    white-space: nowrap;
    font-size: 14px;
}

#ProjectLogReport td {
    font-size: 13px;
}
