/* Table Head Title */
.userTableHead { text-align: center; }
.userTableItemCenter { text-align: center; }
.userTableItem {
    display: table-cell;
    vertical-align: middle !important;
    height: 100%;
}
#main-user-data .main-body{ overflow: auto; }
/* 21/04/2022 - SoPhol.Truong: add */
#pageUser .nav-link.active{
    background-color: var(--main-color);
    color: white !important;
}
#tableuser th,
#tableuser td { padding: 5px; }