.dataTables_wrapper .dataTables_length label {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}


.avatar-md {
    width: 96px;
    height: 96px;
}

    .avatar-md img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* crop to fill the circle */
        border-radius: 50%; /* ensures perfect circle even if classes change */
    }
