.bfs-data-table {
    width: 100% !important;
}

.bfs-data-table tbody tr:nth-child(2n+1) td {
    background-color: rgb(240, 246, 239);
}

.bfs-data-table tr:nth-child(2n) {
    background-color: transparent;
}

.bfs-data-table tbody tr:hover {
    box-shadow: 0px 0px 12px #00000029;
    border-radius: 11px;
}

.bfs-data-table th {
    font-size: 11px;
    color: #535353;
    padding: 5px !important;
    padding-bottom: 20px !important;
}

.dataTables_scrollBody th {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.bfs-data-table .icon-cell {
    margin-left: 20px;
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.dataTable tbody td {
    height: 41px;
}

.bfs-data-table tbody {
    padding-top: 10px;
}

.bfs-data-table th.sorting {
    background-image: none !important;
    border-bottom: none !important;
    position: relative;
}

.bfs-data-table th.sorting:after {
    position: absolute;
    bottom: 10px;
    left: 1px;
    height: 2px;
    content: '';
    width: calc(100% - 2px);
    background-color: #E9E9E9;
}

.bfs-data-table th.sorting_asc {
    background-image: none !important;
    border-bottom: none !important;
    position: relative;
}

.bfs-data-table th.sorting_asc:after,
.bfs-data-table th.sorting_desc:after {
    position: absolute;
    bottom: 10px;
    left: 1px;
    height: 2px;
    content: '';
    width: calc(100% - 2px);
    background-color: #A7A7A7;
}

.bfs-data-table th.sorting_desc {
    background-image: none !important;
    border-bottom: none !important;
    position: relative;
}

.bfs-data-table th,
.bfs-data-table td {
    cursor: pointer;
    letter-spacing: 0;
}

.bfs-data-table tbody {
    font-size: 14px;
}

.bfs-data-table {
    border-bottom: none !important;
}

.bfs-data-table tbody tr.selected {
    background-color: transparent !important;
}

.bfs-data-table tbody tr.selected td {
    background-color: #535353;
    color: #fff;
}

.bfs-data-table tbody tr.selected td i {
    color: #E9E9E9;
    border-color: #E9E9E9;
}

.bfs-data-table tbody tr.selected td img:not(.custom) {
    /* filter: brightness(0) invert(1); */
}

.bfs-data-table tbody tr img {
    height: 35px;
    width: 35px;
    object-fit: cover;
    border-radius: 50%;
}

.bfs-data-table tbody tr.disabled td {
    opacity: 0.39;
}

.bfs-data-table tbody tr td:first-child {
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
}

.bfs-data-table tbody tr td:last-child {
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
}