#appTeamManagerUnified .data-table a {
    text-decoration: none;
    outline: none;
    border: none;
    box-shadow: none
}

/* Common  */
.avatar-thumb, .media-thumb{
    object-fit: cover;
}
.avatar-thumb{width: 169px;height: 169px}
.media-thumb{width: 40px; height: 40px}

/* text-center */
.text-center,
table th.text-center,
table thead td.text-center,
table tfoot td.text-center {
    text-align: center!important
}

.flex-container {
    display: flex;
    gap: 2px
}

.flex-col {
    flex-direction: column;
}

.flex-center {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.flex-v-center {
    align-items: center
}
.flex-v-center span{display: grid;}

/* END Common  */

/* Dragging row  */
#appTeamManagerUnified .data-table.dragging tr {
    opacity: 0.8;
}

#appTeamManagerUnified .data-table.dragging tr.sortable-ghost {
    opacity: 1 !important;
}

#appTeamManagerUnified .data-table.dragging tr.sortable-chosen {
    opacity: 1 !important;
}

/* END Dragging row  */