.table-data th {
    color: black;
    font-weight: bold !important;
    font-size: 18px;
}

.table-data th.title {
    color: black;
    background: red;
    color: #fff;
    font-size: 20px!important;
}

#nav-tab button {
    color: #000;
}

#nav-tab button.active {
    font-weight: bold;
    color: #0d6efd;
}

.table-thong-ke td.number-DB {
    height: 50px;
    width: calc(100% / 7);
}

.text-date {
    font-weight: 500;
    font-size: 11px;
}

.table-data p {
    margin-bottom: 0px;
}

.hide {
    display: none;
}

.show {
    display: show;
}