.avatar {
    width: 35px;
    height: 35px;
    border-radius: 10%;
    background-color: #00000000;
    color: white;
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    text-transform: uppercase;
}

tr:hover {
    background-color: #f5f5f5;
}

.handle {
    cursor: move;
}

.card-body-table {
    padding: 24px 24px 0px 24px;
}

.card-body-search {
    padding: 24px 24px 0px 24px;
}

.pagination-div {
    display: flex;
    justify-content: space-between;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0px 20px 0px;
    border-radius: 4px
}

.pagination-span-div {
    height: 32px;
    line-height: 32px;
    font-size: small;
}